what's the difference between `Flow Concurrency` a...
# ask-community
j
what's the difference between
Flow Concurrency
and
Task Concurrency
? i have a flow running right now, and i can see it shows as
1 running flow (100%)
but then
0 running tasks (0%)
z
Hey @Jonathan Chu -- you can limit the number of concurrent flow runs by flow run "label" and you can limit concurrent task runs across all flow runs by task "tag"
👍 1