java-sdk
java-sdk copied to clipboard
[Workflows] Missing `sendEvent` feature
The underlying durabletask-java library supports the feature for a Workflow to raise an event directly to another Workflow, via the sendEvent method.
The Dapr Workflows Java SDK has not implemented this method. However the dotnet SDK has implemented it. For consistency across SDKs, I would recommend implementing this.