Q: Canceling a Flow does not cancel its child Flow...
# prefect-server
r
Q: Canceling a Flow does not cancel its child Flows that were started with
StartFlowRun
. Is this by design? (cancellation was done through the UI).
n
Hi @Roey Brecher - yes, that's by design since we don't (currently) track that ad-hoc run as a dependency. You can still manually cancel any runs created with
StartFlowRun