Replies: 2 comments 4 replies
-
When a workflow instance has faulted, it is not intended to be retried. However, if you want to allow your workflow instance to remain in the Running state despite the occurrence of activity faults, you can do so by configuring the Incident Strategy. In your case, you'll want to set it to Then in order to retry the workflow instance, you can use the Alterations API. An alteration is literally an alteration on a given (set of) workflows that you wish to apply. One such alteration is the |
Beta Was this translation helpful? Give feedback.
-
i have the same problem here , i need to retry the faulted workflow after i have fixthe issue like when exception is raised from custom activity of builtin one then i need to retry the workflow instance run as i don't to start new instance and force the whole set of approvals to re approve if i change the incident strategy then the workflow instance will not appear as faulted as the status will be Running and the substatus will be Suspended and for creating a custom activity and make a bookmark this lead us to rewrite the whole activies again and we will stuck with workflow instance status as it will not be faulted |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When the workflow instance failed ,I want 't to resume(retry)it ,but I couldn't find the api endpoint.What should I do?
Beta Was this translation helpful? Give feedback.
All reactions