microsoft / durabletask-java

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

Re-implement retriable task #157

Closed kaibocai closed 1 year ago

kaibocai commented 1 year 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 1 year 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.