[jboss-user] [JBoss jBPM] - question on decision

AJanz do-not-reply at jboss.com
Thu Sep 25 04:25:46 EDT 2008


i found this example


  | <decision name=“Customer Rank ?”>
  | <transition to=“Send expensive gift”>
  | <condition expression=“#{customer.rank > 10}”
  | />
  | </transition>
  | <transition to=“Send cheap gift”>
  | <condition expression=“#{customer.rank > 5}” />
  | </transition>
  | <transition to=“Check payments” />
  | </decision>

Customer is a simple bean with getRank();

but how does this java bean and the processinstance come together?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178711#4178711

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178711




More information about the jboss-user mailing list