How to create flow once task is closed in another flow

Gopal14
Tera Contributor

Hi Team,

 

I have a flow, In that flow I have two tasks, once the two tasks got closed, I need to create another flow, with different actions.

 

How to add two tasks closed condition in flow or subflow to create new flow, based on the task closer

7 REPLIES 7

Hi Gopal , 
If you can select the task created in the flow in the input of the subflow, there is no need to create this recognition.

SANDEEP28
Mega Sage

@Gopal14 You would need to add run parallel flow logic to check both tasks are closed or not using wait for condition as below. Once both tasks are closed then only it will go to next steps where you can configure your subflow. 

 

SANDEEP28_0-1729150529216.png

 

If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!

SANDEEP28
Mega Sage

@Gopal14 Did you try my solution??