Control workflow execution by defining conditions that determine whether steps should run or be skipped.
To enable conditional for a step:
Add Conditional
true
or false
When a step is skipped due to a conditional evaluating to false
, subsequent steps need to handle this gracefully when accessing the output of the skipped step.