Operators
Operators in Conductor are the built-in primitives that allow you to define the control flow in the workflow. They are similar to programming constructs such as for loops, switch cases, etc. Conductor offers support for most of the programming primitives allowing you to define the most advanced workflows.
Supported Operators
Conductor supports the following programming language constructs:
Language Construct | Conductor Operator |
---|---|
Loops | Do While Task |
Decision/switch/if-else | Switch Task |
Fork/Parallel execution | Fork Task and Dynamic Fork Task |
Join | Join Task |
Wait | Wait Task and Human Task |
Dynamic | Dynamic Task |
Sub Process/Sub-Flow | Sub Workflow Task |
Start Workflow | Start Workflow Task |
Variables | Set Variable Task |
Terminate | Terminate Task |