Best Practices for Handling Task Cancellation in Workflows #118
Replies: 2 comments
-
Hello @pcabaleiro I also had a hard time working on time-consuming. I don't know if it helps, but I'll share the solutions we're using.
If you try to kill workflow using |
Beta Was this translation helpful? Give feedback.
-
Below is a plan provided by the document. But I don't work... |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm currently working with a workflow that includes several time-consuming tasks. I've observed that when I cancel a workflow through the API (for instance, to modify an input parameter), tasks that have already commenced are marked as CANCELED in the Conductor's service. However, these tasks continue to run on the worker side until they either complete or fail.
I'm seeking clarity on a couple of points:
Any insights or guidance on this would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions