How can we prevent concurrent runs of the same flo...
# ask-community
m
How can we prevent concurrent runs of the same flow? Given my current architecture it’s not safe to have two runs of the same flow at the same time. I see there are some concurrency strategies with labels but I don’t think that will work here given that we want every flow to have this behavior.
k
This is a snippet to limit flow run currency using the state handler