Adding multi-application workflow support in Dapr.Workflows#1675
Merged
WhitWaldo merged 35 commits intodapr:masterfrom Jan 15, 2026
Merged
Adding multi-application workflow support in Dapr.Workflows#1675WhitWaldo merged 35 commits intodapr:masterfrom
WhitWaldo merged 35 commits intodapr:masterfrom
Conversation
…the `ScheduleNewWorkflowAsync` method, including support for passing an App ID for multiple application workflow support Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…ID when scheduling a new workflow is not allowed - only when scheduling a child workflow or calling an activity. Removed this option from the `StartWorkflowOptions` as well accordingly. Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
… multiple applications can share the same networking and the Dapr Placement and Scheduler services despite having separate Daprd runtimes. Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…tainer for actor state management for the workflow E2E tests Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…le debugging the E2E test Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
… expected when used to call a child workflow + added a few unit tests as well Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…ition to the current test for multi-app child workflows Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
… execution in the same test Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…l with others Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…tion possibilities Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…e ExecutionStarted history event (from the router) instead of passing in the App ID from the options Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…in the application, ensuring a just-in-time release Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…t works locally this time Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
This was referenced Mar 2, 2026
This was referenced Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
I've added support for multi-application workflows (both child workflows and activities) in Dapr.Workflow and have verified it works via working end-to-end tests.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1636
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: