Skip to content

Commit a95b746

Browse files
author
Mark Robinson
committed
Add todo relevant to un-merged work
1 parent 36fb17f commit a95b746

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/commonwl/viewer/services/WorkflowService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ public void removeWorkflow(Workflow workflow) {
105105
logger.debug("Failed to delete Research Object Bundle");
106106
}
107107

108+
// TODO: Delete cached graphviz images when serverside graphviz is merged
109+
108110
// Remove the workflow from the database
109111
workflowRepository.delete(workflow);
110112
}

0 commit comments

Comments
 (0)