iiRecord
Agentic AI Atlas · GAP-PROC-004: Process Parameter Schemas and Validation
page:docs-harness-features-backlog-gaps-process-composition-gap-proc-004a5c.ai
II.
Page reference

page:docs-harness-features-backlog-gaps-process-composition-gap-proc-004

Reading · 1 min

GAP-PROC-004: Process Parameter Schemas and Validation reference

Define typed input/output schemas for processes. Validate at run creation and between pipeline stages.

Pagewiki/docs/harness-features-backlog/gaps/process-composition/GAP-PROC-004.mdOutgoing · 0Incoming · 1

GAP-PROC-004: Process Parameter Schemas and Validation

FieldValue
Categoryprocess-composition
PriorityMedium
EffortS
StatusMissing

Description

Define typed input/output schemas for processes. Validate at run creation and between pipeline stages.

Current State

inputs.json is untyped. No schema validation.

Target State

Process definitions include input/output JSON schemas. Validation at run:create time. Validation between pipeline stages. Type-safe process composition.

Dependencies

  • None

Key Files

ComponentPath
Runtimepackages/sdk/src/runtime/
Storagepackages/sdk/src/storage/
Process definitions.a5c/processes/

Recommendation

M0 (Quick Wins) implementation. Add inputSchema/outputSchema to process metadata. Validate inputs.json against schema at run creation.