Conditional Execution
Thewhen parameter ensures that a step is executed only if the specified condition is met.
send_alert step will be executed after both func_1 and func_2 have been executed and have an output.
Create dynamic workflows with conditional execution using the when parameter to control which steps run based on runtime conditions
when parameter ensures that a step is executed only if the specified condition is met.
send_alert step will be executed after both func_1 and func_2 have been executed and have an output.