forked from go-workflow/go-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprocessConfig2.json
130 lines (130 loc) · 3.37 KB
/
processConfig2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "发起人",
"type": "start",
"nodeId": "sid-startevent",
"childNode": {
"type": "route",
"nodeId": "8b5c_debb",
"prevId": "sid-startevent",
"childNode": {
"name": "UNKNOWN",
"type": "approver",
"nodeId": "59ba_8815",
"prevId": "8b5c_debb",
"properties": {
"activateType": "ALL",
"agreeAll": true,
"actionerRules": [
{
"type": "target_label",
"labelNames": "人事",
"labels": 427529104,
"memberCount": 1,
"actType": "and"
}
],
"noneActionerAction": "admin"
}
},
"conditionNodes": [
{
"name": "条件1",
"type": "condition",
"nodeId": "da89_be76",
"prevId": "8b5c_debb",
"childNode": {
"name": "UNKNOWN",
"type": "approver",
"nodeId": "735c_0854",
"prevId": "da89_be76",
"properties": {
"activateType": "ONE_BY_ONE",
"actionerRules": [
{
"type": "target_management",
"level": 1,
"autoUp": true
}
],
"noneActionerAction": "admin"
}
},
"properties": {
"conditions": [
[
{
"type": "dingtalk_actioner_value_condition",
"paramKey": "DDHolidayField-J2BWEN12__options",
"paramLabel": "请假类型",
"paramValues": [
"年假"
],
"oriValue": [
"年假",
"事假",
"病假",
"调休",
"产假",
"婚假",
"例假",
"丧假"
]
}
]
]
}
},
{
"name": "条件2",
"type": "condition",
"nodeId": "a97f_9517",
"prevId": "8b5c_debb",
"childNode": {
"name": "UNKNOWN",
"type": "approver",
"nodeId": "5891_395b",
"prevId": "a97f_9517",
"properties": {
"activateType": "ALL",
"agreeAll": true,
"actionerRules": [
{
"type": "target_label",
"labelNames": "财务",
"labels": 427529103,
"memberCount": 2,
"actType": "and"
}
],
"noneActionerAction": "auto"
}
},
"properties": {
"conditions": [
[
{
"type": "dingtalk_actioner_value_condition",
"paramKey": "DDHolidayField-J2BWEN12__options",
"paramLabel": "请假类型",
"paramValues": [
"调休"
],
"oriValue": [
"年假",
"事假",
"病假",
"调休",
"产假",
"婚假",
"例假",
"丧假"
]
}
]
]
}
}
],
"properties": {}
}
}