Skip to main content

Interface: IChildWorkflowResult

coresdk.child_workflow.IChildWorkflowResult

Properties of a ChildWorkflowResult.

Hierarchy

Properties

cancelled

Optional cancelled: null | $Properties

ChildWorkflowResult cancelled

Inherited from

$Properties.cancelled


completed

Optional completed: null | $Properties

ChildWorkflowResult completed

Inherited from

$Properties.completed


failed

Optional failed: null | $Properties

ChildWorkflowResult failed

Inherited from

$Properties.failed


status

Optional status: "completed" | "failed" | "cancelled"

ChildWorkflowResult status

Inherited from

$Properties.status