Important
- This patch release is intended for clients running WorkflowGen version 8.0.x.
Administration
- Bug (#3670): Fixed an issue where some parameter settings (i.e.
Data INandScripting 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
hiddencondition.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, andListBoxwill not retain their values when they are hidden (using the section behaviorhiddencondition) between form postbacks and submission. -
Workarounds
-
Make the section containing these fields
read-onlyinstead ofhiddenin the section behavior condition, the section behavior menu, or the action parameter.OR
-
Make the section containing these fields
hiddenusing 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
completeActionandcompleteFormActionoperations 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 v5.0.9,Webhooks v6.0.11,Auth v3.0.9, andSCIM v3.0.8) now require Node.js version14.16.1 LTS. -
Please refer to all the WorkflowGen release notes (8.0.0, 8.0.1, 8.0.2, 8.0.3) for all the new features and changes in the new version 8.
Installation Packs
WorkflowGen 8.0.12 (Upgrade)
WorkflowGen 8.0.12 (Clean Install - PowerShell)
WorkflowGen 8.0.12 (Clean Install - manual)
Documentation
WorkflowGen 8.0.12 Upgrade Guide: English - Français
WorkflowGen 8.0 Beta PowerShell Installation: English - Français
WorkflowGen 8.0 Beta Manual Installation: English - Français
WorkflowGen 8.0 Beta Technical Guide: English - Français
WorkflowGen 8.0 Beta Administration Guide: English - Français
WorkflowGen 8.0 Beta User Portal Guide: English - Français
WorkflowGen 8.0 Beta Integration Guide: English
WorkflowGen 8.0 Beta for Azure: English - Français
WorkflowGen 8.0 Beta for Docker: English - Français
WorkflowGen documentation: English - Français