Dear all,
I'm trying to figure out how concurrency control influences a recurrence workflow with interval, let's say, 1 min.
To my understanding, if I set the concurrency control to 1, the 2nd loop will be blocked if the 1st loop runs longer than 1 min.
My question is, when will the 2nd loop actually start?
My 1st guess is, the second loop will start immediately once the 1st loop is done.
2nd guess, the second loop will start to count one more minute after the 1st loop is done, and then get executed.
Could you please let me know which case is actually happening?

Report
All responses (
Answers (