Hey @Bastian Röhrig, do you need it during the Flow or do you need it after the Flow? Could you tell me more about what you’re trying to do?
b
Bastian Röhrig
08/25/2021, 2:20 PM
I would need it after the flow, I am thinking about doing something like this
Copy code
run_module = StartFlowRun(flow_name="run_module", project_name="tutorial", wait=True)
with Flow("flow-of-flows") as flow:
params = ...
results = run_module.map(parameters=params, run_name=get_names())
do_something.map(results)
# I would like to do something with the results of the tasks
I know that I can see whether or not the child flows were successful, and I think that information might be enough for me to build a workaround if i cannot access the results.
k
Kevin Kho
08/25/2021, 2:29 PM
Ah ok. Some new tasks were added in 0.15.0 to support this as seen here . Check the part about “Sub-flow result passing”
b
Bastian Röhrig
08/25/2021, 2:35 PM
This looks like exactly what I want to do, thank you 🙂
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.