-
Bug
-
Resolution: Done
-
Major
-
6.0.1
-
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
- is related to
-
RHBPMS-3512 Simulation Engine: Simulation which contains parallel gateway fails
-
- Closed
-
-
RHBPMS-3700 Simulation results: If sum of probability for XOR is smaller than 100% then simulation engine executes fewer instances of the process.
-
- Closed
-
- relates to
-
RHBPMS-3512 Simulation Engine: Simulation which contains parallel gateway fails
-
- Closed
-
-
RHBPMS-3700 Simulation results: If sum of probability for XOR is smaller than 100% then simulation engine executes fewer instances of the process.
-
- Closed
-