Multiple instances of flow triggers at a time , need help configuring queue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2024 09:48 PM
Hi Experts,
I've a common flow attached to multiple catalogue items for a complex requirement.
If multiple catalogue items are requested simultaneously , messes up the end result , i want only one flow instance should get triggered at a time and rest should remain in queue so they should not run in parallel but only in sequential manner.
Kindly assist, if you have any idea.
Regards,
Varun Sharma

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2024 11:17 PM
Hi @Varun Sharma Why would you have same flow attached to multiple catalogs? this may not work for long run
The best approach would be have different flow for each catalog and have a subflow for similar requirements and call this subflow in all main flows so that you wont have this issue
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 12:35 AM
Hi Harish,
it's a peculiar requirement , where we need to optimise licensing for different catalogue items, they all are interdependent and thus needs to have a common flow.
only thing is , i need only one instance of flow to run at a time and other should be queued.
Regards,
Varun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 12:06 AM
Hello @Varun Sharma :
There are following ways to overcome your problem :
1. Add a wait condition on the beginning of the flow for 5-10 second it will help you in the order of execution for the parallel requests.
2. Create a main flow and a sub flow and call the sub flow from main flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 12:14 AM
The reason is same flow you have for the catalog items , but in this catalog items are stand alone records so need to attach separate flow to each item.