Hi All, I'm triggering a set of flows from another...
# ask-community
d
Hi All, I'm triggering a set of flows from another flow in prefect 1. Is there a way to programmatically monitor the sub flows (states) from the parent flow? I have the flow ID, perhaps there is an api I can query
a
Hey @David Miller! Do you mind throwing this in our GEL/Prefect partner slack channel? @Kevin Grismore can follow up from there!
👀 1
d
I managed to find a solution actually If I auth via the client, save the token and then use create_flow_run, followed by wait_for_flow_run, the parent flow will wait for child flow completion and I can check the status in the output, so all good 😃
a
Oh excellent @David Miller! Thank you 🎉 Great to hear! Let us know if we can help with anything else
k
That's exactly what I was grabbing docs links about! Awesome 🙂
🙌 1
d
a point of general feedback, it's becoming increasingly difficult to find prefect 1 docs, especially via google. I understand the new docs are on a different platform, but it would be great if possible to have them searchable via the same box or even just linked around here
hopefully we won't be stragglers for too much longer
a
Hey @David Miller totally understand! I'll ping you with more details on this directly