1
0
-1

Hi, I have a process which has a fork to send approval request to two people, then I have a XOR join type which is supposed to move on if one of the two people approves. However I found that although the process moves on when any one approves, the other person still has the task in his inbox.


Is it not logical that if the process has moved on, that activity should be removed from his inbox or "cancelled"? 

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      thank you. that is exactly what I did.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Depending on individual companies practices, some companies might still want the task to be active so that the manager knows what's pending/submitted. You can add a Process Tool to abort the pending task for the second manager via WorkflowManager#activityAbort.

          CommentAdd your comment...