# Appendix: Web and Application Configuration Parameters

## Overview

The following tables list the WorkflowGen web and application configuration parameters with their descriptions and values.

## Web configuration parameters

These parameters are located in the `web.config` file in the `DRIVE:\Inetpub\wwwroot\wfgen` folder.

### Administration

| Parameter                                                   | Description & values                                                                                                                                                                                                                                                         |
| ----------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `AdministrationDefaultProcessView`                          | <p>Workflow Designer process view </p><ul><li><strong><code>GRAPH</code>: Graphical view (default)</strong> </li><li><code>LIST</code>: List view</li></ul>                                                                                                                  |
| `AdministrationDisplayName`                                 | <p>Text to display in the top left corner of the Administration Module banner</p><p><strong>Default:</strong> <code>WorkflowGen Administration</code></p>                                                                                                                    |
| `AdministrationListPageCount`                               | <p>Number of pages to display in Administration Module lists</p><p><strong>Default:</strong> <code>10</code></p>                                                                                                                                                             |
| `AdministrationListPageSize`                                | <p>Number of records per page to display in Administration Module lists</p><p><strong>Default:</strong> <code>100</code></p>                                                                                                                                                 |
| `AdministrationMaxMapToUsers`                               | <p>Maximum number of users in a list before filtering by name</p><p><strong>Default:</strong> <code>100</code></p>                                                                                                                                                           |
| `AdministrationRestrictNamesToAnsi`                         | <p>Restricts name fields to ANSI characters</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                               |
| `AdministrationTruncateValue`                               | **Default:** `30`                                                                                                                                                                                                                                                            |
| `AdministrationUniqueLanguage`                              | <p>Defines Administration Module language</p><p><strong>Default:</strong> Not set</p>                                                                                                                                                                                        |
| `AdministrationFormDataProviderName`                        | <p>Databind data providers, separated by commas</p><p><strong>Default:</strong> <code>System.Data.SqlClient,System.Data.OleDb,System.Data.Odbc,System.Data.OracleClient</code></p>                                                                                           |
| `AdministrationEnableDeletionRulesCheck`                    | <p>Enable the deletion rules check for users, groups, and directories</p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                     |
| `AdministrationRestrictManagerToModify` `GlobalParticipant` | <p>Disable process managers' permissions to modify a global participant's information (either via the process participants or while importing a process) such as name, description, and user/group/directory associations</p><p><strong>Default:</strong> <code>N</code></p> |
| `AdministrationFormDesignUndoLimit`                         | <p>Maximum number of undo operations in the Form Designer</p><p><strong>Default:</strong> <code>30</code></p>                                                                                                                                                                |
| `AdministrationAssociatedActivities` `ToSwimlane`           | <p>When enabled, this option keeps actions in their respective participants' swim lanes in the Workflow Designer</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                          |
| `AdministrationDefaultConditionLanguage`                    | <p>Default language for conditions </p><ul><li><strong><code>JS</code>: JavaScript (default)</strong> </li><li><code>VBS</code>: VBScript</li></ul>                                                                                                                          |

### Application

| Parameter                                             | Description & values                                                                                                                                                                                                                   |
| ----------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ApplicationUrl`                                      | <p>Base URL of the web application</p><p><strong>Default:</strong> <code><http://localhost/wfgen></code></p>                                                                                                                           |
| `ApplicationShowAssociatedDataWith` `EmptyValue`      | <p>Show or hide data with empty values in the follow-up form</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                        |
| `ApplicationArchiveSiteUrl`                           | **Default:** Not set                                                                                                                                                                                                                   |
| `ApplicationConfigAllowedUsersLogin`                  | <p>Usernames (separated by commas) of users who have permissions to perform system or sensitive administration operations through the API</p><p><strong>Default:</strong> <code>wfgen\_admin</code></p>                                |
| `ApplicationDataPath`                                 | <p>Path of the folder on the web server in which WorkflowGen stores files (such as attachments to requests)</p><p><strong>Default:</strong> Not set</p>                                                                                |
| `ApplicationWebFormsPath`                             | <p>Path to web forms folder</p><p><strong>Default:</strong> Not set</p>                                                                                                                                                                |
| `ApplicationDefaultProcessData` `FileStorageMethod`   | <p>Storage method for process data files </p><ul><li><strong><code>FILE</code>: Store process data in the file system (default)</strong></li><li><code>DATABASE</code>: Store process data in the database</li></ul>                   |
| `ApplicationDistributedDatabase` `SourceMode`         | **Default:** `0`                                                                                                                                                                                                                       |
| `ApplicationEnableArchiveSite` `RedirectConfirmation` | **Default:** `Y`                                                                                                                                                                                                                       |
| `ApplicationEnableDistributed` `DatabaseSource`       | **Default:** `N`                                                                                                                                                                                                                       |
| `ApplicationHostUrl`                                  | <p>URL of the host application</p><p><strong>Default:</strong> Not set</p>                                                                                                                                                             |
| `ApplicationSessionTimeOut`                           | <p>Sets the application user session timeout in <strong>minutes</strong> and displays a logout link (this setting applies to WorkflowGen Applicative authentication only)<br><strong>Default:</strong> <code>0</code> (no timeout)</p> |
| `ApplicationSerialNumber`                             | <p>WorkflowGen serial number<br><strong>Default:</strong> Not set</p>                                                                                                                                                                  |
| `ApplicationSkinName`                                 | <p>WorkflowGen Administration Module skin </p><p><strong>Default:</strong> <code>Default</code></p>                                                                                                                                    |

### SMTP notifications

| Parameter                        | Description & values                                                                                                                                       |
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ApplicationSmtpServer`          | <p>SMTP server address</p><p><strong>Default:</strong> Not set</p>                                                                                         |
| `ApplicationSmtpPickupDirectory` | <p>Pickup directory path</p><p><strong>Default:</strong> <code>C:\inetpub\mailroot\Pickup</code></p>                                                       |
| `ApplicationSmtpServerTimeout`   | <p>Time in milliseconds allowed before server connection timeout </p><p><strong>Default:</strong> <code>3000</code></p>                                    |
| `ApplicationSmtpDeliveryMethod`  | <p>Delivery method</p><ul><li><strong><code>SmtpServer</code>: Server (default)</strong> </li><li><code>PickupDirectory</code>: Pickup directory</li></ul> |
| `ApplicationSmtpEnableSsl`       | <p>Enable SSL/TLS</p><p><strong>Default:</strong> <code>N</code></p>                                                                                       |
| `ApplicationSmtpPort`            | <p>SMTP server port; if not set, the SMTP connection will use the default SMTP port <code>25</code> </p><p><strong>Default:</strong> Not set</p>           |
| `ApplicationSmtpUsername`        | <p>Username used for the SMTP connection </p><p><strong>Default:</strong> Not set</p>                                                                      |
| `ApplicationSmtpPassword`        | <p>Password used for the SMTP connection</p><p><strong>Default:</strong> Not set</p>                                                                       |

### Security

| Parameter                                               | Description & values                                                                                                                                                                                                                                                                                                                       |
| ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `ApplicationSecurityAuthenticationRealm`                | **Default:** Not set                                                                                                                                                                                                                                                                                                                       |
| `ApplicationSecurityEnableLogs`                         | **Default:** Not set                                                                                                                                                                                                                                                                                                                       |
| `ApplicationSecurityRemoveDomainPrefix`                 | <p>Remove domain names from usernames</p><p><strong>Default:</strong> <code>\_all</code></p>                                                                                                                                                                                                                                               |
| `ApplicationSecurityEnableWebApps` `SecureMode`         | <p>Enable data encryption in the communication between WorkflowGen and the web form </p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                    |
| `ApplicationSecurityPassword` `ManagementMode`          | <p>Password management mode for directories, applications, the SMTP server, and the Remote Approval incoming mail server </p><ul><li><strong><code>OWH\_FIPS</code>: One-way Hashing (SHA256 FIPS Compliant) (default)</strong> </li><li><code>OWH</code>: One-way Hashing (SHA256) </li><li><code>V5</code>: Version 5 (Legacy)</li></ul> |
| `ApplicationSecurityPassword` `SymmetricEncryptionMode` | <p>Configuration password management mode </p><ul><li><strong><code>AES</code>: AES (FIPS Compliant) (default)</strong> </li><li><code>V5</code>: Version 5 (Legacy)</li></ul>                                                                                                                                                             |
| `ApplicationSecurityPassword` `SymmetricEncryptionKey`  | <p>Password symmetric encryption key</p><p><strong>Default:</strong> Not set</p>                                                                                                                                                                                                                                                           |
| `ApplicationSecurityMaxLoginAttempts`                   | <p>Maximum number of unsuccessful user login attempts before an account is locked (set to <code>0</code> for unlimited attempts) </p><p><strong>Default:</strong> <code>5</code></p>                                                                                                                                                       |
| `ApplicationSecurityMinimum` `PasswordLength`           | <p>Minimum length of user passwords </p><p><strong>Default:</strong> <code>8</code></p>                                                                                                                                                                                                                                                    |

### Chart service

| Parameter                         | Description & values                                                                         |
| --------------------------------- | -------------------------------------------------------------------------------------------- |
| `ChartServiceAvoidColorCollision` | **Default:** `True`                                                                          |
| `ChartServiceMaxSliceInPie`       | <p>Maximum number of slices in pie charts</p><p><strong>Default:</strong> <code>6</code></p> |

### Directory

| Parameter                                        | Description & values                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `DirectoryApplicationAssembly` `QualifiedName`   | **Default:** `Advantys.Workflow.Directories.` `WorkflowDirectoryUserManager,` `Advantys.Workflow.Directories`                                                                                                                                                                                                                                                                                                                                 |
| `DirectoryDeletionRulesAssembly` `QualifiedName` | **Default:** `Advantys.Workflow.Directories.` `WorkflowDirectoryDeletionRules,`  `Advantys.Workflow.Directories`                                                                                                                                                                                                                                                                                                                              |
| `DirectoryMaxMapToUsers`                         | **Default:** `100`                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `DirectoryNameMaxLength`                         | <p>Maximum directory name length in characters</p><p><strong>Default:</strong> <code>30</code></p>                                                                                                                                                                                                                                                                                                                                            |
| `DirectoryNewUserDefaultLanguage`                | Default language for new users **Default:** `en-US`                                                                                                                                                                                                                                                                                                                                                                                           |
| `DirectoryNewUserDefaultProfile`                 | <p>Default profile for new users</p><ul><li><code>1</code>: Administrator</li><li><strong><code>2</code>: Standard user (default)</strong></li></ul>                                                                                                                                                                                                                                                                                          |
| `DirectoryNewUserDefaultTimezone`                | <p>Default time zone for new users <strong>Default:</strong> <code>9</code>  </p><p><br>See <a href="https://docs.advantys.com/workflowgen-integration-guide/appendix-time-zone-ids-and-gmt-values-mapping#time-zone-ids-and-names">Time zone IDs and names</a> in the <a href="https://docs.advantys.com/workflowgen-integration-guide/">WorkflowGen Integration Guide</a> for a list of time zones and their corresponding numeric IDs.</p> |
| `DirectoryTruncateValue`                         | **Default:** `50`                                                                                                                                                                                                                                                                                                                                                                                                                             |

### Directory synchronization

| Parameter                                                          | Description & values                                                                                                                                                                                                                                                                                                                              |
| ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `DirectorySynchronizationDelete` `TempFiles`                       | <p>Enable automatic deletion of temporary XML log files once synchronization is complete</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                       |
| `DirectorySynchronizationDetailedLogs`                             | <p>Enable logging of each action performed on directory data</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                                                   |
| `DirectorySynchronizationHistoryLogs`                              | <p>Number of days before deleting log files</p><p><strong>Default:</strong> <code>31</code></p>                                                                                                                                                                                                                                                   |
| `DirectorySynchronizationMonthDay`                                 | <p>Date of the month to perform synchronization </p><p><strong>Default:</strong> <code>1</code></p>                                                                                                                                                                                                                                               |
| `DirectorySynchronizationQuery` `PageSize`                         | <p>Number of records to display in directory synchronization queries</p><p><strong>Default:</strong> <code>1000</code></p>                                                                                                                                                                                                                        |
| `DirectorySynchronizationStartHour`                                | <p>Hour of the day to perform automatic monthly synchronization (in 24-hour format) </p><p><strong>Default:</strong> <code>00:00</code></p>                                                                                                                                                                                                       |
| `DirectorySynchronizationTimeOut`                                  | **Default:** `10800`                                                                                                                                                                                                                                                                                                                              |
| `DirectorySynchronizationText` `GroupPrefix`                       | <p>Group name prefix</p><p><strong>Default:</strong> <code>GROUP\_</code></p>                                                                                                                                                                                                                                                                     |
| `DirectorySynchronizationText` `UserPrefix`                        | <p>Username prefix</p><p><strong>Default:</strong> <code>USER\_</code></p>                                                                                                                                                                                                                                                                        |
| `DirectorySynchronizationWeekDay`                                  | <p>Day of the week to perform the automatic weekly synchronization</p><ul><li><code>0</code>: Sunday </li><li><strong><code>1</code>: Monday (default)</strong> </li><li><code>2</code>: Tuesday </li><li><code>3</code>: Wednesday </li><li><code>4</code>: Thursday </li><li><code>5</code>: Friday </li><li><code>6</code>: Saturday</li></ul> |
| `DirectorySynchronizationWarningLogs`                              | <p>Enable display of warnings in log files</p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                                                     |
| `DirectorySynchronizationMaxUser` `DeletionCount`                  | <p>Maximum number of account deletions per synchronization run</p><p><strong>Default:</strong> <code>0</code></p>                                                                                                                                                                                                                                 |
| `DirectorySynchronizationSyncGroup` `MembersUsedInParticipantOnly` | <p>Enable synchronization of a group's members only if the group is associated to at least one participant </p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                    |

### Engine

| Parameter                                           | Description & values                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `EngineAllowManagerToDeleteReal` `ProcessInstances` | <p>Allow managers to delete real (active) process instances</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `EngineCountryDaysOff`                              | <p>Country to be used to calculate legal public holidays </p><ul><li><code>en-AU</code>: Australia (English)</li><li><code>en-CA</code>: Canada (English)</li><li><code>fr-CA</code>: Canada (French) </li><li><code>fr-FR</code>: France (French) </li><li><code>de-DE</code>: Germany (German)</li><li><code>it-IT</code>: Italy (Italian) </li><li><code>pt-PT</code>: Portugal (Portuguese) </li><li><code>es-ES</code>: Spain (Spanish) </li><li><code>fr-CH</code>: Switzerland (French) </li><li><code>de-CH</code>: Switzerland (German) </li><li><code>en-GB</code>: United Kingdom (English) </li><li><strong><code>en-US</code>: United States (English) (default)</strong></li></ul> |
| `EngineDataProtectionLockTimeout`                   | <p>Lock request data for the specified time period (minutes) to avoid competition for access to the same data</p><p><strong>Default:</strong> <code>5</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `EngineEnableSelfServiceData` `AssignException`     | <p>Force WorkflowGen to throw an assignment exception error when a self service action is assigned to an invalid user</p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `EngineMaxActivityInstancePer` `ProcessInstance`    | **Default:** `1000`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `EngineSpecialDaysOff`                              | Custom days off (`d/m` separated by commas) **Default:** Not set                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `EngineTraceMode`                                   | **Default:** `N`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `EngineWeekDaysOff`                                 | <p>Weekdays normally off</p><p><strong>Default:</strong> <code>7,1</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `EngineWorkHourEnd`                                 | <p>Hour the workday ends based on the current server time zone </p><p><strong>Default:</strong> <code>18:00</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `EngineWorkHourStart`                               | <p>Hour the workday begins based on the current server time zone </p><p><strong>Default:</strong> <code>9:00</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `EngineXpdlSchemaUrl`                               | **Default:** `http://www.workflowgen.com/xsd/xpdl/schema-v1-0.xsd`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |

### Engine notifications

| Parameter                             | Description & values                                                                                                                                              |
| ------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `EngineNotificationEnabled`           | <p>Enable email notifications </p><p><strong>Default:</strong> <code>Y</code></p>                                                                                 |
| `EngineNotificationAllowSelfNotify`   | <p>Send email notifications even if the sender and recipient email addresses are the same </p><p><strong>Default:</strong> <code>Y</code></p>                     |
| `EngineNotificationDefaultSender`     | <p>Default email sender for email notifications </p><p><strong>Default:</strong> Not set</p>                                                                      |
| `EngineNotificationDefaultSenderName` | <p>Default sender name for email notifications </p><p><strong>Default:</strong> Not set</p>                                                                       |
| `EngineNotificationDefaultReplyTo`    | <p>Default email address for replies to email notifications </p><p><strong>Default:</strong> Not set</p>                                                          |
| `EngineNotificationMaxNotifiedUser`   | <p>Maximum number of users to send email notifications to per notification</p><p><strong>Default:</strong> <code>100</code></p>                                   |
| `EngineNotificationDefaultLanguage`   | <p>Language to use for email notification texts if the user has no default or preferred language selected </p><p><strong>Default:</strong> <code>en-US</code></p> |
| `EngineNotificationMaxFileAttSize`    | <p>Maximum size of file attachments to requests in megabytes </p><p><strong>Default:</strong> <code>10</code></p>                                                 |
| `EngineNotificationTextDetection`     | <p>Display URLs and email addresses as clickable links</p><p><strong>Default:</strong> <code>Y</code></p>                                                         |
| `EngineNotificationLogLevel`          | <p>Type of information stored in the notification log file </p><p><strong>Default:</strong> <code>1</code></p>                                                    |

### Engine service

| Parameter                                  | Description & values                                                                                                                                                               |
| ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `EngineServiceCheckTimeLimitFrequency`     | **Default:** `180000`                                                                                                                                                              |
| `EngineServiceInactiveDelegationLifespan`  | **Default:** `15`                                                                                                                                                                  |
| `EngineServiceInactiveRequestLifespan`     | Maximum number of days, hours, or minutes before ghost requests are deleted **Default:** `3`                                                                                       |
| `EngineServiceInactiveRequestLifespanUnit` | <p>Time unit of ghost request deletion value </p><ul><li><strong><code>d</code>: days (default)</strong> </li><li><code>h</code>: hours </li><li><code>m</code>: minutes</li></ul> |
| `EngineServiceTempApiFilesLifespan`        | <p>Number of days</p><p><strong>Default:</strong> <code>2</code></p>                                                                                                               |
| `EngineServiceImpersonificationUsername`   | **Default:** `wfgen_admin`                                                                                                                                                         |
| `EngineServiceSystemActivitiesTimeOut`     | <p>Total execution time allowed for a system action in seconds</p><p><strong>Default:</strong> <code>600</code> (10 minutes)</p>                                                   |

### Workflow applications

| Parameter                            | Description & values                                                                                                                                                                                                  |
| ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `EFormAspxPreviousFilesCleanUp`      | <p>Enable file clean-up for the EFORMASPX  workflow app</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                            |
| `EFormAspxAcceptEmptyInputTextParam` | **Default:** `Y`                                                                                                                                                                                                      |
| `GetUsersFromDirMaxResultNb`         | <p>Maximum number of records that can be returned by a query </p><p><strong>Default:</strong> <code>100</code></p>                                                                                                    |
| `GetUsersFromDirLogLevel`            | <p>Enable and define the log level of the GETUSERSFROMDIR workflow app</p><ul><li><strong><code>0</code>: No logs (default)</strong></li><li><code>1</code>: Information</li><li><code>2</code>: Debug</li></ul>      |
| `XmlToDatabaseTestMode`              | <p>Enable testing of transactions before being executed on the database </p><p><strong>Default:</strong> <code>N</code></p>                                                                                           |
| `XmlToDatabaseEnableTrace`           | <p>Enable creation of log files in the <code>\wfgen\App\_Data\LogFiles\XmlToDatabase</code> directory </p><p><strong>Default:</strong> <code>N</code></p>                                                             |
| `XmlTransEnableTrace`                | <p>Enable logs for the XMLTRANS workflow app</p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                       |
| `XmlTransEnableFilesCleanUp`         | <p>Enable file clean-up for the XMLTRANS workflow app</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                              |
| `SendMessageProvider`                | <p>SMS provider </p><p><strong>Default:</strong> <code>TWILIO</code></p>                                                                                                                                              |
| `SendMessageAccountSID`              | <p>Twilio account security identifier </p><p><strong>Default:</strong> Not set</p>                                                                                                                                    |
| `SendMessageAuthToken`               | <p>Twilio authorization token </p><p><strong>Default:</strong> Not set</p>                                                                                                                                            |
| `SendMessageFrom`                    | <p>Telephone number of the instant message sender to display </p><p><strong>Default:</strong> Not set</p>                                                                                                             |
| `SendMessageApiUrl`                  | <p>Twilio API URL </p><p><strong>Default:</strong> <code><https://api.twilio.com/2010-04-01/Accounts/></code></p>                                                                                                     |
| `SendMessageEnableLogs`              | <p>Enable instant messaging logs </p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                  |
| `SendHttpPostMaxResponseLength`      | <p>Maximum response length in characters</p><p><strong>Default:</strong> <code>4194304</code> (4 MB)</p>                                                                                                              |
| `SendHttpPostLogLevel`               | <p>Enable and define the log level of the SENDHTTPPOST workflow app</p><ul><li><strong><code>0</code>: No logs (default)</strong></li><li><code>1</code>: Information</li><li><code>2</code>: Debug</li></ul>         |
| `MergeFormLogLevel`                  | <p>Enable and define the log level of the MERGEFORM workflow app</p><ul><li><strong><code>0</code>: No logs (default)</strong></li><li><code>1</code>: Information</li><li><code>2</code>: Debug</li></ul>            |
| `RestApiClientLogLevel`              | <p></p><p>Enable and define the log level of the RESTAPICLIENT workflow app</p><ul><li><strong><code>0</code>: No logs (default)</strong></li><li><code>1</code>: Information</li><li><code>2</code>: Debug</li></ul> |
| `RestApiClientRequestTimeout`        | <p>Request timeout in milliseconds</p><p><strong>Default:</strong> <code>30000</code> (30 seconds)</p>                                                                                                                |
| `RestApiClientMaxResponseLength`     | <p>Maximum response length in characters</p><p><strong>Default:</strong> <code>4194304</code> (4 MB)</p>                                                                                                              |
| `RestApiClientEnableFilesCleanUp`    | <p>Enable file clean-up for the RESTAPICLIENT workflow app</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                         |

### Portal

| Parameter                                       | Description & values                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `PortalActivityOnClickAction`                   | <p>Specifies whether to display the action follow-up form or launch the action when clicking on an action to do </p><ul><li><code>ACTION\_FORM</code>: Display the action</li><li><strong><code>APP\_LAUNCH</code>: Launch the action (default)</strong></li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `PortalActivityOnCloseAction`                   | <p>Specifies what to display when an action is completed</p><ul><li><code>REQUEST\_FORM\_FORCE</code>: Display follow-up form of the request </li><li><strong><code>REQUEST\_FORM</code>: Display the follow-up form of the request or the next action (default)</strong></li><li><code>REQUEST\_FORM\_EXCEPT\_TOASSIGN</code>: Display the follow-up form of the request (except if action to assign)</li><li><code>REQUEST\_FORM\_EXCEPT\_TODO</code>: Display the follow-up form of the request (except if action to do)</li><li><code>TODO\_LIST\_FORCE</code>: Display the list of the actions to do</li><li><code>TODO\_LIST</code>: Display the list of the actions to do or the next action </li><li><code>TODO\_LIST\_EXCEPT\_TOASSIGN</code>: Display the list of the actions to do (except if action to assign)</li><li><code>TODO\_LIST\_EXCEPT\_TODO</code>: Display the list of the actions to do (except if action to do)</li><li><code>HOME\_COLLAPSE\_FORCE</code>: Display the homepage</li><li><code>HOME\_COLLAPSE</code>: Display the homepage or the next action</li><li><code>HOME\_COLLAPSE\_EXCEPT\_TOASSIGN</code>: Display the homepage (except if action to assign)</li><li><code>HOME\_COLLAPSE\_EXCEPT\_TODO</code>: Display the homepage (except if action to do) </li><li><code>HOME\_TODO\_EXPAND\_FORCE</code>: Display the homepage and expand the actions to do </li><li><code>HOME\_TODO\_EXPAND</code>: Display the homepage and expand the actions to do or the next action</li><li><code>HOME\_TODO\_EXPAND\_EXCEPT\_TOASSIGN</code>: Display the homepage and expand the actions to do (except if action to assign)</li><li><code>HOME\_TODO\_EXPAND\_EXCEPT\_TODO</code>: Display the homepage and expand the actions to do (except if action to do)</li></ul> |
| `PortalActivityOnComplete` `RedirectToView`     | <p>When an action launched from a view is completed, return to the view </p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `PortalActivityCompleteInBackground`            | <p>Specifies if the action completion is to be processed in the background (threading) </p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `PortalFrameSetHeight`                          | <p>Height of banner (in pixels) displayed at the top of the User Portal</p><p><strong>Default:</strong> <code>0,68,\*,0</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `PortalCustomHeaderUrl`                         | <p>Customized banner URL </p><p><strong>Default:</strong> <code>/wfgen/App\_Themes/Default/portal/banner/banner.htm</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `PortalDefaultProcessDataColumnSize`            | <p>Default width in pixels of columns that display associated data when the end-user's UI is in single-process view</p><p><strong>Default:</strong> <code>150</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `PortalDisplayName`                             | <p>Application name to display in the User Portal </p><p><strong>Default:</strong> <code>WorkflowGen</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `PortalEnableDelegation`                        | <p>Enable task delegation by end-users </p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `PortalFilterProcessGroupByCategory`            | <p>Enable grouping of processes in the drop-down list used to switch to single-process view </p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `PortalHideRequestFormActionsBySomeoneElse`     | <p>Hide actions performed by other users in request forms</p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `PortalHomePageDisplayMode`                     | <p>Disable counters on User Portal home page</p><ul><li><strong><code>0</code>: Display all section counters according to their results (default)</strong></li><li><code>1</code>: Display a link for the <strong>My requests in progress</strong> section only</li><li><code>2</code>: Display a link for the <strong>My actions to do</strong> section only</li><li><code>4</code>: Display a link for the <strong>Team to-do list</strong> section only</li><li><code>8</code>: Display a link for the <strong>Actions to assign</strong> section only</li><li><code>16</code>: Display a link for the <strong>My requests closed since my last visit</strong> section only</li><li><code>32</code>: Display a link for the <strong>Follow-up of requests in progress</strong> section only</li><li><code>64</code>: Display a link for the <strong>Follow-up of actions in progress</strong> section only</li><li><code>127</code>: Display a link for all sections (disables all counters)</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `PortalHomePageListSize`                        | <p>Maximum number of records in lists on the User Portal home page before showing pages</p><p><strong>Default:</strong> <code>200</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `PortalDisplayCodeNames`                        | <p>Display code names instead of process and action descriptions </p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `PortalListPageCount`                           | Number of pages to be displayed in User Portal lists **Default:** `10`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `PortalListPageSize`                            | <p>Number of records to be displayed in User Portal lists</p><p><strong>Default:</strong> <code>10</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `PortalMaxListSize`                             | <p>Maximum number of records to be displayed in search or statistics results lists </p><p><strong>Default:</strong> <code>1000</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `PortalMaxMaptoUsers`                           | Maximum number of users in a list before filtering by name **Default:** `100`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `PortalNewRequestGroupByCategory`               | <p>Displays requests grouped by category in the <strong>New request</strong> list </p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `PortalPortletXslUrl`                           | <p>Path of XSL sheet used to transform RSS content in Portlet module</p><p><strong>Default:</strong> Not set</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `PortalProcessStartAction`                      | <p>Action when a new request is launched </p><ul><li><code>NO</code>: Display the request follow-up form </li><li><code>PRE</code>: Display the follow-up form of the first action </li><li><strong><code>AUTO</code>: Start the first action (default)</strong></li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `PortalProcessStartConfirmation`                | Require the user to confirm the launch of a new request **Default:** `N`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `PortalUniqueLanguage`                          | <p>User Portal language </p><p><strong>Default:</strong> Not set</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `PortalEnableComments`                          | <p>Enable User Portal comments </p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `PortalCommentsRefreshFrequency`                | <p>Auto-refresh rate of follow-up form comments lists in milliseconds </p><p><strong>Default:</strong> <code>300000</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `PortalCommentsPopUpWidth`                      | <p>Width of action runtime menu comments list pop-up window in pixels </p><p><strong>Default:</strong> <code>380</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `PortalCommentsPopUpHeight`                     | <p>Height of action runtime menu comments list pop-up window in pixels </p><p><strong>Default:</strong> <code>550</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `PortalCommentsSortBy`                          | <p>Default comments list sort field </p><p><strong>Default:</strong> <code>DATE\_POST</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `PortalCommentsSortOrder`                       | <p>Default comments list sort order </p><p><strong>Default:</strong> <code>ASC</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `PortalCommentsExpandView`                      | <p>Expand comments list the first time a follow-up form is displayed </p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `PortalCommentsListSize`                        | <p>Maximum number of comments to display on User Portal home page</p><p><strong>Default:</strong> <code>25</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `PortalQuickViewEnabled`                        | Enable the Quick View functionality in the User Portal **Default:** `Y`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `PortalQuickViewDataName`                       | <p>Process data value to display in Quick View pane </p><p><strong>Default:</strong> <code>FORM\_ARCHIVE</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `PortalQuickViewDisplayOnMouseEvent`            | <p>Mouse event that triggers the Quick View pane to open </p><ul><li><code>MOUSEENTER</code>: Hover </li><li><strong><code>CLICK</code>: Click (default)</strong></li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `PortalTextDetection`                           | <p>Display URLs and email addresses as clickable links</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `PortalEnableSearchResultAutoRedirect`          | <p>Redirect search result to follow-up form when only one item is found</p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `PortalReportAdvancedViewDefault`               | <p>Display search results as a customizable report by default</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `PortalReportEnableCustomColumns`               | <p>Enable custom column editing for process managers and supervisors only </p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `PortalReportAllowUserToCreate` `CustomColumns` | <p>Enable custom column editing for standard users </p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `PortalReportEnableCustomCharts`                | <p>Enable custom chart editing for process managers and supervisors only </p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `PortalReportAllowUserToCreate` `CustomCharts`  | <p>Enable custom chart editing for standard users </p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `PortalReportEnableQuickMassApproval`           | <p>Enable the Quick Approval feature in reports </p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `PortalCommonProcessDataNameList`               | <p>Enable User Portal common process data lists </p><p><strong>Default:</strong> Not set</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `PortalEnableCallingCard`                       | <p>Enable user calling cards </p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `PortalDashboardAutoRefreshInterval`            | <p>User Portal dashboard auto-refresh rate </p><p><strong>Default:</strong> <code>0</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `PortalRedirectAllowedHttpUrls`                 | **Default:** Not set                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |

### Reports

| Parameter                       | Description & values                                                                                                                                                                           |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ReportsChartServiceUrl`        | **Default:** Not set                                                                                                                                                                           |
| `ReportsChartTemplatePath`      | **Default:** Not set                                                                                                                                                                           |
| `ReportsChartTemplateExtension` | **Default:** Not set                                                                                                                                                                           |
| `ReportsExportFormat`           | <p>Statistics reports export format </p><ul><li><strong><code>CSV</code>: Comma-separated values (default)</strong></li><li><code>TEXT\_UNICODE</code>: Unicode text (tab separator)</li></ul> |
| `ReportsTopUsersNumber`         | <p>Number of users displayed in statistics reports</p><p><strong>Default:</strong> <code>10</code></p>                                                                                         |
| `ReportsTopParticipantsNumber`  | <p>Number of process actors displayed in statistics reports</p><p><strong>Default:</strong> <code>10</code></p>                                                                                |
| `ReportsTopRequestersNumber`    | <p>Number of requesters displayed in statistics reports</p><p><strong>Default:</strong> <code>10</code></p>                                                                                    |
| `ReportsTextDetection`          | <p>Display URLs and email addresses as clickable links</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                      |

### Remote Approval

| Parameter                                   | Description & values                                                                                                                                                                                                                                                                                                 |
| ------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `RemoteApprovalLogTraceLevel`               | <p>Log file trace level </p><ul><li><code>0</code>: Disabled </li><li><code>1</code>: General messages </li><li><code>2</code>: Error messages </li><li><strong><code>3</code>: General and error messages (default)</strong> </li><li><code>4</code>: Full details for debugging (including Event Viewer)</li></ul> |
| `RemoteApprovalMailServerSecurity`          | <p>Mail server security </p><ul><li><strong><code>none</code>: None (default)</strong> </li><li><code>SSL</code>: SSL</li></ul>                                                                                                                                                                                      |
| `RemoteApprovalRefreshInterval`             | <p>Refresh interval for Remote Approval email in seconds </p><p><strong>Default:</strong> <code>180</code></p>                                                                                                                                                                                                       |
| `RemoteApprovalMailServerType`              | <p>Incoming mail server type </p><ul><li><strong><code>POP</code>: POP (default)</strong> </li><li><code>IMAP</code>: IMAP </li><li><code>EXCHANGE2007</code>: Exchange 2007</li><li><code>EXCHANGE2010</code>: Exchange 2010</li></ul>                                                                              |
| `RemoteApprovalLifeSpan`                    | <p>Remote Approval temporary log file life span in days</p><p><strong>Default:</strong> <code>1</code></p>                                                                                                                                                                                                           |
| `RemoteApprovalMailServerPort`              | <p>Port number for IMAP or POP connection </p><p><strong>Default:</strong> <code>110</code></p>                                                                                                                                                                                                                      |
| `RemoteApprovalIncomingServerAddress`       | Address of the server to receive emails                                                                                                                                                                                                                                                                              |
| `RemoteApprovalIncomingServerUsername`      | Username used to log in to POP, IMAP, or Exchange server                                                                                                                                                                                                                                                             |
| `RemoteApprovalIncomingServerPassword`      | Password used to log in to the POP, IMAP, or Exchange server                                                                                                                                                                                                                                                         |
| `RemoteApprovalQuickApprovalMode`           | <p>Enable Quick mode approval replies</p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                             |
| `RemoteApprovalEnableSubjectLineValidation` | <p>Enable use of action reference code in subject line for validation</p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                             |
| `RemoteApprovalEnabled`                     | Enable Remote Approval                                                                                                                                                                                                                                                                                               |
| `RemoteApprovalIncomingServerDomain`        | Domain name of incoming Exchange server account                                                                                                                                                                                                                                                                      |
| `RemoteApprovalCaseSensitiveAnswer`         | <p>Enforce case sensitivity on email answers</p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                      |

### GraphQL

| Parameter                         | Description & values                                                                                                                     |
| --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| `GraphqlMaxPageSize`              | <p>Maximum page size for page number based pagination </p><p><strong>Default:</strong> <code>100</code></p>                              |
| `GraphqlMaxBatchSize`             | **Default:** `1000`                                                                                                                      |
| `GraphqlDefaultPageNumber`        | <p>Default page number for page number based pagination </p><p><strong>Default:</strong> <code>1</code></p>                              |
| `GraphqlDefaultPageSize`          | <p>Default page size for page number based pagination </p><p><strong>Default:</strong> <code>30</code></p>                               |
| `GraphqlGraphiqlEnabled`          | <p>Enable GraphiQL </p><p><strong>Default:</strong> <code>N</code></p>                                                                   |
| `GraphqlLoadersCacheEnabled`      | <p>Enable data caching </p><p><strong>Default:</strong> <code>Y</code></p>                                                               |
| `GraphqlDebugEnabled`             | <p>Enable debug mode </p><p><strong>Default:</strong> <code>N</code></p>                                                                 |
| `GraphqlQueryTimeout`             | <p>Query execution timeout in milliseconds </p><p><strong>Default:</strong> <code>90000</code></p>                                       |
| `GraphqlOperationTimeout`         | <p>Operation execution timeout in milliseconds </p><p><strong>Default:</strong> <code>30000</code></p>                                   |
| `GraphqlMaxAllowedContentLength`  | <p>Maximum GraphQL query content length in bytes</p><p><strong>Default:</strong> <code>30000000</code></p>                               |
| `GraphqlMaxOperationCount`        | <p>Maximum number of operations per query </p><p><strong>Default:</strong> <code>10000</code></p>                                        |
| `GraphqlMaxInputFileSize`         | Maximum file size to send in `FILE` type parameter URLs in kilobytes **Default:** `10240`                                                |
| `GraphqlMaxInputFileContentSize`  | Maximum content size of `FILE` type parameters encoded in base64 **Default:** `0`                                                        |
| `GraphqlInputFileDownloadTimeout` | **Default:** `100000`                                                                                                                    |
| `GraphqlInputFileAllowedFolders`  | <p>Local or remote folders where files used by <code>FILE</code> type parameters are stored </p><p><strong>Default:</strong> Not set</p> |
| `GraphqlInputFileAllowedHttpUrls` | <p>Allowed HTTP/HTTPS URLs for file uploads</p><p><strong>Default:</strong> Not set</p>                                                  |

### Webhooks

| Parameter                       | Description & values                                                                                                               |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `HooksDebugEnabled`             | <p>Enable debug mode </p><p><strong>Default:</strong> <code>N</code></p>                                                           |
| `HooksOperationTimeout`         | <p>Operation execution timeout in milliseconds </p><p><strong>Default:</strong> <code>30000</code></p>                             |
| `HooksMaxInputFileSize`         | <p>Maximum file size limit for <code>FILE</code> type parameters </p><p><strong>Default:</strong> <code>10240</code></p>           |
| `HooksMaxInputFileContentSize`  | <p>Maximum content size of <code>FILE</code> type parameters encoded in base64 </p><p><strong>Default:</strong> <code>0</code></p> |
| `HooksInputFileAllowedFolders`  | Local or remote folders where files used by `FILE` type parameters are stored **Default:** Not set                                 |
| `HooksInputFileAllowedHttpUrls` | <p>Allowed HTTP/HTTPS URLs for file uploads</p><p><strong>Default:</strong> Not set</p>                                            |

### Auth

| Parameter                                                                            | Description & values                                                                                                                                                                                                                                                                                        |
| ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ApplicationSecurityAuthProvider`                                                    | <p>Name of the identity provider </p><ul><li><code>adfs</code>: AD FS </li><li><code>azure-v1</code>: Azure AD </li><li><code>auth0</code>: Auth0 </li><li><code>okta</code>: Okta </li><li><code>ms-identity-v2</code>: Microsoft Identity Platform v2.0</li></ul><p><strong>Default:</strong> Not set</p> |
| `ApplicationSecurityAuthSessionToken` `SigningSecret`                                | <p>Session token signing key</p><p><strong>Default:</strong> Not set</p>                                                                                                                                                                                                                                    |
| `ApplicationSecurityAuthClientId`                                                    | <p>Client ID generated by the identity provider </p><p><strong>Default:</strong> Not set</p>                                                                                                                                                                                                                |
| `ApplicationSecurityAuthClientSecret`                                                | <p>Client secret generated by the identity provider </p><p><strong>Default:</strong> Not set</p>                                                                                                                                                                                                            |
| `ApplicationSecurityAuthMetadataUrl`                                                 | <p>Endpoint provided by the identity provider </p><p><strong>Default:</strong> Not set</p>                                                                                                                                                                                                                  |
| `ApplicationSecurityAuthCheckSessionUrl`                                             | **Default:** Not set                                                                                                                                                                                                                                                                                        |
| `ApplicationSecurityAuthUsernameClaim`                                               | Name of the claim contained in the access token that identifies the user in WorkflowGen **Default:** Not set                                                                                                                                                                                                |
| `ApplicationSecurityAuthAppIdClaim`                                                  | <p>Name of the claim contained in the access token obtained from the identity provider that uniquely identifies a non-interactive client </p><p><strong>Default:</strong> Not set</p>                                                                                                                       |
| `ApplicationSecurityAuthClockTolerance`                                              | Value used when verifying a token in WorkflowGen to deal with minor differences between servers' clocks                                                                                                                                                                                                     |
| `ApplicationSecurityAuthSession` `RefreshEnableIFrame`                               | <p>Activate session auto-refresh feature using an invisible <code>\<iframe></code></p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                       |
| `ApplicationSecurityAuthSessionTokenCookie`                                          | <p>Name of the session cookie that is generated by the authentication module. <br><strong>Default:</strong> <code>wfgen\_token</code> </p>                                                                                                                                                                  |
| `ApplicationSecurityAuthSessionTimeOut`                                              | <p>Duration of the session in seconds</p><p><strong>Default:</strong> Not set</p>                                                                                                                                                                                                                           |
| `ApplicationSecurityAuthMobileSessionTimeOut`                                        | <p>Duration of the session in seconds when requested from mobile devices on the token endpoint</p><p><strong>Default:</strong> <code>7200</code></p>                                                                                                                                                        |
| <p><code>ApplicationSecurityAuthAccessToken</code><br><code>UsernameClaim</code></p> | <p>Value used by the GraphQL API when receiving an access token</p><p><strong>Default:</strong> Not set</p>                                                                                                                                                                                                 |

