Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Aug 23, 2023
1 parent 830c49c commit 43eed0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ For WaitUntil API, using `PROCEED_ON_API_FAILURE` for `WaitUntilApiFailurePolicy
API when the API fails with maxing out all the retry attempts.

For Execute API, you can use `PROCEED_TO_CONFIGURED_STATE` similarly, but it's required to set the `ExecuteApiFailureProceedStateId` to use with it.
Note that the proceeded state will take the same input from the original failed state.

Alternatively, WorkflowState can utilize `attempts` or `firstAttemptTime` from the context to decide ignore the exception/error.

Expand Down

0 comments on commit 43eed0a

Please sign in to comment.