Inetpub
: WorkflowGen web application filesProgram Files
: WorkflowGen Windows Services filesDatabases
: WorkflowGen database update and creation filesDRIVE:\Inetpub\wwwroot\wfgen
DRIVE:\Program Files\Advantys\WorkflowGen
DRIVE:\Inetpub\wwwroot\wfgen\App_Data
then you have to back up the corresponding folder.\wfgen
folder and delete them if they do.\wfgen\graphql
folder:\controllers
\models
\node_modules
\services
\utils
config.js
config.production.js
server.js
\wfgen\hooks
folder:\controllers
\models
\node_modules
\services
\test
\utils
config.js
config.production.js
server.js
upload.js
\wfgen\auth
folder:\controllers
\models
\node_modules
\static
\utils
config.js
config.production.js
server.js
\wfgen\scim
folder:\controllers
\models
\node_modules
\services
\utils
config.js
config.production.js
server.js
Update\Inetpub\wwwroot\wfgen
to your WorkflowGen web application folder. By default, the suggested physical path is DRIVE:\Inetpub\wwwroot\wfgen
.\wfgen\App_Data
folder.DRIVE:\Inetpub\wwwroot\wfgen\web.config
file if you want to keep your current WorkflowGen configuration settings and database connection information.\wfgen\App_Themes\Default\portal\css\Default.css
\wfgen\App_Themes\Default\admin\css\Default.css
*.aspx
, *.css
, *.resx
files), make a backup of the existing files prior to the upgrade and manually re-apply these changes to the corresponding version 7.x.x files:\wfgen
\wfgen\App_Themes
\wfgen\App_Data\Templates\Emails
\wfgen\App_Data\Templates\Forms
\wfgen\App_Data\Templates\Processes
DRIVE:\Program Files\Advantys\WorkflowGen\Services\bin\EAGetMail40.dll
file.Update\Program Files\Advantys\WorkflowGen
. By default, the suggested physical path is DRIVE:\Program Files\Advantys\WorkflowGen
.DRIVE:\Program Files\Advantys\WorkflowGen\Services\bin\*.config
files.xmlns
attribute from the web configuration file regardless of the version from which you are upgrading. See Remove the xmlns
attribute for instructions on how to do this.\wfgen\web.config
and add them if they are not already there.ApplicationSecurityEnableWebAppsSecureMode
security feature is enabled. For more information, see the Web apps security: Workflow parameters secure mode WorkflowGen Knowledge Base article.PortalFrameSetHeight
value is the height of the banner. If your website is configured to display a banner, enter its height in pixels here. The other default values should not be changed.ProcessesRunTimeWebServiceAllowedUsers
parameter from your existing \wfgen\ws\web.config
to \wfgen\web.config
.\wfgen\WfApps\WebApps\eFormASPX\web.config
to \wfgen\web.config
.\wfgen\WfApps\WebServices\GetUsersFromDir\web.config
to \wfgen\web.config
.\wfgen\WfApps\WebServices\XmlToDatabase\web.config
to \wfgen\web.config
.\wfgen\WfApps\WebServices\XmlTrans\web.config
to \wfgen\web.config
.<appSettings>
:<configuration>
:<configuration>/<system.web>
:<appSettings>
:ApplicationSmtpPickupDirectory
path above with the path of your SMTP gateway pickup folder.ApplicationSmtpDeliveryMethod
parameter defines the notification delivery method. By default, it uses the SMTP server, but you can change the SMTP delivery method to Pickup directory in the Administration Module Configuration Panel.<appSettings>
:AdministrationFormDataProviderName
parameter as follows:Oracle.DataAccess.Client
value was added to this parameter in version 6.1.5.<appSettings>
:<appSettings>
:<appSettings>
to configure the SENDHTTPPOST workflow application log file, replacing the value n
with 0
to disable logging, 1
for simple logs, or 2
for debug logs:<appSettings>
:<appSettings>
:<appSettings>
:<appSettings>
:<appSettings>
:GraphqlInputFileAllowedFolders
and HooksInputFileAllowedFolders
parameters. See the GraphQL Input file allowed folders and Incoming Webhooks Input file allowed folders sections in the WorkflowGen Integration Guide for more information.<appSettings>
:<appSettings>
:GraphqlInputFileAllowedHttpUrls
and HooksInputFileAllowedHttpUrls
parameters. See the GraphQL Input file allowed HTTP URLs and Incoming Webhooks Input file allowed HTTP URLs sections in the WorkflowGen Integration Guide for more information.<appSettings>
:<location>
nodes in \wfgen\web.config
:\wfgen\auth\web.config
, \wfgen\hooks\web.config
, and \wfgen\scim\web.config
, if present:<appSettings>
:BACKURL_SUBMIT
and BACKURL_CANCEL
HTTP parameters used in custom WorkflowGen URLs (for example, when launching a new request and starting the first action within another website) now ONLY support absolute URLs (starting with http://
or https://
), relative URLs (starting with /
), or URLs defined in the PortalRedirectAllowedHttpUrls
configuration parameter (e.g. value='blank.htm, myPage.htm'
).RestApiClientRequestTimeout
from 3000
to 30000
milliseconds.web.config
file (located in \wfgen\graphql
, \wfgen\hooks
, \wfgen\scim
, and \wfgen\auth
):server.js
to dist/server.js
.url
property from server.js
to dist/server.js
.<appSettings>
:<appSettings>
:<appSettings>
:targetFramework="4.6.1"
to the three web apps' httpRuntime
nodes. For example:<appSettings>
:<appSettings>
:0
for no logs (default), 2
for information, and 3
for debugging. You can set (or reset) the log levels by updating the values of the following parameters accordingly:Access-Control-Allow-*
custom header nodes from location path="graphql"
(as shown below), since they are deprecated as of version 7.22.1:<appSettings>
:xmlns
attributexmlns
attribute from these configuration files:<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
to <configuration>
.wfgen
web apphttps://server
) to auto-redirect to the https://server/wfgen
web app. To do this, follow the procedure belowweb.config
file in your website's root folder (e.g. DRIVE:\inetpub\wwwroot\web.config
). ⚠️ Warning: This is not the same web.config
file as the main WorkflowGen web.config
file (located in DRIVE:\inetpub\wwwroot\wfgen\web.config
).configuration
/ system.webServer
/ <rewrite>
/ <rules>
/ <rule>
):\wfgen\graphql\web.config
and \wfgen\hooks\web.config
files, add the following to <system.webServer>
:DRIVE:\Program Files\Advantys\WorkflowGen\Services\bin\WfgDirectoriesSyncService.exe.config
:DRIVE:\Program Files\Advantys\WorkflowGen\Services\bin\WfgWorkflowEngineService.exe.config
:Transactions.xml
file from \wfgen\WfApps\WebServices\XmlToDatabase\App_Data
to \wfgen\App_Data\Files\XmlToDatabase
.Update\Databases\MsSQLServer\Update_WFG-V5-2-0.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V5-3-0.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V5-4-0.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V5-5-0.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V5-5-1.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V5-5-2.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V5-5-5.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V5-6-0.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V5-6-2.sql
****database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V5-6-3.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V5-6-4.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V5-7-1.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V5-7-2.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V6-0-0.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V6-1-0.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V6-1-3.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V6-1-4.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V6-2-0.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V6-5-0.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V6-6-0.sql
database update script in your SQL Server Management Studio tool.Update\Databases\MsSQLServer\Update_WFG-V7-0-0.sql
database update script in your SQL Server Management Studio tool.