Portal
- Bug (#3388): Advanced View: Fixed an issue in the Advanced View export function (e.g. Export grid) where the values of custom columns were not correctly exported in their intended format as in the Advanced View UI.
Form Designer
-
Bug (#3404): Webforms in AJAX mode: Fixed a regression behavior (introduced in version 7.22.1 - #3352) where some fields were still required upon form submit even when they were hidden using the field/section behavior
hidden
condition.- Form Designer in Standard mode: Not affected by this issue.
- Form Designer in AJAX mode: The web controls are now hidden via the
Visible
server-side property, as in the prior version 7.22.0, instead of using client-side CSS.
Note: If your process form was saved in version 7.22.x and is affected by any of the 7.22.x form issues in AJAX mode, then it must be re-saved in order to apply the fixes.
Current known issue in the Form Designer in AJAX mode
-
Some specific web controls, such as
CheckBox
,CheckBoxList
,RadioButton
, andListBox
will not submit their values when they are hidden (using the field behaviorhidden
condition) in the first page load event, and then the form is submitted. -
Workarounds
-
Make these fields or the section containing these fields
read-only
instead ofhidden
in the field/section behavior condition, the field/section behavior menu, or the action parameter.OR
-
Make these fields or 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 v4.2.3
- Bug (#3414): Fixed a regression authorization issue (introduced in version 7.22.1 - #3339) in the
activity.hasQuickApproval
field where it incorrectly raised anUnauthorized access to the activity
error on a system action such as a synchronization bar.
Notes
- All of the Node.js modules (
GraphQL v4.2.3
,Webhooks v5.5.1
,Auth v2.4.1
, andSCIM v2.1.0
) 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.4 (Upgrade)
WorkflowGen 7.22.4 (Clean Install - PowerShell)
WorkflowGen 7.22.4 (Clean Install - manual)
WorkflowGen.My v4.7.1
Documentation
WorkflowGen 7.22.4 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