Hello Friends,
If I have Concurrency Control set to 1 to my flow, what will happen to the requests hitting the flow during the execution? Will the requests be queued or discarded?
You are correct - an oversight on my part. My understanding is that additional runs will be queued.
Here is a series of posts on this topic.
Not only loops. We can apply for Triggers also right. I am taking in the context of whole flow.
Can you provide some context for your question? Concurrency control is applied to loops. Loops execute in a serial fashion by default.
I do not want my flow to execute multiple times at the same time. What other option I have other than Concurrency Control..
My understanding is that setting it to 1 is the same as having it off - requests will be process in a serial fashion.