Forms: Canceling secondary approve/reject
# help-with-umbraco
g
Basically, I need to cancel every next approval if the record is already approved. For some reason, there isn't any notification interface for that purpose cause each of them, like RecordSavingNotification, is sent to both SavedEntry and TargerEntry as approved. Is there any way I can prevent the invocation of workflows for that purpose?
maybe someone has the same issue; there is always one trick. Create a custom record state that is invisible to the member, with state info, and change depending on that one.