docs(cron): clarify jobId vs id
This commit is contained in:
parent
10e46c6d5e
commit
712a7dddf6
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ A cron job is a stored record with:
|
|||
- optional **delivery** (where output should be sent).
|
||||
|
||||
Jobs are identified by a stable `jobId` (used by CLI/Gateway APIs).
|
||||
In agent tool calls, `jobId` is canonical; legacy `id` is accepted for compatibility.
|
||||
|
||||
### Schedules
|
||||
Cron supports three schedule kinds:
|
||||
|
|
|
|||
Loading…
Reference in a new issue