Declare Trigger - Committed Delete on Assign- class not working consistently
I need to do a Processing when an Assignment instance is deleted from DB.
I created Declare Trigger rule in Assign- Class ->Committed Delete ->When condition(.pxRefObjectKey contains "<work class name>") -> Declare trigger Activity has logic on updating the corresponding Work case by referring newAssignPage and newAssign Page has keys pointing to pzinskey of the Work Class.
My Question is After Delete Commit of the Assignment instance..do the newAssign Page on Clipboard always exists even if the Assignment instance is deleted from the Data base?
If newAssign Page gets deleted from the clipboard if the Assignment instance is deleted from the Data base,then how can I do the processing of the corresponding Work Case whose pzinskey can only be referenced from the newAssign Page? Please let me know