temporalio / sdk-go

Temporal Go SDK
https://docs.temporal.io/application-development?lang=go
MIT License
523 stars 208 forks source link

Allow workflow interceptors to add nexus headers #1604

Closed bergundy closed 1 month ago

bergundy commented 1 month ago

I missed this when doing the initial implementation.

Note that for cancelation requests we do not yet support attaching headers, it's not available on the command / event and may be added if there's demand for it.