II.
Workflow JSON
Structured · liveworkflow:route-optimization-review
Route Optimization Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:route-optimization-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-transportation.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Route Optimization Review",
"workflowKind": "governance",
"triggerType": "scheduled",
"typicalCadence": "weekly",
"complexity": "cross-team",
"description": "Reviews and refines vehicle routing and dispatching decisions --\nanalyzing planned versus actual route adherence, evaluating\nfuel-consumption efficiency against optimization model predictions,\nidentifying recurring congestion patterns and time-window violations,\nbenchmarking routing algorithm performance across service regions, and\nincorporating driver feedback on road-condition or access-restriction\nchanges. Produces route efficiency scorecards, model accuracy reports,\nand constraint-update recommendations. Excludes routing algorithm\ndevelopment.\n"
},
"outgoingEdges": [
{
"from": "workflow:route-optimization-review",
"to": "role:data-scientist",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:route-optimization-review",
"to": "role:performance-profiler",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:route-optimization-review",
"to": "role:planner",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:route-optimization-review",
"to": "skill-area:python-data-pipelines",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:route-optimization-review",
"to": "skill-area:observability-pipeline",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:route-optimization-review",
"to": "domain:transportation",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:route-optimization-review",
"to": "domain:logistics",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:route-optimization-review",
"to": "responsibility:data-quality-monitoring",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:route-optimization-review",
"to": "responsibility:cost-optimization",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:route-optimization-review",
"to": "org-unit:operations-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:route-optimization-review",
"to": "org-unit:analytics-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:logistics-fleet-management",
"to": "workflow:route-optimization-review",
"kind": "follows_workflow"
}
]
}