Trigger: A technician completes a routine inspection in the Infor EAM mobile app and uploads photos of an asset (e.g., a pump, motor, structural component).
Context/Data Pulled: The workflow extracts the new photo attachments and the associated asset ID, inspection template ID, and location from the inspection record via Infor OS APIs.
Model/Agent Action: An AI agent calls a computer vision model (e.g., fine-tuned for corrosion, leaks, or misalignment) to analyze the photo. The model returns a confidence score and tags (e.g., corrosion_severe, oil_leak). The agent interprets these results against predefined business rules.
System Update/Next Step: If a high-confidence anomaly is detected, the agent automatically:
- Updates the inspection record in Infor EAM with a new finding, populating a custom field with the AI-generated tags and confidence score.
- Creates a corrective work order linked to the asset, with a priority based on the anomaly severity (e.g.,
Priority 1 for corrosion_severe).
- Suggests standard job plans or parts based on historical data for that asset type.
Human Review Point: The created work order is routed for planner review and scheduling. The original inspection record is flagged for supervisor audit, showing the AI-generated finding alongside the technician's notes.