Skip to main content

5 docs tagged with "cancellation"

View All Tags

Cancellation

Cancel an Activity from a Workflow, sending Heartbeats and setting a Heartbeat Timeout, and handling cancellation errors.

Interrupt a Workflow Execution

Learn how to interrupt a Workflow Execution by canceling or terminating, including the differences and use cases for each method.

Testing - Go SDK feature guide

The Testing section of the Temporal Developer's guide covers the many ways to test the state of your Temporal Application; that is, ways to view which Workflow Executions are tracked by the Platform and the state of any given Workflow Execution, either currently or at points of an execution.