https://prefect.io logo
a

Anjaneyulu K

11/08/2022, 10:24 PM
Hi, Once the flows started being executed after deployment, Can we kill or stop flows/task execution?
1
a

Anna Geller

11/08/2022, 11:58 PM
you can delete the flow run, which will have the effect of stopping the execution because you'll get an error that the flow run ID no longer exists, but first-class support for cancellation is not there yet, but on the roadmap (no ETA yet, you can follow #announcements to stay up to date)
👍 1
2 Views