You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplifying value checks for RuntimeContext.on_error in parallel_steps() and WorkflowJob.job().
There isn't a need to use getdefault() when querying the value because a default is already set when RuntimeContext is constructed.
The checked condition additionally applies to on_error==kill, so the logic can be simplified to on_error!=continue.
0 commit comments