Hugo Polloli
03/14/2022, 1:39 PMreturn True
and pass it, unused, to the next task. Is that ok or did I miss a way to do that more "beautifully" in the docs ? (I don't find it particularly bad, + with the fact that I suffix it with "_done" I think it's explicit, but was still wondering)
t1_done = task1()
t2_done = task2(t1_done)
....
Sylvain Hazard
03/14/2022, 1:44 PMTomer Cagan
03/14/2022, 2:09 PMHugo Polloli
03/14/2022, 4:33 PM