I imagine this is a fairly simple thing to figure out, but I'm not seeing it in the docs.
If I have a task that takes 2 parameters, but also needs to wait until the completion of a task that doesn't return anything, how I do signal that dependency?
Copy code
with Flow as f:
x, y = func_1():
no_return_func():
res = final_func(x,y)
Using the example above, how do I signal for
final_func
to wait on
no_return_func
?
Do I just add a third argument to the function and have
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.