microsoft / durabletask-java

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

fix issue of finding instance #79

Closed kaibocai closed 1 year ago

kaibocai commented 1 year ago

fix https://github.com/microsoft/durabletask-java/issues/77

cgillum commented 1 year ago

We should also fix the JavaDoc comment since it claims we return null, which isn’t accurate.

kaibocai commented 1 year ago

We should also fix the JavaDoc comment since it claims we return null, which isn’t accurate.

I found update the method logic to align with the document make more sense to me. Please checkout the updated method. Thank you.

kaibocai commented 1 year ago

We should also fix the JavaDoc comment since it claims we return null, which isn’t accurate.

I found update the method logic to align with the document make more sense to me. Please checkout the updated method. Thank you.

I think I am wrong, this will also required to update our sample in our official document. Will revoke the commit and update the java doc accordingly.