Next Runs
next_runsCompute the next N run times (UTC ISO-8601) for a cron expression. Optionally start from a given time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Optional ISO-8601 start time (default: now). | |
| count | No | How many upcoming runs to return (1-50, default 5). | |
| expression | Yes | A cron expression or @alias. |