Class: Phronomy::WorkflowRunner::WorkflowPersistenceCommand Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/phronomy/workflow_runner.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



31
32
33
# File 'lib/phronomy/workflow_runner.rb', line 31

def error
  @error
end

#fsm_session_idObject

Returns the value of attribute fsm_session_id

Returns:

  • (Object)

    the current value of fsm_session_id



31
32
33
# File 'lib/phronomy/workflow_runner.rb', line 31

def fsm_session_id
  @fsm_session_id
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



31
32
33
# File 'lib/phronomy/workflow_runner.rb', line 31

def result
  @result
end

#result_taskObject

Returns the value of attribute result_task

Returns:

  • (Object)

    the current value of result_task



31
32
33
# File 'lib/phronomy/workflow_runner.rb', line 31

def result_task
  @result_task
end

#runnerObject

Returns the value of attribute runner

Returns:

  • (Object)

    the current value of runner



31
32
33
# File 'lib/phronomy/workflow_runner.rb', line 31

def runner
  @runner
end

#thread_idObject

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



31
32
33
# File 'lib/phronomy/workflow_runner.rb', line 31

def thread_id
  @thread_id
end