Reuse shared Studio workflow editor surface - #3276
Merged
AbigailDeng merged 18 commits intoAug 10, 2026
Merged
Conversation
Contributor
Author
Local verification: single workflow editor title
Commit: |
Contributor
Author
Local verification
|
AbigailDeng
force-pushed
the
fix/2026-08-06_one-click-workflow-publish
branch
from
August 7, 2026 07:52
417cbe8 to
12c4207
Compare
…y-vnext' into HEAD # Conflicts: # apps/aevatar-console-web/src/pages/workflow-activity-vnext/hooks/useWorkflowPublication.test.ts # apps/aevatar-console-web/src/pages/workflow-activity-vnext/index.test.tsx # apps/aevatar-console-web/src/pages/workflow-activity-vnext/workflows/NewWorkflowPage.test.tsx # apps/aevatar-console-web/src/pages/workflow-activity-vnext/workflows/NewWorkflowPage.tsx # apps/aevatar-console-web/src/pages/workflow-activity-vnext/workflows/WorkflowsPage.tsx # apps/aevatar-console-web/src/pages/workflow-activity-vnext/workflows/workflowArchival.test.ts
Contributor
Author
|
Local verification after resolving the target-branch merge and test-contract conflicts: Local verification
|
Contributor
Author
|
CI remediation follow-up (2026-08-07) Fixed the two deterministic
Focused verification:
The local production build was intentionally not run; full frontend suite/build verification remains delegated to GitHub CI. |
Contributor
Author
Local verification
|
Contributor
Author
Browser verification after conflict resolution
|
…y-vnext' into HEAD # Conflicts: # apps/aevatar-console-web/src/pages/workflow-activity-vnext/workflows/WorkflowEditorPage.tsx
AbigailDeng
merged commit Aug 10, 2026
94c64c7
into
feat/2026-08-04_workflow-activity-vnext
13 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题与方案
Workflow Activity vNext 之前只复用了 Studio 的低层 Canvas,没有复用完整编辑合同,因此边连接、边选择、删除和节点布局等能力不完整。
本 PR 现在只处理编辑能力复用:
WorkflowStudioEditorSurface,组合既有 Canvas 和 Node Library。next。Publish 边界
Publish 不再由本 PR 修改。目标分支中已合并的 #3335 是唯一实现来源:
useWorkflowPublication、Publish Dialog、publish API、binding run、隐藏 Team/Member authority 或 provisioning 差异。影响路径
Local verification
pnpm exec jest --findRelatedTests src/locales/workflowActivityVNextMessages.en-US.ts src/locales/workflowActivityVNextMessages.zh-CN.ts src/pages/team-member-workflow-studio/components/WorkflowStudioEditorSurface.tsx src/pages/team-member-workflow-studio/hooks/useTeamMemberWorkflowStudio.ts src/pages/team-member-workflow-studio/index.tsx src/pages/workflow-activity-vnext/hooks/useWorkflowEditor.ts src/pages/workflow-activity-vnext/workflows/WorkflowEditorPage.tsx src/shared/graphs/GraphCanvas.tsx --runInBand- 101 suites, 1,259 tests passed.pnpm exec jest src/pages/team-member-workflow-studio/index.test.tsx src/pages/workflow-activity-vnext/index.test.tsx src/shared/graphs/GraphCanvas.test.tsx --runInBand- 3 suites, 192 tests passed.pnpm exec biome check <11 changed frontend files>- passed.bash tools/ci/test_stability_guards.sh- passed.weekly_report_five_nodeswith 4 nodes and 2 edges, showedPublished, and had no error toast or console error. The selected edge computed to 4 px with the blue drop shadow and#1677ffarrow marker.git diff --check- passed.