Commit 5aa9d0d4 authored by 魏国强's avatar 魏国强

Update README.md

parent 08410814
...@@ -165,3 +165,44 @@ For (1), system will automatically update schema for a particular definition. Fo ...@@ -165,3 +165,44 @@ For (1), system will automatically update schema for a particular definition. Fo
System will automatically populate available interfaces for the user based on what interfaces are available on the system. System will automatically populate available interfaces for the user based on what interfaces are available on the system.
For (2), system will normalize values or perform some actions as discussed above. For (2), system will normalize values or perform some actions as discussed above.
### 自动化营销引擎
##### 模块拆分
1. [流程管理](#jump)
2. 过滤器
3. 规则引擎
4. 任务执行
5. 状态监控
6. 历史记录
<h5 id="l1">流程管理</h5>
1. 流程定义
2. 流程部署
3. 流程废弃
4. 流程删除
5. 流程审批
<span id="jump"></span>
##### 过滤器
1. 后端接口对应枚举
2. 枚举实现接口获取子集菜单或业务字段
3. 统一接口实现前端页面数据
##### 规则引擎
1. 模型存储 键 操作符 值集合 值类型 显示名称
2. 与 、或
3. 用户键 业务键
4. 规则解析判定
##### 任务执行
1. 定时执行(流程定时触发)
2. 节点动作执行
##### 状态监控
1. 记录流程中各个节点人数,人次,用户id
##### 历史记录
1. 记录执行完成的流程实例
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment