Hi everybody, I am trying to retrieve results from...
# ask-community
j
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
Hey @Jeremy Tee -- what kind of issues are you running into?
j
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?