Module: Tasker::Constants::TaskExecution::HealthStatus

Defined in:
lib/tasker/constants.rb

Overview

Health status values - indicate overall workflow health

Constant Summary collapse

HEALTHY =

No failed steps, workflow is healthy

'healthy'
RECOVERING =

Has failed steps but also has ready steps (can make progress)

'recovering'
BLOCKED =

Has failed steps and no ready steps (intervention needed)

'blocked'
UNKNOWN =

Health status cannot be determined

'unknown'