Asynchronous Activity - .NET SDK feature guide
Asynchronously complete an Activity using the Temporal .NET SDK by following three simple steps.
Asynchronously complete an Activity using the Temporal .NET SDK by following three simple steps.
Temporal's core application primitives include Workflows, Activities, and Workers.
Cancel and Terminate a Workflow Execution and its Activities using the .NET SDK.
Improve observability in your .NET based Temporal Workflows. View which Workflow Executions are tracked by the Temporal Platform and the state of any Workflow Execution.
The Versioning section of the Temporal Developer's guide covers how to update Workflow Definitions without causing non-deterministic behavior in current long-running Workflows.