David Beck
05/17/2022, 10:20 PMKevin Kho
David Beck
05/17/2022, 10:26 PMKevin Kho
David Beck
05/17/2022, 10:32 PMKevin Kho
.run()
. The Flow block will do it for you. Just do:
my_task = TestOtelLogHandler()
with Flow(..) as flow:
my_task
otherwise it will run during registration time, not during flow execution timeDavid Beck
05/17/2022, 10:36 PMKevin Kho