Namespace: WorkflowActivationCompletion
coresdk.workflow_completion.WorkflowActivationCompletion
Interfaces
Type Aliases
$Shape
Ƭ $Shape: { failed?: $Shape | null ; payloadDownloadMetrics?: $Shape | null ; payloadUploadMetrics?: $Shape | null ; runId?: string | null ; successful?: $Shape | null } & { failed?: null ; status?: undefined ; successful?: null } | { failed?: null ; status?: "successful" ; successful: $Shape } | { failed: $Shape ; status?: "failed" ; successful?: null }
Narrowed shape of a WorkflowActivationCompletion.