37 lines
874 B
Markdown
37 lines
874 B
Markdown
---
|
|
id: meta/component-layer
|
|
name: Complete component layer — all five ujsx workflow components
|
|
status: completed
|
|
depends_on:
|
|
- component/operation
|
|
- component/sequential
|
|
- component/parallel
|
|
- component/conditional
|
|
- component/map
|
|
scope: moderate
|
|
risk: low
|
|
impact: component
|
|
level: planning
|
|
---
|
|
|
|
## Description
|
|
|
|
Meta task that clusters all ujsx component tasks. Once complete, the `@alkdev/flowgraph/component` sub-path provides all five workflow components for template authoring.
|
|
|
|
## Acceptance Criteria
|
|
|
|
- [ ] All component tasks completed
|
|
- [ ] `@alkdev/flowgraph/component` exports Operation, Sequential, Parallel, Conditional, Map
|
|
- [ ] Each component produces correct UElement shape with WorkflowTag type
|
|
|
|
## References
|
|
|
|
- docs/architecture/workflow-templates.md
|
|
|
|
## Notes
|
|
|
|
> To be filled by implementation agent
|
|
|
|
## Summary
|
|
|
|
> To be filled on completion |