Module: Dipa::Models::CoordinatorStateAttributes

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

Constant Summary collapse

COORDINATOR_EXTRA_FINISHED_STATES =
{
  aborted_through_agent: 'aborted_through_agent',
  aborted_through_agent_timed_out: 'aborted_through_agent_timed_out',
  aborted_through_agent_processing_timed_out: 'aborted_through_agent_processing_timed_out',
  aborted_through_agent_processing_failed: 'aborted_through_agent_processing_failed'
}.freeze
COORDINATOR_EXTRA_CONTINUING_STATES =
{}.freeze