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.
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.)