Allow only 1 instance of a flow to run at the same time
my flow takes maximum 30 minutes to complete once, can anyone please help me to run all instances one after another.
Means if one instance will complete in 30 min then other will start after 30 min and all 20 will be succeeded.
Please help me on this urgently as client is forcing for this issue.
They will all stack up in a "pending" status while the one job is running. They won't fail because of waiting unless you hit the limit on the maximum number of waiting runs. I'm not sure what that limit is I think it has something to do with the amount of actions/memory required to complete the job, as when I ran into an issue the limit varied depending on how complex or not the flow was at any given time. But I was trying to unnest files from a folder and copy to a new folder and had hundreds running at any given time, so I think I just maxed out the allocated memory.
Hi @srduval as my flow takes 30 minutes to complete so will other fails after some time or all will be succeeded
Under the trigger actions, there is a concurrency limit set that to 1 and all the other tasks will queue up behind it waiting to run until the other finishes. There is a limit as to how many flows can be waiting so keep that in mind
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2