cancel
Showing results for 
Search instead for 
Did you mean: 

Tracing Workflow Event raised from Class ..?

abdulgaffarmohd
Participant
0 Kudos

Hi Folks,

How to identify the event raised from where ?

In Loop there are

In some cases Event raised is CANCEL_REQUEST Or Processing obsolete

From back end object is FPM, how to trace Class Events ?

Regards,

Abdul

Accepted Solutions (0)

Answers (1)

Answers (1)

pokrakam
Active Contributor
0 Kudos

There is no simple way, neither for class nor BOR events.

Several different mechanisms exist for raising events, and all have their own config - change documents, status management, or straight from code. I see you have a Z-class too.

You could execute your business scenario and debug it. Or you could look at the code for the classes, maybe there's a RAISE_... method or similar.Look for all the different event configs.