WorkflowGen 8.0.12

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 IN and Scripting 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, and ListBox will not retain their values when they are hidden (using the section behavior hidden condition) between form postbacks and submission.

    • Workarounds

      • Make the section containing these fields read-only instead of hidden 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 not required.

GraphQL and WebHooks

  • Bug (#3678): Fixed an issue in the completeAction and completeFormAction 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 v5.0.9, Webhooks v6.0.11, Auth v3.0.9, and SCIM v3.0.8) now require Node.js version 14.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 PowerShell Installation: English - Français
WorkflowGen 8.0 Manual Installation: English - Français
WorkflowGen 8.0 Technical Guide: English - Français
WorkflowGen 8.0 Administration Guide: English - Français
WorkflowGen 8.0 User Portal Guide: English - Français
WorkflowGen 8.0 Integration Guide: English
WorkflowGen 8.0 for Azure: English - Français
WorkflowGen 8.0 for Docker: English - Français
WorkflowGen documentation: English - Français