feat(engine): Open Workflow DSL 1.0 parser for document and schemas #12

Open
opened 2026-09-09 10:15:31 +00:00 by larandar · 0 comments
Owner

Proposal

Parse Open Workflow DSL 1.0 document, input.schema, and output.schema declarations.

Design

Implement a typed OWS AST and parser with structured diagnostics; do not normalize Ting syntax here.

Tasks

  • Define AST nodes; parse valid declarations; reject malformed declarations with typed errors.

Gherkin Specification Delta

must.contracts.ting-workflows.deliverable-12

Scenario: Deliverable behavior

  • GIVEN the stated prerequisites and inputs
  • WHEN the feature is exercised
  • THEN valid OWS source with document and schemas, when parsed, then each declaration is represented in the typed AST.
## Proposal Parse Open Workflow DSL 1.0 document, input.schema, and output.schema declarations. ## Design Implement a typed OWS AST and parser with structured diagnostics; do not normalize Ting syntax here. ## Tasks - Define AST nodes; parse valid declarations; reject malformed declarations with typed errors. ## Gherkin Specification Delta ### must.contracts.ting-workflows.deliverable-12 **Scenario: Deliverable behavior** - **GIVEN** the stated prerequisites and inputs - **WHEN** the feature is exercised - **THEN** valid OWS source with document and schemas, when parsed, then each declaration is represented in the typed AST.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
Ting/workflows#12
No description provided.