Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-11277 Improve Task Query Performance
  3. CAM-12408

Avoid CMMN complexity in the task query if CMMN is disabled

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Fixed
    • L3 - Default
    • 7.14.0, 7.14.0-alpha4
    • None
    • engine
    • None

    Description

      AT:

      • LEFT JOIN ... ACT_RU_AUTHORIZATION is changed to INNER JOIN ... ACT_RU_AUTHORIZATION
        • The left join is only needed because CMMN tasks are not covered by permissions. When CMMN is disabled, an inner join can be made.
      • CASE_EXECUTION_ID_ IS NULL check is removed in WHERE clause
        • When no case tasks are expected in the results, we don't need to filter the join with the authorization table on the case execution attributes
      • Documentation of cmmnEnabled flag is extended for this case

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              thorben.lindhauer Thorben Lindhauer
              thorben.lindhauer Thorben Lindhauer
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce