Open
Description
Want a way to specify that step failure isn't fatal for the workflow.
Proposal
steps:
step1:
onError: fail
Possible values of onError
- fail - existing behavior
- nullOut - output parameters are all 'null'
- retry - run step again
Discussion points:
- do we want a way to indicate error condition separately from producing 'null' ?
- if we include 'retry' should it (a) include a way to decide whether to retry or not (b) should there be a way to limit the number of retries (maybe this should be done with loops instead?)
Related:
Make successCodes, temporaryFailCodes and permanentFailCodes accept ranges in the form of "1-10"
Metadata
Metadata
Assignees
Labels
No labels