Merge branch '3877-log-memory-leak' closes #3877
[arvados.git] / services / api / app / models / pipeline_instance.rb
index f2c930c43bfa85c38f728b26dafd6911f27005b7..28345d51f507e8eebe9f9baf9a7640f4460a1041 100644 (file)
@@ -17,12 +17,14 @@ class PipelineInstance < ArvadosModel
     t.add :pipeline_template_uuid
     t.add :pipeline_template, :if => :pipeline_template
     t.add :name
-    t.add :description
     t.add :components
     t.add :dependencies
     t.add :properties
     t.add :state
     t.add :components_summary
+    t.add :description
+    t.add :started_at
+    t.add :finished_at
   end
 
   # Supported states for a pipeline instance