mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-24 05:38:25 +00:00
Reminder to delete this method after the code is migrated to WorkflowService.update_workflow_state_from_master_workflow
This commit is contained in:
parent
edd53fccb0
commit
128c516494
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user