[jboss-user] [jBPM Users] - event type="task-assign" doesn't fire

aroeder do-not-reply at jboss.com
Mon Aug 24 02:10:57 EDT 2009


I'm using jBPM 3.2.2 and my task node looks like that:

  | <task-node name="INDEX_DATA">
  |   <task name="enterIndexData" swimlane="INDIZIERUNG">
  |      <controller>
  |          <variable access="read,write,required" name="title">  </variable>
  | 	 <variable access="read,write" name="agentNumber"></variable>
  | 	 <variable access="read,write,required" name="type"></variable>
  |      </controller>
  |      <event type="task-assign">
  | 	 <action name="de.firstdata.jbpm.action.LogTimesAction"/>
  |      </event>
  |   </task>
  |   <transition to="process_end" name="next"></transition>
  | </task-node>
  | 

But the event type="task-assign" never gets fired, when I assign an actor by: 


  | TaskInstance task = ctx.getTaskInstance(pTaskInstanceId);
  | task.start(actorID);
  | 


What am I doing wrong?

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

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



More information about the jboss-user mailing list