Merge branch 'master' into 13306-arvados-cwl-runner-py3-support
[arvados.git] / apps / workbench / app / models / job_task.rb
index 9fb04737badb1114547c0a6a581f71e9b2bbd459..b10a2b0fd6e26c03953b0734bb26d41dfa9604da 100644 (file)
@@ -1,5 +1,9 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class JobTask < ArvadosBase
   def work_unit(label=nil)
-    JobTaskWorkUnit.new(self, label)
+    JobTaskWorkUnit.new(self, label, self.uuid)
   end
 end