Namespace: UnpauseActivityRequest
workflowservice.v1.UnpauseActivityRequest
Interfaces
Type Aliases
$Shape
Ƭ $Shape: { execution?: $Shape | null ; id?: string | null ; identity?: string | null ; jitter?: $Shape | null ; namespace?: string | null ; resetAttempts?: boolean | null ; resetHeartbeat?: boolean | null ; type?: string | null ; unpauseAll?: boolean | null } & { activity?: undefined ; id?: null ; type?: null ; unpauseAll?: null } | { activity?: "id" ; id: string ; type?: null ; unpauseAll?: null } | { activity?: "type" ; id?: null ; type: string ; unpauseAll?: null } | { activity?: "unpauseAll" ; id?: null ; type?: null ; unpauseAll: boolean }
Narrowed shape of an UnpauseActivityRequest.