Flow Designer - Is possible to allow a specific number of instance to be running at the same time

valter479
Tera Contributor

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.

1 REPLY 1

Hanna_G
Kilo Sage

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?