此内容没有您所选择的语言版本。
Chapter 2. New features
This section highlights new features in Red Hat Decision Manager 7.8.
2.1. Business Central 复制链接链接已复制到粘贴板!
2.1.1. Business Central UI updates 复制链接链接已复制到粘贴板!
The following list provides a summary of the Business Central UI updates:
- Ability to customize rule name and view Rule Name column in a guided decision table
- Ability to specify default values for the new rows in a guided decision table
- Ability to process multiple worksheet decision tables in a spreadsheet workbook
For more information, see Designing a decision service using guided decision tables and Designing a decision service using spreadsheet decision tables.
2.1.2. Enhancement to export to excel 复制链接链接已复制到粘贴板!
Support for expressions, multiple BRL columns, and rule order hit policy is now available when a guided decision table is exported to excel. For more information, see Designing a decision service using guided decision tables.
When typing a FEEL expression in the boxed literal expression editor, you can now see node names appear as suggestions that you can apply to complete the expression if required.
2.1.4. Support for metadata attributes in BPMN modeler 复制链接链接已复制到粘贴板!
You can now use Metadata Attributes property and manage the generic attributes of a business process. For more information, see Process designer Business Process Model and Notation (BPMN2) reference guide.
You can now perform Security Management actions and update space components using the REST API:
Update
description,owner, anddefaultGroupIdof a space[PUT] /spacesReturn all groups in Business Central
[GET] /groupsCreate a group in Business Central
[POST] /groupsDelete a specified group from Business Central
[DELETE] /groups/{groupName}Return all roles in Business Central
[GET] /rolesReturn all users in Business Central
[GET] /usersReturn all groups assigned to a specified user
[GET] /users/{userName}/groupsReturn all roles assigned to a specified user
[GET] /users/{userName}/rolesCreate a specified user with specified roles and groups
[POST] /usersChange the password of a specified user
[Post] /users/{userName}/changePasswordDelete a specified user from Business Central
[DELETE] /users/{userName}Override the existing groups assigned to a specified user with new groups
[POST] /users/{userName}/groupsOverride the existing roles assigned to a specified user with new roles
[POST] /users/{userName}/rolesReturn all permissions granted to a specified group
[GET] /groups/{groupName}/permissionsReturn all permissions granted to a specified role
[GET] /roles/{roleName}/permissionsReturn all permissions granted to a specified user
[GET] /users/{userName}/permissionsUpdate the permissions of a specified group
[Post] /groups/{groupName}/permissionsUpdate the permissions of a specified role
[Post] /roles/{roleName}/permissions
For more information, see Interacting with Red Hat Decision Manager using KIE APIs.
2.1.6. Test Scenarios 复制链接链接已复制到粘贴板!
The test scenarios designer in Business Central now supports the enumeration data type in rule-based test scenarios.
2.2. Decision engine 复制链接链接已复制到粘贴板!
The new executable model optimization improves memory consumption at runtime. It rewrites how the lambdas are generated that are used in the executable model. The lambda externalization is enabled by default. To disable the lambda externalization, use the following key:
-Ddrools.externaliseCanonicalModelLambda=false
For more information, see Decision engine in Red Hat Decision Manager.
2.3. Red Hat Business Optimizer 复制链接链接已复制到粘贴板!
2.3.1. Red Hat Business Optimizer Constraint Streams API 复制链接链接已复制到粘贴板!
The Constraint Streams API is now fully supported.
2.3.2. Automatic KIE Server task assigning 复制链接链接已复制到粘贴板!
KIE Server optimization and business process management capabilities are integrated so human tasks that belong to a process can be automatically assigned to users based on continuous schedule optimization planning.
2.3.3. Vehicle route planning starter application 复制链接链接已复制到粘贴板!
The vehicle route planning starter application includes user interface improvements, server error reporting, and a new run script.
2.4. Red Hat OpenShift Container Platform 复制链接链接已复制到粘贴板!
You can now deploy Red Hat Decision Manager on Red Hat OpenShift Container Platform 4.5.
You can now create and use custom KIE Server images with additional JAR or RPM packages. For more information about creating custom images, see Creating custom images for KIE Server in Deploying a Red Hat Decision Manager environment on Red Hat OpenShift Container Platform using Operators.
When configuring Git hooks for Business Central on Red Hat OpenShift Container Platform 4.x, you can now configure SSH authentication for access to custom Git repositories. For more information about preparing Git hooks for deployment, see Preparing Git hooks in Deploying a Red Hat Decision Manager environment on Red Hat OpenShift Container Platform using Operators.
Red Hat Decision Manager images for Red Hat OpenShift Container Platform now have labels that enable the use of OpenShift metering. For more information about using metering, see Metering in Red Hat OpenShift Container Platform documentation.