How is the `expected_start_time` resolved `TaskRun...
# ask-community
l
How is the
expected_start_time
resolved
TaskRun
within
context
? I'm looking at docs and I see
Copy code
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
flow run context and task run context are separate