Foros de discusión

Kaleo workflow: always assign to the same reviewer?

Thibault Boyeux, modificado hace 12 años.

Kaleo workflow: always assign to the same reviewer?

New Member Mensajes: 12 Fecha de incorporación: 27/07/09 Mensajes recientes
Hello everyone,

I am designing a new Kaleo workflow XML file.

I know that with the <user /> tag, you can assign the current task to the user that created the workflow process.

However, I was wondering whether it was possible to assign tasks of the same workflow to the same reviewer each time the user does its part of the job?

What I would like is to avoid having to "assign" tasks of the same workflow each time the user validates its task. Once it has been assigned to one reviewer, it should always be automatically assigned to the same reviewer in the following steps of the workflow.

Is there any way to do that?

Thank you very much for your always precious help.


Best,
Thibault.
Thibault Boyeux, modificado hace 12 años.

RE: Kaleo workflow: always assign to the same reviewer?

New Member Mensajes: 12 Fecha de incorporación: 27/07/09 Mensajes recientes
No idea how I could do that?
thumbnail
Ákos Gábriel, modificado hace 11 años.

RE: Kaleo workflow: always assign to the same reviewer?

Junior Member Mensajes: 33 Fecha de incorporación: 5/10/09 Mensajes recientes
I think you should save the first reviewer's userID into a workflow attribute and later you can reuse this userId in the following tasks' assignments.
Right now I'm researching the same (saving anything into workflow attribute)
Thibault Boyeux, modificado hace 11 años.

RE: Kaleo workflow: always assign to the same reviewer?

New Member Mensajes: 12 Fecha de incorporación: 27/07/09 Mensajes recientes
Akos,

Did you manage to get some progress regarding this issue?
thumbnail
Ákos Gábriel, modificado hace 11 años.

RE: Kaleo workflow: always assign to the same reviewer?

Junior Member Mensajes: 33 Fecha de incorporación: 5/10/09 Mensajes recientes
Hi Thibault,

Yes, we can now read-write workflow attributes. In fact they are Dynamic Data List fields.

Akos
Thibault Boyeux, modificado hace 11 años.

RE: Kaleo workflow: always assign to the same reviewer?

New Member Mensajes: 12 Fecha de incorporación: 27/07/09 Mensajes recientes
Thank you Akos, I'll look into this!
Vlad Kuzmyk, modificado hace 11 años.

RE: Kaleo workflow: always assign to the same reviewer?

New Member Mensajes: 10 Fecha de incorporación: 18/01/12 Mensajes recientes
Hi Akos,

How exactly do you assign a user in workflow?

I would like to automatically assign specific user when new document is added to the library.

When I add <user><user-id>2</user-id></user> in assignments it does not accept the .xml file.

When i use a script, I'm getting the same problem wich can't be resolved: http://www.emforge.net/web/activiti-liferay/forums/-/message_boards/message/370590

Can you please provide a sample of how you solved this problem?

Thank you very much!
Daniel Aschauer, modificado hace 10 años.

RE: Kaleo workflow: always assign to the same reviewer?

Junior Member Mensajes: 39 Fecha de incorporación: 22/10/12 Mensajes recientes
Ákos Gábriel:
Hi Thibault,

Yes, we can now read-write workflow attributes. In fact they are Dynamic Data List fields.

Akos



Hi Akos!
I am currently looking for a solution for the described task (reassign a task to the same reviewer)
How did you implement this finally. Can you post your solution?
Would be great! Thanks!
Daniel