Interface: CancelWorkflowUpdateOptions
nexus.CancelWorkflowUpdateOptions
Options passed to a TemporalOperationHandlerOptions.cancelWorkflowUpdate handler describing the Workflow Update to cancel.
Workflow Updates as Nexus Operations are 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.