Tim Enders
06/08/2022, 7:41 PMAnna Geller
06/08/2022, 7:54 PMTim Enders
06/08/2022, 7:57 PMKevin Kho
06/08/2022, 8:17 PM@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
06/08/2022, 9:08 PMTim Enders
06/08/2022, 9:16 PM