Module: Shikibu::Status
- Defined in:
- lib/shikibu/constants.rb
Overview
Workflow instance status values (shared with Python/Go)
Constant Summary collapse
- RUNNING =
'running'- COMPLETED =
'completed'- FAILED =
'failed'- WAITING_FOR_EVENT =
'waiting_for_event'- WAITING_FOR_TIMER =
'waiting_for_timer'- WAITING_FOR_MESSAGE =
'waiting_for_message'- COMPENSATING =
'compensating'- CANCELLED =
'cancelled'- RECURRED =
'recurred'- ALL =
[ RUNNING, COMPLETED, FAILED, WAITING_FOR_EVENT, WAITING_FOR_TIMER, WAITING_FOR_MESSAGE, COMPENSATING, CANCELLED, RECURRED ].freeze