Uploaded image for project: 'JBoss BPMS Platform'
  1. JBoss BPMS Platform
  2. RHBPMS-2234

Simulation results: If sum of probability for XOR is greater than 100% then simulation engine executes more instances of the process.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 6.0.1
    • 6.0.1
    • jBPM Designer
    • None

      Description of problem:
      See related issue

      Version-Release number of selected component (if applicable):
      6.0.1 ER1 BPMS

      Steps to Reproduce:
      1. Import attached process
      2. Simulate (number of instances is 10)
      3. See results

      Actual results:
      See attached screen shot. Task A was run 20 times, but user required 10 times.

      Expected results:
      Simulation engine should stop with error message.

      Additional info:
      I suggest change condition "if (provider != null && probabilitySummary < 1)" should be changed to "if (provider != null && probabilitySummary != 1)" at line #81 in file https://github.com/droolsjbpm/droolsjbpm-integration/blob/83da4b927cfc0711265c92db05b5f87a4a115215/jbpm-simulation/src/main/java/org/jbpm/simulation/converter/SimulationFilterPathFormatConverter.java

              swiderski.maciej Maciej Swiderski (Inactive)
              smala_jira Sona Mala (Inactive)
              Sona Mala Sona Mala (Inactive)
              Sona Mala Sona Mala (Inactive)
              Kris Verlaenen, Lukáš Petrovický (Inactive), Rajesh Rajasekaran
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: