When using the "group(whatever)" expression for task assignment, my associated 
task-assign action is not being called. Is this the expected behavior? I 
apologize if this has been asked before as I did a search but did not find the 
answer. Also, I did notice that the EVENTTYPE_TASK_ASSIGN event is only being 
fired from setActorId in TaskInstance and my action is works fine for 
"user(whatever)". Below is the process definition.

<process-definition
  |   xmlns="urn:jbpm.org:jpdl-3.1"  name="esign">
  |    <event type="task-assign">
  |       <action name="task-assign-email" 
class="com.fedex.prs.process.action.EmailOnAssignmentHandler"></action>
  |    </event>
  |    <swimlane name="AE" />
  |    <start-state name="Start">
  |       <task name="start" swimlane="AE"></task>
  |       <transition name="start" to="taskNode"></transition>
  |    </start-state>
  |    <task-node name="taskNode">
  |       <task name="task1">
  |          <assignment expression="group(PIE)"></assignment>
  |       </task>
  |       <transition to="end"></transition>
  |    </task-node>
  |    <end-state name="end"></end-state>
  | </process-definition>

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to