Fix issue: after go to activity, the workflow stop at the next merge step.
When we use the standard behavior from K2 Management site "Go to activity", if we go to an activity inside a split branch, the workflow stops suddenly at the next merge step without information.
We found this as a known issue here:
https://help.k2.com/support-services/kbs100272
but we need to be aware about this issue before doing the Go to activity.
I we are not aware, the workflow stops suddenly at the next merge step without information.
Reproduction steps:
Create a workflow with a split.
Example:
Task1MainPath
Split
Task2InsideSplitPath1 Task3InsideSplitPath2
Merge
Task4MainPath
A-Start the workflow instance.
B-From the Workspace, validate Task1MainPath to go to path2 and choose "Submit".
C-In Management, click on the instance and choose "Go To Activty" and choose the same task "Task3InsideSplitPath2" and click on button "OK".
D-From the Workspace, validate Task3InsideSplitPath2 and choose "Submit".
Result:
The workflow is completed and finished on merge part.
Expected result:
The workflow should continue to next step ("Task4MainPath").

-
Olivier Chatagnon commented