You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TaskOptions class provided when scheduling activities and sub-orchestration calls supports providing a CancellationToken. However, it's not yet wired up to actually cancel the task. This issue tracks adding support for cancellation.
Implement the feature for activity calls, sub-orchestrator calls, and retry handlers.
Add detailed <remarks> documentation with examples for how cancellation can be used.
Add tests that cover all the scenarios supported by task cancellation
The
TaskOptionsclass provided when scheduling activities and sub-orchestration calls supports providing aCancellationToken. However, it's not yet wired up to actually cancel the task. This issue tracks adding support for cancellation.<remarks>documentation with examples for how cancellation can be used.