cancel
Showing results for 
Search instead for 
Did you mean: 

multi instance timer boundary event

vmalygin
Champ in-the-making
Champ in-the-making

Is it possible to configure timer boundary event with multi instance user task so that timer boundary event will be multi instance too.

For example, i have 3 assignees: use1, user2, user3 and I want to have individual timer for every assignee.

Does activiti engine allow such configuration?

Using activiti-5.19.0.1

1 ACCEPTED ANSWER

cjose
Elite Collaborator
Elite Collaborator

Not directly on a multi instance user task. Use an embedded sub-process and keep the embedded subprocess multi instance to achieve a timer per task.

View answer in original post

2 REPLIES 2

cjose
Elite Collaborator
Elite Collaborator

Not directly on a multi instance user task. Use an embedded sub-process and keep the embedded subprocess multi instance to achieve a timer per task.

vmalygin
Champ in-the-making
Champ in-the-making

Thank you very much! That's what I need.