Class: T2Flow::Coordination

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

Instance Attribute Summary collapse

Instance Attribute Details

#controlObject

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



6
7
8
# File 'lib/t2flow/model/coordination.rb', line 6

def control
  @control
end

#targetObject

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



9
10
11
# File 'lib/t2flow/model/coordination.rb', line 9

def target
  @target
end