Skip to main content

Interface: IResolveRequestCancelExternalWorkflow

coresdk.workflow_activation.IResolveRequestCancelExternalWorkflow

Properties of a ResolveRequestCancelExternalWorkflow.

Hierarchy

  • $Properties

    IResolveRequestCancelExternalWorkflow

Properties

cause

Optional cause: null | CancelExternalWorkflowExecutionFailedCause

The server-reported cause when the cancellation request failed.

Inherited from

$Properties.cause


failure

Optional failure: null | $Properties

If populated, the cancellation request failed.

Inherited from

$Properties.failure


seq

Optional seq: null | number

Sequence number as provided by lang in the corresponding RequestCancelExternalWorkflowExecution command

Inherited from

$Properties.seq