Important Notes Before Upgrading
Last updated
Last updated
WorkflowGen 10.0.0 requires .NET Framework 4.8, so you must install it before proceeding with this upgrade.
web.config
file's URL rewrite rulesAs of WorkflowGen 9.2.0, you MUST update your site's root web.config
file with the new URL rewrite rules, based on how your WorkflowGen URL is configured. For instructions on how to do this, see the section.
BACKURL_SUBMIT
and BACKURL_CANCEL
parameters in custom WorkflowGen URLsAs of version 7.15.5, the optional BACKURL_SUBMIT
and BACKURL_CANCEL
HTTP parameters used in custom WorkflowGen URLs (for example, ) 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'
).
As of version 7.15.0, the SMTP server account and Remote Approval incoming server account passwords are no longer encrypted in the web.config
file.
Before upgrading an existing WorkflowGen server, you must manually reset the passwords in cleartext for the ApplicationSmtpPassword
and RemoteApprovalIncomingServerPassword
parameters in the web.config
. Alternatively, you can use the provided convert-web-config-pwd.ps1
PowerShell script in \wfgen
to decrypt and convert the passwords in the web.config
.
Microsoft SQL Server 2025 Preview or Azure SQL Database with the Integrated Vectorization Preview feature is required for WorkflowGen v10 Preview.
This database compatibility upgrade is mandatory before migrating the WorkflowGen database in MS SQL Server 2005/2008.
It's not required if your WorkflowGen database is already running in MS SQL Server 2012 or later.
To do this, launch the Update\Databases\MsSQLServer\Update_WFG-V7-0_SQL_Triggers_2012.sql
database update script in your SQL Server Management Studio tool.
GraphqlFileInputAllowedFolders
and HooksFileInputAllowedFolders
: These parameters should contain the physical paths of folders that contain files used in uploads.
GraphqlMaxInputFileContentSize
and HooksMaxInputFileContentSize
: These parameters should contain the maximum file size in kilobytes when uploading files using the file content method.
✏️ Note: We recommend limiting the file content size to small files under 1 megabyte.
The following dependencies have been updated as of WorkflowGen version 8:
jQuery v1.7.2 or 1.10.12 → 3.5.1
jQuery UI v1.8.20 or 1.10.3 → 1.12.1
jQuery Colorbox v1.4.33 → 1.6.4
jQuery Validation v1.11.1 → 1.19.3
Some .js
, .css
, and .png
files have been moved to the \wfgen\js\common
and \wfgen\App_Themes\Default\common
folders, respectively. If you're using the previous versions of the files listed above in your forms, you must re-save the forms in order to use the correct paths and files.
If you're using custom web forms configured in .NET 2.0, you can keep using them in .NET 2.0 or migrate them to .NET 4.
Use WorkflowGen.My.dll
in version 2.x.
Use a .NET 2.0 application pool.
Disable Web apps secure mode in the Security section on the General tab in the Configuration Panel.
Define or update the following nodes in the web form’s web.config
:
If your web form’s authentication is configured to use the built-in WorkflowGen authentication mode, then the new password hashing mode (One-way Hashing) introduced in version 6.1 will not be compatible with your web form. There are two solutions:
Use Version 5 password management mode instead. Make sure to use the Advantys.My.dll
and Advantys.Security.dll
files from version 5.x in the web form’s \bin
folder.
OR
Migrate your web form to .NET 4. Make sure to use the Advantys.My.dll
and Advantys.Security.dll
files from WorkflowGen version 8.x in the in the web form’s \bin
folder. For instructions on how to do this, see the next section.
Use WorkflowGen.My.dll
in version 8.x.x or later.
Use a .NET 4 application pool.
Define or update the following nodes in the web form’s web.config
:
If your web form’s authentication mode is configured with the built-in WorkflowGen authentication, then make sure to use the Advantys.My.dll
and Advantys.Security.dll
files from version 8.x.x or later in the web form’s \bin
folder.
These instructions apply only to configuring web forms to run properly without configuration errors. They do not cover potential migration or compatibility issues that may arise due to changes in the latest version of WorkflowGen.My. You must fully retest all of your web forms before production.
After an upgrade or migration to WorkflowGen 8 or later, custom web forms that use a version 8 or later WorkflowGen.My.dll
in their custom \bin
folders require the WorkflowGenMy.*.resx
resource files in their App_GlobalResources
sub-folders.
The WorkflowGen.My and Workflow Web Controls assemblies are no longer strong-named in order to allow non-specific version dependency when referenced by other applications such as custom assembly SDK Workflow applications in WorkflowGen.
This simplifies the deployment procedure of an assembly SDK Workflow application to WorkflowGen 6.2.0 and later, and allows upgrading WorkflowGen to a newer version without having to rebuild the application's assembly that was referencing an older version of WorkflowGen.My.
There are some considerations when deploying a custom assembly SDK workflow application in WorkflowGen, namely the assembly location, the reference to WorkflowGen.My, and the reference to other software libraries.
There are two ways of deploying an assembly file in WorkflowGen.
The assembly file must be copied to the three \bin
folders containing the WorkflowGen executable files: \wfgen\bin
, \wfgen\ws\bin
, and DRIVE:\Program Files\Advantys\WorkflowGen\Services\bin
.
The assembly file can be copied to a custom folder such as DRIVE:\MyWorkflowApps\Assembly.dll
, and then use that specific path in the workflow application's definition.
WorkflowGen.My versions 3.1.0 and earlier are strong-named, which means your assembly must be built with and use the same version as your target WorkflowGen. This requires recompiling your assembly whenever you upgrade WorkflowGen to a newer version.
You can use one of the following workarounds to overcome this requirement:
OR
OR
If your assembly uses third-party libraries, then these must also be deployed into the three WorkflowGen executable \bin
folders. Alternatively, they can be installed into the system's Global Assembly Cache (GAC) if they are strong-named assemblies.
WorkflowGen is FIPS compliant as of version 7.10.0. If you want to enable FIPS compliance in your Windows environment, you have to configure the configuration password management and user password management modes beforehand.
In the Security section on the Configuration Panel General tab, set Configuration password management mode to AES (FIPS Compliant) and enter a 32-character encryption key. When you click Save, the application passwords will automatically be converted to the new symmetric encryption mode.
In the Authentication section on the Configuration Panel General tab, set Password management mode to One-way Hashing (SHA256 FIPS Compliant) mode.
If you're using Applicative authentication in Version 5 (Legacy) password management mode, users' passwords will automatically be converted into One-way Hashing (SHA256 FIPS Compliant) the next time they log into WorkflowGen.
If you're using Applicative authentication in One-way Hashing (SHA256) password management mode:
Select IIS authentication mode.
Select One-way Hashing (SHA256 FIPS Compliant) password management mode, then click Save.
Re-enter all user passwords.
Reset the authentication mode to Applicative.
WorkflowGen no longer supports Internet Explorer, Windows XP, Windows 7, Windows 8, or Windows Server 2003 or 2008.
All MS SQL Server versions prior to 2025 Preview or Azure SQL Database without the Integrated Vectorization Preview feature are not supported.
Oracle database is not supported.
The following applications are deprecated and are no longer provided as of WorkflowGen version 6:
EFORMPDF
DOCAPPROVAL
DOCUPLOAD
FDFTOXML
PDFTODATABASE
However, if any of your processes still use these workflow applications, you can keep them declared under the WorkflowGen website as in version 5.
The following software is distributed with WorkflowGen (Apache 2.0, BSD, MIT, and other compatible licenses):
The Node.js modules include the GraphQL API, webhooks, SCIM, and Auth. For instructions on how to enable them, see the section.
Upgrade Node.js to version 18.20.7 LTS (see ).
As of WorkflowGen version 7.10.0, if you're using incoming webhooks or GraphQL to upload files when starting a new request or completing an action, you must set the GraphqlFileInputAllowedFolders
, HooksFileInputAllowedFolders
, GraphqlMaxInputFileContentSize
, and HooksMaxInputFileContentSize
configuration parameters with the appropriate values (see the section).
Install the required WorkflowGen.My version in the system's Global Assembly Cache (GAC). For instructions on how to do this, see .
Add a delegate to handle the assembly resolve event in order to load the current WorkflowGen.My version. For instructions on how to do this, see the WorkflowGen Knowledge Base article.
Add a web configuration setting to redirect the required version to the current version of WorkflowGen.My. For more information, see .
As of version 3.2.0, WorkflowGen.My is no longer strong-named in order to allow non-specific version dependency when referenced by your assembly. You can simply deploy your assembly file using one of the two methods in the section above in WorkflowGen version 6.2.0 and later.
Ajax Cloud 9 Editor (see )
bluebird (see )
busboy (see )
body-parser (see )
chai/chai-http/chai-fs/chai-things/chai-date-string (see )
change-case (see )
cookie-parser (see )
cors (see )
dataloader (see )
edge-js (see )
eml-format (see )
express (see )
express-graphql (see )
file-uri-to-path (see )
file-url (see )
format (see )
fs (see )
got (see )
graphiql (see )
graphql-js (see )
graphql-relay-js (see )
graphql-tools (see )
iisnode (see )
json-server (see )
jsonwebtoken (see )
jwks-rsa (see )
lodash (see )
mem (see )
mocha (see )
mockery (see )
Node.js (see )
nyc (see )
parse5 (see )
proper-lockfile (see )
pug ()
request (see )
request-promise-native (see )
rimraf (see )
seriate (see )
sinon (see )
supertest (see )
uuid (see )
valid-url (see )
xml-js (see )
yargs (see )