In Canvas Data, not that I'm aware of, and looking at documentation not currently. Canvas Data is mostly a of rollup the current state of existing records... the task/job queue of those records is very transitional and kinda of out of the scope of CD.
In Live Events, there is a Payload Example : content_migration_completed event.
Additionally, the following events (Canvas format only) have job_tag fields that include content migration.
| events | job tags with migration |
|---|
assignment_created assignment_group_created assignment_group_updated assignment_updated attachment_created attachment_deleted attachment_updated content_migration_completed course_updated discussion_topic_created discussion_topic_updated grade_change group_created module_created module_item_created module_item_updated module_updated quizzes_next_quiz_duplicated syllabus_updated wiki_page_created wiki_page_deleted wiki_page_updated | Canvas::Migration::Worker::CCWorker#perform Canvas::Migration::Worker::CourseCopyWorker#perform Canvas::Migration::Worker::QtiWorker#perform Canvas::Migration::Worker::ZipFileWorker#perform ContentMigration#import_content |
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.