Attestation AutoRemoveMemberships not triggering custom process chain on DELETE object event

Hello

I have created a process chain that gets triggered by the "delete" Object event on records in "ADSAccountInADSGroup table.

If i use the object browser to delete the record from "ADSAccountInADSGroup" the process chain fires successfully and all working as expected, however when the "VI_AttestationCase_AutoRemoveMemberships" generates the delete statement that removes the record from "ADSAccountInADSGroup" my process chain does not fire.

Does anyone know why this is and how I can resolve the issue?

i have a sneaky suspicion it has something to do with the object layer deletion compared to sql statement deletion, but not sure.

thanks