Best Practices for Handling Task Cancellation in Workflows #118
Unanswered
pcabaleiro
asked this question in
Q&A
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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
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!
All reactions