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
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
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
support templates for assignment and reminder mail
--------------------------------------------------
Key: JBPM-1172
URL: http://jira.jboss.com/jira/browse/JBPM-1172
Project: JBoss jBPM
Issue Type: Feature Request
Affects Versions: jBPM jPDL 3.2.2
Reporter: Ronald van Kuijk
Assigned To: Tom Baeyens
Fix For: jBPM 3.3
jBPM supports templates for mail nodes and mail actions, but not for task assignment and reminder mail. In our company we've run into this and (ab)use mail nodes now to send a kind of assignment mail. Would be nice if templates are supported as well for reminders and assignment mail
--
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
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
"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
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
ProcessDefinition deployment to a running server using ant, and the servlet.
----------------------------------------------------------------------------
Key: JBPM-1117
URL: http://jira.jboss.com/jira/browse/JBPM-1117
Project: JBoss jBPM
Issue Type: Feature Request
Components: Core Engine
Affects Versions: jBPM jPDL 3.2.2
Reporter: Kurt Stam
Assigned To: Tom Baeyens
Fix For: jBPM 3.2.2 SOA 1
When using in-memory databases it is hard to deploy processdefinitions using the current 'DeployProcessTask'. Instead would like to deploy to the servlet (like the IDE does).
--
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
NewProcessInstanceCommand.execute() return ProcessInstance object, not id as mentioned in docs.
-----------------------------------------------------------------------------------------------
Key: JBPM-1096
URL: http://jira.jboss.com/jira/browse/JBPM-1096
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jBPM jPDL 3.2.2
Reporter: Alexey Kostylev
Assigned To: Tom Baeyens
As I looked into the source I saw that this method return the whole object:
Object result = null;
if (createStartTask) {
result = processInstance.getTaskMgmtInstance().createStartTaskInstance();
} else {
result = processInstance;
}
But doc says that:
/**
* return the id of the newly created process instance.
* @throws Exception
*/
public Object execute(JbpmContext jbpmContext) throws Exception {
...
}
--
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