Merge branch '10701-refactor-dispatch'
[arvados.git] / apps / workbench / app / models / work_unit.rb
index 727180ecfa8ab23d02b38a2ffe7f7665606e6c8f..e10f8b7f5f005c7e6e2730cf040e16f4bb2efcce 100644 (file)
@@ -5,14 +5,14 @@ class WorkUnit
     # returns the label that was assigned when creating the work unit
   end
 
-  def proxied
-    # returns the proxied object of this work unit
-  end
-
   def uuid
     # returns the arvados UUID of the underlying object
   end
 
+  def parent
+    # returns the parent uuid of this work unit
+  end
+
   def children
     # returns an array of child work units
   end
@@ -119,6 +119,10 @@ class WorkUnit
     # returns true if this work unit can be canceled
   end
 
+  def confirm_cancellation
+    # returns true if this work unit wants to use a confirmation for cancellation
+  end
+
   def uri
     # returns the uri for this work unit
   end