Flow flow/event_gate

Event Gate

Merges multiple execution inputs and fires the output only when the required combination of inputs have been received (AND) or any one of them fires (OR).

Note: In AND mode the gate resets after firing so it can be triggered again.

Inputs

NameTypeOptionalDescription
exec_in_0 exec First event input.
exec_in_1 exec Second event input.
exec_in_2 exec Third event input.
exec_in_3 exec Fourth event input.

Outputs

NameTypeDescription
exec exec Fires when the gate condition is satisfied.

Properties

KeyTypeDefaultDescription
mode select "AND" AND: all configured inputs must fire before the output fires. OR: any single input fires the output.
slots select "2" Number of active input slots.