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.
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.