package temporal.api.protometa.v1

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

message RequestHeaderAnnotation

annotations.proto:23

RequestHeaderAnnotation allows specifying that field values from a request should be propagated as outbound headers. The value field supports template interpolation where field paths enclosed in braces will be replaced with the actual field values from the request. For example: value: "{workflow_execution.workflow_id}" value: "workflow-{workflow_execution.workflow_id}" value: "{namespace}/{workflow_execution.workflow_id}"