Option to Navigate to Workflow Progress Page From Assignments Panel of Home Page

Workflow Manager 6.0

By default, when you click on a workflow request in the Assignments panel of the administrator Home page, the Assignment Details page for that request opens. If you instead would like to open the Workflow Progress page for that workflow request, you can modify the showApplicationProgress setting.

The default value of this setting in web.config is:

<!--To navigate to Application_Progress page on click of Application_Request set to 0, set to 1 to navigate to Work Assignment page-->

<add key="showApplicationProgress" value="1"></add>

To navigate to Workflow Progress page instead of Assignment Details page:

1. Open the wwwroot directory of the Workflow Manager installation and open web.config in a text editor.
2. Locate the showApplicationProgress portion of this file:

<add key="showApplicationProgress" value="1"></add>

3. Set the value to 0.