The flow didn't report its progress. It's either a legacy flow or this flow did run before progress reporting was introduced as a feature.
Processed {{ progress.numSkipped + progress.numCollected + progress.numFailed }} out of {{ args.pathspecs.length }}
Successfully collected: {{ progress.numCollected }}
Skipped: {{ progress.numSkipped }}
Failed: {{ progress.numFailed }}
{{ pathSpecToPath(pathStatus.pathspec) }}
{{ pathStatus.status }}