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.
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.