Not able to close incomplete the sctask in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-29-2024 02:05 AM
Hi Everyone,
I have created a subflow where it has 10 sctask created parallely using "Do the following in Pararllel", It is working as expected for " CLosed Complete" but If one sctask is marked as "Closed Incomplete" then I want other Sctasks also to be marked as Closed Incomplete and RITM to Completed Stage. but it is not working.
Can someone please help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-29-2024 03:27 AM
Hi @Samyukta1
For the above scenario, you need to check the state of the tasks using the "switch" condition.
The flow will go as
Switch1: if task = closed incomplete -> then update the state of all tasks as Closed incomplete(Using "Do the following in Parallel") -> update RITM to Completed.
Switch2: task = Closed Complete -> then update the state of all tasks as Closed Complete(Using "Do the following in Parallel")-> update RITM to Completed.
If my response finds helpful, please indicate its helpfulness by selecting Accept as Solution and Helpful.
Thanks,
Vaibhav Nikam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-29-2024 03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-29-2024 03:46 AM - edited ā02-29-2024 03:51 AM
Hi @Samyukta1 ,
You can update your subflow as mentioned in the image. (I have taken one OOB item for E.g)
If my response finds helpful, please indicate its helpfulness by selecting Accept as Solution and Helpful.
Thanks,
Vaibhav Nikam