[
https://jira.jboss.org/jira/browse/JBPM-1093?page=com.atlassian.jira.plug...
]
Thomas Diesler resolved JBPM-1093.
----------------------------------
Resolution: Out of Date
Out of date for all Tasks and Feature Requests created before 1-Jan-2008
Allow more than one action to be executed when entering a page node
-------------------------------------------------------------------
Key: JBPM-1093
URL:
https://jira.jboss.org/jira/browse/JBPM-1093
Project: JBoss jBPM
Issue Type: Feature Request
Components: Core Engine
Affects Versions: jBPM 3.2.2
Reporter: Matthew Lieder
Only the first <action> is executed when multiple actions are children of
<page> and <start-page> elements in a jPDL pageflow. It would be greatly
appreciated if the logic could be changed so that all <action> elements are executed
(like they are when children of <transition> elements).
Example:
<page name="page1" view-id="/page1.xhtml">
<action expression="#{someMethodThatIsExecuted} />
<action expression="#{someMethodThatIsNotExecuted} />
<transition name="save" to="terminate">
<action expression="#{someMethodThatIsExecuted} />
<action expression="#{someMethodThatIsExecuted} />
</transition>
</page>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira