Published workflow does not display description #6896

Closed
opened 2026-02-21 18:17:52 -05:00 by yindo · 1 comment
Owner

Originally created by @emsi on GitHub (Nov 22, 2024).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.11.2

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Publish a workflow with description.

Neither workflow description nor start block description is shown to the user in published workflow.

✔️ Expected Behavior

There should be a way to add some information/instruction to be shown to the user in the published workflow.

Actual Behavior

No description whatsoever. Only the workflow name is displayed and"AI Completion" (beside of course input variables).

Originally created by @emsi on GitHub (Nov 22, 2024). ### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [X] Please do not modify this template :) and fill in all the required fields. ### Dify version 0.11.2 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce Publish a workflow with description. Neither workflow description nor start block description is shown to the user in published workflow. ### ✔️ Expected Behavior There should be a way to add some information/instruction to be shown to the user in the published workflow. ### ❌ Actual Behavior No description whatsoever. Only the workflow name is displayed and"AI Completion" (beside of course input variables).
yindo added the 💪 enhancementstale labels 2026-02-21 18:17:52 -05:00
yindo closed this issue 2026-02-21 18:17:52 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Nov 22, 2024):

Hey @emsi, I'm here to help you with any bugs, questions, or contributions you have for the Dify project. Let's squash those bugs together! 🤖

The issue you're experiencing with the published workflow not displaying descriptions might be related to configuration settings or conditional logic in the rendering components.

  1. Configuration Settings: There is a setting in the WebApp under "workflow" that allows you to toggle the visibility of workflow details. This is controlled by the showDesc setting, which can be set to "Anzeigen" (show) or "Verbergen" (hide) the workflow details [1].

  2. Conditional Logic: There might be conditional logic in the rendering components that affects the display of descriptions. For example, in the SegmentDetailComponent, the display of certain sections is conditional on the presence of specific data [2].

You might want to check these areas to ensure that the descriptions are configured to be visible and that there are no conditions preventing their display.

To continue talking to Dosu, mention @dosu.

@dosubot[bot] commented on GitHub (Nov 22, 2024): <!-- Greeting --> Hey @emsi, I'm here to help you with any bugs, questions, or contributions you have for the Dify project. Let's squash those bugs together! 🤖 <!-- Answer --> The issue you're experiencing with the published workflow not displaying descriptions might be related to configuration settings or conditional logic in the rendering components. 1. **Configuration Settings**: There is a setting in the WebApp under "workflow" that allows you to toggle the visibility of workflow details. This is controlled by the `showDesc` setting, which can be set to "Anzeigen" (show) or "Verbergen" (hide) the workflow details <sup>[[1]](https://github.com/langgenius/dify/blob/main/web/i18n/de-DE/app-overview.ts)</sup>. 2. **Conditional Logic**: There might be conditional logic in the rendering components that affects the display of descriptions. For example, in the `SegmentDetailComponent`, the display of certain sections is conditional on the presence of specific data <sup>[[2]](https://github.com/langgenius/dify/blob/main/web/app/components/datasets/documents/detail/completed/index.tsx)</sup>. You might want to check these areas to ensure that the descriptions are configured to be visible and that there are no conditions preventing their display. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#6896