Official release (December 4, 2017)
Portal
-
Change (#1170): Renamed the
Open
andClosed
filters toto do
anddone
in the assignment list. -
Change (#1238): Renamed the
Not assigned
label toNot assigned to team member
for team actions in the request follow-up form. -
Bug (#879): Advanced view: Fixed an incorrect counter result when the view is filtered.
-
Bug (#986): Advanced view: Fixed an issue where a view could cause the browser to be unresponsive when some rows contains specific data.
-
Bug (#1189): Fixed an issue in the request follow-up form where the list of other users’ actions to do were hidden in Administration mode when the number of actions was greater than the
PortalListPageSize
limit set in the Configuration Panel.
Administration
-
Enhancement (#709): Added some new columns to the users list table from the user profile and a new group name filter.
-
Bug (#1107): Fixed a UI issue with Windows 7 and Firefox where the pop-up windows’ dialog contents were misaligned.
-
Bug (#1190): Fixed an issue in process data where the file value would not be saved according to the process’s file storage mode setting.
Configuration Panel
-
Enhancement (#996): Added secure SMTP server configuration (SSL, custom port and credentials).
-
Bug (#1075): Fixed an issue where the
ProcessesRuntimeWebServiceAllowedUsers
web.config setting’s value would be emptied after saving the Configuration Panel.
Workflow Engine
-
Enhancement (#996): Added secure SMTP server support for email notification.
-
Bug (#1143): Fixed a object reference exception error when sending a file data as a complex data type to a workflow application’s SOAP web method.
-
Bug (#1176, #1177): Fixed an issue where the temporary physical file was not removed from the file system when a request or action file data was updated.
Web services API
- Bug (#1154): Fixed an issue in the
RemoveUsersFromGroup
web method where theignoreMissingAssociations
parameter would be ignored.
GraphQL v1.0.0-alpha.13
-
Change: Semantic versioning (SEMVER - https://semver.org) is now used for GraphQL API.
-
Breaking change (#761, #988, #1104, #1112): Improved error management by returning the appropriate exception error and HTTP status code with detailed information.
-
Breaking change (#1116): Removed the non required
direction
andtype
fields in theParameterInput
used inCreateRequest
,CompleteAction
, andUpdateRequestDataset
mutations. -
Breaking change (#1135, #1136):
CreateRequest
andCompleteAction
mutations now only accept data parameters defined with IN or INOUT directions. -
Enhancement (#959): Added the
viewerAsMember
parameter touser.requests
,user.actions
, anduser.comments
queries. -
Enhancement (#964): Improved the workflow service start event behavior.
-
Enhancement (#1098): Added the new
isDueDateExceeded
filter to theactions
query. -
Enhancement (#1099): Added the new
isDueDateExceeded
filter to therequests
query. -
Enhancement (#1171): Added the
canDelete
field to therequest
field. -
Enhancement (#1172, #1173): Added the new
createdSince
andassignedSince
filters to theactions
query. -
Enhancement (#1243): Added the new
createdSince
filter to therequests
query. -
Bug (#815): Fixed an issue when sending a null or invalid datetime value as parameter to the
updateRequestDataset
mutation. -
Bug (#999): Fixed a view not found issue when retrieving a specific favorite view via its ID.
-
Bug (#1037): Fixed an incorrect list total count result when retrieving the delegable process participants list with the
participantId
filter. -
Bug (#1154): Fixed an issue in the
removeUsersFromGroup
mutation where theignoreMissingAssociations
parameter would be ignored. -
Bug (#1164): Fixed an
Ambiguous column name 'ID_PROCESS_INST'
error in SQL Server 2008 when retrieving all actions. -
Bug (#1219): Fixed an issue where the
actions
query would return an incorrect result when used with theisAssigned
andrequestId/requestNumber
filters. -
Bug (#1232): Fixed an
ORA-00904: invalid identifier
error in Oracle 11g when retrieving all requests or actions without filters.
Webhooks v2.0.0
-
Change: Semantic versioning (SEMVER - https://semver.org) is now used for Webhooks API.
-
Breaking change (#761, #988, #1104, #1112): Improved error management by returning the appropriate exception error and HTTP status code with detailed information.
-
Breaking change (#1135, #1136):
CreateRequest
andCompleteAction
mutations now only accept data parameters defined with IN or INOUT directions.
Database
- REMINDER: For clients currently hosting WorkflowGen on a database server older than MS SQL Server 2012, we highly recommend upgrading to MS SQL Server 2017 or 2019 for the best performance.
Installation packs
Note: The InstallShield Wizard installation is no longer available as of WorkflowGen 7.6.0; instead, the PowerShell installation is the new recommended primary installation method, and will always install the latest version of WorkflowGen. For instructions on this method, see the PowerShell Installation section in the WorkflowGen Technical Guide.
WorkflowGen 7.7.0 (Upgrade)
WorkflowGen 7.7.0 (Clean install - PowerShell)
WorkflowGen 7.7.0 (Clean install - manual)
WorkflowGen.My 4.1.1
Docker image
Documentation
WorkflowGen 7.7.0 Upgrade Guide
WorkflowGen 7.7.0 Technical Guide
WorkflowGen 7.7.0 Administration Guide
WorkflowGen 7.7.0 User Portal Guide
WorkflowGen Integration Guide