9767: create a pipeline instance or container request depending on the template selected.
[arvados.git] / apps / workbench / app / models / work_unit.rb
index 0d194b88a5f8c70a09a4f6044c0a6f90ab388b07..7373bc242353b99c43f3cd73708e1ce9c7235599 100644 (file)
@@ -195,4 +195,8 @@ class WorkUnit
   def render_log
     # return partial and locals to be rendered
   end
+
+  def template_uuid
+    # return the uuid of this work unit's template, if one exists
+  end
 end