Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.47k stars 287 forks source link

OrchestrationStatus.Canceled #1017

Closed michaelplavnik closed 2 months ago

michaelplavnik commented 6 months ago

How one can get orchestration into OrchestrationStatus.Canceled status? Or is it provisioning future work?

cgillum commented 2 months ago

The Canceled status was added a very long time ago but was never actually implemented. This is something we hope to implement in the future as a cooperative alternative to termination, but we don't yet have a timeline for this.