dapr / java-sdk

Dapr SDK for Java
Apache License 2.0
262 stars 207 forks source link

[Workflows] Missing `sendEvent` feature #1156

Open olitomlinson opened 3 weeks ago

olitomlinson commented 3 weeks ago

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.