I understand that I can implement services in Dapr by using multiple programming languages. This question is specifically about Dapr Workflow. In all the examples, activities and workflows are defined in a single application, written in one programming language.
Specifically, is it possible to define a workflow in one Dapr application that references either an activity or another workflow that is defined in a different Dapr application, if those applications are written in different programming languages?