Skip to content

How to handle Errors during Actions #491

Closed Answered by tsurdilo
globalflea asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Sequential mode: If one invocation fails, and its retries are exhausted, the error is to be handled in the states onErrors definition. if error is not handled, workflow should fail.

  2. Parallel mode: actions are executed in parallel. If any fail and its retries are exhausted, the error is to be handled in the states onErrors definition. If error is not handled, workflow should fail.

You can read the spec doc about "autoretries" and "nonRetryableErrors" properties to see more info on retries.

Hope this helps.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@manick02
Comment options

Answer selected by globalflea
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants