Hey @Jenny (sorry for tagging you again, this seems to be the best way to get messages seen in this channel, lmk if there is a better option)
I'm stuck on trying to figure out a reliable way to cancel a flow with subflows with python.
I can cancel a parent flow via the api, via the cli, and via the UI, and in all three cases, my subflows are left in the running state.
I can cancel each of them via the CLI, when i copy and paste their id's.
I haven't been able to figure out how to get the subflow id's from the api response of the parent flow.
Do you think you could help me figure out a solution for this? flow and subflow cancellation is a must for our app