-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
2.4, 2.5
-
False
-
-
False
Customers would like the ability to be able to restart from a failure point within a workflow.
Right now you can re-run a node within a workflow, but that does not allow for the full continence of the workflow. For instance, if the workflow has 3 nodes and the second node fails, you can re-run node2 but it won't then re-run node 3 as part of the workflow. So this pattern does not provide what a customer needs.
The solution should if possible provide the ability to:
- Re-run from that node and all subsequent nodes within the workflow
- If the workflow in question is part of a larger workflow (workflow in workflows) then also run the rest of the workflows
- Be able to re-run the whole workflow (an extension basically to the current capability where you can re-run a node)
These features need to be in the API and surfaced in the UI so they are user friendly.