Fórumok

Kaleo workflow: always assign to the same reviewer?

Thibault Boyeux, módosítva 12 év-val korábban

Kaleo workflow: always assign to the same reviewer?

New Member Bejegyzések: 12 Csatlakozás dátuma: 2009.07.27. Legújabb bejegyzések
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, módosítva 12 év-val korábban

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

New Member Bejegyzések: 12 Csatlakozás dátuma: 2009.07.27. Legújabb bejegyzések
No idea how I could do that?
thumbnail
Ákos Gábriel, módosítva 11 év-val korábban

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

Junior Member Bejegyzések: 33 Csatlakozás dátuma: 2009.10.05. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

New Member Bejegyzések: 12 Csatlakozás dátuma: 2009.07.27. Legújabb bejegyzések
Akos,

Did you manage to get some progress regarding this issue?
thumbnail
Ákos Gábriel, módosítva 11 év-val korábban

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

Junior Member Bejegyzések: 33 Csatlakozás dátuma: 2009.10.05. Legújabb bejegyzések
Hi Thibault,

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

Akos
Thibault Boyeux, módosítva 11 év-val korábban

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

New Member Bejegyzések: 12 Csatlakozás dátuma: 2009.07.27. Legújabb bejegyzések
Thank you Akos, I'll look into this!
Vlad Kuzmyk, módosítva 11 év-val korábban

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

New Member Bejegyzések: 10 Csatlakozás dátuma: 2012.01.18. Legújabb bejegyzések
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, módosítva 10 év-val korábban

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

Junior Member Bejegyzések: 39 Csatlakozás dátuma: 2012.10.22. Legújabb bejegyzések
Á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