Module: Tasker::Constants::TaskFinalization::PendingReasons
- Defined in:
- lib/tasker/constants.rb
Overview
Reasons for setting tasks to pending (synchronous processing)
Constant Summary collapse
- CONTEXT_UNAVAILABLE =
Unable to determine context
'context_unavailable'
- WAITING_FOR_STEP_COMPLETION =
Waiting for current steps to complete
'waiting_for_step_completion'
- WAITING_FOR_DEPENDENCIES =
Waiting for dependencies to be satisfied
'waiting_for_dependencies'
- READY_FOR_PROCESSING =
Ready for immediate processing
'ready_for_processing'
- WORKFLOW_PAUSED =
Workflow temporarily paused
'workflow_paused'