Leon Kozlowski
09/14/2022, 9:24 PMZanie
prefect.context.FlowRunContext.get()
. However, we make no guarantees that it will be available as we do not recreate the flow run context when task runs are executed remotely.Zanie
TaskRunContext
is intended to contain everything you could need from within the task run. We haven’t necessarily filled it out because we aren’t sure what people need. What kind of additional data are you looking for?Leon Kozlowski
09/14/2022, 9:30 PMLeon Kozlowski
09/14/2022, 9:31 PMLeon Kozlowski
09/15/2022, 2:57 PM