Workflow Manager 6.0
You can edit the ApplicationListQuickView setting to specify whether or not you want the percentage complete value to be displayed on the Workflow Manager Project Summary page. The default value of this setting in web.config is True, which means that the Workflow percentage will not be displayed on the Project Summary page:
<!--In the Project Summary page, the system will not display the WF percentage in order to show the page quickly, if this value is set to "True"-->
<add key="ApplicationListQuickView" value="True" />
While it might be helpful to see the percentage complete value of a workflow phase on the Project Summary page, it could cause performance delays if you are viewing a long list of projects and workflow requests.
To modify this setting:
1. | Open the wwwroot directory of the Workflow Manager installation and open web.config in a text editor. |
2. | Locate the ApplicationListQuickView portion of this file: |
<add key="ApplicationListQuickView" value="True" />
3. | To turn on the display of percentage complete on the Project Summary page, set this value to False: |
<add key="ApplicationListQuickView" value="False" />
Workflow Manager 6.0 / AdminStudio Enterprise Server 11.5 Help LibraryJune 29, 2012 |
Copyright Information | Contact Us |