cancel
Showing results for 
Search instead for 
Did you mean: 

How do I assign a user to all subsequent tasks of a certain process?

mastermind
Champ in-the-making
Champ in-the-making
Suppose I assigned a certain user to a certain task - now I want that all subsequent task in that particular process to be assigned to that user, until another process down the line once again gets reassigned. How can this be done? Thanks in advance.
3 REPLIES 3

mastermind
Champ in-the-making
Champ in-the-making
all subsequent tasks***

mastermind
Champ in-the-making
Champ in-the-making
Please provide a Java API example*** Thanks!

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

Store the user Id in the process variable.
in the task assignments use expression with this variable value.
(all tasks will be assigned to the user stored in the variable.)

Regards
Martin