Flow Designer - Is possible to allow a specific number of instance to be running at the same time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2025 12:42 PM
Is possible to only allow a specific number of excursion of sub-flow to be running at the same time?
I have sub-flow that gets trigger about 100 times within secs, I want to process 10 instances of the sub-flow at time. Meaning once 10 completed, the next 10 get processed and so forth until all sub-flow are completed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2025 09:15 AM
Hi @valter479
Have you investigated the parallel flow launcher from ServiceNow: Parallel Flow Launcher workflow activity
Looks like the Max simultaneous option might work with the use case that you've identified here.
Another thing you could look at is the build - is there a better way to accomplish this action, sounds like a lot of activities occurring, could it be built slightly differently to reach the same goal, but reduce actions?