Simulation doesn't support sub-process, super-state and timer
-------------------------------------------------------------
Key: JBPM-1124
URL: http://jira.jboss.com/jira/browse/JBPM-1124
Project: JBoss jBPM
Issue Type: Feature Request
Components: Simulation
Reporter: Bernd Ruecker
Assigned To: Tom Baeyens
Priority: Minor
As the summary says, these concepts are not yet supported.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Calculation of confidence interval / required sample size
---------------------------------------------------------
Key: JBPM-1121
URL: http://jira.jboss.com/jira/browse/JBPM-1121
Project: JBoss jBPM
Issue Type: Feature Request
Components: Simulation
Reporter: Bernd Ruecker
Assigned To: Tom Baeyens
For simulation it would be nice to have an automatic calculation of the required sample saize for a simulation run with a give nconfidence level.
For details on the theoretical background have a look in my master thesis page 36ff.: http://www.camunda.com/content/publikationen/bernd-ruecker-business-proce...
Required formulas are prepared in the class org.jbpm.sim.report.StatUtil.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Overwriting resource-need not yet implemented
---------------------------------------------
Key: JBPM-1120
URL: http://jira.jboss.com/jira/browse/JBPM-1120
Project: JBoss jBPM
Issue Type: Feature Request
Components: Simulation
Reporter: Bernd Ruecker
Assigned To: Tom Baeyens
Priority: Minor
This configudration in the exmperiment.xml should work but is not yet implemented:
<task-overwrite task-name='processing with machine'
time-distribution='...'>
<resource-needed pool='big machine' amount='2' />
</task-overwrite>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Allow for updated mail templates to be loaded via process archive.
------------------------------------------------------------------
Key: JBPM-1116
URL: http://jira.jboss.com/jira/browse/JBPM-1116
Project: JBoss jBPM
Issue Type: Feature Request
Components: Core Engine
Affects Versions: jBPM jPDL 3.2.2
Reporter: Adrian Apthorp
Assigned To: Tom Baeyens
The JBPM ProcessClassLoader currently seems to ignore non-'class' files when it loads a process archive. As mail templates can be configured on a per project / process basis it would seem logical to be able to deploy updated jbpm.mail.templates.xml files via a process archive.
This restriction also applies other configuration files but I don't know whether this feature would be desirable for those also.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
TaskInstance : getter and setter needed on version attribut as in ProcessIntance
--------------------------------------------------------------------------------
Key: JBPM-1134
URL: http://jira.jboss.com/jira/browse/JBPM-1134
Project: JBoss jBPM
Issue Type: Feature Request
Components: BPEL
Affects Versions: jBPM jPDL 3.2.2
Reporter: jerome tellier
Assigned To: Tom Baeyens
Priority: Minor
Methods needed in TaskInstance.java
public int getVersion() {
return version;
}
public void setVersion(int version) {
this.version = version;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Suport multiple simulation runs and apply statistical evaluation of them
------------------------------------------------------------------------
Key: JBPM-1122
URL: http://jira.jboss.com/jira/browse/JBPM-1122
Project: JBoss jBPM
Issue Type: Feature Request
Components: Simulation
Reporter: Bernd Ruecker
Assigned To: Tom Baeyens
Priority: Optional
Currently every scenario is only executed once during an experiment. If you want to draw valid conclusions you need more than one simulation run (as a rule of thumb 30 is a good number).
If running the same scenario multiple times (with different seeds for the random number generator) the results of the single runs is no more interesting, the means of the figures are important.
The tool should support configuring multiple runs in the configuration and provide an additional result with the means.
These means allow to draw conclusions about probabilities for a special result (for example "cycle time < 2 hours") with a easy normal distribution (because of the central limit theorem).
have a look in my master thesis for details (http://www.camunda.com/content/publikationen/bernd-ruecker-business-proce...), there I also implemented it manually for the prototype (source code on page 112).
Very cool would be an automatic detection of the required number of runs if JBPM-1121 is implemented (http://jira.jboss.org/jira/browse/JBPM-1121).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
"release=" attribute added to process-defintion
-----------------------------------------------
Key: JBPM-1151
URL: http://jira.jboss.com/jira/browse/JBPM-1151
Project: JBoss jBPM
Issue Type: Feature Request
Components: Core Engine
Reporter: Britt Miner
Assigned To: Tom Baeyens
Addition of a "release=" attribute to the jPDL process-definition element and ProcessDefinition entity.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
UI Version Requirement added to ProcessDef
------------------------------------------
Key: JBPM-1150
URL: http://jira.jboss.com/jira/browse/JBPM-1150
Project: JBoss jBPM
Issue Type: Feature Request
Components: Core Engine
Reporter: Britt Miner
Assigned To: Tom Baeyens
Addition of a "ui=" attribute to the jPDL process-definition element and ProcessDefinition entity.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
UI Version Requirement added to Task
------------------------------------
Key: JBPM-1149
URL: http://jira.jboss.com/jira/browse/JBPM-1149
Project: JBoss jBPM
Issue Type: Feature Request
Components: Core Engine
Reporter: Britt Miner
Assigned To: Tom Baeyens
Addition of a "ui=" attribute to the jPDL Task element and entity.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Deployment timestamp added to ProcessDefinition
-----------------------------------------------
Key: JBPM-1152
URL: http://jira.jboss.com/jira/browse/JBPM-1152
Project: JBoss jBPM
Issue Type: Feature Request
Components: Core Engine
Reporter: Britt Miner
Assigned To: Tom Baeyens
Addition of a "deployment" timestamp to the ProcessDefiniton.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira