Back to Conductor

Operators

docs/documentation/configuration/workflowdef/operators/index.md

2019-04-12-13001.3 KB
Original Source

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:

OperatorDescription
Do WhileDo-while loops / For loops
DynamicFunction pointer
Dynamic ForkDynamic parallel execution
ForkStatic parallel execution
JoinMap
Set VariableWorkflow variable declaration
Start WorkflowEntry point
Sub WorkflowSubroutine
SwitchSwitch / If..then...else selection
TerminateExit

The following operators are deprecated:

  • Decision
  • Exclusive Join