[jboss-user] [JBoss jBPM] - Re: Swimlane, groups and their fields

provaJbpm do-not-reply at jboss.com
Fri Oct 3 06:24:30 EDT 2008


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



More information about the jboss-user mailing list