java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

[Workflows] Missing `sendEvent` feature

Open olitomlinson opened this issue 1 year ago • 0 comments

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.

olitomlinson avatar Oct 29 '24 01:10 olitomlinson