@etohq/workflows-flows
v0.0.1-next-20260318155517
Published
Reusable workflow template library (seed definitions + schemas)
Readme
eto-workflows flows
Workflow orchestration layer.
This package is where cross-module behavior should live:
- parsing/preview steps for CSV/PDF imports
- rule evaluation and validation orchestration
- multi-step import workflows (draft -> preview -> confirm -> execute)
Module services should remain persistence-focused; avoid embedding parsing/transformation logic there.
Dataset Preview Workflows
- CSV preview:
dataset.preview-from-csv - PDF preview (Node-only):
dataset.preview-from-pdf
