数据表 |
流程节点日志表(flow_log) | |||
字段名 |
中文名 |
类型 |
值域 |
描述 |
id |
编号 |
int(11) |
|
|
doc_id |
|
decimal(11,0) |
document表id号 |
|
creator_id |
流程发起者id |
decimal(10,0) |
|
|
processor_id |
操作者id |
decimal(11,0) |
|
|
action_type |
动作类型 |
tinyint(4) |
|
|
action_time |
动作时间 |
datetime |
|
|
memo |
操作描述 |
text |
[操作节点权限],送[节点][送往节点权限] |
内部由几部分组成,描述操作者的节点权限,送往哪些节点,送往节点的权限是什么 |
processor_name |
操作者名称 |
varchar(20) |
|
|
nextnode_name |
送往人员名称 |
text |
所有送往人员名称 |
无送往人员时显示流程结束或中止 |