Multi App Workflow Support
- Dominant language
- JavaScript
- Stars
- 217
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
As of 1.16 Dapr now supports [Multi-App Workflows](https://docs.dapr.io/developing-applications/building-blocks/workflow/workflow-multi-app/) , where Workflows and Activities can be hosted across many apps.
We should support this in the js sdk. This means adding support for `callactivity` and `suborchestration` calls, include an example in the examples directory and an IT test supporting the validation of a successful implementation.
Reference implementation examples:
[java sdk callActivity PR](https://github.com/dapr/java-sdk/pull/1468)
[durabletask-java callActivity PR](https://github.com/dapr/durabletask-java/pull/34)
[callactivity durabletask-go PR](https://github.com/dapr/durabletask-go/pull/26)
[suborchestration durabletask-go PR](https://github.com/dapr/durabletask-go/pull/33)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.