Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-3574

Activity Instance Tree broken with subprocess and concurrent tasks

    XMLWordPrintable

Details

    Description

      See the attached image for the example process.

      Resulting activity instance tree (via RuntimeService#getActivityInstance):

      └── processDefinition:1:3=>6
          ├── innerTask2=>innerTask2:27
          ├── innerTask1=>innerTask1:22
          ├── outerTask=>outerTask:11
          └── subProcess=>subProcess:14
      

      should be

      └── processDefinition:1:3=>6
          ├── outerTask=>outerTask:11
          └── subProcess=>subProcess:14
              ├── innerTask2=>innerTask2:27
              └── innerTask1=>innerTask1:22
      

      Blocks certain test cases for CAM-3453 (when fixing, re-add these)

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce