Root Folder for Uploading and Downloading Files

Workflow Manager 6.0

You can modify the FileShareRoot setting to specify the Workflow Manager file server, the root folder for uploading and downloading files to Workflow Manager. The default value of this setting in web.config is:

<!--Root folder for uploading and downloading files-->

<add key="FileShareRoot" value="\\MyNetworkDrive\FileShare"/>

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 FileShareRoot folder portion of this file:

<add key="FileShareRoot" value="\\MyNetworkDrive\FileShare"/>

3. Modify the FileShareRoot value to include the new location of the file server, such as:

<add key="FileShareRoot" value="\\myserver12\SharedFiles"/>