Workflow Split
The Workflow Split operator helps duplicate an input message into two output messages.
The Workflow Split operator is intended to control the flow of execution when there are parallel executions within the graph. The operator has one input port and two output ports. Operator sends the message at the input port to both the output ports.
Configuration Parameters
NoneInput
Iutput |
Type |
Description |
---|---|---|
in |
any.* |
Accepts a message from the connected data workflow operator. |
Output
Output |
Type |
Description |
---|---|---|
out1 |
any.* |
Sends the incoming message to another connected data workflow operator. |
out2 |
any.* |
Sends the incoming message to another connected data workflow operator. |
For an example on how to use the Workflow Split (AND) operator, see Control Flow of Execution.