dify/web/app/components/workflow/nodes/start
lyzno1 2a1c5ff57b feat(workflow): Enable entry node deletion and fix draft sync
Complete workflow liberalization following PR #24627:

1. Remove Start node deletion restriction by removing isUndeletable property
2. Fix draft sync blocking when no Start node exists
3. Restore isWorkflowDataLoaded protection to prevent race conditions
4. Ensure all entry nodes (Start + 3 trigger types) have equal deletion rights

This allows workflows with only trigger nodes and fixes the issue where
added nodes would disappear after page refresh due to sync API blocking.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 13:54:52 +08:00
..
components feat: support bool type variable frontend (#24437) 2025-08-26 18:16:05 +08:00
default.ts feat(workflow): Enable entry node deletion and fix draft sync 2025-09-26 13:54:52 +08:00
node.tsx Feat: workflow dark mode (#17785) 2025-04-10 17:15:48 +08:00
panel.tsx feat: support bool type variable frontend (#24437) 2025-08-26 18:16:05 +08:00
types.ts FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
use-config.ts feat: support bool type variable frontend (#24437) 2025-08-26 18:16:05 +08:00
use-single-run-form-params.ts to RefObject (#25192) 2025-09-05 10:14:13 +08:00
utils.ts lint: fix issue of no-unused-vars (#23375) 2025-08-05 11:12:30 +08:00