1. Is there any way to setup Flow Concurrency cont...
# ask-community
j
1. Is there any way to setup Flow Concurrency control to simply skip scheduled runs if another flow is already running with the same labels? 2. Is it also the case that the Agent has to be tagged with the Flow Concurrency control label as well? So presumably if I have 20 different Flow Concurrency labels, all 20 need to be attached to the Agent?
k
Hey @Jacob Blanco, 1. Kind of. You need both Flow Concurrency and an Automation that says if the Flow is Queued longer than X, just cancel it. 2. The agent needs the labels to pick up the flow, so I think the answer is yes if you want it to pick up all of those flows. I think you just need to worry about Agents being able to pick up the Flows
j
Thanks