.zip
) to a temporary folder on the WorkflowGen web server (e.g. DRIVE:\temp
).Databases
: The MS SQL Server database creation scripts
Inetpub
: The WorkflowGen application files
Program Files
: The WorkflowGen Windows services application fileDRIVE:\Inetpub\wwwroot\wfgen
. This folder contains static resources such as images, HTML files and process data, and the applications used by WorkflowGen.\Inetpub
folder to your destination DRIVE:\
(e.g. DRIVE:\Inetpub\wwwroot\wfgen
).
Advantys
folder (\Program Files\Advantys
) to your destination DRIVE:\Program Files
(e.g. DRIVE:\Program Files\Advantys\WorkflowGen\Services\bin
).
DRIVE:\Program Files\Advantys\WorkflowGen v8\Services\bin
).create.sql
SQL scriptSA
).
WFGEN
).
WFGEN_USER
).
db_datawriter
and db_datareader
permissions for the WFGEN
database.
DRIVE:\temp\manual\Databases\MsSQLServer
source folder and run the create.sql
script on the new database instance.SA
).
WFGEN
).
WFGEN_USER
).
db_datawriter
and db_datareader
permissions for the WFGEN
database.
DRIVE:\temp\manual\Databases\MsSQLServer
source folder and run the create.sql
database creation script on the new database instance.Domain\wfgen_admin
.
wfgen_admin
, then you MUST change the WorkflowGen Administrator
username in the WorkflowGen database. To do this, in the Users table, find the record with the USERNAME column value wfgen_admin
, then change it to your custom user account name.DRIVE:\Inetpub\wwwroot\wfgen\web.config
WorkflowGen web configuration file.
<add name="MainDbSource" connectionString="Data Source=localhost;Initial Catalog=WFGEN;User ID=WFGEN_USER;Password=Admin123!;" providerName="System.Data.SqlClient" />
<add key="ApplicationConfigAllowedUsersLogin" value="wfgen_admin" />
).
<add key="ApplicationUrl" value="http://yoursite/wfgen" />
).
<add key="ApplicationSecurityPasswordSymmetricEncryptionKey" value="XXXXXXXXXXXXXXXXXXX....." />
).Local System
). You can check this by running services.msc
.
DRIVE:\Program Files\Advantys[Custom WorkflowGen]\Services\bin\winsvc-install.cmd
script (e.g. %windir%\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe /i "C:\Program Files\Advantys\[Custom WorkflowGen]\Services\bin\WfgDirectoriesSyncService.exe"
).
WorkflowGenEngineServiceV7
) for both the Engine and Directory services in their configuration files ([WfgWorkflowEngineService.exe].config
: <add key="ServiceName" value="WorkflowGenEngineServiceV7"></add>
) and script files (winsvc-install.cmd
: rename all [WorkflowGenEngineService]
to [WorkflowGenEngineServiceV7]
). (See the Configuring multiple instances of WorkflowGen section for information and instructions on how to configure multiple WorkflowGen services on the same server.)DRIVE:\Program Files\Advantys\WorkflowGen\Services\bin\WfgWorkflowEngineService.exe.config
Engine service configuration file.
<add key="WebConfigPath" value="DRIVE:\inetpub\wwwroot\wfgen\web.config" />
).
DRIVE:\Program Files\Advantys\WorkflowGen\Services\bin\WfgDirectoriesSyncService.exe.config
Directory Synchronization service configuration file.
<add key="WebConfigPath" value="DRIVE:\inetpub\wwwroot\wfgen\web.config" />
).
WfgWorkflowEngineService.exe
and WfgDirectoriesSyncService.exe
might be blocked. To check this, right-click on them and choose Properties. If the Security section is displayed at the bottom of the General tab, these executables have been blocked; in this case, click Unblock.
DRIVE:\Program Files\Advantys\WorkflowGen\Services\bin\winsvc-install.cmd
as Administrator.\wfgen\app_data
folder.WorkflowGen
).
\wwwroot
folder, usually DRIVE:\inetpub\wwwroot\
).
http
or https
(note that https
requires an SSL certificate). Select a port (the default is 80
) and/or a host header. Please contact your IIS administrator to review your options regarding setting up appropriate website settings.default.aspx
default document type must be created if it does not exist. By default, this default document should exist on an IIS server running .NET.default.aspx
is missing from the list, add it to the beginning of the comma-separated list displayed. To improve performance you can move default.aspx
to the beginning of the list if it is not already there.wfgen
under the \wwwroot
folder and select Convert to application.
\wfgen\ws
and \wfgen\WfApps\WebForms
applications within WorkflowGen must be created. To do this, repeat the same steps you performed for \wfgen
in the previous section.Allowed
in the IIS manager ISAPI and CGI Restrictions list.DRIVE:\Inetpub\wwwroot\wfgen
: Modify allwfgen
web apphttps://server
) to auto-redirect to the https://server/wfgen
web app, follow the procedure below.web.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\wwroot\wfgen\web.config
).
configuration
/ system.webServer
/ <rewrite>
/ <rules>
/ <rule>
):The specified module could not be found
regarding the edge
and edge-js
libraries when accessing the /wfgen/graphql
, /wfgen/hooks
, or /wfgen/scim
web apps. /wfgen/graphql
to an application with a .NET 4 application pool (integrated pipeline).
/wfgen
web application already has WorkflowGen Applicative authentication enabled./wfgen/hooks
to an application with a .NET 4 application pool (integrated pipeline), and configure the webhook application in Anonymous authentication mode./hooks/web.config
file by defining a <location>
node within the <configuration>
node as follows:/wfgen/auth
to an application with a .NET 4 application pool (integrated pipeline), and configure the application in Anonymous authentication mode. /auth/web.config
file by defining a <location>
node within the <configuration>
node as follows:/wfgen/scim
to an application with a .NET 4 application pool (integrated pipeline), and configure the application in Anonymous authentication mode. /scim/web.config
file by defining a <location>
node within the <configuration>
node as follows: