Adds support for multi app calls#15
Adds support for multi app calls#15elena-kolevska merged 1 commit intodapr:maindapr/durabletask-python:mainfrom
Conversation
Signed-off-by: Albert Callarisa <albert@diagrid.io>
cicoyle
left a comment
There was a problem hiding this comment.
lgtm to support multi app wfs.
It would be good to see the python sdk PR and show a test consuming this logic working. For java I did this by releasing my durabletask-java changes to a local repo and consuming it locally to verify everything. The test here is super helpful tho too
|
I've pushed a demo app that uses both branches from durabletask and SDK here: https://github.com/acroca/dapr-local-cluster/blob/5e727a3eee89898c9d93ae42b374253e322959bf/apps/workflows-crossapp/app3/main.py#L76-L84 |
Support for multi-app workflow execution, where activities and sub-orquestrators can be scheduled in different app_ids.