Updates a flow run.
The flow run id
Data used by the Prefect REST API to update a flow run.
Defines of how a flow run should retry.
Show child attributes
The maximum number of retries. Field is not used. Please use retries instead.
retries
The delay between retries. Field is not used. Please use retry_delay instead.
retry_delay
The number of retries.
The delay time between retries, in seconds.
Tracks pauses this run has observed.
Indicates if this run is resuming from a pause.
The type of retry this run is undergoing.
in_process
reschedule
Was this page helpful?