9318: "Active" and "Recently finished" panes in dashboard are updated to use work_uni...
[arvados.git] / apps / workbench / app / models / work_unit.rb
index fba9015d19f2c5c3a42dd6fa3f10b37addd10f37..9459cd1ccd1be59cf1080e96526e8ef9fa66a55f 100644 (file)
@@ -91,6 +91,11 @@ class WorkUnit
     # returns uuid or pdh of output data, if any
   end
 
+  def outputs
+    # returns array containing uuid or pdh of output data of all children
+    # if no children, return output data if any
+  end
+
   def child_summary
     # summary status of any children of this work unit
   end