1000 B
1000 B
id, name, status, depends_on, scope, risk, impact, level
| id | name | status | depends_on | scope | risk | impact | level | |
|---|---|---|---|---|---|---|---|---|
| component/sequential | Implement <Sequential> ujsx component | completed |
|
single | trivial | component | implementation |
Description
Implement the Sequential ujsx component function. Structural container that renders children in order with sequential edges between consecutive siblings.
Acceptance Criteria
src/component/sequential.tsexportsSequentialcomponent functionSequentialproducesUElementwithtype: "sequential"- Props: optional
id: string - Valid children: Operation, Sequential, Parallel, Conditional, Map
- Single-child Sequential is valid but degenerate (produces no edges)
- Re-exported from
src/component/index.ts - Unit tests: correct UElement shape
References
- docs/architecture/workflow-templates.md — Sequential component, composition rules
Notes
To be filled by implementation agent
Summary
To be filled on completion