Which tool is used by the user to check for the Parameter values in the flow?
-
Parameter Page
-
Rules Inspector
-
Tracer
-
Clipboard
In PEGA, the Tracer tool is specifically designed to debug and monitor flow execution. It displays detailed information about parameter values, rule execution, and the sequence of activities in real-time. The Parameter Page (A) is for setting parameters, Rules Inspector (B) shows rule details, and Clipboard (D) displays clipboard pages - none of these are primarily for parameter value monitoring during flow execution.
The Tracer tool lets a user step through a running flow and inspect the actual values held in parameters, properties, and the clipboard at each point in execution, making it the go-to diagnostic tool for checking parameter values. The Rules Inspector and Clipboard tool show different things (rule usage and general page/property contents respectively) without the step-by-step flow execution view that Tracer provides, and 'Parameter Page' isn't a standalone inspection tool.