Skip to main content

Namespace: ResolveChildWorkflowExecutionStart

coresdk.workflow_activation.ResolveChildWorkflowExecutionStart

Interfaces

Type Aliases

$Shape

Ƭ $Shape: { cancelled?: $Shape | null ; failed?: $Shape | null ; seq?: number | null ; succeeded?: $Shape | null } & { cancelled?: null ; failed?: null ; status?: undefined ; succeeded?: null } | { cancelled?: null ; failed?: null ; status?: "succeeded" ; succeeded: $Shape } | { cancelled?: null ; failed: $Shape ; status?: "failed" ; succeeded?: null } | { cancelled: $Shape ; failed?: null ; status?: "cancelled" ; succeeded?: null }

Narrowed shape of a ResolveChildWorkflowExecutionStart.