.aspx
files
.css
, .js
, .gif
and .jpg
files
.dll
files)
\wfgen
: User Portal
\wfgen\admin
: Administration Module
\wfgen\bin
: Contains all the core assembly files that are needed to run WorkflowGen
\wfgen\App_Data
: Contains design, runtime, log, and temporary files, and template files for processes, notifications, and forms
\wfgen\App_GlobalResources
: Contains the .resx
files that are needed for globalization. If you want to add a new language support to WorkflowGen, you have to create the new .resx
files in this folder.
\wfgen\js
: Used to store the different JavaScript files that are needed to run WorkflowGen
\wfgen\wfapps
: Contains all the SDKs, web forms, and web services used by your WorkflowGen processes
\wfgen\ws
: Contains the WorkflowGen web service API
\wfgen\App_Themes
: Contains the styles of the User Portal and the Administration Module. The styles are completely customizable for both modules, since each module has its own corresponding CSS file. To create your own skins, see the User Portal Customization section in the WorkflowGen Integration Guide. You can change the currently selected skin on the General tab in the Administration Module Configuration Panel.\wfgen\wfapps
)\wfgen\wfapps\webservices
folder to store your own SDK web applications. See the WorkflowGen Integration Guide for more information.\wfgen\wfapps\webforms
folder is used to store the web forms used in the process workflows.DRIVE:\Program Files\Advantys\WorkflowGen\Services\bin\WfgWorkflowEngineService.exe
.DRIVE:\Program Files\Advantys\WorkflowGen\Services\bin\WfgDirectoriesSyncService.exe
.\wfgen\App_Data\files\runtime
folder contains the data that are related to each process instance. The data that are generated by the workflows are stored in this folder. If the Process data storage option is selected to store file content in the database, then "file" type data are stored directly in the database and not in the directory structure.\wfgen\App_Data\files\design
folder contains the data that are uploaded directly in the process definition, and when the processes are instantiated, those data are copied to the runtime folder. If the Process data storage option is selected to store file content in the database then "file" type data are stored directly in the database and not in the directory structure.\wfgen\App_Data\files\charts\images
folder contains the temporary files of the graphical charts.\wfgen\App_Data\LogFiles
folder contains the logs created by WorkflowGen (directory synchronization, WorkflowGen authentication module).\wfgen\App_Data\Templates
folder contains the templates used by WorkflowGen (notifications, charts, portlet, form designer styles and tools, processes).