i've do 

  | TaskMgmtSession taskSession = jbpmContext.getTaskMgmtSession();
  | List<TaskInstance> listaTask = 
TaskSession.findTaskInstancesByProcessInstance(processInstance);
  | 

but my list is void !!!


on my start node there are two groups of user like here:


  |    <swimlane name="Clienti">
  |       <assignment expression="group(Clienti)"></assignment>
  |    </swimlane>
  |    <swimlane name="TourOperator">
  |       <assignment expression="group(TourOperator)"></assignment>
  |    </swimlane>
  |    <start-state name="richiesta pacchetto vacanza">
  |       <task name="Richiesta domanda" swimlane="Clienti">
  |          <controller>
  |             <variable name="data partenza" access="read,write,required" 
mapped-name="Data di partenza"></variable>
  |          </controller>
  |       </task>
  |       <transition name="richiesta verifica" to="verifica 
disponibilita"></transition>
  |    </start-state>
  | 

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

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

Reply via email to