Redraft job offer should be auto approved
Summary:
Whenever an offer is redrafted after going through the approval workflow once, it should get auto approved.
Content (please ensure you mask any confidential information):
We are facing issue with the approval flow for redraft condition as it is interfering with the existing rule where Redraft count should be null.
The condition for Offer Redraft is :
(Offer Details.result.Redraft Count != null) , then auto approve
And the other condition is :
(Offer Details.result.Redraft Count == null) , then Representative 1 —-> Representative 2
It seems that both the rules are working simultaneously, first it is routed to the two representatives and then goes for auto approve on the third level.