XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • None
    • 2020 Week 25-27 (from Jun 15)
    • 3
    • Documentation (Ref Guide, User Guide, etc.)

      Here is the list of what's new items:
      https://docs.google.com/spreadsheets/d/147IjInluqOHxZrUPVeCUd5L-jf-3hemkVSkTwxOX6-4/edit?ts=5ea9db9d#gid=547560292

      RHPAM and RHDM Release Notes - What's new

      BAPL-1585 - Ability to customize rule names in guided decision table editor
      BAPL-1416 - BRL Action column checkbox checkde by default while creating in GDT
      BAPL-1393 - Export to Excel for decision tables
      BAPL-986 - ability to load rules from multiple sheets of decision table(xlsx)

      [Business Central UI Updates]

      == {CENTRAL}
      
      === {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 export a guided decision table to excel
      * Ability to process multiple worksheet decision tables in a spreadsheet workbook
      

      BAPL-1480 - DMN Elements suggestions for FEEL code completion

      [Code Completion for FEEL expression]

      == {CENTRAL}
      
      === Code completion for FEEL expressions improvement in Decision Model and Notation (DMN) designer
      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.
      

      BAPL-1609 - Support for process metadata attributes

      [Metadata attribute support]

      == {CENTRAL}
      
      === Support for metadata attributes in BPMN modeler
      You can now use *Metadata Attributes* property and manage the generic attributes of a business process.
      

      BAPL-1524 - Tagging of process variables: required,readonly, restricted

      [Variable tagging]

      == {CENTRAL}
      
      === Support for variable tagging in processes
      The {PRODUCT} process designer now supports variable tagging for the business processes. 
      

      BAPL-1564 - Adding description when creating new Space using Business Central
      BAPL-1547 - [GSS-RFE] Improvement the REST API in Business-Central adding the groups/roles operations available in the UI

      [REST API support for security management and space description]

      == {CENTRAL}
      
      === Support for Security Management actions and updating space components using the REST API
      You can now perform *Security Management* actions and update space components using the REST API:
      
      * Update `description`, `owner`, and `defaultGroupId` of a space
      +
      [source]
      ----
      [PUT] /spaces
      ----
      
      * Return all groups in {CENTRAL}
      +
      [source]
      ----
      [GET] /groups
      ----
      
      * Create a group in {CENTRAL}
      +
      [source]
      ----
      [POST] /groups
      ----
      
      * Delete a specified group from {CENTRAL}
      +
      [source]
      ----
      [DELETE] /groups/{groupName}
      ----
      
      * Returns all roles in {CENTRAL}
      +
      [source]
      ----
      [GET] /roles
      ----
      
      * Returns all users in {CENTRAL}
      +
      [source]
      ----
      [GET] /users
      ----
      
      * Return all groups assigned to a specified user
      +
      [source]
      ----
      [GET] /users/{userName}/groups
      ----
      
      * Return all roles assigned to a specified user
      +
      [source]
      ----
      [GET] /users/{userName}/roles
      ----
      
      * Create a specified user with specified roles and groups
      +
      [source]
      ----
      [POST] /users
      ----
      
      * Change the password of a specified user
      +
      [source]
      ----
      [Post] /users/{userName}/changePassword
      ----
      
      * Delete a specified user from {CENTRAL}
      +
      [source]
      ----
      [DELETE] /users/{userName}
      ----
      
      * Override the existing groups assigned to a specified user with new groups
      +
      [source]
      ----
      [POST] /users/{userName}/groups
      ----
      
      * Override the existing roles assigned to a specified user with new roles
      +
      [source]
      ----
      [POST] /users/{userName}/roles
      ----
      
      * Return all permissions granted to a specified group
      +
      [source]
      ----
      [GET] /groups/{groupName}/permissions
      ----
      
      * Return all permissions granted to a specified role
      +
      [source]
      ----
      [GET] /roles/{roleName}/permissions
      ----
      
      * Return all permissions granted to a specified user
      +
      [source]
      ----
      [GET] /users/{userName}/permissions
      ----
      
      * Update the permissions of a specified group
      +
      [source]
      ----
      [Post] /groups/{groupName}/permissions
      ----
      
      * Update the permissions of a specified role
      +
      [source]
      ----
      [Post] /roles/{roleName}/permissions
      ----
      

      BAPL-1622 - Reenable Lambda Externalization

      [Lambda externalization]

      == {DECISION_ENGINE_CAP}
      
      === Executable model lambda externalization optimization
      The new executable model optimization improves memory consumption at runtime. It rewrites how the lambdas are generated that are used in the executable model. To disable the lambda externalization, use the following key:
      
      [source]
      ----
       -Ddrools.externaliseCanonicalModelLambda=false
      ----
      

      BAPL-1604 - Start process without triggering a start node

      [Start a business process from a specific node]

      == {PROCESS_ENGINE_CAP}
      
      === Start a business process from a specific node
      You can now start a business process from a specific node after the business process is terminated. 
      

              hmanwani@redhat.com Heena Manwani
              hmanwani@redhat.com Heena Manwani
              Votes:
              0 Vote for this issue
              Watchers:
              11 Start watching this issue

                Created:
                Updated:
                Resolved: