temporalio / sdk-core

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

Attach update request to responses #745

Closed Sushisource closed 4 months ago

Sushisource commented 4 months ago

What was changed

Include original update request in accept/reject responses

Why?

Needed for server

Checklist

  1. Closes https://github.com/temporalio/sdk-core/issues/743

  2. How was this tested: Added unit test, existing tests

  3. Any docs updates needed?