Small clarification for queued automations (#18200)

This commit is contained in:
kloggy 2021-06-14 22:47:48 +01:00 committed by GitHub
parent ef50bfff4f
commit f16008b274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ Mode | Description
-|- -|-
`single` | (Default) Do not start a new run. Issue a warning. `single` | (Default) Do not start a new run. Issue a warning.
`restart` | Start a new run after first stopping previous run. `restart` | Start a new run after first stopping previous run.
`queued` | Start a new run after all previous runs complete. Runs are guaranteed to execute in the order they were queued. `queued` | Start a new run after all previous runs complete. Runs are guaranteed to execute in the order they were queued. Note that subsequent queued automations will only join the queue if any conditions it may have are met at the time it is triggered.
`parallel` | Start a new, independent run in parallel with previous runs. `parallel` | Start a new, independent run in parallel with previous runs.
<p class='img'> <p class='img'>