Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / models / work_unit.rb
index f0c4230f2ad0893786bbb83d0b628ec34bd566a6..493dd2f578a213afcd348fb0a2a1cca035592c03 100644 (file)
@@ -211,4 +211,8 @@ class WorkUnit
   def template_uuid
     # return the uuid of this work unit's template, if one exists
   end
+
+  def runtime_status
+    # Returns this work unit's runtime_status, if any
+  end
 end