Namespace: ChildWorkflowResult
coresdk.child_workflow.ChildWorkflowResult
Interfaces
Type Aliases
$Shape
Ƭ $Shape: { cancelled?: $Shape | null ; completed?: $Shape | null ; failed?: $Shape | null } & { cancelled?: null ; completed?: null ; failed?: null ; status?: undefined } | { cancelled?: null ; completed: $Shape ; failed?: null ; status?: "completed" } | { cancelled?: null ; completed?: null ; failed: $Shape ; status?: "failed" } | { cancelled: $Shape ; completed?: null ; failed?: null ; status?: "cancelled" }
Narrowed shape of a ChildWorkflowResult.