mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-03-08 01:53:30 +01:00
CF11-004: Execution Storage Schema (Phase 11) - Add TypeScript types for executions, steps, queries, and stats - Add SQLite schema with workflow_executions and execution_steps tables - Implement ExecutionStore class with full CRUD operations - Support query filtering by workflow, status, trigger type, date range - Support pagination with limit/offset - Add retention utilities (cleanup by age, count, total) - Add aggregated statistics (success rate, avg duration) - Add unit tests with MockDatabase for all operations Uses synchronous SQLite (better-sqlite3 compatible interface) for performant local storage of execution history data.
Noodl Cloud runtime
The Noodl Cloud Runtime is a crucial component for executing Noodl Cloud functions. This repository contains the code necessary to run and manage these functions seamlessly within the Noodl ecosystem.
Usage
The Noodl Cloud Runtime is designed to be used in conjunction with the Noodl Cloud Service. Follow the instructions provided in the Noodl Cloud Service repository to set up the complete Noodl Cloud environment.
License
This project is licensed under the MIT License.