La idea es que en un select de una formulario pueda seleccionar el usuario que le deseo asignar la tarea, muchas gracias por la ayuda.
Main process
- Build a list of users in a connector
- Send to the form
- In a select list, select the users (Multiple Selection Allowed)
- return the selection
- In a Script Connector for each selection call subRoutine sending taskID and user
SubRoutine
- Get users ID
- Start Task and get Taskid
- WAIT until task has started
- AssignTask to user
Something like that anyway.
There is a coded version available of the above here:
http://community.bonitasoft.com/questions-and-answers/about-mutilple-instance-0#node-25589
regards
Seán
Hola Sean tienes un archivo .bos donde pueda visualizar este ejemplo.
Muchas gracias