diff --git a/apps/web/src/components/app/docs-sections/automations.tsx b/apps/web/src/components/app/docs-sections/automations.tsx index 78589122..c4bc11d8 100644 --- a/apps/web/src/components/app/docs-sections/automations.tsx +++ b/apps/web/src/components/app/docs-sections/automations.tsx @@ -187,14 +187,18 @@ export function AutomationsContent() {
{"{{D:Arg Name}}"} placeholders just
- like templates. Dispatch prepends a short preamble that names the
- job, includes the run ID, and reminds the agent to drive the run to
- a terminal state. Required before a run can start.
+ message. Dispatch prepends a short preamble that identifies the job
+ and run and reminds the agent to drive the run to a terminal state.
+ Required before a run can start. Unlike templates, jobs never
+ collect arguments at run time — {"{{D:Arg Name}}"}{" "}
+ placeholders are only substituted from default values saved via the
+ API.
Mod+K palette for quick launch.
+ Show in command palette — marks the job as
+ callable, shown as a badge in the jobs list. Quick launch from the{" "}
+ Mod+K palette is currently only available for
+ templates.
- After creating a job, open its Settings tab to - configure additional options like Webhook trigger — - enable it to generate a secret URL that fires a run via HTTP POST. No - auth header is needed; the secret in the URL is the credential. + After creating a job, open its Configure tab to + adjust these settings and options like{" "} + Webhook trigger — enable it to generate a secret URL + that fires a run via HTTP POST. No auth header is needed; the secret + in the URL is the credential.
@@ -391,10 +396,12 @@ export function AutomationsContent() {- Each job card shows the last run's status, when it finished, and the - next scheduled fire time. Open the History tab on a - job to browse past runs with their reports, durations, and trigger - source (Manual, Scheduled, or Webhook). + Each job in the sidebar list shows its last run's status alongside its + schedule and enabled state, and the Jobs overview (shown when no job + is selected) lists upcoming scheduled runs. Open the{" "} + History tab on a job to browse past runs with their + start time, duration, trigger source (Manual, Scheduled, or Webhook), + and expandable report.