Skip to content
Snippets Groups Projects
Commit c7074643 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

update workflow service for pims support

parent 92ca3440
No related branches found
Tags end-of-sprint/5
1 merge request!1075update workflow service for pims support
Pipeline #6802 passed
......@@ -37,7 +37,7 @@ class WorkflowRequestState(Enum):
class ArchiveWorkflows(Enum):
"""
Enum that specifies the workflows initiated from the AAT
Enum that specifies the workflows initiated from the AAT or VLASS
"""
CARTA = "carta"
......
......@@ -124,7 +124,7 @@ class WorkflowInfo(WorkflowInfoIF):
if "ingest" in workflow_name:
argument["need_project_metadata"] = True
if "vlass" in workflow_name:
if any(item in workflow_name for item in ["vlass", "pims"]):
if "coarse" in workflow_name:
argument["need_project_metadata"] = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment