Alfresco workflow – multi instance task with completion condition
I need help with my Activity workflow in Alfresco CE 7.4. I have approving user task with set multi instance
. Task is very simple – users chooses from approve or reject. What I need is if one user choose reject, whole task and workflow ends. I tried to use completion condition
to end user task and it works. But only for setting sequential=true
(next user task via multi instance is not created).
If i set sequential=false
(so all users tasks are created at start of task) it don’t work.