WorkflowStep.when_

If defined, only run the step when the expression evaluates to true. If false the step is skipped. A skipped step produces a null on each output.

class WorkflowStep
Either!(None, Expression) when_;

Meta