Skip to content

remora-monorepo


remora-monorepo / lib / DiagnosticLocation

Interface: DiagnosticLocation

Defined in: packages/core/src/compiler/types.ts:7

Identifies the source location of a diagnostic within the workflow.

Properties

field

field: string

Defined in: packages/core/src/compiler/types.ts:11

The field path within the step (e.g. "params.toolInput.email").


stepId

stepId: string | null

Defined in: packages/core/src/compiler/types.ts:9

The step that triggered the diagnostic, or null for workflow-level issues.