Reminder to delete this method after the code is migrated to WorkflowService.update_workflow_state_from_master_workflow

This commit is contained in:
mike cullerton 2022-04-29 17:45:38 -04:00
parent edd53fccb0
commit 128c516494

View File

@ -506,6 +506,9 @@ class StudyService(object):
@staticmethod @staticmethod
def _update_status_of_workflow_meta(workflow_metas, status): def _update_status_of_workflow_meta(workflow_metas, status):
# TODO: Remove
# This code is moving to WorkflowService.update_workflow_state_from_master_workflow
# Update the status on each workflow # Update the status on each workflow
warnings = [] warnings = []
unused_statuses = status.copy() # A list of all the statuses that are not used. unused_statuses = status.copy() # A list of all the statuses that are not used.