Payload for updating a cron job. All fields are optional.
CronUpdate()| Name | Type |
|---|---|
| schedule | str |
| timezone | str |
| end_time | datetime |
| input | Input |
| metadata | dict[str, Any] |
| config | Config |
| context | Context |
| webhook | str |
| interrupt_before | All | list[str] |
| interrupt_after | All | list[str] |
| on_run_completed | OnCompletionBehavior |
| enabled | bool |
| stream_mode | StreamMode | list[StreamMode] |
| stream_subgraphs | bool |
| stream_resumable | bool |
| durability | Durability |