0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript3,019 forks (3,019 forks)user submission
feature-requesthelp wantedmod/workflow
Repository metrics
- Stars
- 20,840 stars (20,840 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
您的功能请求是否与某个问题相关?请描述。
每次单独测试某个节点需要将整个工作流运行一遍,或者手动填测试数据
描述您期望的解决方案
可以缓存上次试运行的记录,单个节点测试时可以直接使用上一节点缓存的数据
描述您考虑过的替代方案
无
其他上下文信息
无
Contributor guide
- Research direction
- Investigate the existing workflow execution engine to identify where caching of previous run data can be integrated. Propose a caching mechanism (e.g., using local storage or a designated cache service) that allows individual node testing without re running the entire workflow.
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- Git