How can we go to different levels of approval synchronously in pega.

We have to follow different levels of approval based on certain conditions like suppose amount is >100 it should go for L1 ,or if amount is >200 it should go for L2 approval or more than 500 it should go for L3 approval.

How can we configure all 3 synchronously?

Hi, @TanyaS58 : Please check if parallel processing/ split join / cascading approval using authority matrix helps your use case.

Thanks.

@TanyaS58 you can use authority matrix using Approve/Reject shape. You can configure above conditions in the decision table. Based on the conditions becoming true, the case will be routed to those approvers for whom the condition becomes true.

@ArulDevan Yes I checked cascading approval matrix and it satisfies it.