Choose N tasks out from M paths in fork nodes
----------------------------------------------
Key: JBPM-2920
URL:
https://jira.jboss.org/browse/JBPM-2920
Project: jBPM
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 4.4
Environment: JBOSS 5.1GA, JBPM 4.4,
Reporter: Jecoso Chou
Fix For: jBPM 4.5
For example:
<fork name="fork1">
<transition name="to A" to="A">
</transition>
<transition name="to B" to="B">
</transition>
<transition name="to C" to="C">
</transition>
<transition name="to D" to="D">
</transition>
</fork>
This issue means that when process to this fork, only some of this 4 transition can be
chosen to go,
for example ,the transition "to A" and "to A".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira