Skip to main content

Interface: IRequestCancelExternalWorkflowExecution

coresdk.workflow_commands.IRequestCancelExternalWorkflowExecution

Properties of a RequestCancelExternalWorkflowExecution.

Hierarchy

  • $Properties

    IRequestCancelExternalWorkflowExecution

Properties

reason

Optional reason: null | string

A reason for the cancellation

Inherited from

$Properties.reason


seq

Optional seq: null | number

Lang's incremental sequence number, used as the operation identifier

Inherited from

$Properties.seq


workflowExecution

Optional workflowExecution: null | $Properties

The workflow instance being targeted

Inherited from

$Properties.workflowExecution