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
Describe the bug
Inside the fork when you retry the workflow from a step, the separate branches will be deleted too but will not run later.
As the attached image, every part of the fork has built the same way, a step followed by a sub workflow. After the initial execution the Sequence numbers will be as shown in the picture (the steps will be 1, 2, 3 and sub workflows 4, 5, 6) which results that the rerun logic will filter out everything after the retried step (Seq 2). This is totally invalid as inside the fork the "next" branches has nothing to do with the original step (Step 2 in this case)
Details
Conductor version: 3.21.5
To Reproduce
I cannot share the exact workflow because it contains confidental information but attached a screenshot which clearly describes the schema of the workflow.
After running the workflow you should retry the workflow from the task Step 2 which I have done through the API.
Expected behavior
Only the selected branch should be restarted and the others should not be reseted. In this case Step 2 and Sub Workflow 2
Screenshots
The text was updated successfully, but these errors were encountered:
DDorian13
changed the title
Bug: Retry workflow from fork resets invalid parts too
[BUG] Retry workflow from task inside fork
Dec 5, 2024
Describe the bug
Inside the fork when you retry the workflow from a step, the separate branches will be deleted too but will not run later.
As the attached image, every part of the fork has built the same way, a step followed by a sub workflow. After the initial execution the Sequence numbers will be as shown in the picture (the steps will be 1, 2, 3 and sub workflows 4, 5, 6) which results that the rerun logic will filter out everything after the retried step (Seq 2). This is totally invalid as inside the fork the "next" branches has nothing to do with the original step (Step 2 in this case)
Details
Conductor version: 3.21.5
To Reproduce
I cannot share the exact workflow because it contains confidental information but attached a screenshot which clearly describes the schema of the workflow.
After running the workflow you should retry the workflow from the task Step 2 which I have done through the API.
Expected behavior
Only the selected branch should be restarted and the others should not be reseted. In this case Step 2 and Sub Workflow 2
Screenshots
The text was updated successfully, but these errors were encountered: