microsoft / durabletask-java

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

Re-implement retriable task #157

Closed kaibocai closed 11 months ago

kaibocai commented 11 months ago

Issue describing the changes in this PR

resolves https://github.com/microsoft/durabletask-java/issues/149

Pull request checklist

Additional information

Additional PR information

kaibocai commented 11 months ago

It turns out anyOf is not even working for the simplest scenario, I fix it by following the same pattern we use for allOf.