Jai P
@flow def my_flow(): context["my_cool_variable"] = "blah" my_subflow() @flow def my_subflow(): print(context["my_cool_variable"]) my_task() @task def my_task(): print(context["my_cool_variable"])
[my_subflow] blah [my_task] blah
Kevin Kho
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.