temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
200 stars 134 forks source link

Apply serialization context to Dynamic Workflows #1992

Closed Quinn-With-Two-Ns closed 4 months ago

Quinn-With-Two-Ns commented 4 months ago

What was changed

Apply serialization context to Dynamic Workflows

Why?

Serialization context should be applied inside a workflow even if it is dynamic

Checklist

  1. Closes https://github.com/temporalio/sdk-java/issues/1982

  2. How was this tested: Added new integration test to cover dynamic workflow and activity

  3. Any docs updates needed? No