temporalio / sdk-core

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

Include SA updates made in-workflow when continuing as new #797

Closed Sushisource closed 4 weeks ago

Sushisource commented 4 weeks ago

What was changed

Previously we only CAN'd with the initial SAs. This makes us consistent with (at least Go, tbd Java) where we also include updates made during the workflow, which just makes sense.

Why?

Sensible. Parity.

Checklist

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

  2. How was this tested: Updated integ test

  3. Any docs updates needed?