Hello,

I have the following DecisionHandler node:


  |   <decision name="IsTerminationRequest" 
expression="#{workItemManager.isTerminationRequest}">
  |     <transition to="Check Provisioning Type" name="isTerminationRequest"/>
  |     <transition to="ABO Approve-Reject Request" name="aboApprove"/>
  |   </decision>
  | 

Which Seam - jBPM components point to something meaningful when that expression 
is resolved and invoked?

* org.jboss.seam.core.actor
* org.jboss.seam.core.transition
* org.jboss.seam.core.businessProcess
* org.jboss.seam.core.taskInstance
* org.jboss.seam.core.processInstance
* org.jboss.seam.core.jbpmContext
* org.jboss.seam.core.taskInstanceList
* org.jboss.seam.core.pooledTaskInstanceList
* org.jboss.seam.core.taskInstanceListForType
* org.jboss.seam.core.pooledTask

I know jbpmContext is points to something 'good'.  What is the contract for all 
the rest of these components?

Thanks



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

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

Reply via email to