temporalio / sdk-core

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

Make sure current task build id works with queries / caching #665

Closed Sushisource closed 9 months ago

Sushisource commented 9 months ago

What was changed

Made the current task build id sent on activations consistent with what I just did in Go / Java.

Why?

Part of https://github.com/temporalio/features/issues/253

Checklist

  1. Closes

  2. How was this tested:

  3. Any docs updates needed?