Workflow Merge (OR)
The Workflow Merge (OR) operator helps control the flow of execution in a data workflow.
This operator sends a message to the output port once it receives a message from any of the input ports. All further inputs are ignored.
Configuration Parameters
NoneInput
Input |
Type |
Description |
---|---|---|
input |
string |
Accepts message from another data workflow operator. |
input2 |
string |
Accepts message from another data workflow operator. |
Output
Output |
Type |
Description |
---|---|---|
output |
string |
Message from the operator once it receives a message from any of its input ports. |
For an example on how to use the Workflow Merge (OR) operator, see Control Flow of Execution.