Skip to content

Workflow publish fails silently when checklist items are unresolved #24103

@laipz8200

Description

@laipz8200

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

  1. Open a workflow in the Dify application
  2. Have unresolved items in the workflow checklist (e.g., nodes with configuration issues)
  3. Click the publish button
  4. The publish process proceeds without showing checklist warnings

✔️ Expected Behavior

When attempting to publish a workflow with unresolved checklist items, the system should:

  1. Display an error notification indicating there are unresolved checklist items
  2. Prevent the workflow from being published until all checklist issues are resolved
  3. 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.

Metadata

Metadata

Assignees

Labels

🐞 bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions