[jboss-dev-forums] [Design of JBoss jBPM] - Re: [BPMN2] Task-Outcome must be implemented differntly
camunda
do-not-reply at jboss.com
Wed Jul 29 13:02:11 EDT 2009
Sorry, default mistake ;-)
| <userTask id="x" />
| <flow name="ok" sourceRef="x" targetRef="y">
| <conditionExpression>#{outcome == "ok"}</conditionExpression>
| </flow>
| <flow name="cancel" sourceRef="x" targetRef="y">
| <conditionExpression>#{outcome == "cancel"}</conditionExpression>
| </flow>
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246757#4246757
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246757
More information about the jboss-dev-forums
mailing list