Class: TavernaPlayer::Run

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
Concerns::Models::Run
Defined in:
app/models/taverna_player/run.rb,
lib/generators/templates/models/run.rb

Overview

This class represents a workflow run. It may be yet to run, running or finished. All inputs and outputs can be accessed via this class.

Method Summary

Methods included from Concerns::Models::Run

#cancel, #cancelled?, #cancelling?, #complete?, #failed?, #finished?, #has_parent?, #incomplete?, #initialized?, #job_failed?, #pending?, #root_ancestor, #running?, #state, #state=, #status_message, #timeout?