Question
Pegasystems Inc.
JP
Last activity: 28 Aug 2017 20:06 EDT
How to access "step status info" from activity steps ?
I am writing an activity which calls RDB-Delete method.
My requirement is that DB exceptions (information as shown in the "step status info" of tracer log) should be displayed on the screen and the user decide what action to take for the next step.
Unfortunately, when RDB-Delete method call fails, it seems that error messages (step status info) are not set on myStepPage, hence @getMessagesAll(myStepPage) returns nothing. (See attached image)
Are there any work-around solution