Foren

Kaleo workflow: always assign to the same reviewer?

Thibault Boyeux, geändert vor 12 Jahren.

Kaleo workflow: always assign to the same reviewer?

New Member Beiträge: 12 Beitrittsdatum: 27.07.09 Neueste Beiträge
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, geändert vor 12 Jahren.

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

New Member Beiträge: 12 Beitrittsdatum: 27.07.09 Neueste Beiträge
No idea how I could do that?
thumbnail
Ákos Gábriel, geändert vor 11 Jahren.

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

Junior Member Beiträge: 33 Beitrittsdatum: 05.10.09 Neueste Beiträge
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, geändert vor 11 Jahren.

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

New Member Beiträge: 12 Beitrittsdatum: 27.07.09 Neueste Beiträge
Akos,

Did you manage to get some progress regarding this issue?
thumbnail
Ákos Gábriel, geändert vor 11 Jahren.

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

Junior Member Beiträge: 33 Beitrittsdatum: 05.10.09 Neueste Beiträge
Hi Thibault,

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

Akos
Thibault Boyeux, geändert vor 11 Jahren.

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

New Member Beiträge: 12 Beitrittsdatum: 27.07.09 Neueste Beiträge
Thank you Akos, I'll look into this!
Vlad Kuzmyk, geändert vor 11 Jahren.

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

New Member Beiträge: 10 Beitrittsdatum: 18.01.12 Neueste Beiträge
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, geändert vor 10 Jahren.

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

Junior Member Beiträge: 39 Beitrittsdatum: 22.10.12 Neueste Beiträge
Á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