Tim Enders
06/08/2022, 7:41 PMAnna Geller
Tim Enders
06/08/2022, 7:57 PMKevin Kho
@flow
def myflow():
a = task_one():
if a.result() is not None:
task_two(a)
something like that. That is a native Python SKIPAnna Geller
Tim Enders
06/08/2022, 9:16 PM