Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-multi-app.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
Mark Fussell 2025-09-09 11:28:09 -07:00 committed by GitHub
parent 4137a0f209
commit 2ae394479d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Finally, the target app ID must have the activity or child workflow defined, oth
{{% /alert %}}
{{% alert title="Important Limitations" color="warning" %}}
- **Only some SDKs support multi-application workflows** - Multi-application workflows are dependent on the specific SDK implementation. Currently only available in the Java (partially) and Go SDKs. Other SDKs (Python, .NET, JavaScript) do not support any multi-application workflows features at this time.
- **SDKs supporting multi-application workflows** - Multi-application workflows are used via the SDKs. Currently Java (activities calling) and Go (both activities and child workflows calling) SDKs are supported. The SDKs (Python, .NET, JavaScript) are planned for future releases.
{{% /alert %}}
## Error handling