Class: Phronomy::WorkflowRunner::Execution Private

Inherits:
Data
  • 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

#contextObject (readonly)

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



21
22
23
# File 'lib/phronomy/workflow_runner.rb', line 21

def context
  @context
end

#expected_revisionObject (readonly)

Returns the value of attribute expected_revision

Returns:

  • (Object)

    the current value of expected_revision



21
22
23
# File 'lib/phronomy/workflow_runner.rb', line 21

def expected_revision
  @expected_revision
end

#fsm_session_idObject (readonly)

Returns the value of attribute fsm_session_id

Returns:

  • (Object)

    the current value of fsm_session_id



21
22
23
# File 'lib/phronomy/workflow_runner.rb', line 21

def fsm_session_id
  @fsm_session_id
end

#persistObject (readonly)

Returns the value of attribute persist

Returns:

  • (Object)

    the current value of persist



21
22
23
# File 'lib/phronomy/workflow_runner.rb', line 21

def persist
  @persist
end

#recursion_limitObject (readonly)

Returns the value of attribute recursion_limit

Returns:

  • (Object)

    the current value of recursion_limit



21
22
23
# File 'lib/phronomy/workflow_runner.rb', line 21

def recursion_limit
  @recursion_limit
end

#repositoryObject (readonly)

Returns the value of attribute repository

Returns:

  • (Object)

    the current value of repository



21
22
23
# File 'lib/phronomy/workflow_runner.rb', line 21

def repository
  @repository
end

#thread_idObject (readonly)

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



21
22
23
# File 'lib/phronomy/workflow_runner.rb', line 21

def thread_id
  @thread_id
end