Is there a way to set a concurrency limit on a flo...
# ask-community
b
Is there a way to set a concurrency limit on a flow for its sub-flows? e.g a flow that kicks off 20 sub-flows, but I only want 10 of them to run at a time.
one potential option i was thinking about if it is possible would be to create a new work queue for a flow's sub-flows at run-time, queue up the sub-flows to that work queue and set a concurrency limit on that queue
r
There is global concurrency and deployment concurrency. Maybe one of those would help?