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

[Bug] CAN search attributes should include modifications #791

Closed Sushisource closed 4 weeks ago

Sushisource commented 1 month ago

Right now when the user doesn't override CAN search attributes, we carry over the SAs from the current workflow. Core is currently not including modifications made to the SAs during the workflow in this. IE: It only carries over the workflow's initial attributes. Fix that.