Concurrency
Allows workflows to block or cancel other workflows.
Parameters¶
group¶
The rule will affect all workflows that share the same concurrency group name
cancel-in-progress¶
- false (default)
- true - on start of this workflow; any other workflow with the same group will be cancelled
Limitations¶
- If there are multiple workflows in the queue with the same group, all but one will be cancelled.
- This discussion thread (#5435) suggests that something like
cancel-in-queue: false
orcancel-pending: false
would be beneficial, but this has not been implemented yet - More discussions: #63136 & #41518
- Possible work-around: Rerun Workflows Action
- This discussion thread (#5435) suggests that something like