We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6aa19b commit 396c317Copy full SHA for 396c317
1 file changed
temporal/api/workflowservice/v1/service.proto
@@ -1527,6 +1527,10 @@ service WorkflowService {
1527
body: "*"
1528
}
1529
};
1530
+ option (temporal.api.protometa.v1.request_header) = {
1531
+ header: "temporal-resource-id"
1532
+ value: "workflow:{execution.workflow_id}"
1533
+ };
1534
1535
1536
// WorkerHeartbeat receive heartbeat request from the worker.
0 commit comments