The status bar reflects the outcome of each step, and it's not always based on record count. Sometimes it's tied to things like API calls. The total equals success plus error plus resolved.
- Green = success
- Red = errors
- Blue = resolved (auto-resolved errors)
Blue means something was automatically handled by the platform. For example, if an export step failed because a token expired, we might refresh it and retry. That would count as resolved. Same goes for things like rate limits or intermittent failures.