X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0e9e78ad4e32fb3a14c6e83091efdbe96f2f03d6..f2bf124640e2ff6155fbe9d0f8304b800ae8efa6:/services/api/app/models/job_task.rb?ds=sidebyside diff --git a/services/api/app/models/job_task.rb b/services/api/app/models/job_task.rb index 4dcf2567d7..a960186502 100644 --- a/services/api/app/models/job_task.rb +++ b/services/api/app/models/job_task.rb @@ -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