[jboss-user] [jBPM Users] - Re: Action for reading the task variables and the task insta

aroeder do-not-reply at jboss.com
Fri Aug 28 07:33:46 EDT 2009


I found a solution for my problem. Here it comes:


  | <event type="task-end">
  | 	<action class="de.firstdata.jbpm.action.LogTimesAction"></action>
  | </event>
  | 
  | 

and the task variables I read like this:


  | taskInstance.getVariable("title");
  | 


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

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



More information about the jboss-user mailing list