Use theDocumentation Index
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
prefect.runtime module to access runtime information from within a workflow.
flow_run.name will change between workflow runs to match the name of the flow run.
Attributes of
prefect.runtime are None if a value is not availableAttributes of prefect.runtime will never error when accessed. If a value is not available, the attribute will be None.prefect.runtime module reference for all available attributes.