next_runs
Calculate the next execution times for a cron expression. Specify the expression and an optional count to list upcoming runs.
Instructions
Calculate the next N execution times for a cron expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of upcoming runs to show | |
| expression | Yes | Cron expression, e.g. '0 9 * * *' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |