How to force end one flow in parallel flows gen by page list

How to force end one flow in parallel flows gen by page list?

  • We want end one of flows in outside any parallel flow
  • I tried calling ResumeFlow under a context pointing to one of indices in the page list, it dose not work, FIRST flow always be ended
  • I would not like to use such as pxDeleteAssignment to force delete an assignment “rudely“

Any suggestion? Many thanks.

Generally, I delete the assignment by looping into pxFlows or if that is the last process in that stage, I will call Change Stage with Cleanup Assignments enabled so that it automatically takes care of it. As you don’t want to delete an assignment directly, you may use tickets functionality and check if it moves the case to desired end shape of the flow.

You can use Flow-End in activity to end a specific flow. If you want do programmatically use ticket.