Skip to main content

Interface: IUpdateWorkerConfigRequest

workflowservice.v1.IUpdateWorkerConfigRequest

Properties of an UpdateWorkerConfigRequest.

Implemented by

Properties

identity

Optional identity: null | string

The identity of the client who initiated this request.


namespace

Optional namespace: null | string

Namespace this worker belongs to.


reason

Optional reason: null | string

Reason for sending worker command, can be used for audit purpose.


selector

Optional selector: null | IWorkerSelector

Defines which workers should receive this command.


updateMask

Optional updateMask: null | IFieldMask

Controls which fields from worker_config will be applied


workerConfig

Optional workerConfig: null | IWorkerConfig

Partial updates are accepted and controlled by update_mask. The worker configuration to set.