Skip to main content

Interface: IResolveChildWorkflowExecutionStart

coresdk.workflow_activation.IResolveChildWorkflowExecutionStart

Properties of a ResolveChildWorkflowExecutionStart.

Hierarchy

Properties

cancelled

Optional cancelled: null | $Properties

ResolveChildWorkflowExecutionStart cancelled

Inherited from

$Properties.cancelled


failed

Optional failed: null | $Properties

ResolveChildWorkflowExecutionStart failed

Inherited from

$Properties.failed


seq

Optional seq: null | number

Sequence number as provided by lang in the corresponding StartChildWorkflowExecution command

Inherited from

$Properties.seq


status

Optional status: "failed" | "cancelled" | "succeeded"

ResolveChildWorkflowExecutionStart status

Inherited from

$Properties.status


succeeded

Optional succeeded: null | $Properties

ResolveChildWorkflowExecutionStart succeeded

Inherited from

$Properties.succeeded