Workflow Trigger
The Workflow Trigger operator sends a start message, which you can use to start a data workflow.
This operator has one output port. Once started, the operator sends a message on its output port. If the output port is connected, the next data workflow operator starts its execution. But, if the output port is unconnected, the graph execution fails.
Use this operator with other data workflow operators only.
Configuration Parameters
None
Input
None
Output
Output |
Type |
Description |
---|---|---|
output |
string |
Sends a message to begin execution of the next connected data workflow operator. |