Hi, I am running a Flow, which runs a subflow. Whe...
# ask-community
t
Hi, I am running a Flow, which runs a subflow. When I cancel the Flow, it is stuck in "Cancelling" state, and the subflow is actually still running. The subdlow just polls some API and uses
asyncio.sleep
in between. How can I make it so that the subflow gets cancelled too?