Canvas LMS · Arazzo Workflow
Canvas LMS Create Assignment and Confirm
Version 1.0.0
Verify a course exists, create an assignment in it, then fetch the assignment back.
View Spec
View on GitHub
Learning ManagementEducationEdTechLMSLTIHigher EducationK-12Open SourceAGPLCanvasArazzoWorkflows
Provider
Workflows
create-assignment-and-confirm
Create an assignment in an existing course and confirm it was stored.
Resolves the course, creates an assignment with the supplied name, point value, due date, and submission types, and reads the new assignment back to verify it persisted.
1
resolveCourse
getCourse
Read the target course to confirm it exists and is available before writing an assignment into it.
2
createAssignment
createAssignment
Create the assignment in the course using the supplied name, points, due date, and submission types.
3
confirmAssignment
getAssignment
Re-fetch the created assignment by id to confirm it persisted with the expected name and point value.