Module: Dipa::Models::AgentStateAttributes

Extended by:
ActiveSupport::Concern
Includes:
SettingConstants
Included in:
Agent
Defined in:
app/models/concerns/dipa/models/agent_state_attributes.rb

Constant Summary collapse

AGENT_EXTRA_FINISHED_STATES =
{
  processing_failed: 'processing_failed',
  aborted_through_coordinator: 'aborted_through_coordinator',
  aborted_through_coordinator_timed_out: 'aborted_through_coordinator_timed_out',
  aborted_through_coordinator_processing_timed_out: 'aborted_through_coordinator_processing_timed_out'
}.freeze
AGENT_EXTRA_CONTINUING_STATES =
{}.freeze