Namespace Temporalio.Api.Protometa.V1
Classes
- AnnotationsExtensions
Holder for extension identifiers generated from the top level of temporal/api/protometa/v1/annotations.proto
- AnnotationsReflection
Holder for reflection information generated from temporal/api/protometa/v1/annotations.proto
- RequestHeaderAnnotation
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}"