Skip to main content

Namespace: PauseActivityRequest

workflowservice.v1.PauseActivityRequest

Interfaces

Type Aliases

$Shape

Ƭ $Shape: { execution?: $Shape | null ; id?: string | null ; identity?: string | null ; namespace?: string | null ; reason?: string | null ; requestId?: string | null ; type?: string | null } & { activity?: undefined ; id?: null ; type?: null } | { activity?: "id" ; id: string ; type?: null } | { activity?: "type" ; id?: null ; type: string }

Narrowed shape of a PauseActivityRequest.