Skip to content

remora-monorepo


remora-monorepo / lib / WORKFLOW_GIVE_UP_CODES

Variable: WORKFLOW_GIVE_UP_CODES

const WORKFLOW_GIVE_UP_CODES: readonly ["missing-capability", "ambiguous-task", "not-workflow-shaped", "infeasible", "unsafe", "other"]

Defined in: packages/core/src/generator/index.ts:22

The list of all WorkflowGiveUpCode values, in declaration order. This is the single source of truth for the give-up code set: both WorkflowGiveUpCode and the internal giveUpCodeSchema arktype are derived from this array.