Previous Topic: Standard OperatorsNext Topic: Input Parameters


Start Operator

Start Operator

Use the Start operator to start a workflow in a process. The Start operator is automatically included in a process by default.

You can add more than one Start operator to a process. Each Start operator in a process starts its own workflow when an Orchestrator starts the process.

You can also add a Start operator to terminate a cyclical sequence of operators. A Start operator that terminates a workflow reinitializes the operators in the workflow. The operator then loops processing back to the initial Start icon for the sequence of operators that were executed between the Start operators.