Overview
Etlworks allows a workflow step to execute conditionally based on runtime logic.
Conditional execution is controlled by a script that evaluates to true or false. If the condition evaluates to true, the step executes. If it evaluates to false, the step is skipped and the workflow continues with the next step.
This capability is useful when workflow execution depends on runtime conditions such as:
- the result of a previous step
- the presence of specific data
- workflow parameters or variables
- external system state
Conditional execution is configured at the workflow step level.
For full documentation on configuring conditions and writing condition scripts, see: