Flow designer: Close one task when another task meets a condition

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2022 09:38 AM
I have a requirement as follows:
Flow should create two catalog tasks at the same time, each assigned to a different group. If one of the tasks gets assigned or closed, the other task should be closed automatically (both of the groups are capable of completing the task - whoever does so "wins").
How would you do this in Flow Designer? I know how to do it with a business rule, but want to keep it all within the flow.
Ideas would be appreciated!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2022 10:45 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2022 05:28 AM
Hi,
So if both assignment groups starts working with their respective tasks, and only one of them can complete the work, then the work done by the other team is wasted.
Is that a scenario you want to endorse?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2022 01:07 PM
They should be accepting (assigning the task to themselves) before they start work. In which case, the other task will be closed. If they start work before accepting, then they aren't following established processes.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2022 11:24 PM
In that case I don't see the point in generating two tasks, since only one is needed/will be completed.
You could just create one task, don't assign that task to a group, then have the groups check for unassigned tasks, and assign it to themselves when they are ready to take on the work.