Condition Event
info
Available only in the main Flow.
A Condition Event Node will start a new branch if a given condition matched.
note
Only one event can be processed at a time. If another event triggers while the previous event branch has not finished yet, there are two possibilities to deal with that, defined by the Queue concurrent triggers switch.
- Queue concurrent triggers off: an incoming event is ignored as long as the previous event branch is running
- Queue concurrent triggers on: incoming events are queued as long as the previous event branch is running. If the current event branch has finished, the next queued event is triggered. This is done until the queue is empty.