Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 04:18 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2025 03:21 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2025 03:24 AM
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.