Azure / azure-functions-java-worker

Java runtime and core types for Microsoft Azure Functions
MIT License
89 stars 56 forks source link

Fix durable return type void issue #711

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/126

Pull request checklist

Additional information

For function annotated with @HasImplicitOutput, we should allow it to send back data even function's return type is void Reference to https://github.com/microsoft/durabletask-java/issues/126