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.