Skip to main content

Interface: IFetchWorkerConfigRequest

workflowservice.v1.IFetchWorkerConfigRequest

Properties of a FetchWorkerConfigRequest.

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. only single worker is supported at this time.