assignment

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2015 07:22 AM
Hi,
I'm a Activiti new user, and this is my first post!
I'd to know how i do assignment the a task for the same user that concluded the previous task.
For example: Task 1 was completed by the Kermit , and I'd like that the Task 2 will attributed for the Kermit too.
Tanks!
I'm a Activiti new user, and this is my first post!
I'd to know how i do assignment the a task for the same user that concluded the previous task.
For example: Task 1 was completed by the Kermit , and I'd like that the Task 2 will attributed for the Kermit too.
Tanks!
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2015 02:04 AM
Hi,
Store previous task assignee in the process variable. Use this variable in the expression to assign Task 2.
Regards
Martin
Store previous task assignee in the process variable. Use this variable in the expression to assign Task 2.
Regards
Martin

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2015 08:36 AM
Tanks! It worked!
There is a documentation about the variables existing? For example ${initiator} and ${authenticatedUserId} ?
There is a documentation about the variables existing? For example ${initiator} and ${authenticatedUserId} ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2015 04:04 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2019 07:43 AM
I'm trying to do smthg similar, setting the assignee of a user task to be a variable selected in the form.
I'm doing it by setting assignee to ${manager} (the id of my variable) but that's not working. My variable manager is a People select item. Can you please explain further where to put the variable.
