Event State Change Trigger

I have a situation where I need to take a particular action when the state of an event changes (when I resolve or acknowledge). It would keep my workflows event driven if there were a node that was like “Device : State” Trigger, but “Event : State” Trigger.

Hi @Jason_Walton,

I think you are looking for is the Event Trigger. It allows you to trigger on events when the state is changed, and you can also filter on event level and subject.

Hope this helps,
Erin

1 Like

Well…that’s exactly what I was looking for. And I can filter out the transitions using allUpdates → stateChange.

Thanks Erin.