Merge branch '12902-queued-to-cancelled'
[arvados.git] / apps / workbench / app / models / work_unit.rb
index e10f8b7f5f005c7e6e2730cf040e16f4bb2efcce..f0c4230f2ad0893786bbb83d0b628ec34bd566a6 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class WorkUnit
   # This is an abstract class that documents the WorkUnit interface
 
@@ -188,6 +192,10 @@ class WorkUnit
     # container_uuid of a container_request
   end
 
+  def requesting_container_uuid
+    # requesting_container_uuid of a container_request
+  end
+
   def log_object_uuids
     # object uuids for live log
   end