Closed
Solved
How can we resume a main flow only after the spinoff flow has resolved.
I have a requirement where a subprocess shape (with spin off is checked) is configured before an assignment shape and I want that assignment to begin only after that subprocess flow with spinoff option checked is resolved.how to achieve this
***Edited by Moderator: Pooja Gadige to change category from General to Product, add product details tag, add capability tag***
To see attachments, please log in.
@TanyaS58 spin off flow means independent flow from the main flow. So main flow should be processing without any dependencies with this spin off flow. Can you please tell us your scenario??
But if you want to achieve it, you can keep an assignment before the assignment shape with a work queue configured. So case will be waiting in the work queue. In the end of the flow of subprocess you can run resumeflow activity so that case will be resumed and will be routed to assignment.