https://prefect.io logo
Title
l

Leon Kozlowski

01/30/2023, 6:34 PM
How is the
expected_start_time
resolved
TaskRun
within
context
? I'm looking at docs and I see
expected_start_time: Optional[DateTimeTZ] = Field(
        default=None,
        description="The task run's expected start time.",
    )
How would the expected start time of a task run be determined?
It appears that the flow run expected start time is not available in the task run context
c

Christopher Boyd

01/31/2023, 2:57 PM
flow run context and task run context are separate