fix(workflow): fix improper merge of execution flows caused by multi-branch routing

This commit is contained in:
Eternity
2026-01-21 11:09:48 +08:00
parent afed5e10fc
commit 8aa496f588
7 changed files with 301 additions and 182 deletions

View File

@@ -1445,7 +1445,7 @@ class AppService:
target_workspace_ids: List[uuid.UUID],
user_id: uuid.UUID,
workspace_id: Optional[uuid.UUID] = None
) -> AppShare:
) -> list[AppShare]:
"""分享应用到其他工作空间
Args: