II.
LibraryProcess JSON
Structured · livelib-process:logistics--cross-docking-operations
cross-docking-operations json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:logistics--cross-docking-operations",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "cross-docking-operations",
"description": "Flow-through logistics process design and execution to minimize storage time and accelerate product movement from inbound to outbound.",
"libraryPath": "library/specializations/domains/business/logistics/cross-docking-operations.js",
"specialization": "logistics",
"references": [
"- Logistics Handbook: https://www.koganpage.com/logistics-operations-management/the-handbook-of-logistics-and-distribution-management-9781398600744"
],
"example": "const result = await orchestrate('specializations/domains/business/logistics/cross-docking-operations', {\n inboundShipments: [{ id: 'IN001', arrivalTime: '08:00', pallets: 10 }],\n outboundOrders: [{ id: 'OUT001', shipTime: '14:00', pallets: 5 }],\n dockConfig: { inboundDocks: 5, outboundDocks: 10 }\n});",
"usesAgents": [
"inbound-analyst",
"order-matching-specialist",
"cross-dock-scheduler",
"flow-through-optimizer",
"staging-specialist",
"cross-dock-labor-planner",
"cross-dock-monitor",
"cross-dock-performance-analyst"
]
},
"outgoingEdges": [
{
"from": "lib-process:logistics--cross-docking-operations",
"to": "skill-area:procurement-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--cross-docking-operations",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:logistics--cross-docking-operations",
"to": "domain:logistics",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--cross-docking-operations",
"to": "role:supply-chain-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--cross-docking-operations",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:logistics--cross-docking-operations",
"to": "workflow:strategic-planning",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--cross-docking-operations",
"to": "specialization:logistics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}