Operators
| Operator | Description |
|---|---|
| If/Else (beta) | Supports single-path, logical branching orchestration. |
| Delay | Add a delay from 1 millisecond to 1 year before the next step of your workflow proceeds. |
| Filter | Define rules to stop or continue workflow execution. |
| End Workflow | Terminate the workflow prior to the last step. |
Key Capabilities
- Orchestrate execution of linear and non-linear workflows
- Normalize results and continue after a non-linear operation
- Nest control flow operators for advanced use cases
- Return HTTP responses during or after most non-linear operations
- Execute long running workflows (workflow timeout resets at each control flow boundary)
Execution Path
Context
The execution path represents the specific steps (and the order of steps) that run when a workflow is triggered.-
Simple linear workflows are executed from top to bottom — every step is in the execution path.