Index (W)
»
Retab
»
Types
»
WorkflowExperimentRunPlanMode
Class: Retab::Types::WorkflowExperimentRunPlanMode
Inherits:
Object
Object
Retab::Types::WorkflowExperimentRunPlanMode
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