II.
Workflow JSON
Structured · liveworkflow:lms-content-deployment
LMS Content Deployment json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:lms-content-deployment",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-education.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "LMS Content Deployment",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "per-release",
"complexity": "single-team",
"description": "Manages the deployment of learning content packages to the learning\nmanagement system -- validating SCORM/xAPI package compliance, executing\nstaging-environment preview checks, verifying prerequisite and\nenrollment-rule configurations, testing assessment scoring logic,\nconfirming accessibility compliance (WCAG 2.1), and promoting content\nfrom staging to production with rollback capability. Produces deployment\nmanifests, accessibility audit results, and release notes. Excludes\ncourse design and instructional authoring.\n"
},
"outgoingEdges": [
{
"from": "workflow:lms-content-deployment",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:lms-content-deployment",
"to": "role:test-writer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:lms-content-deployment",
"to": "role:technical-writer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:lms-content-deployment",
"to": "skill-area:observability-pipeline",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:lms-content-deployment",
"to": "domain:education",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:lms-content-deployment",
"to": "domain:platform-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:lms-content-deployment",
"to": "responsibility:approve-deploys",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:lms-content-deployment",
"to": "responsibility:write-user-docs",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:lms-content-deployment",
"to": "org-unit:content-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:lms-content-deployment",
"to": "org-unit:release-engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:learning-management-system",
"to": "workflow:lms-content-deployment",
"kind": "follows_workflow"
}
]
}