II.
LibraryProcess JSON
Structured · livelib-process:operations--production-scheduling
production-scheduling json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:operations--production-scheduling",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "production-scheduling",
"description": "Production Scheduling Optimization Process - Develop and optimize production schedules considering\nconstraints, changeovers, due dates, and resource availability for efficient manufacturing operations.",
"libraryPath": "library/specializations/domains/business/operations/production-scheduling.js",
"specialization": "operations",
"references": [
"- Pinedo, M.L. (2016). Scheduling: Theory, Algorithms, and Systems\n- Hopp, W.J. & Spearman, M.L. (2011). Factory Physics\n- APICS CPIM Body of Knowledge"
],
"example": "const result = await orchestrate('specializations/domains/business/operations/production-scheduling', {\n planningPeriod: 'weekly',\n orders: [{ id: 'ORD-001', product: 'A', quantity: 100, dueDate: '2024-01-15' }],\n resources: ['Line-1', 'Line-2'],\n objectives: ['on-time-delivery', 'minimize-changeovers']\n});",
"usesAgents": [
"order-analyst",
"resource-analyst",
"constraint-analyst",
"changeover-analyst",
"scheduler",
"optimizer",
"bottleneck-analyst",
"scenario-analyst",
"schedule-finalizer",
"dispatch-generator",
"report-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:operations--production-scheduling",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--production-scheduling",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:operations--production-scheduling",
"to": "domain:operations",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--production-scheduling",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--production-scheduling",
"to": "role:procurement-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:operations--production-scheduling",
"to": "workflow:vendor-onboarding",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--production-scheduling",
"to": "workflow:vendor-evaluation",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:operations--production-scheduling",
"to": "specialization:operations",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:operations--production-scheduling",
"to": "lib-agent:shared--optimizer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}