mirror of https://github.com/dapr/docs.git
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:
parent
4137a0f209
commit
2ae394479d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue