Reporting and metrics for industrial task flows
Use the fields available to distinguish workflows and produce reliable metrics.
Industrial operations often run multiple task flow on the same underlying tables, which makes clean reporting difficult unless one flow can clearly be distinguished from another. To address this requirement, a configurable field called task_classification has been introduced across all industrial task types. Although it doesn’t have to be visible in the UI, it provides the essential metadata. This metadata separates tasks that share storage from the tasks that should follow different workflows. It's primarily used to distinguish breakdowns from deviations and to differentiate breakdown analyses from root cause analyses (RCAs). The tables remain common, but the classification value determines the workflow branch, which enables that each category can be reported independently without duplicating data structures.
- None: Follows the regular deviation life cycle
- New: A deviation is created with classification breakdown
- Converted: A deviation is escalated to a breakdown
With these two markers, teams can produce straightforward counts. For example, how many breakdowns were created, how many deviations remained regular, and how many deviations escalated, without introducing additional UI complexity.