Merge branch '12626-merge-accounts'
[arvados.git] / services / api / app / models / job_task.rb
index 4dcf2567d7865131a6a2bc025300c962ec360605..a960186502c2b410fe7abbe6c477a35690150bae 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class JobTask < ArvadosModel
   include HasUuid
   include KindAndEtag
@@ -15,6 +19,8 @@ class JobTask < ArvadosModel
     t.add :output
     t.add :progress
     t.add :success
+    t.add :started_at
+    t.add :finished_at
   end
 
   protected