Is there an equivalent of Prefect 1.0's `prefect.c...
# ask-community
l
Is there an equivalent of Prefect 1.0's
prefect.context.get("scheduled_start_time")
in Prefect 2.0?
FlowRunContext.start_time
seems to return the actual start time of the flow instead of the scheduled start time. If there isn't, is there a way to get the scheduled start time of a flow during runtime?