Need to create the task depending on another task

nikhitha24
Tera Guru

Hi All,

 

Can someone help me on the below query.

I want to create the task for life cycle evnt cases if one task is closed completed based on that anther task needs to create

Mobile phone is require?
Yes

No

if it Yes another task needs to create and state closed complete

If it is No task will not create

 

created two sub flows how i need to give the trigger conditions for both 

two flows are different.

 

Please help me how to give the trigger condition to create the task

 

nikhitha24_0-1692518319388.png

 

 

 

3 REPLIES 3

SANDEEP28
Mega Sage

@nikhitha24 This is achievable using single subflow and call that subflow from Activity of Lifecycle event.

 

Subflow :

 

SANDEEP28_7-1692528071988.png

 

 

Trigger condition - 

 

SANDEEP28_1-1692527588780.png

 

Step1 - 

 

SANDEEP28_2-1692527614546.png

 

Step2 - 

 

SANDEEP28_3-1692527722162.png

 

Step 3 - 

SANDEEP28_6-1692528041288.png

 

 

Call this subflow from activity of lifecycle event 

 

SANDEEP28_5-1692527909247.png

 

If you don't to call it from Lifecycle event flow then you can simply create flow and above steps into it. 

 

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

 

 

 

 

@SANDEEP28 

Thank you for the reply

need to help on how to trigger flow condition if two sub flows are different 

In my case i have one task created in one sub flow and other task created in other sub flow

based on one task another task will close complete

 

SANDEEP28
Mega Sage

@nikhitha24 Why are you creating two subflows, you can create a single subflow and achieve this requirement as I mentioned above