Does anyone know of a way to fire a custom class at the end (normal termination, cancellation, etc.) of a process in a manner that would not require the process developer to do anything?
What I want is something at the “engine level” that would always fire when a process ends (however that may be). Sort of a universal listener that wasn’t dependent upon a inclusion of delegate code in the process itself.
In simple terms, I want this to happen whenever a process ends no matter what process it is.
Thanks.