-
Notifications
You must be signed in to change notification settings - Fork 21.1k
Workflow publish fails silently when checklist items are unresolved #24103
Copy link
Copy link
Closed
Labels
🐞 bugSomething isn't workingSomething isn't working
Description
Self Checks
- I have read the Contributing Guide and Language Policy.
- This is only for bug report, if you would like to ask a question, please head to Discussions.
- I have searched for existing issues, including closed ones.
- I confirm that I am using English to submit this report.
- 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
- Please do not modify this template :) and fill in all the required fields.
Dify version
Latest (main branch)
Cloud or Self Hosted
Self Hosted (Source)
Steps to reproduce
- Open a workflow in the Dify application
- Have unresolved items in the workflow checklist (e.g., nodes with configuration issues)
- Click the publish button
- The publish process proceeds without showing checklist warnings
✔️ Expected Behavior
When attempting to publish a workflow with unresolved checklist items, the system should:
- Display an error notification indicating there are unresolved checklist items
- Prevent the workflow from being published until all checklist issues are resolved
- Provide clear feedback to the user about what needs to be fixed
❌ Actual Behavior
Currently, the workflow publish process only performs detailed validation but doesn't check the checklist status first. This can lead to confusing situations where the workflow appears to publish but may have configuration issues that should have been caught by the checklist.
The checklist validation is performed after other checks, potentially allowing workflows with checklist warnings to proceed further in the publish process than intended.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't working