Can I terminate another pararell flow from main flow?
Hello,
I would like to terminate or complete another pararell flow from main flow submission?
1. I have a main flow in MyCo-Sandbox-Work-SupportRequest class as below. At the beginning of this flow, I call another flow by Spinoff.
2. Below is the SpinoffFlow. There are multiple steps in this flow.
When I run this flow, system creates two assignments - one for main flow and the other for spinoff flow.
Now, the requirement is, upon main step in main flow submission, I want to terminate / complete the spinoff flow that is running in pararell, regardless of where the step is - it could be the first assignment shape, or the second assignment shape. I am thinking of creating a post processing activity in main flow's flow action but I am not sure how to configure the activity. How can I accomplish this?
Regards,