Skip to content

Commit 4d52482

Browse files
Merge pull request #200 from meaningfy-ws/feature/TED-601
Update worker_single_notice_process_orchestrator.py
2 parents 64860f5 + 2b7b8b7 commit 4d52482

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dags/worker_single_notice_process_orchestrator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,8 @@ def _check_notice_state_before_notice_successfully_processed():
454454
NoticeStatus.RAW: "index_notice_xml_content",
455455
NoticeStatus.INDEXED: "index_notice_xml_content",
456456
NoticeStatus.ELIGIBLE_FOR_TRANSFORMATION: "check_eligibility_for_transformation",
457-
NoticeStatus.ELIGIBLE_FOR_PACKAGING: "generate_mets_package",
458-
NoticeStatus.ELIGIBLE_FOR_PUBLISHING: "publish_notice_in_cellar",
457+
NoticeStatus.ELIGIBLE_FOR_PACKAGING: "check_notice_state_before_generate_mets_package",
458+
NoticeStatus.ELIGIBLE_FOR_PUBLISHING: "check_notice_state_before_publish_notice_in_cellar",
459459
}
460460

461461
def _get_task_run():

0 commit comments

Comments
 (0)