[jboss-jira] [JBoss JIRA] Closed: (JBPM-713) Schedule multiple events at once
Tom Baeyens (JIRA)
jira-events at jboss.com
Wed Nov 15 03:57:41 EST 2006
[ http://jira.jboss.com/jira/browse/JBPM-713?page=all ]
Tom Baeyens closed JBPM-713.
----------------------------
Fix Version/s: jBPM 3.2 alpha 2
(was: jBPM 3.2)
Resolution: Done
this should be fixed with the new implementation. there is a new configuration in the processdefinition.xml for timers and asynchronous continuations : async="exclusive". All jobs that are exclusive for a given process instance will be executed in a serialized fashion by the same thread. For non-exclusive jobs, it will be possible that they are executed by multiple threads as the JobExecutor can have multiple threads.
> Schedule multiple events at once
> --------------------------------
>
> Key: JBPM-713
> URL: http://jira.jboss.com/jira/browse/JBPM-713
> Project: JBoss jBPM
> Issue Type: Feature Request
> Affects Versions: jBPM 3.1
> Reporter: Ryan Campbell
> Assigned To: Tom Baeyens
> Fix For: jBPM 3.2 alpha 2
>
>
> Currently, you can only schedule events one by one. It should be possible to schedule multiple events to ocurr at a single given time.
--
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
More information about the jboss-jira
mailing list