# Appendix: Web & 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>                                                                                                                          |
| `AdministrationMaxHelpTextSize`                             | <p>Maximum length in characters of help text associated with a request or action</p><p><strong>Default:</strong> <code>10000</code></p>                                                                                                                                      |
| `AdministrationProcessQuickListSize`                        | **Default:** `0`                                                                                                                                                                                                                                                             |

### 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 of the 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>                                                                                                                                    |
| `ApplicationDefaultFullWidth`                         | <p>Display mode</p><ul><li><code>Y</code>: Full-width</li><li><strong><code>N</code>: Centered (default)</strong></li></ul>                                                                                                            |

### 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> (3 seconds)</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:** `N`                                                                                                                                                                                                                                                                                                                           |
| `ApplicationSecurityRemoveDomainPrefix`              | <p>Remove domain names from usernames</p><p><strong>Default:</strong> <code>\_all</code></p>                                                                                                                                                                                                                                               |
| `ApplicationSecurityEnableWebAppsSecureMode`         | <p>Enable data encryption in the communication between WorkflowGen and the web form </p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                    |
| `ApplicationSecurityPasswordManagementMode`          | <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> |
| `ApplicationSecurityPasswordSymmetricEncryptionMode` | <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>                                                                                                                                                             |
| `ApplicationSecurityPasswordSymmetricEncryptionKey`  | <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>                                                                                                                                                       |
| `ApplicationSecurityMinimumPasswordLength`           | <p>Minimum length of user passwords </p><p><strong>Default:</strong> <code>8</code></p>                                                                                                                                                                                                                                                    |
| `ApplicationSecurityAuthGraphQLAppRole`              | Custom GraphQL application role value verified when validating roles in an access token returned from an OIDC provider in a client credentials flow                                                                                                                                                                                        |
| `ApplicationSecurityAuthAcrValues`                   | ACR values as specified by the Gardian service provider                                                                                                                                                                                                                                                                                    |

### Directory

| **Parameter**                     | **Description & values**                                                                                                                                                                                                                                                                                                                                                                                                                            |
| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `DirectoryNameMaxLength`          | <p>Maximum directory name length in characters</p><p><strong>Default:</strong> <code>30</code></p>                                                                                                                                                                                                                                                                                                                                                  |
| `DirectoryNewUserDefaultLanguage` | <p>Default language for new users</p><p><strong>Default:</strong> <code>en-US</code></p>                                                                                                                                                                                                                                                                                                                                                            |
| `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</p><p><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> |

### 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>                                                                                                                                                                                                                                               |
| `DirectorySynchronizationQueryPageSize`                            | <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>                                                    |
| `EngineNotificationNotifyDelegator`    | <p>Send email notifications to delegator in addition to delegatee<br><strong>Default:</strong> <code>Y</code> (enabled)</p>                                       |
| `EnginePushNotificationSendExpoApiUrl` | **Default:** `https://exp.host/--/api/v2/push/send`                                                                                                               |

### Engine service

