II.
LibraryProcess JSON
Structured · livelib-process:logistics--freight-audit-payment
freight-audit-payment json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:logistics--freight-audit-payment",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "freight-audit-payment",
"description": "Automated freight bill validation, discrepancy identification, and payment processing to ensure billing accuracy and recover overcharges.",
"libraryPath": "library/specializations/domains/business/logistics/freight-audit-payment.js",
"specialization": "logistics",
"references": [
"- Logistics Management: https://www.logisticsmgmt.com/\n- Freight Audit Best Practices: https://www.supplychaindive.com/"
],
"example": "const result = await orchestrate('specializations/domains/business/logistics/freight-audit-payment', {\n freightBills: [{ billId: 'FB001', carrierId: 'C001', amount: 1500 }],\n contracts: [{ carrierId: 'C001', rates: { perMile: 2.50 } }],\n shipmentRecords: [{ shipmentId: 'S001', billId: 'FB001', miles: 500 }]\n});",
"usesAgents": [
"data-normalization-specialist",
"rate-validation-specialist",
"weight-verification-specialist",
"accessorial-audit-specialist",
"duplicate-detection-specialist",
"discrepancy-analyst",
"claims-specialist",
"payment-approval-specialist",
"payment-processing-specialist",
"audit-reporting-specialist"
]
},
"outgoingEdges": [
{
"from": "lib-process:logistics--freight-audit-payment",
"to": "skill-area:procurement-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--freight-audit-payment",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:logistics--freight-audit-payment",
"to": "domain:logistics",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--freight-audit-payment",
"to": "role:supply-chain-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--freight-audit-payment",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:logistics--freight-audit-payment",
"to": "workflow:code-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--freight-audit-payment",
"to": "specialization:logistics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}