Uploaded image for project: 'BxMS Documentation'
  1. BxMS Documentation
  2. BXMSDOC-7501

What's new 7.11 - Heena

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • None
    • 2021 Week 19-21 (from May 10)
    • 5
    • Release Notes
    • Undefined

      RHPAM and RHDM Release Notes for 7.11 - What's new

      BAPL-1895 [BPMN] Work Item Handler support in standalone editors
      BAPL-1894 [BPMN] Work Item Handler support in VSCode

      [Support for WIH in VSCode and standalone editors]

      === Support for work item definitions in VSCode extension and standalone editors
      
      {PRODUCT} now provides support for work item definitions in the VSCode extension and standalone BPMN editor. For more information about work item definitions, see {URL_DEVELOPING_PROCESS_SERVICES}#assembly-custom-tasks-and-work-item-handlers[_{CUSTOM_TASKS_AND_HANDLERS}_].
      

      BAPL-1834 Standalone BPMN Editor - Read Only mode

      [Readonly mode for standalone BPMN editor]

      === Standalone BPMN editor now supports readonly mode
      
      You can now use the standalone BPMN editor in readonly mode. For more information about standalone editors, see {URL_DEVELOPING_PROCESS_SERVICES}#assembly-designing-business-processes[_{DESIGNING_BUSINESS_PROCESSES}_].
      

      BAPL-1787 Next gen DMN kie-server endpoints

      [Next gen DMN kie-server endpoints]

      === REST endpoints for specific DMN models
      
      {PRODUCT} now provides model-specific DMN {KIE_SERVER} endpoints that you can use to interact with your specific DMN model directly over REST, without using the {KIE_SERVER} Client (Java) API. The following REST endpoints of the {KIE_SERVER} are automatically generated based on the content of the DMN model:
      
      * `POST /server/containers/{containerId}/dmn/models/{modelname}`: A business-domain endpoint for evaluating a specified DMN model in a container
      * `POST /server/containers/{containerId}/dmn/models/{modelname}/{decisionServiceName}`: A business-domain endpoint for evaluating a specified decision service component in a specific DMN model available in a container
      * `POST /server/containers/{containerId}/dmn/models/{modelname}/dmnresult`: An endpoint for evaluating a specified DMN model containing customized body payload and returning a DMNResult response, including business-domain context, helper messages, and helper decision pointers
      * `POST /server/containers/{containerId}/dmn/models/{modelname}/{decisionServiceName}/dmnresult`: An endpoint for evaluating a specified decision service component in a specific DMN model and returning a DMNResult response, including the business-domain context, helper messages, and help decision pointers for the decision service
      * `GET /server/containers/{containerId}/dmn/models/{modelname}`: An endpoint for returning standard DMN XML without decision logic and containing the inputs and decisions of the specified DMN model
      * `GET /server/containers/{containerId}/dmn/openapi.json (|.yaml)`: An endpoint for retrieving Swagger or OAS for the DMN models in a specified container
      
      For more information about model-specific DMN {KIE_SERVER} endpoints, see {URL_DEVELOPING_DECISION_SERVICES}#assembly-dmn-models[_{DMN_MODELS}_] and {URL_DEPLOYING_AND_MANAGING_SERVICES}#assembly-kie-apis[_{KIE_APIS}_].
      

      BAPL-1619 Allow sorting in guided decision table when clicking the column name

      [Sort column values in guided decision tables]

      == {CENTRAL}
      
      === Ability to sort the column values in a guided decision table
      
      In guided decision tables, you can now double-click a column name to sort the values in ascending order, and if you double-click on the same column, the values are sorted in descending order. For more information, see {URL_DEVELOPING_DECISION_SERVICES}#assembly-guided-decision-tables[_{GUIDED_DECISION_TABLES}_]. 
      

      BAPL-1845 Include kie-pmml-trusty impl

      [KIE PMML trusty]

      === PMML trusty implementation 
      
      You can now use PMML trusty implementation to embed a PMML call in a Java application or to execute a PMML model using {KIE_SERVER}. For more information about PMML trusty implementation, see {URL_DEVELOPING_DECISION_SERVICES}#assembly-pmml-models[_{PMML_MODELS}_].
      

      BAPL-1612 [GSS-RFE] Adding a pagination parameter to LogCleanupCommand

      [Pagination parameter to LogCleanupCommand]

      === New `RecordsPerTransaction` parameter to use with `LogCleanupCommand`
      
      You can now use the `RecordsPerTransaction` parameter with the `LogCleanupCommand` executor command that indicates the number of records in a transaction that is removed. For more information about `RecordsPerTransaction` parameter, see {URL_DEVELOPING_PROCESS_SERVICES}#assembly-designing-business-processes[_{DESIGNING_BUSINESS_PROCESSES}_].
      

      BAPL-1848 [GSS-RFE] Allow Human Task assignment strategy at a task level

      [User task assignment strategy]

      == Process designer
      
      === Ability to assign user task assignment strategy
      
      You can now assign an assignment strategy to a user task using `AssignmentStrategy` input variable in the BPMN modeler. For more information, see {URL_DEVELOPING_PROCESS_SERVICES}#assembly-designing-business-processes[_{DESIGNING_BUSINESS_PROCESSES}_].
      

      BAPL-1716 [DMN] IntelliSense service

      [IntelliSense service]

      === Enhanced suggestions for DMN literal boxed expressions
      
      You can now see more suitable suggestions for literal boxed expressions in {CENTRAL}. When you enter a FEEL expression in the editor, the first suggestions that appear are based on the return type of FEEL functions and inferred type of the context.
      

      BAPL-1780 Allow to bypass the authenticated user in the KIE REST API that is adding users or groups as potential owners

      [user parameter in KIE REST API]

      === New `user` parameter in KIE REST API endpoint 
      
      You can now use the new `user` parameter in a KIE REST API endpoint to bypass the enabled authenticated user. The `user` parameter is added for adding or removing the users or groups to a task. 
      

      BAPL-1839 Add support for PMML on Quarkus
      BAPL-1880 DMN + jPMML on Quarkus and SpringBoot
      BAPL-1817 Examples of Kogito decision services
      BAPL-1816 Add support for DRL on SpringBoot
      BAPL-1815 Add support for DMN on SpringBoot
      BAPL-1814 Add support for DRL on Quarkus
      BAPL-1812 Add support for DMN on Quarkus

      [Kogito productized features in RHPAM]

      === Support for {KOGITO] microservices in {PRODUCT}
      
      {PRODUCT} now provides support for the following {KOGITO} microservices that you can use to build cloud-native applications that adapt to your business domain and tooling:
      
      * Layering on https://quarkus.io/[Quarkus] or https://spring.io/projects/spring-boot[Spring Boot] to enable developers to run {KOGITO} microservices on their preferred cloud-native application development stack
      * Automated decision-making capabilities based on rule units to run within defined business constraints
      * Example applications containing various types of {KOGITO} decision microservices on https://quarkus.io/[Quarkus] or https://spring.io/projects/spring-boot[Spring Boot] to help you develop your own applications
      

              hmanwani@redhat.com Heena Manwani
              kaldesai Kalyani Desai
              Votes:
              0 Vote for this issue
              Watchers:
              16 Start watching this issue

                Created:
                Updated:
                Resolved: