Show or hide workflow details in WebApp had no effect ,still had ben shown in chatflow #8724

Closed
opened 2026-02-21 18:27:13 -05:00 by yindo · 15 comments
Owner

Originally created by @binbin0915jp on GitHub (Feb 27, 2025).

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.5.3

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

monitoring section in chatflow design ,in settings, section "Show or hide workflow details in WebApp" had no effect ,when is setted hide ,"workflow details" row was still had ben shown in each answer of published chatflow

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @binbin0915jp on GitHub (Feb 27, 2025). ### 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.5.3 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce monitoring section in chatflow design ,in settings, section "Show or hide workflow details in WebApp" had no effect ,when is setted hide ,"workflow details" row was still had ben shown in each answer of published chatflow ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug label 2026-02-21 18:27:13 -05:00
yindo closed this issue 2026-02-21 18:27:13 -05:00
Author
Owner

@binbin0915jp commented on GitHub (Feb 27, 2025):

all of 0.5.* had this problem

@binbin0915jp commented on GitHub (Feb 27, 2025): all of 0.5.* had this problem
Author
Owner

@dosubot[bot] commented on GitHub (Feb 27, 2025):

@binbin0915jp こんにちは! I'm here to help you with any issues you're experiencing while waiting for a human maintainer. If you need assistance with bugs or have any questions, feel free to ask. Dosu

I found a similar closed issue related to the "Show or hide workflow details in WebApp" feature. The suggested solution was to check the switchTab function, which handles switching between different tabs, including the 'DETAIL' tab. If the button is not functioning as expected, it might be due to JavaScript errors in the console or CSS styles interfering with the button's functionality. Additionally, ensure that all necessary data is available, as the switchTab function requires certain conditions to be met before allowing a switch to the 'DETAIL' tab [1].

The conditions required by the switchTab function to successfully switch to the 'DETAIL' tab are that data.resultText must be falsy, and data.files must be falsy or have a length of zero [2].

