Multi-instantiation parallel

¿Es posible tener Parallel-multinstatiation con formularios diferentes?

Tengo el siguiente proceso de chequeo para paz y salvo, en el cual el empleado debe pasar por varias dependencias de la empresa para recibir su visto bueno. Son 11 dependencias en total y cada una debe dar su aval. Ninguna dependencia depende del chequeo de otra para dar su aval. Sin embargo, cada dependencia cuenta con un formulario diferentes en donde debe aprobar diferentes temas para dar su visto bueno final. Me gustaría saber si se puede tener una instancia múltiple de una tarea con diferentes formularios, y si esto no es posible, ¿qué camino debería tomar?

Assign Instances of a Task to All Members of Organization Group

Hello everyone,

I am working on a project where every user in a group of the organization must send a quarterly form, and I am having trouble figuring out how to assign an instance of the task to every user in the group. I have selected parallel multi-instantiation for the task, but I don't know how to set up a dynamic amount of instances depending on the organization's size and how to assign these multiple instances to individual corresponding members of the group.

Any help would be greatly appreciated,

Regards

How to use process variable's list in a called process?

I have a process variable 'q_list' that contains a list of questions. I want each question to be answered parallelly by a group of users, so I'm making a new process and call the new process parallelly, and make an iterator that points to q_list.
My question is, how do I access the iterator in the called process, in order to display each question in the called process parallelly (display it in a form)?
Thanks

Create a Process and create Subprocess from the list with "Call Activity" and "iteration" (multi-instantiation parallel)

Dear, it is difficult for me to be able to model a process of the type father and son or master detail with the use of the call to the Activity.

So far I have only modeled a single process in a simple way. I have not even needed to send messages, which I'm sure I'm wasting a lot of power.

Notifications