Howard Cornwell
06/18/2020, 2:06 PMprefect.context.scheduled_start_time
?Laura Lorenz (she/her)
06/18/2020, 2:12 PMscheduled_start_time
which is in context. Docs are at https://docs.prefect.io/api/latest/utilities/context.html#context but tl;dr it should be the scheduled start time for the flow run if it was scheduled (which maybe isn’t as unique as you want), but if it WASN’T scheduled it is the time it was created. (code ref from when we set it https://github.com/PrefectHQ/prefect/blob/master/server/src/prefect_server/api/runs.py#L50)Howard Cornwell
06/18/2020, 2:12 PMLaura Lorenz (she/her)
06/18/2020, 2:16 PM