What is the best way to find the values of parameters passed to an activity? I’m trying to verify parameters that are being passed to an activity, but the parameters page is blank on the tracer.
Is there a common strategy for debugging such behavior? When using other languages I would usually print the values to a console to verify , but haven’t found similar capabilities in Pega.
Hi @DevinD16607791: If you are passing the parameters, you should be able to see the details in the tracer. Please make sure correct step is selected in the tracer.
Answering the question on other debugging options, you can Log-Message to PegaRules Log or can enable loggers for the respective rule.
@DevinD16607791 seems like you are checking parameters of different context. Please check on right context(step page) activity is being executed, you will be able to see parameters. You can log messages as Arul said and also if you need to print something to the case you can add audit to case, using History-Add method in activity.