Question
How to convert from a Transform to an Activity?
You heard me right.
While it's nice to encourage use of Transform rules as a substitute for activities -- since activities are harder to review -- I don't see a way to trace Transform rules, up through v7.1.5.
(see question in other group - Re: Debug Data transform.)
Only way to trace this, it seems, is just to convert it to an activity proper.
***Updated by moderator: Marissa to close post***
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi Jon,
I don't have any quick way to convert from data-transform to an activity, although you could probably click the coffee cup and then copy-paste relevant pieces of the java into java steps of a new activity.
If you ended up pasting a huge piece of the java into one large java step of an activity, here's a useful call you can use for helping to debug that java:
pega_rules_utilities.sendDebugMessageToTracer("The current value of xyz is " + xyz,"Pega-ProCom");
In order to make this show up in tracer, add event type "Debug" to your tracer settings screen, plus make sure you have enabled "Pega-ProCom" ruleset at the bottom of the window.
/Eric