Workflow Manager 2015
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 Request 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 Request 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. |
Workflow Manager 2015 / AdminStudio Enterprise Server 2015 Help Library10 September 2015 |
Copyright Information | Flexera Software |