This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Is there an impact of frequent terminate workflow? #3709
Unanswered
DiyuanZhang
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @DiyuanZhang This is a feature we are actively working on. Will keep this thread updated as it gets available. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Workflow Definition
My workflow is like task A -> task B -> task C -> task D -> task E -> ...
Requirement
The requirement is when task D is IN_PROGRESS. The user can select to move the workflow back to task B.
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).
Question
I'm not sure whether there is a good solution. But it seems like there is no other way to implement the function like Rerun From Specific Task or Move Back Workflow.
Since this solution maybe terminate workflow multiple times, so is there an impact of frequent terminate workflow?
Beta Was this translation helpful? Give feedback.
All reactions