[
https://jira.jboss.org/browse/JBPM-2972?page=com.atlassian.jira.plugin.sy...
]
Mike M updated JBPM-2972:
-------------------------
Description:
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>
was:
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
apparently 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>
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.3, jBPM 4.4
Reporter: Mike M
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.
-
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