Important
- This patch release is intended for clients running WorkflowGen version 7.
Administration
- Bug (#3670): Fixed an issue where some parameter settings (i.e.
Data IN
andScripting language
) were missing in the new action after duplicating from an existing action.
Form Designer
-
Bug (#3680): Webforms: Fixed a regression issue (introduced in version 7.22.0) where DropDownList controls were not databound to an external source (e.g. GlobalList or SQL SELECT query) if they were made hidden at the field or section level using the field/section behavior
hidden
condition.Note:
If your process form was saved in 7.22.0 or later and is affected by this issue then it must be re-saved in order to fix this issue.
Current known issue in the Form Designer
-
Some specific web controls, such as
CheckBox
,CheckBoxList
,RadioButton
, andListBox
will not retain their values when they are hidden (using the section behaviorhidden
condition) between form postbacks and submission. -
Workarounds
-
Make the section containing these fields
read-only
instead ofhidden
in the section behavior condition, the section behavior menu, or the action parameter.OR
-
Make the section containing these fields
hidden
using CSS in server-side code-behind (e.g.REQUEST.Style["display"]="none !important";
) or in client-side JavaScript (e.g.document.getElementById("REQUEST").style.display="none !important";
), and make sure they are notrequired
.
-
-
GraphQL and WebHooks
- Bug (#3678): Fixed an issue in the
completeAction
andcompleteFormAction
operations where an exception error was raised when completing an action by its name and there were many of the same actions in the request, even though only one of them remained open and the rest were completed.
Notes
- All of the Node.js modules (
GraphQL v4.2.8
,Webhooks v5.5.6
,Auth v2.4.5
, andSCIM v2.1.4
) now require Node.js version14.15.1 LTS
.
Reminders
-
Oracle database is no longer supported as of WorkflowGen version 7.16.0. We recommend migrating to MS SQL Server 2017 or later.
-
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 later for the best performance.
Installation Packs
WorkflowGen 7.22.11 (Upgrade)
WorkflowGen 7.22.11 (Clean Install - PowerShell)
WorkflowGen 7.22.11 (Clean Install - manual)
WorkflowGen.My
Documentation
WorkflowGen 7.22.11 Upgrade Guide: English - Français
WorkflowGen 7.22 PowerShell Installation: English - Français
WorkflowGen 7.22 Manual Installation: English - Français
WorkflowGen 7.22 Technical Guide: English - Français
WorkflowGen 7.22 Administration Guide: English - Français
WorkflowGen 7.22 User Portal Guide: English - Français
WorkflowGen 7.22 Integration Guide: English
WorkflowGen for Azure: English - Français
WorkflowGen for Docker: English - Français
WorkflowGen documentation: English - Français