Workflow Manager 6.0
You can edit the ShowPhaseAvgTimeInProjectRpt setting to specify whether or not you want the average time spent by workflow requests in each phase to be displayed on the Project Report. The default value of this setting in web.config is 0, which means that the average time spent will not be displayed on the Project Report:
<!-- ShowPhaseAvgTimeInProjectRpt-->
<!-- 0 means Project Report does not show Average Time Spent by Applications on each Phase-->
<!-- 1 means Project Report shows Average Time Spent by Applications on each Phase-->
<add key="ShowPhaseAvgTimeInProjectRpt" value="0" />
While it might be helpful to see the average time spent by workflow requests in each phase to be displayed on the Project Report, it could cause performance delays if you are generating a Project Report that includes multiple projects.
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 ShowPhaseAvgTimeInProjectRpt portion of this file: |
<add key="ShowPhaseAvgTimeInProjectRpt" value="0" />
3. | To turn on the display of average time spent by workflow requests in each phase, set this value to 1: |
<add key="ShowPhaseAvgTimeInProjectRpt" value="1" />
Workflow Manager 6.0 / AdminStudio Enterprise Server 11.5 Help LibraryJune 29, 2012 |
Copyright Information | Contact Us |