Module: RailsWorkflow::Status

Extended by:
ActiveSupport::Concern
Included in:
OperationStatus, Process
Defined in:
app/concerns/rails_workflow/status.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

NOT_STARTED =
0
IN_PROGRESS =
1
DONE =
2
WAITING =
3
ERROR =
4
CANCELED =
5
SKIPPED =
6
ROLLBACK =
7