Customizing the Shared Folder Path to Store Uploaded Files

Workflow Manager

By default, the shared folder path to store uploaded files follows this format:

[File Share]\[Servicer Company]\[Customer Company]\[App Short Name]__[App_GUID]

You can configure this path by editing the following setting in the web.config file:

<add key="UploadFolderStructure" value="" />

When you provide a value for UploadFolderStructure, you can use a combination of the following elements:

[ServicerCo]

[ConsumerCo]

[ProjectName]

[ProjectId]

[WFId]

[WFName]

[WFNumber]

For example:

<add key="UploadFolderStructure" value="[ProjectName][WFName]_[WFId]" />