diff --git a/workflows/dags/author/author_create/author_create_approved.py b/workflows/dags/author/author_create/author_create_approved.py index cbb54f33..5abb013e 100644 --- a/workflows/dags/author/author_create/author_create_approved.py +++ b/workflows/dags/author/author_create/author_create_approved.py @@ -57,7 +57,7 @@ def set_workflow_status_to_running(**context): workflow_management_hook.set_workflow_status( status_name=status_name, workflow_id=context["params"]["workflow_id"], - typ=AUTHORS, + collection=AUTHORS, ) @task.branch()