### **Auth0**

| Parameter                          | Description & values                                            |
| ---------------------------------- | --------------------------------------------------------------- |
| `ApplicationSecurityAuthLogoutUrl` | <p>Auth0 logout URL</p><p><strong>Default:</strong> Not set</p> |

### Miscellaneous

| Parameter                                | Description & values                                                                                                                                            |
| ---------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `AssembliesWebServiceLocation`           | **Default:** Not set                                                                                                                                            |
| `ProcessesRuntimeWebServiceAllowedUsers` | <p>Usernames (separated by commas) of users authorized to launch a process on behalf of another user<br><strong>Default:</strong> <code>wfgen\_admin</code></p> |

## Application configuration parameters

### Workflow engine service

These parameters are located in the `WfgWorkflowEngineService.exe.config` file in the `DRIVE:Program Files\Advantys\WorkflowGen\Services\bin\` folder.

| Parameter                         | Description & values                                                                                                                                      |
| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ServiceName`                     | Name of the workflow engine service **Default:** `WorkflowGenEngineService`                                                                               |
| `WebConfigPath`                   | <p><code>web.config</code> file path inside the WorkflowGen website </p><p><strong>Default:</strong> <code>C:\inetpub\wwwroot\wfgen\web.config</code></p> |
| `DatabaseConnectionRetry`         | <p>Number of database reconnection attempts </p><p><strong>Default:</strong> <code>3</code></p>                                                           |
| `DatabaseConnectionRetryInterval` | <p>Time interval between each database reconnection </p><p><strong>Default:</strong> <code>30000</code></p>                                               |

### Directory synchronization service

These parameters are located in the `WfgDirectoriesSyncService.exe.config` file in the `\Program Files\Advantys\WorkflowGen\Services\bin\` folder.

| Parameter                         | Description & values                                                                                                                                      |
| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ServiceName`                     | <p>Name of the WorkflowGen Directory Synchronization Service </p><p><strong>Default:</strong> <code>WorkflowGenDirSyncService</code></p>                  |
| `WebConfigPath`                   | <p><code>web.config</code> file path inside the WorkflowGen website </p><p><strong>Default:</strong> <code>C:\inetpub\wwwroot\wfgen\web.config</code></p> |
| `DatabaseConnectionRetry`         | <p>Number of database reconnection attempts </p><p><strong>Default:</strong> <code>3</code></p>                                                           |
| `DatabaseConnectionRetryInterval` | <p>Time interval between each database reconnection </p><p><strong>Default:</strong> <code>30000</code></p>                                               |
