Workflow Failure Recovery #310
Unanswered
dennissetiawan
asked this question in
Q&A
Replies: 1 comment 5 replies
-
A common pattern that we are using is:
To check if waitUntil has succeeded, there is a field in CommandResults.getWaitUntilApiSucceeded() |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello , i have cases where I limit the duration/attemp of a state execution and I want to do rollback on my data in case of workflow failure to fix the data. Like a defer / recovery function in golang of some sort? Can we do this in iwf / what is the recommendation to do this?
Beta Was this translation helpful? Give feedback.
All reactions