You might want to verify these conditions and check for any errors in the console to troubleshoot the issue further.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot[bot] commented on GitHub (Feb 27, 2025): <!-- Greeting --> @binbin0915jp こんにちは! I'm here to help you with any issues you're experiencing while waiting for a human maintainer. If you need assistance with bugs or have any questions, feel free to ask. [Dosu](https://dosu.dev) <!-- Answer --> I found a similar closed issue related to the "Show or hide workflow details in WebApp" feature. The suggested solution was to check the `switchTab` function, which handles switching between different tabs, including the 'DETAIL' tab. If the button is not functioning as expected, it might be due to JavaScript errors in the console or CSS styles interfering with the button's functionality. Additionally, ensure that all necessary data is available, as the `switchTab` function requires certain conditions to be met before allowing a switch to the 'DETAIL' tab <sup>[[1]](https://github.com/langgenius/dify/issues/11087)</sup>. The conditions required by the `switchTab` function to successfully switch to the 'DETAIL' tab are that `data.resultText` must be falsy, and `data.files` must be falsy or have a length of zero <sup>[[2]](https://github.com/langgenius/dify/blob/main/web/app/components/workflow/panel/workflow-preview.tsx)</sup>. You might want to verify these conditions and check for any errors in the console to troubleshoot the issue further. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/0e9b4dd6-f165-4b65-a2e5-af85e2f72f9b?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/0e9b4dd6-f165-4b65-a2e5-af85e2f72f9b?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/0e9b4dd6-f165-4b65-a2e5-af85e2f72f9b?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/0e9b4dd6-f165-4b65-a2e5-af85e2f72f9b?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/0e9b4dd6-f165-4b65-a2e5-af85e2f72f9b?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/0e9b4dd6-f165-4b65-a2e5-af85e2f72f9b?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/0e9b4dd6-f165-4b65-a2e5-af85e2f72f9b?feedback_type=other)</sup>
Author
Owner

@crazywoola commented on GitHub (Feb 27, 2025):

Do you have a screenshot? Also please correct the version number.

@crazywoola commented on GitHub (Feb 27, 2025): Do you have a screenshot? Also please correct the version number.
Author
Owner

@binbin0915jp commented on GitHub (Feb 27, 2025):

Image

@binbin0915jp commented on GitHub (Feb 27, 2025): ![Image](https://github.com/user-attachments/assets/c85ad007-492b-4c7b-b7c3-6f6cb9dad782)
Author
Owner

@binbin0915jp commented on GitHub (Feb 27, 2025):

Image
@crazywoola

@binbin0915jp commented on GitHub (Feb 27, 2025): ![Image](https://github.com/user-attachments/assets/78fff851-4aa8-4e09-9f16-c9c21eee76c0) @crazywoola
Author
Owner

@binbin0915jp commented on GitHub (Feb 27, 2025):

after publish ,it was also still shown

Image

@binbin0915jp commented on GitHub (Feb 27, 2025): after publish ,it was also still shown ![Image](https://github.com/user-attachments/assets/b93cc81a-638a-47a9-a356-f9dc6b708708)
Author
Owner

@binbin0915jp commented on GitHub (Feb 27, 2025):

I need entire red marked row to be hidden to my customer
how can i do @dosu

@binbin0915jp commented on GitHub (Feb 27, 2025): I need entire red marked row to be hidden to my customer how can i do @dosu
Author
Owner

@crazywoola commented on GitHub (Feb 27, 2025):

https://github.com/langgenius/dify/issues/14502#issuecomment-2689509310 This only affects the shared application https://github.com/langgenius/dify/issues/14502#issuecomment-2689512270, things in the debug area are still shown https://github.com/langgenius/dify/issues/14502#issuecomment-2689510605

This is an indicator which I added it in previous pr feat: show workflow running status (#12531). And it will not show the details actually.

I need entire red marked row to be hidden to my customer

So you can not do this.

@crazywoola commented on GitHub (Feb 27, 2025): https://github.com/langgenius/dify/issues/14502#issuecomment-2689509310 This only affects the shared application https://github.com/langgenius/dify/issues/14502#issuecomment-2689512270, things in the debug area are still shown https://github.com/langgenius/dify/issues/14502#issuecomment-2689510605 This is an indicator which I added it in previous pr feat: show workflow running status (#12531). And it will not show the details actually. > I need entire red marked row to be hidden to my customer So you can not do this.
Author
Owner

@dosubot[bot] commented on GitHub (Feb 27, 2025):

To hide the "workflow details" row in the chat interface, ensure that the show_workflow_steps parameter is correctly set to false. This parameter controls the visibility of the workflow details. Here are the steps to check and update this setting:

  1. WebApp Settings: In the WebApp settings modal, ensure that the "Show or hide workflow details in WebApp" option is set to hide. This should update the show_workflow_steps parameter.

  2. Save Changes: After adjusting the setting, make sure to click the "Save" button. This action should trigger the onSave function, which updates the settings, including the show_workflow_steps parameter [1].

  3. Database Check: Verify that the show_workflow_steps parameter is stored as false in the database. This parameter is stored in the 'sites' table as a Boolean column [2].

If the issue persists after these steps, there might be a problem with how the setting is being applied or saved. You may need to check for any JavaScript errors in the console or ensure that the application is correctly reading the updated parameter from the database.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot[bot] commented on GitHub (Feb 27, 2025): <!-- Answer --> To hide the "workflow details" row in the chat interface, ensure that the `show_workflow_steps` parameter is correctly set to `false`. This parameter controls the visibility of the workflow details. Here are the steps to check and update this setting: 1. **WebApp Settings**: In the WebApp settings modal, ensure that the "Show or hide workflow details in WebApp" option is set to hide. This should update the `show_workflow_steps` parameter. 2. **Save Changes**: After adjusting the setting, make sure to click the "Save" button. This action should trigger the `onSave` function, which updates the settings, including the `show_workflow_steps` parameter <sup>[[1]](https://github.com/langgenius/dify/blob/main/web/app/components/app/overview/settings/index.tsx)</sup>. 3. **Database Check**: Verify that the `show_workflow_steps` parameter is stored as `false` in the database. This parameter is stored in the 'sites' table as a Boolean column <sup>[[2]](https://github.com/langgenius/dify/blob/main/api/migrations/versions/4ff534e1eb11_add_workflow_to_site.py)</sup>. If the issue persists after these steps, there might be a problem with how the setting is being applied or saved. You may need to check for any JavaScript errors in the console or ensure that the application is correctly reading the updated parameter from the database. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/cdd8a671-bc6a-4716-ad1e-758eefd15427?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/cdd8a671-bc6a-4716-ad1e-758eefd15427?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/cdd8a671-bc6a-4716-ad1e-758eefd15427?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/cdd8a671-bc6a-4716-ad1e-758eefd15427?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/cdd8a671-bc6a-4716-ad1e-758eefd15427?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/cdd8a671-bc6a-4716-ad1e-758eefd15427?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/cdd8a671-bc6a-4716-ad1e-758eefd15427?feedback_type=other)</sup>
Author
Owner

@KalinduMR commented on GitHub (Mar 15, 2025):

There should be a way to fully remove this "Workflow Process" from client side and embeddings. Not just turning off the steps.

Image
@KalinduMR commented on GitHub (Mar 15, 2025): There should be a way to fully remove this "Workflow Process" from client side and embeddings. Not just turning off the steps. <img width="259" alt="Image" src="https://github.com/user-attachments/assets/144e8c45-329d-42a0-a8d2-15f319cdf399" />
Author
Owner

@barrysen commented on GitHub (May 7, 2025):

Image
@barrysen commented on GitHub (May 7, 2025): <img width="755" alt="Image" src="https://github.com/user-attachments/assets/583c43ee-d738-4350-9f30-01b215a31acb" />
Author
Owner

@crazywoola commented on GitHub (May 7, 2025):

@barrysen If this is unable to click, it means the type of the application does not support this feature. Only Chatflow and Workflow support this feature.

@crazywoola commented on GitHub (May 7, 2025): @barrysen If this is unable to click, it means the type of the application does not support this feature. Only Chatflow and Workflow support this feature.
Author
Owner

@barrysen commented on GitHub (May 7, 2025):

@crazywoola However, neither Chatflow nor Workflow can be embedded in the website. Does this mean there is no solution to this problem?

@barrysen commented on GitHub (May 7, 2025): @crazywoola However, neither Chatflow nor Workflow can be embedded in the website. Does this mean there is no solution to this problem?
Author
Owner

@crazywoola commented on GitHub (May 7, 2025):

I am sure Chatflow can be embedded in the website.

@crazywoola commented on GitHub (May 7, 2025): I am sure Chatflow can be embedded in the website.
Author
Owner

@barrysen commented on GitHub (May 7, 2025):

@crazywoola I see, I misread it, thank you.

@barrysen commented on GitHub (May 7, 2025): @crazywoola I see, I misread it, thank you.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#8724