Class: WorkflowRb::ExecutionPointer

Inherits:
Object
  • Object
show all
Defined in:
lib/workflow_rb/models/execution_pointer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activeObject

Returns the value of attribute active.



5
6
7
# File 'lib/workflow_rb/models/execution_pointer.rb', line 5

def active
  @active
end

#concurrent_forkObject

Returns the value of attribute concurrent_fork.



14
15
16
# File 'lib/workflow_rb/models/execution_pointer.rb', line 14

def concurrent_fork
  @concurrent_fork
end

#end_timeObject

Returns the value of attribute end_time.



8
9
10
# File 'lib/workflow_rb/models/execution_pointer.rb', line 8

def end_time
  @end_time
end

#event_dataObject

Returns the value of attribute event_data.



13
14
15
# File 'lib/workflow_rb/models/execution_pointer.rb', line 13

def event_data
  @event_data
end

#event_keyObject

Returns the value of attribute event_key.



11
12
13
# File 'lib/workflow_rb/models/execution_pointer.rb', line 11

def event_key
  @event_key
end

#event_nameObject

Returns the value of attribute event_name.



10
11
12
# File 'lib/workflow_rb/models/execution_pointer.rb', line 10

def event_name
  @event_name
end

#event_publishedObject

Returns the value of attribute event_published.



12
13
14
# File 'lib/workflow_rb/models/execution_pointer.rb', line 12

def event_published
  @event_published
end

#path_terminatorObject

Returns the value of attribute path_terminator.



15
16
17
# File 'lib/workflow_rb/models/execution_pointer.rb', line 15

def path_terminator
  @path_terminator
end

#persistence_dataObject

Returns the value of attribute persistence_data.



6
7
8
# File 'lib/workflow_rb/models/execution_pointer.rb', line 6

def persistence_data
  @persistence_data
end

#sleep_untilObject

Returns the value of attribute sleep_until.



9
10
11
# File 'lib/workflow_rb/models/execution_pointer.rb', line 9

def sleep_until
  @sleep_until
end

#start_timeObject

Returns the value of attribute start_time.



7
8
9
# File 'lib/workflow_rb/models/execution_pointer.rb', line 7

def start_time
  @start_time
end

#step_idObject

Returns the value of attribute step_id.



4
5
6
# File 'lib/workflow_rb/models/execution_pointer.rb', line 4

def step_id
  @step_id
end