Hi everybody, I am trying to retrieve results from my child flow in my parent flow. I am currently storing all my child flow results in s3. I am finding it hard to retrieve the location based on the states returned using
client.get_flow_run_info("xxxxx")
. Is there another way for me to get the location on where the task results are stored?
👀 1
z
Zanie
04/15/2021, 2:02 PM
Hey @Jeremy Tee -- what kind of issues are you running into?
j
Jeremy Tee
04/16/2021, 1:55 AM
I am trying to do a flow to orchestrate child flows. From the parent perspective, is there anyway i can get the child flow's location result which are stored in s3?