6 Commits

Author SHA1 Message Date
向宁
7bad5f93d9 feat: refactor form to schema JSON, add audit fields, range comparator, disable form endpoint 2026-05-25 20:33:20 +08:00
向宁
1d5fd7449e feat: add Edge CRUD commands with tests 2026-05-21 14:46:32 +08:00
向宁
f18a48379f feat: add Node CRUD commands with tests 2026-05-21 14:42:51 +08:00
向宁
d9cf703615 fix: StartWorkflowInstance 调用 ProcessEngine 自动传播 Token
移除手动创建 Token 的代码,改为调用 processEngine.StartAsync(instance)
自动从 Start 节点传播 Token 到后续节点。
更新测试以注入 ProcessEngine 依赖。
2026-05-20 20:44:46 +08:00
向宁
fc4ecbbacc feat: add gRPC auth, condition comparators, seed data, EF migrations
- gRPC auth service for token validation
- Value comparator system (string, numeric, boolean, datetime, collection)
- Condition evaluator with strategy chain
- Form definition and data improvements
- Workflow instance/task endpoints updated
- Seed data and EF design-time factory
- Test coverage for comparators and handlers
2026-05-20 20:28:35 +08:00
向宁
bc8c32b808 feat: initial work-flow project scaffold 2026-05-17 22:46:19 +08:00