Skip to main content

Interface: IRequestCancelExternalWorkflowExecution

coresdk.workflow_commands.IRequestCancelExternalWorkflowExecution

Properties of a RequestCancelExternalWorkflowExecution.

Implemented by

Properties

childWorkflowId

Optional childWorkflowId: null | string

The desired target must be a child of the issuing workflow, and this is its workflow id


seq

Optional seq: null | number

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


workflowExecution

Optional workflowExecution: null | INamespacedWorkflowExecution

A specific workflow instance