Module: Tasker::Constants::TaskExecution::ExecutionStatus
- Defined in:
- lib/tasker/constants.rb
Overview
Execution status values - indicate current workflow execution state
Constant Summary collapse
- HAS_READY_STEPS =
Task has steps ready for immediate execution
'has_ready_steps'
- PROCESSING =
Task has steps currently being processed
'processing'
- BLOCKED_BY_FAILURES =
Task is blocked by failed steps with no ready steps
'blocked_by_failures'
- ALL_COMPLETE =
All task steps have completed successfully
'all_complete'
- WAITING_FOR_DEPENDENCIES =
Task is waiting for step dependencies to be satisfied
'waiting_for_dependencies'