| **Parameter**                                 | **Description & values**                                                                                                                                                           |
| --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `EngineServiceCheckTimeLimitFrequency`        | <p>Time in milliseconds</p><p><strong>Default:</strong> <code>180000</code> (3 minutes)</p>                                                                                        |
| `EngineServiceNotificationFrequency`          | <p>Time in milliseconds</p><p><strong>Default:</strong> <code>60000</code> (1 minute)</p>                                                                                          |
| `EngineServiceCancellationFrequency`          | <p>Time in milliseconds</p><p><strong>Default:</strong> <code>120000</code> (2 minutes)</p>                                                                                        |
| `EngineServiceSynchroActionFrequency`         | <p>Time in milliseconds</p><p><strong>Default:</strong> <code>15000</code> (15 seconds)</p>                                                                                        |
| `EngineServiceScheduledSystemActionFrequency` | <p>Time in milliseconds</p><p><strong>Default:</strong> <code>15000</code> (15 seconds)</p>                                                                                        |
| `EngineServiceTimeoutSystemActionFrequency`   | <p>Time in milliseconds</p><p><strong>Default:</strong> <code>120000</code> (2 minutes)</p>                                                                                        |
| `EngineServiceCleanupFrequency`               | <p>Time in milliseconds</p><p><strong>Default:</strong> <code>180000</code> (3 minutes)</p>                                                                                        |
| `EngineServiceMaxPausedSynchroActions`        | <p>Maximum number of concurrent paused synchro actions to process</p><p><strong>Default:</strong> <code>25</code></p>                                                              |
| `EngineServiceMaxScheduledSystemActions`      | <p>Maximum number of concurrent scheduled system actions to process</p><p><strong>Default:</strong> <code>25</code></p>                                                            |
| `EngineServiceMaxTimeoutSystemActions`        | <p>Maximum number of concurrent timeout system actions to process</p><p><strong>Default:</strong> <code>25</code></p>                                                              |
| `EngineServiceInactiveDelegationLifespan`     | <p>Number of days</p><p><strong>Default:</strong> <code>15</code></p>                                                                                                              |
| `EngineServiceInactiveRequestLifespan`        | <p>Maximum number of days, hours, or minutes before ghost requests are deleted<br><strong>Default:</strong> <code>3</code></p>                                                     |
| `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>2</code>: Information</li><li><code>3</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 logs for the XMLTODATABASE application in the <code>\wfgen\App\_Data\LogFiles\XmlToDatabase</code> directory </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>                                                                                                                                            |
| `XmlTransEnableTrace`                | <p>Enable logs for the XMLTRANS workflow app</p><p><strong>Default:</strong> <code>N</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>2</code>: Information</li><li><code>3</code>: Debug</li></ul>                                       |
| `MergeFormEnableFilesCleanUp`        | <p>Enable file clean-up for the MERGEFORM workflow app</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                           |
| `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>2</code>: Information</li><li><code>3</code>: Debug</li></ul>                                          |
| `RestApiClientLogLevel`              | <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>2</code>: Information</li><li><code>3</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>                                                                                                                                       |
| `ExecSqlLogLevel`                    | <p>Enable and define the log level of the EXECSQL workflow app</p><ul><li><strong><code>0</code>: No logs (default)</strong></li><li><code>1</code>: Errors</li><li><code>2</code>: Information</li><li><code>3</code>: Debug</li></ul>             |
| `DocuSignSendLogLevel`               | <p>Enable and define the log level of the DOCUSIGNSEND workflow app</p><ul><li><strong><code>0</code>: No logs (default)</strong></li><li><code>1</code>: Errors</li><li><code>2</code>: Information</li><li><code>3</code>: Debug</li></ul>        |
| `DocuSignClientId`                   | <p>DocuSign client ID</p><p></p><p>Corresponds to your DocuSign application's <code>Integration Key</code> value</p>                                                                                                                                |
| `DocuSignUserGuid`                   | <p>DocuSign user GUID</p><p></p><p>Corresponds to the <code>API Username</code> value in the DocuSign configuration panel</p>                                                                                                                       |
| `DocuSignAuthServer`                 | <p>DocuSign Auth server</p><p></p><p>DocuSign values:</p><ul><li><code>account.docusign.com</code> (production)</li><li><code>account-d.docusign.com</code> (demo)</li></ul>                                                                        |
| `DocuSignHostServer`                 | <p>DocuSign host server</p><p></p><p>DocuSign values:</p><ul><li><code><https://docusign.net></code> (production)</li><li><code><https://demo.docusign.net></code> (demo)</li></ul>                                                                 |
| `DocuSignCheckLogLevel`              | <p>Enable and define the log level of the DOCUSIGNCHECK workflow app</p><ul><li><strong><code>0</code>: No logs (default)</strong></li><li><code>1</code>: Errors</li><li><code>2</code>: Information</li><li><code>3</code>: Debug</li></ul>       |
| `AdobeSignSendLogLevel`              | <p>Enable and define the log level of the ADOBESIGNSEND workflow app</p><ul><li><strong><code>0</code>: No logs (default)</strong></li><li><code>1</code>: Errors</li><li><code>2</code>: Information</li><li><code>3</code>: Debug</li></ul>       |
| `AdobeSignClientId`                  | Adobe Sign client ID                                                                                                                                                                                                                                |
| `AdobeSignClientSecret`              | Adobe Sign client secret                                                                                                                                                                                                                            |
| `AdobeSignRefreshToken`              | Adobe Sign refresh token                                                                                                                                                                                                                            |
| `AdobeSignRefreshUrl`                | <p>Adobe Sign refresh URL<br><strong>Default:</strong> <code>/oauth/v2/refresh</code></p>                                                                                                                                                           |
| `AdobeSignHostServer`                | Adobe Sign host server  (e.g.: `https://api.naX.adobesign.com` , where `X` is the server ID)                                                                                                                                                        |
| `AdobeSignCheckLogLevel`             | <p>Enable and define the log level of the ADOBESIGNCHECK workflow app</p><ul><li><strong><code>0</code>: No logs (default)</strong></li><li><code>1</code>: Errors</li><li><code>2</code>: Information</li><li><code>3</code>: Debug</li></ul>      |
| `DocaposteUsername`                  | Docaposte username                                                                                                                                                                                                                                  |
| `DocapostePassword`                  | Docaposte password                                                                                                                                                                                                                                  |
| `DocaposteHostServer`                | Docaposte host server                                                                                                                                                                                                                               |
| `DocaposteOfferCode`                 | Docaposte offer code                                                                                                                                                                                                                                |
| `DocaposteOrganizationalUnitCode`    | Docaposte organizational unit code                                                                                                                                                                                                                  |
| `DocaposteSendLogLevel`              | <p>Enable and define the log level of the DOCAPOSTESEND workflow app</p><ul><li><strong><code>0</code>: No logs (default)</strong></li><li><code>1</code>: Errors</li><li><code>2</code>: Information</li><li><code>3</code>: Debug</li></ul>       |
| `DocaposteCheckLogLevel`             | <p>Enable and define the log level of the DOCAPOSTCHECK workflow app</p><ul><li><strong><code>0</code>: No logs (default)</strong></li><li><code>1</code>: Errors</li><li><code>2</code>: Information</li><li><code>3</code>: Debug</li></ul>       |
| `YousignApiKey`                      | Yousign API key                                                                                                                                                                                                                                     |
| `YousignHostServer`                  | Yousign host server                                                                                                                                                                                                                                 |
| `YousignSendLogLevel`                | <p>Enable and define the log level of the YOUSIGNSEND workflow app</p><ul><li><strong><code>0</code>: No logs (default)</strong></li><li><code>1</code>: Errors</li><li><code>2</code>: Information</li><li><code>3</code>: Debug</li></ul>         |
| `YousignCheckLogLevel`               | <p>Enable and define the log level of the YOUSIGNCHECK workflow app</p><ul><li><strong><code>0</code>: No logs (default)</strong></li><li><code>1</code>: Errors</li><li><code>2</code>: Information</li><li><code>3</code>: Debug</li></ul>        |
| `OpenAiApiKey`                       | OpenAI API key                                                                                                                                                                                                                                      |
| `OpenAiTranscriptionLogLevel`        | <p>Enable and define the log level of the OPENAITRANSCRIPTION workflow app</p><ul><li><strong><code>0</code>: No logs (default)</strong></li><li><code>1</code>: Errors</li><li><code>2</code>: Information</li><li><code>3</code>: Debug</li></ul> |
| `OpenAiChatLogLevel`                 | <p>Enable and define the log level of the OPENAICHAT workflow app</p><ul><li><strong><code>0</code>: No logs (default)</strong></li><li><code>1</code>: Errors</li><li><code>2</code>: Information</li><li><code>3</code>: Debug</li></ul>          |

### 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>25</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`                           | <p>Maximum number of users in a list before filtering by name</p><p><strong>Default:</strong> <code>100</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `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`                | <p>Require the user to confirm the launch of a new request</p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `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> (5 minutes)</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>600</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`                        | <p>Enable the Quick View functionality in the User Portal</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `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 results 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `PortalReportAdvancedViewPaging`                | <p>Enable pagination in Advanced View search results<br><strong>Default:</strong> <code>N</code> (disabled)</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `PortalDisplayAssignedTeamAction`               | <p>Display assigned team actions</p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `PortalDisplayRequestListWithActionsFollowUp`   | <p>Display follow-up actions in request lists</p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |

### Reports

| **Parameter**                  | **Description & values**                                                                                                                                                                       |
| ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `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>                                                                                    |
| `ReportsTopProcessesNumber`    | <p>Number of processes 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**                                                                                                                                                                                                                                                                                                                                                           |
| ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `RemoteApprovalEnabled`                     | <p>Enable Remote Approval</p><p><strong>Default:</strong> <code>N</code></p>                                                                                                                                                                                                                                                                                                       |
| `RemoteApprovalRefreshInterval`             | <p>Refresh interval for Remote Approval email in milliseconds </p><p><strong>Default:</strong> <code>180000</code> (3 minutes)</p>                                                                                                                                                                                                                                                 |
| `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>                                                               |
| `RemoteApprovalLifeSpan`                    | <p>Remote Approval temporary log file life span in days</p><p><strong>Default:</strong> <code>0</code></p>                                                                                                                                                                                                                                                                         |
| `RemoteApprovalEnableSubjectLineValidation` | <p>Enable use of action reference code in subject line for validation</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                                                                           |
| `RemoteApprovalQuickApprovalMode`           | <p>Enable Quick mode approval replies</p><p><strong>Default:</strong> <code>Y</code></p>                                                                                                                                                                                                                                                                                           |
| `RemoteApprovalCaseSensitiveAnswer`         | <p>Enforce case sensitivity on email answers</p><p><strong>Default:</strong> <code>N</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 and later (versions 2013, 2016, and 2019 are supported)</li><li><code>EXCHANGE\_EWS\_OAUTH2</code>: Exchange Online: Modern Authentication</li></ul> |
| `RemoteApprovalMailServerPort`              | <p>Port number for IMAP or POP connection </p><p><strong>Default:</strong> <code>995</code></p>                                                                                                                                                                                                                                                                                    |
| `RemoteApprovalMailServerSecurity`          | <p>Mail server security </p><ul><li><code>none</code>: None</li><li><strong><code>SSL</code>: SSL (default)</strong></li></ul>                                                                                                                                                                                                                                                     |
| `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                                                                                                                                                                                                                                                                                                                       |
| `RemoteApprovalIncomingServerDomain`        | Domain name of incoming Exchange server account                                                                                                                                                                                                                                                                                                                                    |
| `RemoteApprovalAuthClientId`                | Application (client) ID for Exchange Online                                                                                                                                                                                                                                                                                                                                        |
| `RemoteApprovalAuthClientSecret`            | Client secret for Exchange Online                                                                                                                                                                                                                                                                                                                                                  |
| `RemoteApprovalAuthScope`                   | Scope of the application for Exchange Online                                                                                                                                                                                                                                                                                                                                       |
| `RemoteApprovalAuthAccessTokenUrl`          | Access token URI for Exchange Online                                                                                                                                                                                                                                                                                                                                               |

### 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> (90 seconds)</p>                                    |
| `GraphqlOperationTimeout`         | <p>Operation execution timeout in milliseconds </p><p><strong>Default:</strong> <code>30000</code> (30 seconds)</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`         | <p>Maximum file size limit in kilobytes for <code>FILE</code> type parameter URLs<br><strong>Default:</strong> <code>10240</code> (10 MB)</p>      |
| `GraphqlMaxInputFileContentSize`  | <p>Maximum content size limit in kilobytes of <code>FILE</code> type parameters encoded in base64 <br><strong>Default:</strong> <code>0</code></p> |
| `GraphqlInputFileDownloadTimeout` | <p>Timeout in milliseconds</p><p><strong>Default:</strong> <code>100000</code> (100 seconds)</p>                                                   |
| `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>                                                            |
| `GraphqlApiKeyEnabled`            | <p>Enable GraphQL API key feature<br><strong>Default:</strong> <code>N</code> (disabled)</p>                                                       |
| `GraphqlApiKey`                   | <p>GraphQL API key; the value sent in the <code>x-wfgen-graphql-api-key</code> header must match this key<br><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> (30 seconds)</p>                                  |
| `HooksMaxInputFileSize`            | <p>Maximum file size limit in kilobytes for <code>FILE</code> type parameter URLs</p><p><strong>Default:</strong> <code>10240</code> (10 MB)</p>     |
| `HooksMaxInputFileContentSize`     | <p>Maximum content size limit in kilobytes of <code>FILE</code> type parameters encoded in base64</p><p><strong>Default:</strong> <code>0</code></p> |
| `HooksMaxInputFileDownloadTimeout` | <p>Timeout in milliseconds</p><p><strong>Default:</strong> <code>100000</code> (100 seconds)</p>                                                     |
| `HooksInputFileAllowedFolders`     | <p>Local or remote folders where files used by <code>FILE</code> type parameters are stored <br><strong>Default:</strong> Not set</p>                |
| `HooksInputFileAllowedHttpUrls`    | <p>Allowed HTTP/HTTPS URLs for file uploads</p><p><strong>Default:</strong> Not set</p>                                                              |
| `HooksAllowImpersonateUser`        | <p>Allow user impersonation for webhooks<br><strong>Default:</strong> <code>N</code> (disabled)</p>                                                  |
| `HooksApiKeyEnabled`               | <p>Enable webhooks API key feature<br><strong>Default:</strong> <code>N</code> (disabled)</p>                                                        |
| `HooksApiKey`                      | <p>Webhooks API key; the value sent in the <code>x-wfgen-hooks-api-key</code> header must match this key<br><strong>Default:</strong> Not set</p>    |

### Auth

<table data-header-hidden><thead><tr><th valign="top">Parameter</th><th valign="top">Description &#x26; values</th></tr></thead><tbody><tr><td valign="top"><strong>Parameter</strong></td><td valign="top"><strong>Description &#x26; values</strong></td></tr><tr><td valign="top"><code>ApplicationSecurityAuthProvider</code></td><td valign="top"><p>Name of the identity provider </p><ul><li><code>adfs</code>: AD FS </li><li><code>azure-v1</code>: Microsoft Entra ID </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><li><code>gardian</code>: Gardian</li></ul><p><strong>Default:</strong> Not set</p></td></tr><tr><td valign="top"><code>ApplicationSecurityAuthSessionTokenSigningSecret</code></td><td valign="top"><p>Session token signing key</p><p><strong>Default:</strong> Not set</p></td></tr><tr><td valign="top"><code>ApplicationSecurityAuthClientId</code></td><td valign="top"><p>Code that uniquely identifies the WorkflowGen web application</p><p><strong>Default:</strong> Not set</p></td></tr><tr><td valign="top"><code>ApplicationSecurityAuthClientSecret</code></td><td valign="top"><p>Client secret generated by the identity provider</p><p><strong>Default:</strong> Not set</p></td></tr><tr><td valign="top"><code>ApplicationSecurityAuthMetadataUrl</code></td><td valign="top"><p>Endpoint provided by the identity provider that supports the <a href="https://openid.net/specs/openid-connect-discovery-1_0.html">OpenID Connect Discovery</a> standard</p><p><strong>Default:</strong> Not set</p></td></tr><tr><td valign="top"><code>ApplicationSecurityAuthCheckSessionUrl</code></td><td valign="top"><p>URL the application calls to verify the current user's authentication status</p><p><strong>Default:</strong> Not set</p></td></tr><tr><td valign="top"><code>ApplicationSecurityAuthUsernameClaim</code></td><td valign="top"><p>Name of the claim contained in the access token that identifies the user in WorkflowGen</p><p><strong>Default:</strong> Not set</p></td></tr><tr><td valign="top"><code>ApplicationSecurityAuthGraphQLUsernameClaim</code></td><td valign="top">Value used by the GraphQL API when receiving an access token</td></tr><tr><td valign="top"><code>ApplicationSecurityAuthAudience</code></td><td valign="top"><p>Intended recipient of the access token (e.g. the target API)</p><p><strong>Default:</strong> <code>https://&#x3C;workflowgen url>/graphql</code></p></td></tr><tr><td valign="top"><code>ApplicationSecurityAuthAdditionalScopes</code></td><td valign="top"><p>Additional scopes to add to the authentication request; these will appear in the access token content</p><p>✏️ <strong>Note:</strong> The <code>openid</code>, <code>profile</code>, and <code>email</code> scopes are always in the request.</p></td></tr><tr><td valign="top"><code>ApplicationSecurityAuthGraphQLScope</code></td><td valign="top">Custom GraphQL scope value verified when validating authorized scopes in an access token returned from an OIDC provider</td></tr><tr><td valign="top"><code>ApplicationSecurityAuthAppIdClaim</code></td><td valign="top"><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></td></tr><tr><td valign="top"><code>ApplicationSecurityAuthClockTolerance</code></td><td valign="top">Value used when verifying a token in WorkflowGen to deal with minor differences between servers' clocks</td></tr><tr><td valign="top"><code>ApplicationSecurityAuthSessionRefreshEnableIFrame</code></td><td valign="top"><p>Activate session auto-refresh feature using an invisible <code>&#x3C;iframe></code></p><p><strong>Default:</strong> <code>Y</code></p></td></tr><tr><td valign="top"><code>ApplicationSecurityAuthSessionTokenCookie</code></td><td valign="top">Name of the session cookie that is generated by the authentication module. <br><strong>Default:</strong> <code>wfgen_token</code> </td></tr><tr><td valign="top"><code>ApplicationSecurityAuthSessionTimeOut</code></td><td valign="top"><p>Duration of the session in seconds</p><p><strong>Default:</strong> Not set</p></td></tr><tr><td valign="top"><code>ApplicationSecurityAuthMobileSessionTimeOut</code></td><td valign="top"><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></td></tr><tr><td valign="top"><code>ApplicationSecurityAuthResponseMode</code></td><td valign="top"><p>Determines the provider's response mode for the authentication process</p><p><strong>Possible values</strong>: <strong><code>form_post</code> (default)</strong> or <code>query</code></p></td></tr><tr><td valign="top"><code>ApplicationSecurityAuthDecodeAccessToken</code></td><td valign="top"><p>Indicates whether or not the access token should be decoded by the authentication module</p><p><strong>Possible values</strong>: <strong><code>Y</code> (default)</strong> or <code>N</code> </p></td></tr></tbody></table>

### **Auth0**

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

### Miscellaneous

| **Parameter**                                  | **Description & values**                                                                                                                                        |
| ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `AssembliesWebServiceLocation`                 | <p>Specifies the URL of a web service used to retrieve the latest version information for WorkflowGen assemblies</p><p><strong>Default:</strong> Not set</p>    |
| `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> |
| `ValidationSettings:UnobtrusiveValidationMode` | <p>Unobtrusive validation behavior</p><p><strong>Default:</strong><code>None</code> (required)</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 `workflowgen\src\wfg\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>                                               |
