I know, but the Problem i have is that this ruleresults only give true or false 
and later it should be possible to create a new workflow with out the capacity 
to create a new decision- or action-class (my english isn't good so i am sorry 
if it is not well explaint). That is the reason, why need the ability to 
activate more then one decision but that in a single node. Like this:



  |    <decision name="SGA">
  |       <event type="node-enter">
  |              <action name="checkTakeT_sgaA" 
class="actions.DefaultRuleAction">
  |                             <ruleFile>etr1.drl</ruleFile>
  |                             <transitionName>t_sgaA</transitionName>
  |      </action>
  |              <action name="checkTakeT_sgaBOrT_sgaC" 
class="actions.DefaultRuleAction">
  |                             <ruleFile>etr1.drl</ruleFile>
  |                             <transitionName>t_sgaB</transitionName>
  |                             
<transitionName_False>t_sgaC</transitionName_False>
  |      </action>
  |       </event>
  |       <transition name="t_sgaC" to="SGAC"></transition>
  |       <transition name="t_sgaB" to="SGAB"></transition>
  |       <transition name="t_sgaA" to="SGAA"></transition>
  |    </decision>
  | 

If i use a decision-Handler i must use two desicions to realise the same 
because it is only possible to call one (what is ok and logical) 
decision-Handler in a decision (or did i think in a wrong way?).

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989945
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to