Skip to content

Commit ceb139d

Browse files
committed
Triggers Doc: Add "quiet" modifier mention in manual run trigger. Plus a few other misc corrections.
1 parent eafaa0c commit ceb139d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/triggers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Some combinations are restricted to keep scheduling unambiguous. These rules are
5050
- `interval` and `precision` are mutually exclusive.
5151
- `interval` and `delay` are mutually exclusive.
5252
- `precision` and `delay` are mutually exclusive.
53-
- Launching triggers: Only `manual`, `schedule`, `interval`, `single`, and `plugin` produce launches. Others act as modifiers or constraints.
53+
- Launching triggers: Only `manual`, `schedule`, `interval`, and `single` produce launches. Others act as modifiers or constraints.
5454
- Range triggers are modifiers that only allow launches between a start and end date/time.
5555
- Blackout triggers are the inverse of ranges; they disallow launches between a start and end date/time.
5656
- You may add multiple ranges and blackouts.
@@ -61,7 +61,7 @@ The following trigger types are available.
6161

6262
### Manual Run
6363

64-
Allow the event to be launched on demand by users (UI) and API keys (API). Does not produce automatic runs. Skips over modifiers like [Catch-Up](#catch-up), [Range](#range), [Blackout](#blackout), [Delay](#delay), [Precision](#precision) and [Plugin](#plugin).
64+
Allow the event to be launched on demand by users (UI) and API keys (API). Does not produce automatic runs. Skips over modifiers like [Catch-Up](#catch-up), [Range](#range), [Blackout](#blackout), [Delay](#delay), [Precision](#precision), [Quiet](#quiet), and [Plugin](#plugin).
6565

6666
Parameters: None
6767

@@ -374,9 +374,9 @@ The "Quiet" modifier allows you to configure jobs to run silently (i.e. complete
374374

375375
A few notes about behaviors:
376376

377-
- Invisible mode affects running jobs, queued jobs, as well as upcoming jobs.
377+
- Invisible mode affects running jobs, queued jobs, as well as upcoming jobs, in the UI.
378378
- You can still access running invisible jobs via the API (i.e. [get_job](api.md#get_job), [get_jobs](api.md#get_job)).
379-
- As soon as jobs complete, they will be visible in the UI (unless `ephemeral` is also set).
379+
- As soon as jobs complete, they will become visible again (unless `ephemeral` is also set).
380380
- Ephemeral mode will automatically disable itself if the job produces output files.
381381
- Both invisible and ephemeral modes are passed down to child sub-jobs if set on a workflow.
382382

0 commit comments

Comments
 (0)