Skip to main content

Interface: ICancelChildWorkflowExecution

coresdk.workflow_commands.ICancelChildWorkflowExecution

Properties of a CancelChildWorkflowExecution.

Hierarchy

Properties

childWorkflowSeq

Optional childWorkflowSeq: null | number

Sequence number as given to the StartChildWorkflowExecution command

Inherited from

$Properties.childWorkflowSeq


reason

Optional reason: null | string

A reason for the cancellation

Inherited from

$Properties.reason