How to re evaluate AME Rules
Im developing a custom workflow integrating with AME. Workflow is triggered when a record is entered to a custom table. Custom tables primary key(trx_id) is the transactionId for the AME.
When inserting a record AME generates the approvers properly. But when a record is edited AME selects the next approver in line as the approver, but I want the approvals to start from approver 1 on update.
How can I achieve this?