The flow didn't report its progress. It's either a legacy flow or it did run before progress reporting was introduced as a feature.
{{ totalFiles$ | async | i18nPlural: {'=1': '1 file', 'other': '# files'} }}
{{ row.friendlyName }}
{{ row.progress.description }}
error
{{ row.progress.numCollectedFiles | i18nPlural: {'=1': '1 file', 'other': '# files'} }}
check_circle
No files collected
warning
{{ expandedRows[row.name] ? 'keyboard_arrow_down' : 'keyboard_arrow_right' }}