Operators
Operators are built-in primitives in Conductor that allow you to define the workflow's control flow. They are similar to programming constructs such as for loops, if-else selections, and so on. Conductor supports most programming primitives, so that you can create various advanced workflows.
Here are the operators available in Conductor OSS:
Operator | Description |
---|---|
Do While | Do-while loops / For loops |
Dynamic | Function pointer |
Dynamic Fork | Dynamic parallel execution |
Fork | Static parallel execution |
Join | Map |
Set Variable | Global variable declaration |
Sub Workflow | Subroutine / Fork process |
Switch | Switch / If..then...else selection |
Terminate | Exit |
The following operators are deprecated:
- Decision
- Exclusive Join