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

Execution tree is not expanded correctly

    XMLWordPrintable

Details

    Description

      Steps to reproduce
      1. start a process instance of the attached process
      2. correlate(firstMessage)
      3. correlate(secondMessage)

      Problem
      The execution tree looks like

      PI <--- e1 <--- receiveTask
               ^
               |        
               + --- innerTask
               |
               + --- task1
      

      The execution tree should look like

      PI <--- e1 <--- receiveTask
       ^       ^
       |       |        
       |       + --- innerTask
       |
       + --- task1
      

      If the steps (2) and (3) will be executed in different order (first (3) and then (2)) then the execution tree looks like

      PI <--- e1 <--- receiveTask
       ^
       |        
       + --- innerTask
       |
       + --- task1
      

      But the execution tree should look like

      PI <--- e1 <--- receiveTask
       ^       ^
       |       |        
       |       + --- innerTask
       |
       + --- task1
      

      Hints

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              smirnov Roman Smirnov
              roman.smirnov Roman Smirnov
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce