[Workflows] Missing `SendEvent` feature
Open
area/workflow
- Dominant language
- JavaScript
- Stars
- 217
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
The goal is that all Workflows Languages have the ability to raise an Event directly from one Workflow to another Workflow via a `SendEvent` method on the Workflow Context. The JS SDK is missing this feature.
We aim to strive for feature parity across language SDKs so this should be implemented.
[Dotnet Example ](https://github.com/dapr/dotnet-sdk/blob/c61b15d5b1558852765d5e625be4b27d14a13fed/src/Dapr.Workflow/DaprWorkflowContext.cs#L68)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.