Cron Parser
parse_cronParse a cron expression into a human-readable description and the next scheduled run times. Exact cron semantics: use this instead of interpreting cron syntax yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | Cron expression, e.g. '0 9 * * MON-FRI' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| valid | No | Whether the input passed every check | |
| result | No | The result, when it is not an object | |
| nextRuns | No | ||
| description | No |