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
| Name | Type | Optional | Description |
|---|---|---|---|
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
| Name | Type | Description |
|---|---|---|
exec |
exec | Fires when the gate condition is satisfied. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
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. |