Class: Retab::Types::WorkflowExperimentRunPlanMode

Inherits:
Object
  • Object
show all
Defined in:
lib/retab/types/workflow_experiment_run_plan_mode.rb

Constant Summary collapse

RUN =
"run"
NOOP =
"noop"
CONFLICT =
"conflict"
UNKNOWN =
"unknown"
ALL =
[RUN, NOOP, CONFLICT, UNKNOWN].freeze