表名:workflow_nodelink
中文名称:工作流节点出口信息表
表类型:
返回目录说明:
序号 |
中文名称 |
英文名称 |
数据类型 |
长度 |
允许空值 |
主键 |
默认值 |
自增 |
说明 |
1 |
ID |
id |
int |
|
N |
|
|
Y |
|
2 |
工作流id |
workflowid |
int |
|
|
|
|
|
|
3 |
节点id |
nodeid |
int |
|
|
|
|
|
|
4 |
节点是否可退回 |
isreject |
char |
1 |
|
|
|
|
0:否,1:是 |
5 |
出口名称 |
linkname |
varchar |
1000 |
|
|
|
|
|
6 |
目标节点id |
destnodeid |
int |
|
|
|
|
|
|
7 |
节点连线图形显示起点 |
directionfrom |
int |
|
|
|
|
|
|
8 |
节点连线图形显示终点 |
directionto |
int |
|
|
|
|
|
|
9 |
节点连线图形显示横坐标1 |
x1 |
int |
|
|
|
|
|
|
10 |
节点连线图形显示纵坐标1 |
y1 |
int |
|
|
|
|
|
|
11 |
节点连线图形显示横坐标2 |
x2 |
int |
|
|
|
|
|
|
12 |
节点连线图形显示纵坐标2 |
y2 |
int |
|
|
|
|
|
|
13 |
节点连线图形显示横坐标3 |
x3 |
int |
|
|
|
|
|
|
14 |
节点连线图形显示纵坐标3 |
y3 |
int |
|
|
|
|
|
|
15 |
节点连线图形显示横坐标4 |
x4 |
int |
|
|
|
|
|
|
16 |
节点连线图形显示纵坐标4 |
y4 |
int |
|
|
|
|
|
|
17 |
节点连线图形显示横坐标5 |
x5 |
int |
|
|
|
|
|
|
18 |
节点连线图形显示纵坐标5 |
y5 |
int |
|
|
|
|
|
|
19 |
节点超时时间(小时) |
nodepasstime |
float |
|
|
|
|
|
|
20 |
节点超时小时 |
nodepasshour |
int |
|
|
|
|
|
|
21 |
节点超时分钟 |
nodepassminute |
int |
|
|
|
|
|
|
22 |
是否超时提醒 |
isremind |
char |
1 |
|
|
|
|
|
23 |
提前提醒小时 |
remindhour |
int |
|
|
|
|
|
|
24 |
提前提醒分钟 |
remindminute |
int |
|
|
|
|
|
|
25 |
工作流提醒 |
FlowRemind |
char |
1 |
|
|
|
|
|
26 |
短信提醒 |
MsgRemind |
char |
1 |
|
|
|
|
|
27 |
邮件提醒 |
MailRemind |
char |
1 |
|
|
|
|
|
28 |
提醒本节点操作人 |
isnodeoperator |
char |
1 |
|
|
|
|
|
29 |
提醒创建人 |
iscreater |
char |
1 |
|
|
|
|
|
30 |
提醒本节点操作人经理 |
ismanager |
char |
1 |
|
|
|
|
|
31 |
提醒指定对象 |
isother |
char |
1 |
|
|
|
|
|
32 |
提醒的指定对象 |
remindobjectids |
varchar |
1000 |
|
|
|
|
|
33 |
是否超时处理 |
isautoflow |
char |
1 |
|
|
|
|
|
34 |
自动流转至下一操作人 |
flownextoperator |
char |
1 |
|
|
|
|
|
35 |
指定干预对象 |
flowobjectids |
varchar |
1000 |
|
|
|
|
|
36 |
是否生成编号 |
isBulidCode |
char |
1 |
|
|
|
|
1:是,0或其它:否 |
37 |
是否必须通过 |
ismustpass |
char |
1 |
|
|
|
|
1:是,0或其它:否 |
38 |
出口提示信息 |
tipsinfo |
varchar |
1000 |
|
|
|
|
|
39 |
处理意见 |
ProcessorOpinion |
varchar |
1000 |
|
|
|
|
流程超时显示的签字意见 |
40 |
请求ID |
wfrequestid |
int |
|
|
|
|
|
用户前端设置超时时使用 |
41 |
出口条件 |
condition |
text |
|
|
|
|
|
|
42 |
出口条件,显示用 |
conditioncn |
text |
|
|
|
|
|
|
43 |
出口起点方向 |
startDirection |
int |
|
|
|
|
|
|
44 |
出口结束方向 |
endDirection |
int |
|
|
|
|
|
|
45 |
出口结束方向 |
points |
varchar |
1000 |
|
|
|
|
|
46 |
日期字段 |
dateField |
varchar |
1000 |
|
|
|
|
|
47 |
时间字段 |
timeField |
varchar |
1000 |
|
|
|
|
|
48 |
消息提醒中心 |
CustomWorkflowid |
int |
|
|
|
|
|
|
49 |
退回至目标节点 |
flowobjectreject |
varchar |
1000 |
|
|
|
|
|
50 |
提交至目标节点 |
flowobjectsubmit |
varchar |
1000 |
|
|
|
|
|
51 |
超时后提醒 |
isremind_csh |
char |
1 |
|
|
|
|
|
52 |
超时后提交小时 |
remindhour_csh |
int |
|
|
|
|
|
|
53 |
超时后提醒分钟 |
remindminute_csh |
int |
|
|
|
|
|
|
54 |
超时后流程提醒 |
FlowRemind_csh |
char |
1 |
|
|
|
|
|
55 |
超时后短信提醒 |
MsgRemind_csh |
char |
1 |
|
|
|
|
|
56 |
超时后邮件提醒 |
MailRemind_csh |
char |
1 |
|
|
|
|
|
57 |
超时后提醒节点操作者 |
isnodeoperator_csh |
char |
1 |
|
|
|
|
|
58 |
超时后提交创建人 |
iscreater_csh |
char |
1 |
|
|
|
|
|
59 |
超时后提醒节点操作者经理 |
ismanager_csh |
char |
1 |
|
|
|
|
|
60 |
提醒指定对象 |
isother_csh |
char |
1 |
|
|
|
|
|
61 |
提醒的指定对象 |
remindobjectids_csh |
text |
|
|
|
|
|
|
62 |
选择经过的节点 |
selectnodepass |
int |
|
|
|
|
|
|
63 |
触发工作流 |
CustomWorkflowid_csh |
int |
|
|
|
|
|
|
64 |
消息中心提醒 |
InfoCentreRemind |
char |
1 |
|
|
|
|
|
65 |
消息中心提醒 |
InfoCentreRemind_csh |
char |
1 |
|
|
|
|
|
66 |
微信提醒 |
ChatsRemind |
char |
1 |
|
|
|
|
|
67 |
连接顺序 |
linkorder |
int |
|
|
|
|
|
|
68 |
新规则 |
newrule |
varchar |
1000 |
|
|
|
|
|
69 |
ecology_拼音_搜索 |
ecology_pinyin_search |
varchar |
1000 |
|
|
|
|
|
70 |
微信提醒 |
ChatsRemind_csh |
char |
1 |
|
|
|
|
|
71 |
规则间关系 |
ruleRelationship |
char |
1 |
|
|
|
|
1:AND,2:OR |