Skip to main content

Interface: IFetchWorkerConfigRequest

workflowservice.v1.IFetchWorkerConfigRequest

Properties of a FetchWorkerConfigRequest.

Hierarchy

Properties

identity

Optional identity: null | string

The identity of the client who initiated this request.

Inherited from

$Properties.identity


namespace

Optional namespace: null | string

Namespace this worker belongs to.

Inherited from

$Properties.namespace


reason

Optional reason: null | string

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

Inherited from

$Properties.reason


resourceId

Optional resourceId: null | string

Resource ID for routing. Contains the worker grouping key.

Inherited from

$Properties.resourceId


selector

Optional selector: null | $Properties

Defines which workers should receive this command. only single worker is supported at this time.

Inherited from

$Properties.selector