Two parallel async service tasks with end event afterwards do not work

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.1.0, 7.1.0-alpha2
    • Affects Version/s: None
    • Component/s: engine
    • None

      AT:

      • bug fixed
      • testcase exists and is green

      @Deployment(resources="parallelEndEvent.bpmn")
      public void testParallelEndEvent()

      { ProcessInstance pi = runtimeService.startProcessInstanceByKey("parallelEndEvent"); ProcessEngineConfigurationImpl processEngineConfiguration = ( (ProcessEngineImpl) processEngine).getProcessEngineConfiguration(); TestHelper.waitForJobExecutorToProcessAllJobs(processEngineConfiguration, 6000, 100); assertProcessEnded(pi.getId()); }

            Assignee:
            Sebastian Menski
            Reporter:
            Bernd Ruecker
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: