Class: T2Flow::Coordination

Inherits:
Object
  • Object
show all
Defined in:
lib/t2flow/model.rb

Overview

This is a representation of the ‘Run after…’ function in Taverna where the selected processor or workflow is set to run after another.

Instance Attribute Summary collapse

Instance Attribute Details

#controlObject

The name of the processor/workflow which is to run first.



172
173
174
# File 'lib/t2flow/model.rb', line 172

def control
  @control
end

#targetObject

The name of the processor/workflow which is to run after the control.



175
176
177
# File 'lib/t2flow/model.rb', line 175

def target
  @target
end