1
0
-1

same approver name in level 1, 2, 4. when click "Approve" button once level 1,2,4 should get approved. then the form should go back to Level 3 to other approver for approval. is this possible?

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi,

      From what i understand, you are asking that if there are 4 swim-lanes/levels like


      LEVEL 1 (Approver: Meethi)

      LEVEL 2 (Approver: XYZ)

      LEVEL 3 (Approver: Meethi)

      LEVEL 4 (Approver: Meethi)

      if the request starts from level 1 for example, and the user(Meethi) click Approve so the request should go to level 3 only and after that it should finish. is that what you are asking?

      If that's the case then i suppose that in your process flow diagram, after the submission of each activity, you will have to put a tool and the tool will point to a route. In that tool you will have to write a bean shell to check if there is more levels left with the same approver name and then set a workflow variable accordingly for the route to map Also maintain a variable where you will put all the levels that are approved already and then once that variable has all levels, end the process.

      EXAMPLE:


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

        Hi

        You can map each level to the same or different approver ( Map Participants to Users ). By "level" I mean the participant swim-lane. Each participant swim-lane can be assigned to any user or group or via a workflow variable that contains the username of the activity approver.

          CommentAdd your comment...