Skip to content

feat(web): locate workflow nodes by node_id in the workflow editor#38187

Open
ruanimal wants to merge 2 commits into
langgenius:mainfrom
ruanimal:locate-node-by-node_id
Open

feat(web): locate workflow nodes by node_id in the workflow editor#38187
ruanimal wants to merge 2 commits into
langgenius:mainfrom
ruanimal:locate-node-by-node_id

Conversation

@ruanimal

@ruanimal ruanimal commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Fixes #38184

Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

Screenshots

Before After
... ...

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran make lint && make type-check (backend) and cd web && pnpm exec vp staged (frontend) to appease the lint gods

@ruanimal ruanimal requested review from iamjoel and zxhlyh as code owners June 30, 2026 03:18
@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. feat:webapp Ready-to-use AI web app. Also the "Preview" / "Debug & Preview" inside the orchestrate page. labels Jun 30, 2026
@github-actions github-actions Bot added the web This relates to changes on the web. label Jun 30, 2026
@ruanimal ruanimal marked this pull request as draft June 30, 2026 03:28
@ruanimal ruanimal force-pushed the locate-node-by-node_id branch from 9332a1e to f6eaec5 Compare June 30, 2026 05:43
@ruanimal ruanimal marked this pull request as ready for review June 30, 2026 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat:webapp Ready-to-use AI web app. Also the "Preview" / "Debug & Preview" inside the orchestrate page. size:M This PR changes 30-99 lines, ignoring generated files. web This relates to changes on the web.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(web): locate workflow nodes by node_id in the workflow editor

1 participant