Adobe Captivate · Arazzo Workflow
Adobe Learning Manager Unenroll a Learner from a Course
Version 1.0.0
Find a learner's enrollment in a course, confirm it, and remove it if present.
Provider
Workflows
unenroll-learner
Remove a learner's enrollment in a given learning object if one exists.
Searches enrollments for the learner and learning object, and when a match is found confirms the enrollment and deletes it; otherwise ends without changes.
1
findEnrollment
getEnrollments
List enrollments filtered to the learner and learning object, returning at most one match, and branch on whether an enrollment exists.
2
confirmEnrollment
getEnrollment
Read the matched enrollment by id to confirm it still exists before deleting it.
3
removeEnrollment
unenrollUser
Delete the enrollment to unenroll the learner from the learning object instance.