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
panel.tsx feat: support bool type variable frontend (#24437) 2025-08-26 18:16:05 +08:00
types.ts
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