dapr / dapr/js-sdk

Multi App Workflow Support

Open
#723 0 comments 0 reactions 0 assignees View on GitHub
P1
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.