Module: Tasker::Constants::TaskExecution::RecommendedAction

Defined in:
lib/tasker/constants.rb

Overview

Recommended action values - indicate what should happen next

Constant Summary collapse

EXECUTE_READY_STEPS =

Execute the steps that are ready for processing

'execute_ready_steps'
WAIT_FOR_COMPLETION =

Wait for currently processing steps to complete

'wait_for_completion'
HANDLE_FAILURES =

Handle failed steps that are blocking progress

'handle_failures'
FINALIZE_TASK =

Finalize the task as all steps are complete

'finalize_task'
WAIT_FOR_DEPENDENCIES =

Wait for dependencies to be satisfied

'wait_for_dependencies'