X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/02de894919a054c31384aeda99a2c2de3a09ee60..3d83ff9296c47016abf2823a740ef7825eb9ccfc:/services/api/app/models/job_task.rb 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