multi instance timer boundary event

cancel
Showing results for 
Search instead for 
Did you mean: 
vmalygin
Member II

multi instance timer boundary event

Jump to solution

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 Solution

Accepted Solutions
cjose
Senior Member II

Re: multi instance timer boundary event

Jump to solution

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 solution in original post

2 Replies
cjose
Senior Member II

Re: multi instance timer boundary event

Jump to solution

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
Member II

Re: multi instance timer boundary event

Jump to solution

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