As of 1.16 Dapr now supports Multi-App Workflows , where Workflows and Activities can be hosted across many apps.
We should support this in the rust 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
durabletask-java callActivity PR
callactivity durabletask-go PR
suborchestration durabletask-go PR
As of 1.16 Dapr now supports Multi-App Workflows , where Workflows and Activities can be hosted across many apps.
We should support this in the rust sdk. This means adding support for
callactivityandsuborchestrationcalls, 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
durabletask-java callActivity PR
callactivity durabletask-go PR
suborchestration durabletask-go PR