Avoid CMMN complexity in the task query if CMMN is disabled

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.14.0, 7.14.0-alpha4
    • Affects Version/s: None
    • Component/s: engine
    • None

      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

            Assignee:
            Thorben Lindhauer
            Reporter:
            Thorben Lindhauer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: