temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
278 stars 77 forks source link

[Feature Request] Update sdk-name and sdk-version in task-level metadata if changed #588

Open cretz opened 1 year ago

cretz commented 1 year ago

Describe the solution you'd like

Independently, if either SDK name or SDK version changed on the workflow from what was last seen on some task, set it to the current values (same values as client-name and client-version gRPC headers).

See https://github.com/temporalio/features/issues/321