Merge branch '10029-wb-send-request-id'
[arvados.git] / apps / workbench / app / models / pipeline_instance_work_unit.rb
index 7c623935d4853343e949c5ed2fc007a8474f6893..dd5685ac3d8082d5a5836896afa310b416e728f2 100644 (file)
@@ -43,7 +43,16 @@ class PipelineInstanceWorkUnit < ProxyWorkUnit
     items
   end
 
+  def uri
+    uuid = get(:uuid)
+    "/pipeline_instances/#{uuid}"
+  end
+
   def title
     "pipeline"
   end
+
+  def template_uuid
+    get(:pipeline_template_uuid)
+  end
 end