Combine Events
Controlled node
Overview
This node combines two events into a single event. If any of the input events are fired, the output event will be fired. This is useful for combining branches of a workflow together.
Inputs
Input | Type | Description | Default |
---|---|---|---|
event0 | Event | The first event to combine | - |
event1 | Event | The second event to combine | - |
Outputs
Output | Type | Description |
---|---|---|
done | Event | Fires when any input event fires |