We have a wierd situation where a multi-instance activity has completed all of its instance tasks. But its not moving forward to the next step in the sequence. The next step is a “normal” activity which I want to “hit” by moving the workflow as explained in the images below.
What I am trying to achieve:
Move the flow from Assign Workers
multi instance activity (Id : Activity_MultiInstanceWorker)
To the Complete Common Tasks
activity (Id : Activity_Common).
I read through the API references of start/restart process instance & process instance modification and am a bit lost as to which one would help move this stuck process along.
Could someone suggest the best course of action here?
Parent Flow Stuck on Assign Workers
Complete Common Tasks Activity