prefect.runtime.flow_run
PREFECT__RUNTIME__FLOW_RUN
.
Available attributes:
id
: the flow run’s unique IDtags
: the flow run’s set of tagsscheduled_start_time
: the flow run’s expected scheduled start time; defaults to now if not presentname
: the name of the flow runflow_name
: the name of the flowflow_version
: the version of the flowparameters
: the parameters that were passed to this run; note that these do not necessarily
include default values set on the flow function, only the parameter values explicitly passed for the runparent_flow_run_id
: the ID of the flow run that triggered this run, if anyparent_deployment_id
: the ID of the deployment that triggered this run, if anyrun_count
: the number of times this flow run has been runget_id
get_tags
get_run_count
get_name
get_flow_name
get_flow_version
get_scheduled_start_time
get_parameters
get_parent_flow_run_id
get_parent_deployment_id
get_root_flow_run_id
get_flow_run_api_url
get_flow_run_ui_url
get_job_variables