Technology Blog Posts by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
deepika_chandrasekar
Active Contributor
17,603

This Document is about how paralel approval process can be done in Workflow.

Scenario:

Some cases for one approval we

need send separate approval task to many approvers. If all the Approvers approves then only the next step should be processesed in workflow.

Process:

In Workflow We have blockstep type through which we can achieve this parallel approval process.

Step1.Block Step Type

We need to create Step using Step type Block.

Step 2:

In Control Tab we need to choose Block type as ParForEach

Then we need to choose Multi line element in Parallel Processing

STEP 3:Determine Approver


Choose Activity step type and pass _ZAPPROVER_LINE to the work item container
it can be used to determine Approver

End Condition we can give in which condition this loop should stop All the pending tasks will be cancelled

STEP4: User Decision -

Approval task for Approvers
Choose Step Type User Decision for Approval Task
In Expression select Approver Elemet which has Approver User Id's

STEP 5:

According to User Decision Next step can be Processed.

Regards,

Deepika.

16 Comments