Question
Alter Domus
IE
Last activity: 21 Mar 2018 14:23 EDT
How to identify which rule triggered the execution of declare onchange rule
Hi
I have configured a declare onchange rule which watches a property pyUserName, on change of this property, I have written an activity which logs a message to the log file along with the stack trace.
I have induced this property change in a "Test" activity, which is executing the declare onchange and the activity which writes the log message with stack trace perfectly fine, but my objective is to trace back to "Test" activity from which the entire onchange execution is started.
How can I show the Test activity details into the log file ?
Note that I cannot use tracer as I need to identify the rule which is triggering the declare onchange in Production environment.