]
Alejandro Guizar updated JBPM-2972:
-----------------------------------
Fix Version/s: jBPM 4.x
Affects Version/s: (was: jBPM 4.3)
Update jpdl XSD with fork transition conditions
-----------------------------------------------
Key: JBPM-2972
URL:
https://jira.jboss.org/browse/JBPM-2972
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: jBPM 4.4
Reporter: Mike M
Fix For: jBPM 4.x
The jpdl xsd needs to be updated to reflect the fact that transitions in fork activities
can have nested condition elements. Looking at the code for ForkActivity, it's
apparent that <fork> activities do evaluate conditions for outgoing transitions.
Example:
<fork name="fork1">
<transition to="always_do_this"/>
<transition to="sometimes_do_this" >
<condition expr="#{my_boolean_expression}"/>
</transition>
</fork>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: