Skip to main content

Namespace: ResetActivityRequest

workflowservice.v1.ResetActivityRequest

Interfaces

Type Aliases

$Shape

Ƭ $Shape: { execution?: $Shape | null ; id?: string | null ; identity?: string | null ; jitter?: $Shape | null ; keepPaused?: boolean | null ; matchAll?: boolean | null ; namespace?: string | null ; resetHeartbeat?: boolean | null ; restoreOriginalOptions?: boolean | null ; type?: string | null } & { activity?: undefined ; id?: null ; matchAll?: null ; type?: null } | { activity?: "id" ; id: string ; matchAll?: null ; type?: null } | { activity?: "type" ; id?: null ; matchAll?: null ; type: string } | { activity?: "matchAll" ; id?: null ; matchAll: boolean ; type?: null }

Narrowed shape of a ResetActivityRequest.