We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e966760 commit d940f4eCopy full SHA for d940f4e
temporal/api/workflowservice/v1/request_response.proto
@@ -376,6 +376,9 @@ message RespondWorkflowTaskCompletedRequest {
376
temporal.api.enums.v1.VersioningBehavior versioning_behavior = 16;
377
// Worker deployment options that user has set in the worker.
378
temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 17;
379
+ // A unique key for this worker instance, used for tracking worker lifecycle.
380
+ // This is guaranteed to be unique, whereas identity is not guaranteed to be unique.
381
+ string worker_instance_key = 18;
382
383
// SDK capability details.
384
message Capabilities {
0 commit comments