Rejection Message should also flow to previous approver in the Hierarchy
Suppose in a hierarchy there are 4 persons to approve.
A is Creator. and it should flow B - >C1, C2 -> D -> E.
Now, If any one of B, C1,C2,D or E rejects FY message only goes to A. Which is working.
What we want,
If D rejects message should go to A, B, C1, C2. A FY notification.
If C1(C2) Rejects it should go to C2(C1) ,B and A. A FY notification.