temporalio / sdk-java

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

Make sure task failures use a serialization context #2022

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

Quinn-With-Two-Ns commented 3 months ago

Make sure task failures use a serialization context. User reported some places we serialized exceptions did not have a workflow context associated with them. This PR should hopefully address all these places.