Skip to main content

Interface: CancelWorkflowUpdateOptions

nexus.CancelWorkflowUpdateOptions

Options passed to a TemporalOperationHandlerOptions.cancelWorkflowUpdate handler describing the Workflow Update to cancel.

Nexus support in Temporal SDK is experimental.

Properties

runId

Readonly runId: string

The Run ID extracted from the operation token. May be empty if the run was not pinned.


updateId

Readonly updateId: string

The ID of the Update to cancel.


workflowId

Readonly workflowId: string

The ID of the workflow whose Update backs the Nexus Operation that is being canceled.