iiRecord
Agentic AI Atlas · Fleet Maintenance Scheduling
workflow:fleet-maintenance-schedulinga5c.ai
II.
Workflow JSON

workflow:fleet-maintenance-scheduling

Structured · live

Fleet Maintenance Scheduling json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · workflows/workflows/workflows-transportation.yamlCluster · workflows
Record JSON
{
  "id": "workflow:fleet-maintenance-scheduling",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-transportation.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Fleet Maintenance Scheduling",
    "workflowKind": "operational",
    "triggerType": "scheduled",
    "typicalCadence": "weekly",
    "complexity": "cross-team",
    "description": "Schedules preventive and predictive maintenance for vehicle fleets --\ningesting telematics data (engine hours, mileage, diagnostic trouble\ncodes), running remaining-useful-life models for critical components,\noptimizing maintenance windows against route schedules and depot\ncapacity, generating work orders with parts-availability verification,\nand tracking regulatory inspection due dates for DOT/DVSA compliance.\nProduces maintenance schedules, parts procurement lists, and compliance\ninspection calendars. Excludes vehicle acquisition decisions.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:fleet-maintenance-scheduling",
      "to": "role:ml-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:fleet-maintenance-scheduling",
      "to": "role:planner",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:fleet-maintenance-scheduling",
      "to": "role:platform-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:fleet-maintenance-scheduling",
      "to": "skill-area:kafka-stream-processing",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:fleet-maintenance-scheduling",
      "to": "skill-area:python-data-pipelines",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:fleet-maintenance-scheduling",
      "to": "domain:transportation",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:fleet-maintenance-scheduling",
      "to": "domain:logistics",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:fleet-maintenance-scheduling",
      "to": "responsibility:capacity-planning",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:fleet-maintenance-scheduling",
      "to": "responsibility:data-quality-monitoring",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:fleet-maintenance-scheduling",
      "to": "org-unit:operations-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:fleet-maintenance-scheduling",
      "to": "org-unit:it-service-management",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:logistics-fleet-management",
      "to": "workflow:fleet-maintenance-scheduling",
      "kind": "follows_workflow"
    }
  ]
}