掲示板

Kaleo workflow: always assign to the same reviewer?

12年前 に Thibault Boyeux によって更新されました。

Kaleo workflow: always assign to the same reviewer?

New Member 投稿: 12 参加年月日: 09/07/27 最新の投稿
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.
12年前 に Thibault Boyeux によって更新されました。

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

New Member 投稿: 12 参加年月日: 09/07/27 最新の投稿
No idea how I could do that?
thumbnail
11年前 に Ákos Gábriel によって更新されました。

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

Junior Member 投稿: 33 参加年月日: 09/10/05 最新の投稿
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)
11年前 に Thibault Boyeux によって更新されました。

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

New Member 投稿: 12 参加年月日: 09/07/27 最新の投稿
Akos,

Did you manage to get some progress regarding this issue?
thumbnail
11年前 に Ákos Gábriel によって更新されました。

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

Junior Member 投稿: 33 参加年月日: 09/10/05 最新の投稿
Hi Thibault,

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

Akos
11年前 に Thibault Boyeux によって更新されました。

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

New Member 投稿: 12 参加年月日: 09/07/27 最新の投稿
Thank you Akos, I'll look into this!
11年前 に Vlad Kuzmyk によって更新されました。

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

New Member 投稿: 10 参加年月日: 12/01/18 最新の投稿
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!
10年前 に Daniel Aschauer によって更新されました。

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

Junior Member 投稿: 39 参加年月日: 12/10/22 最新の投稿
Á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