Portal
- Bug (#3673): Advanced View with
paging mode
: Fixed an issue where the sort column was not saved in the user view (i.e.Save as view
feature).
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, 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
.
-
-
Workflow Applications
- Enhancement (#3685):
Incoming Webhook
andNon Interactive Client
workflow applications must now beInactive
in order to be removed from WorkflowGen.
GraphQL
-
Feature (#3675):
OIDC
andWorkflowGen applicative
authentications: TheGraphQL schema
(i.e./wfgen/graphql/schema
) andIntrospection
queries are now accessible via a GraphQL API key header (x-wfgen-graphql-api-key
) defined in the HTTP request, without an authentication header.Note: Add the following configuration parameters to the main
\wfgen\web.config
-
<add key="GraphqlApiKeyEnabled" value="N" />
: Set toY
in order to enable the GraphQL API key feature. -
<add key="GraphqlApiKey" value="API_KEY" />
: The value sent in thex-wfgen-graphql-api-key
header must match this key.
-
-
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.
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 v5.1.3
,Webhooks v6.1.2
,Auth v3.0.8
, 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, 8.1.2) for all the new features and changes in the new version 8.1
Installation Packs
WorkflowGen 8.1.3 (Upgrade)
WorkflowGen 8.1.3 (Clean Install - PowerShell)
WorkflowGen 8.1.3 (Clean Install - manual)
Documentation
WorkflowGen 8.1.3 Upgrade Guide: English - Français
WorkflowGen 8.1 PowerShell Installation: English - Français
WorkflowGen 8.1 Manual Installation: English - Français
WorkflowGen 8.1 Technical Guide: English - Français
WorkflowGen 8.1 Administration Guide: English - Français
WorkflowGen 8.1 User Portal Guide: English - Français
WorkflowGen 8.1 Integration Guide: English
WorkflowGen 8.1 for Azure: English - Français
WorkflowGen 8.x for Docker: English - Français
WorkflowGen documentation: English - Français