package temporal.api.worker.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CancelActivityCommand

message.proto:205

Cancel an activity if it is still running. Otherwise, do nothing.

Used in: WorkerCommand

message CancelActivityResult

message.proto:218

Result of a CancelActivityCommand. Treat both successful cancellation and no-op (activity is no longer running) as success.

Used in: WorkerCommandResult

(message has no fields)

message PluginInfo

message.proto:185

Used in: WorkerHeartbeat, WorkerListInfo

message StorageDriverInfo

message.proto:192

Used in: WorkerHeartbeat, WorkerListInfo

message WorkerCommand

message.proto:198

A command sent from the server to a worker.

Used in: nexusservices.workerservice.v1.ExecuteCommandsRequest

message WorkerCommandResult

message.proto:210

The result of executing a WorkerCommand.

Used in: nexusservices.workerservice.v1.ExecuteCommandsResponse

message WorkerHeartbeat

message.proto:78

Worker info message, contains information about the worker and its current state. All information is provided by the worker itself. (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: Removing those words make names less clear. --)

Used in: WorkerInfo, workflowservice.v1.PollNexusTaskQueueRequest, workflowservice.v1.RecordWorkerHeartbeatRequest, workflowservice.v1.ShutdownWorkerRequest

message WorkerHostInfo

message.proto:53

Holds everything needed to identify the worker host/process context

Used in: WorkerHeartbeat

message WorkerInfo

message.proto:136

Detailed worker information.

Used in: workflowservice.v1.DescribeWorkerResponse, workflowservice.v1.ListWorkersResponse

message WorkerListInfo

message.proto:142

Limited worker information returned in the list response. When adding fields here, ensure that it is also added to WorkerInfo (as it carries the full worker information).

Used in: workflowservice.v1.ListWorkersResponse

message WorkerPollerInfo

message.proto:17

Used in: WorkerHeartbeat

message WorkerSlotsInfo

message.proto:27

Used in: WorkerHeartbeat