microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
14 stars 7 forks source link

Deserialize Exception got swallowed when use `anyOf` with external event. #184

Closed kaibocai closed 1 year ago

kaibocai commented 1 year ago

When use anyOf on waiting for an external event, a deserialize exception will be thrown out if the request body is not in JSON type or the Json style body cannot be correctly deserialized to POJO. However this exception seems to be swallowed with this fix https://github.com/microsoft/durabletask-java/pull/174, needs investigation. open an issue for tracking this.