II.
Workflow JSON
Structured · liveworkflow:student-enrollment
Student Enrollment json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:student-enrollment",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-4.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Student Enrollment",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "per-term",
"complexity": "standard",
"description": "Managing the student enrollment cycle -- opening registration periods,\nprocessing course selections, enforcing prerequisites and capacity\nlimits, handling waitlists and section transfers, and reconciling\nenrollment counts with financial aid and billing systems. Produces\nenrollment reports, waitlist summaries, and section utilization metrics.\n"
},
"outgoingEdges": [
{
"from": "workflow:student-enrollment",
"to": "role:registrar",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:student-enrollment",
"to": "role:academic-advisor",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:student-enrollment",
"to": "role:admissions-officer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:student-enrollment",
"to": "domain:higher-education",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:student-enrollment",
"to": "domain:student-information-systems",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:student-enrollment",
"to": "responsibility:student-outcome-tracking",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:student-enrollment",
"to": "responsibility:accreditation-compliance",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:student-enrollment",
"to": "org-unit:operations-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}