[jboss-user] [JBoss jBPM] - Re: a fast solution
jainer
do-not-reply at jboss.com
Tue Aug 1 18:24:16 EDT 2006
Hi ronald, you do not believe that it is by laziness, i understand that when a task ends, the next task is assigned to the next actor and shows the message: "A new task has been assigned to", and using code in the process definition like this one:
| <task-node name="proyecto">
| <task name="revision proyecto" swimlane="revisor">
| <controller>
| <variable name="numero" access="read"></variable>
| <variable name="fecha" access="read"></variable>
| <variable name="aceptado-almacen" access="read"></variable>
| <variable name="aceptado-proyecto" access="read,write,required"></variable>
| </controller>
| </task>
| <transition name="enviar a contabilidad" to="contabilidad"></transition>
| </task-node>
|
Or Using assignments like these:
| <task name="revision proyecto">
| <assignment actor-id="luis mantilla"/>
|
| <task name="revision proyecto">
| <assignment class="com.factura.handler.Asigna"/>
|
i want to know if using:
| <assigment pooled-actors="faber aritizabal, luis mantilla"/>
|
i can do that show the message "New tasks has been assigned to".
Please, tell me if i'm wrong, i just need a little step to contine my work. I think that i had to have been more explicit in the past.
Sorry!!
jainer e.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962310#3962310
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962310
More information about the jboss-user
mailing list