Skip to content

Commit ef6aa56

Browse files
authored
fix(docs): clarify trigger with concurrency
1 parent ea0c34b commit ef6aa56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ As you can see in the UI, the third execution failed as the first two executions
7070
7171
![concurrency_fail](/docs/workflow-components/concurrency_fail.png)
7272
73+
::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.
75+
::
7376

7477
## Tracking Concurrency Slots from the UI
7578

0 commit comments

Comments
 (0)