automotive
Predictive Vehicle Maintenance Path
Decision Flow takes different vehicle parts and their respective characteristics then outputs a path to vehicle care.
David Škarka
Template author
This Decision Flow evaluates the health of various vehicle components to determine the appropriate maintenance strategy. It analyzes specific vehicle parts and their operational characteristics (such as engine hours and oil metrics) to output a specific path for vehicle care, ranging from simple logging to immediate grounding of the vehicle.
Solution components:
- A Decision Table named 'Engine Parts' assesses specific vehicle components (e.g., Valve Train, Oil Pump, Oil Filter, Main Bearings). It assigns a "Wear Score" and determines if a part is "Critical" based on inputs like Engine Hours, Oil Temperature, Oil Viscosity, and Vibration RMS.
- A Decision Table named 'Flag Decision' assigns a maintenance path (Action) based on the aggregated wear score calculated earlier in the flow.
- A Decision Flow 'Predictive Vehicle Maintenance' orchestrates these Decision Tables and performs:
- Part Evaluation: The flow begins by running the input data through the 'Engine Parts' decision table to generate wear scores and criticality flags for each component.
- Criticality Check: The flow performs a logic check to see if the 'Engine Parts' table returned "Yes" for the isCritical output.
- If Critical: If any part is deemed critical (e.g., Valve Train exceeding 8000 hours), the flow bypasses score aggregation and immediately assigns the path: "Immediate - ground vehicle".
- If Not Critical: The flow proceeds to the standard scoring logic.
- Score Aggregation: If the vehicle is not in a critical state, the flow sums the individual wearScore outputs from all processed parts to create a scoreSum.
- Final Path Assignment: The scoreSum is passed to the 'Flag Decision' table, which determines the final output path based on the severity of the total score.
More Templates
See Other Templates
financial servicessuggested
A/B Testing
Discover a simple way to assign a test group for performing A/B Testing on your decisions.
financial servicessuggested
Risk Based Pricing
Discover a simple way to apply a suitable Risk Based Pricing matrix based on a type of client.
financial servicessuggested
Eligibility and Policy Rules
Discover a simple way to define and execute various sets of rules and get the final decision outcome.