BACKURL_SUBMIT
and BACKURL_CANCEL
parameters in custom WorkflowGen URLsBACKURL_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'
).web.config
file.ApplicationSmtpPassword
and RemoteApprovalIncomingServerPassword
parameters in the web.config
. Alternately, you can use the provided convert-web-config-pwd.ps1
PowerShell script in \wfgen
to decrypt and convert the passwords in the web.config
.Update\Databases\MsSQLServer\Update_WFG-V7-0_SQL_Triggers_2012.sql
database update script in your SQL Server Management Studio tool.GraphqlFileInputAllowedFolders
, HooksFileInputAllowedFolders
, GraphqlMaxInputFileContentSize
, and HooksMaxInputFileContentSize
configuration parameters with the appropriate values (see the When upgrading from version 7.9.1 and earlier section).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.WorkflowGen.My.dll
in version 2.x.web.config
:Advantys.My.dll
and Advantys.Security.dll
files from version 5.x in the web form’s \bin
folder.Advantys.My.dll
and Advantys.Security.dll
files from WorkflowGen version 7.x in the in the web form’s \bin
folder. For instructions on how to do this, see the next section.WorkflowGen.My.dll
in version 4.x.web.config
:Advantys.My.dll
and Advantys.Security.dll
files from version 7.x.x in the web form’s \bin
folder.\wfgen\bin
, \wfgen\ws\bin
, and DRIVE:\Program Files\Advantys\WorkflowGen\Services\bin
.DRIVE:\MyWorkflowApps\Assembly.dll
, and then use that specific path in the workflow application's definition.\bin
folders. Alternatively, they can be installed into the system's Global Assembly Cache (GAC) if they are strong-named assemblies.<meta http-equiv="X-UA-Compatible" content="IE=edge">
meta tag is included in both \wfgen\default.aspx
and \wfgen\admin\default.aspx
, which instructs Internet Explorer to render WorkflowGen in Edge document mode.