Sam Cook
02/01/2023, 9:16 PMexpected_start_time
from within a task? If I retrieve the context using get_run_context
and the expected_start_time
field from within a task, I get a TaskRunContext and the expected start time for the specific task which is different from the flow's expected_start_time
by a fair margin, depending on how long it took to actually start the current task.Christopher Boyd
02/02/2023, 2:33 PMglobal start_time = get_run_context().start_time
Sam Cook
02/02/2023, 2:56 PM