Flow Designer

Naveen87
Tera Guru

Hello Developers,

I have an requirement.

I want to create a flow using flow designer.
This will have 3 stask.

When 1st stask is state = closed & closure code = successful
Then this will create 2nd stask.
If 1st stask is skipped then RITM will be closed.

 

If 2nd stask state = closed & code = successful then
3rd stask will be created.


If 2nd stask state = closed & closure code = skipped then
1st stask will be re-opened.

1st & 2nd stask loop will continue for 2 times.


3rd stask state = closed & code = successful then close RITM,

If skipped then re-open 2nd stask & continue the loop 2 times.

 

 

Any suggestions?

2 REPLIES 2

Najmuddin Mohd
Mega Sage

Hello @Naveen87 ,

Reopening the closed task may not be good idea. 
Instead every time create a new task.

If you want RITM to be closed at any point, just use "End Flow" action.

You can create every task as a Sub flow and use it in IF ElSE conditions.

If the above information helps you, Kindly mark it as Helpful and Accept the solutions.
Regards,
Najmuddin.

Hello @Najmuddin Mohd ,

Thanks for the response.

Re-opening or creating new both are fine. 

How do I put a condition that it can re-open/create new only 2 times after that end the flow. 

 

Also not sure what will the inputs/outputs in subflow. Never done this before.

 

Can you help me with Demo flows or suggest a simpler solution please.