dify/web/app/components/workflow/nodes/start
lyzno1 b4801adfbd refactor(workflow): Remove Start node from isRequired mechanism
- Set Start node isRequired: false since entry node validation is handled by unified logic
- Remove conditional skip logic in checklist since Start is no longer in isRequiredNodesType
- Cleaner separation of concerns: unified entry node check vs individual required nodes
- Eliminates architectural inconsistency where Start was both individually required and part of group validation
2025-09-26 21:09:48 +08:00
..
components feat: support bool type variable frontend (#24437) 2025-08-26 18:16:05 +08:00
default.ts refactor(workflow): Remove Start node from isRequired mechanism 2025-09-26 21:09:48 +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