Hello! I would like to initiate a flow run as an i...
# ask-community
d
Hello! I would like to initiate a flow run as an independent flow run and not as a subflow. The reasons are I want the parent flow's infrastructure to die, I do not want it to wait for the subflow. I have tried run_deployment() from the parent flow, but the parent flow remains. Can anyone give me some assistance?
r
if you set timeout to 0 it will return immediately
d
thank you! I had thought about this but didn't test. I assumed it would crash the subflow, but was wrong. Works great!
👍 1