Updated
On this page
Core scheduler data models: WorkflowConfig (parsed workflow TOML), ServiceConfig (long-running process declaration), and EscalationPolicy (continue_independent, halt, abort_all).
#scheduler.src.orxtra.scheduler._types
#scheduler.src.orxtra.scheduler._types
#EscalationPolicy
python
class EscalationPolicy(StrEnum):#WorkflowConfig
Parsed workflow TOML file.
#ServiceConfig
Long-running process declaration.