Official release (April 7, 2017)
Setup
- Feature preview: New WorkflowGen full installation with PowerShell tool. This new setup simplifies the installation by managing all the prerequisites and configurations of the WorkflowGen application server from start to finish.
Portal
- Feature (#120): Added a new Favorites feature that lets end-users add processes and saved views to a favorites list on their User Portal home pages.
Administration
-
Enhancement (#50): Improved the visibility of the list names in the Global lists page.
-
Bug (#494): Fixed an issue where the directory synchronization account password would be emptied after saving a second time.
-
Bug (#546): Fixed a UI issue where the participant coordinators selection dialog would sometimes display blank without contents.
- Bugs (#508, #515, #535): Fixed some security issues.
Workflow Designer
-
Bugs (#548, #553): Fixed a JavaScript error that would be raised after changing a transition target to another action.
-
Bug (#550): Fixed a JavaScript error that would be raised after dropping a transition target on another action’s name.
GraphQL API
-
Enhancement (#249): Added support for requests and actions without parameters.
-
Enhancement (#268): Added support for file content in base64 encoding for file input parameters.
-
Enhancement (#475): Added support for file URL download for file input parameters.
-
Enhancement (#277): Added some query and operation limit configuration parameters to control the timeout and result counts.
-
Enhancement (#467): Added a new
subject
field in theComment
type. -
Enhancement (#476): Added a
Comment
field, which is accessible through the querynode
andnodes
types. -
Enhancement (#482): Added a new
RequestData
field, which is accessible through the querynode
andnodes
types. -
Enhancement (#483): Added a new
ActionData
field, which is accessible through the querynode
andnodes
types. -
Enhancement (#484): Added a new
DelegableParticipant
field, which is accessible through the querynode
andnodes
types. -
Bug (#498): Fixed an issue where the
RequestData.hasValue
property would always returntrue
when the actual value wasnull
.
Incoming Webhooks
-
Enhancement (#268): Added support for file content in base64 encoding for file input parameters.
-
Enhancement (#475): Added support for file URL download for file input parameters.
-
Enhancement (#277): Added some query and operation limit configuration parameters to control the timeout and result counts.
Workflow Applications
-
Bug (#505): Fixed an issue in SENDHTTPPOST where sometimes the timeout error message would not be correctly reported.
-
Bug (#511): Fixed a runtime issue with the SENDHTTPPOST assembly file.
Workflow Engine
-
Bug (#542): Fixed an issue, due to a change in the workflow engine behavior since the 7.1.0 release, where any custom .NET assembly workflow applications that used primitive type input parameters (such as
Int
,String
,Boolean
, etc., but notworkflow context
) or had no input parameters defined was unable to start and would raise an exception error (Index was out of bound
) at runtime, which could render the associated request cancelled. -
Bug (#500): Fixed an issue where the process data file value content was not emptied after removing the file from an action parameter in database file storage mode.
Workflow Context
- Bug (#486): Changed the
fileDateLastModified
field to UTC DateTimeMode in the ADO.NET DataSet workflow context format.
Workflow Engine Service
- Enhancement (#488): The engine service now handles the automatic clean-up of the API temporary folder (
\App_Data\Files\API\Temp
).
Remote Approval Service
-
Bug (#390): Fixed an issue where the email subject line validation could not retrieve the request and action identifiers when they were in the middle of the subject text.
-
Bug (#510): Fixed a security issue.
WorkflowGen.My v4.1.0
- Bugs (#516, #517, #518): Fixed some security issues.
Installation packs
WorkflowGen 7.2.0 (Upgrade)
WorkflowGen 7.2.0 (Clean install - PowerShell)
WorkflowGen 7.2.0 (Clean install - Wizard)
WorkflowGen 7.2.0 (Clean install - manual)
WorkflowGen.My 4.1.0
Note: The PowerShell installation is compatible with MS SQL Server (via SQL Server authentication), Windows Server 2012 R2, Windows Server 2016, and Windows 10. For Oracle database and/or other operating systems, use either the InstallShield Wizard installation procedure or the manual installation procedure.
Docker image
Documentation
WorkflowGen 7.2.0 Upgrade Guide
WorkflowGen 7.2.0 Technical Guide
WorkflowGen 7.2.0 Administration Guide
WorkflowGen 7.2.0 User Portal Guide
WorkflowGen 7.2.0 Integration Guide