Skip to main content

Namespace: SignalExternalWorkflowExecution

coresdk.workflow_commands.SignalExternalWorkflowExecution

Interfaces

Type Aliases

$Shape

Ƭ $Shape: { args?: $Shape[] | null ; childWorkflowId?: string | null ; headers?: { [k: string]: $Shape; } | null ; seq?: number | null ; signalName?: string | null ; workflowExecution?: $Shape | null } & { childWorkflowId?: null ; target?: undefined ; workflowExecution?: null } | { childWorkflowId?: null ; target?: "workflowExecution" ; workflowExecution: $Shape } | { childWorkflowId: string ; target?: "childWorkflowId" ; workflowExecution?: null }

Narrowed shape of a SignalExternalWorkflowExecution.