¿Como asigno tareas a usuarios especificos en la version 7?

1
0
-1

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.

2 answers

1
0
-1

Hola Sean tienes un archivo .bos donde pueda visualizar este ejemplo.

Muchas gracias

1
0
-1

Main process

  1. Build a list of users in a connector
  2. Send to the form
  3. In a select list, select the users (Multiple Selection Allowed)
  4. return the selection
  5. In a Script Connector for each selection call subRoutine sending taskID and user

SubRoutine

  1. Get users ID
  2. Start Task and get Taskid
  3. WAIT until task has started
  4. 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

Notifications