You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
My workflow is like task A -> task B -> task C -> task D -> task E -> ...
My Business Requirement
The requirement is when task D is IN_PROGRESS. The user can select to move the workflow back to task B.
My Current Solution
My current solution is when the user selects move back. Our system will call the Terminate Workflow API first and then the Rerun Completed Workflow API(with the reRunFromTaskId being task B).
This solution can work but it will clear previous task B and task C related history from Task List.
Preferred Solution
The conductor can provide an API to allow the workflow to go to the previous task.
The text was updated successfully, but these errors were encountered:
Feature Request
Allow the workflow to back to the previous task.
My Workflow Definition
My workflow is like task A -> task B -> task C -> task D -> task E -> ...
My Business Requirement
The requirement is when task D is IN_PROGRESS. The user can select to move the workflow back to task B.
My Current Solution
My current solution is when the user selects move back. Our system will call the Terminate Workflow API first and then the Rerun Completed Workflow API(with the reRunFromTaskId being task B).
This solution can work but it will clear previous task B and task C related history from Task List.
Preferred Solution
The conductor can provide an API to allow the workflow to go to the previous task.
The text was updated successfully, but these errors were encountered: