Skip to main content

Namespace: ResolveNexusOperationStart

coresdk.workflow_activation.ResolveNexusOperationStart

Interfaces

Type Aliases

$Shape

Ƭ $Shape: { failed?: $Shape | null ; operationToken?: string | null ; seq?: number | null ; startedSync?: boolean | null } & { failed?: null ; operationToken?: null ; startedSync?: null ; status?: undefined } | { failed?: null ; operationToken: string ; startedSync?: null ; status?: "operationToken" } | { failed?: null ; operationToken?: null ; startedSync: boolean ; status?: "startedSync" } | { failed: $Shape ; operationToken?: null ; startedSync?: null ; status?: "failed" }

Narrowed shape of a ResolveNexusOperationStart.