Pause, resume, or cancel a scheduled flow run
| Action | Description |
|---|---|
pause | Temporarily pause the schedule - it will not execute until resumed |
resume | Resume a paused schedule - it will continue executing as scheduled |
cancel | Permanently cancel the schedule - it cannot be resumed after cancellation |
Pause a schedule
Resume a paused schedule
Cancel a schedule permanently
| Current Status | Valid Actions |
|---|---|
ACTIVE | pause, cancel |
PAUSED | resume, cancel |
CANCELLED | None (terminal state) |
COMPLETED | None (terminal state) |
Scheduled flow_run UID
With this action, you can resume, cancel or pause the scheduled flow_run.
resume, cancel, pause Returns the updated scheduled flow_run
Returns the updated scheduled flow_run
A unique identifier for the scheduled flow run.
A unique identifier for the flow preset associated with this scheduled execution.
The human-readable name of the flow preset executed by this schedule.
A unique identifier for the user associated with this scheduled flow run.
A unique identifier for the workspace associated with this scheduled flow run.
The current status of the scheduled flow run.
ACTIVE, CANCELLED, PAUSED, COMPLETED If the flow run is postponed, this field indicates when it will be retried.
The cron expression (in POSIX format) defining the schedule for the flow run.
The IANA timezone for the scheduled flow run.
The date and time of the next scheduled execution.
The date and time when the flow run was last executed.
The date and time when the scheduled flow run was created.
The date and time when the scheduled flow run was last updated.