Get desktop application:
View/edit binary Protocol Buffers messages
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}"
The name of the header to set (e.g., "temporal-resource-id")
A template string that may contain field paths in braces. Field paths use dot notation to traverse nested messages. Example: "{workflow_execution.workflow_id}"