Skip to content

Commit 10d0ad9

Browse files
authored
fix(docs): link locked triggers
1 parent ef6aa56 commit 10d0ad9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/docs/04.workflow-components/14.concurrency.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Concurrency limits
2+
title: Concurrency Limits
33
icon: /docs/icons/flow.svg
44
version: ">= 0.13.0"
55
---
@@ -71,7 +71,9 @@ As you can see in the UI, the third execution failed as the first two executions
7171
![concurrency_fail](/docs/workflow-components/concurrency_fail.png)
7272
7373
::alert{type="warning"}
74-
When an execution is started by a [Schedule Trigger](./07.triggers/01.schedule-trigger.md), that trigger will lock until the execution is done, preventing multiple executions from that trigger to run concurrently. This means the `behavior` property will not come into effect and instead no new executions will be started.
74+
When an execution is started by a [Trigger](./07.triggers/index.md), that trigger will lock until the execution is done, preventing multiple executions from that trigger to run concurrently. This means the `behavior` property will not come into effect and instead no new executions will be started.
75+
76+
Read more about about [Locked Triggers](./07.triggers/index.md#locked-triggers).
7577
::
7678

7779
## Tracking Concurrency Slots from the UI

0 commit comments

Comments
 (0)