You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/triggers.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Some combinations are restricted to keep scheduling unambiguous. These rules are
50
50
-`interval` and `precision` are mutually exclusive.
51
51
-`interval` and `delay` are mutually exclusive.
52
52
-`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.
54
54
- Range triggers are modifiers that only allow launches between a start and end date/time.
55
55
- Blackout triggers are the inverse of ranges; they disallow launches between a start and end date/time.
56
56
- You may add multiple ranges and blackouts.
@@ -61,7 +61,7 @@ The following trigger types are available.
61
61
62
62
### Manual Run
63
63
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).
65
65
66
66
Parameters: None
67
67
@@ -374,9 +374,9 @@ The "Quiet" modifier allows you to configure jobs to run silently (i.e. complete
374
374
375
375
A few notes about behaviors:
376
376
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.
378
378
- 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).
380
380
- Ephemeral mode will automatically disable itself if the job produces output files.
381
381
- Both invisible and ephemeral modes are passed down to child sub-jobs if set on a workflow.
0 commit comments