mirror of https://github.com/langgenius/dify.git
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> |
||
|---|---|---|
| .. | ||
| index.ts | ||
| use-DSL.ts | ||
| use-auto-onboarding.ts | ||
| use-available-nodes-meta-data.ts | ||
| use-configs-map.ts | ||
| use-get-run-and-trace-url.ts | ||
| use-inspect-vars-crud.ts | ||
| use-is-chat-mode.ts | ||
| use-nodes-sync-draft.ts | ||
| use-workflow-init.ts | ||
| use-workflow-refresh-draft.ts | ||
| use-workflow-run.ts | ||
| use-workflow-start-run.tsx | ||
| use-workflow-template.ts | ||