Multiple choice technology web technology

In an activity step a flow is getting called. Using tracer can you debug this

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The PEGA tracer cannot trace flows that are called from within an activity step. The tracer can trace activities and other rule types directly, but when a flow is invoked from an activity (using something like the Flow-Execute method), the tracer cannot follow the flow execution. You would need to trace the flow separately or use breakpoints.