提交 | 用户 | 时间
|
71e81e
|
1 |
{ |
懒 |
2 |
"title" : "流程编辑器", |
|
3 |
"namespace" : "http://b3mn.org/stencilset/bpmn2.0#", |
|
4 |
"description" : "BPMN流程编辑器", |
|
5 |
"propertyPackages" : [ { |
|
6 |
"name" : "process_idpackage", |
|
7 |
"properties" : [ { |
|
8 |
"id" : "process_id", |
|
9 |
"type" : "String", |
|
10 |
"title" : "流程唯一标识", |
|
11 |
"value" : "未定义", |
|
12 |
"description" : "流程定义唯一的标识", |
|
13 |
"popular" : true |
|
14 |
} ] |
|
15 |
}, { |
|
16 |
"name" : "overrideidpackage", |
|
17 |
"properties" : [ { |
|
18 |
"id" : "overrideid", |
|
19 |
"type" : "String", |
|
20 |
"title" : "ID", |
|
21 |
"value" : "", |
|
22 |
"description" : "元素的唯一标识", |
|
23 |
"popular" : true |
|
24 |
} ] |
|
25 |
}, { |
|
26 |
"name" : "namepackage", |
|
27 |
"properties" : [ { |
|
28 |
"id" : "name", |
|
29 |
"type" : "String", |
|
30 |
"title" : "名称", |
|
31 |
"value" : "", |
|
32 |
"description" : "BPMN元素的描述名称.", |
|
33 |
"popular" : true, |
|
34 |
"refToView" : "text_name" |
|
35 |
} ] |
|
36 |
}, { |
|
37 |
"name" : "documentationpackage", |
|
38 |
"properties" : [ { |
|
39 |
"id" : "documentation", |
|
40 |
"type" : "Text", |
|
41 |
"title" : "文档", |
|
42 |
"value" : "", |
|
43 |
"description" : "BPMN元素的描述名称.", |
|
44 |
"popular" : true |
|
45 |
} ] |
|
46 |
}, { |
|
47 |
"name" : "process_authorpackage", |
|
48 |
"properties" : [ { |
|
49 |
"id" : "process_author", |
|
50 |
"type" : "String", |
|
51 |
"title" : "流程作者", |
|
52 |
"value" : "", |
|
53 |
"description" : "流程定义的作者.", |
|
54 |
"popular" : true |
|
55 |
} ] |
|
56 |
}, { |
|
57 |
"name" : "process_versionpackage", |
|
58 |
"properties" : [ { |
|
59 |
"id" : "process_version", |
|
60 |
"type" : "String", |
|
61 |
"title" : "流程版本字符串(仅限于文档)", |
|
62 |
"value" : "", |
|
63 |
"description" : "文档的目的为版本标识", |
|
64 |
"popular" : true |
|
65 |
} ] |
|
66 |
}, { |
|
67 |
"name" : "process_namespacepackage", |
|
68 |
"properties" : [ { |
|
69 |
"id" : "process_namespace", |
|
70 |
"type" : "String", |
|
71 |
"title" : "目标命名空间", |
|
72 |
"value" : "https://www.stylefeng.cn/", |
|
73 |
"description" : "流程定义的目标命名空间.", |
|
74 |
"popular" : true |
|
75 |
} ] |
|
76 |
}, { |
|
77 |
"name" : "asynchronousdefinitionpackage", |
|
78 |
"properties" : [ { |
|
79 |
"id" : "asynchronousdefinition", |
|
80 |
"type" : "Boolean", |
|
81 |
"title" : "异步", |
|
82 |
"value" : "false", |
|
83 |
"description" : "定义异步的活动.", |
|
84 |
"popular" : true |
|
85 |
} ] |
|
86 |
}, { |
|
87 |
"name" : "exclusivedefinitionpackage", |
|
88 |
"properties" : [ { |
|
89 |
"id" : "exclusivedefinition", |
|
90 |
"type" : "Boolean", |
|
91 |
"title" : "排它性", |
|
92 |
"value" : "false", |
|
93 |
"description" : "定义排它的活动.", |
|
94 |
"popular" : true |
|
95 |
} ] |
|
96 |
}, { |
|
97 |
"name" : "executionlistenerspackage", |
|
98 |
"properties" : [ { |
|
99 |
"id" : "executionlisteners", |
|
100 |
"type" : "multiplecomplex", |
|
101 |
"title" : "执行监听器", |
|
102 |
"value" : "", |
|
103 |
"description" : "活动、流程、流程跳转,开始、结事事件的监听器", |
|
104 |
"popular" : true |
|
105 |
} ] |
|
106 |
}, { |
|
107 |
"name" : "tasklistenerspackage", |
|
108 |
"properties" : [ { |
|
109 |
"id" : "tasklisteners", |
|
110 |
"type" : "multiplecomplex", |
|
111 |
"title" : "任务监听器", |
|
112 |
"value" : "", |
|
113 |
"description" : "人工任务的监听器", |
|
114 |
"popular" : true |
|
115 |
} ] |
|
116 |
}, { |
|
117 |
"name" : "eventlistenerspackage", |
|
118 |
"properties" : [ { |
|
119 |
"id" : "eventlisteners", |
|
120 |
"type" : "multiplecomplex", |
|
121 |
"title" : "事件监听器", |
|
122 |
"value" : "", |
|
123 |
"description" : "监听Activiti引擎的任何发生的事件. 同样可能是任何抛出的信号、信息、出错的事件。", |
|
124 |
"popular" : true |
|
125 |
} ] |
|
126 |
}, { |
|
127 |
"name" : "usertaskassignmentpackage", |
|
128 |
"properties" : [ { |
|
129 |
"id" : "usertaskassignment", |
|
130 |
"type" : "Complex", |
|
131 |
"title" : "任务派遣", |
|
132 |
"value" : "", |
|
133 |
"description" : "人工任务的派遣的定义", |
|
134 |
"popular" : true |
|
135 |
} ] |
|
136 |
}, { |
|
137 |
"name" : "formpropertiespackage", |
|
138 |
"properties" : [ { |
|
139 |
"id" : "formproperties", |
|
140 |
"type" : "Complex", |
|
141 |
"title" : "表单属性", |
|
142 |
"value" : "", |
|
143 |
"description" : "定义带有属性列表的表单", |
|
144 |
"popular" : true |
|
145 |
} ] |
|
146 |
}, { |
|
147 |
"name" : "formkeydefinitionpackage", |
|
148 |
"properties" : [ { |
|
149 |
"id" : "formkeydefinition", |
|
150 |
"type" : "String", |
|
151 |
"title" : "表单的标识Key", |
|
152 |
"value" : "", |
|
153 |
"description" : "表单的Key(指向定义的Form).", |
|
154 |
"popular" : true |
|
155 |
} ] |
|
156 |
}, { |
|
157 |
"name" : "duedatedefinitionpackage", |
|
158 |
"properties" : [ { |
|
159 |
"id" : "duedatedefinition", |
|
160 |
"type" : "String", |
|
161 |
"title" : "到期的日期", |
|
162 |
"value" : "", |
|
163 |
"description" : "人工任务的到期日期", |
|
164 |
"popular" : true |
|
165 |
} ] |
|
166 |
}, { |
|
167 |
"name" : "prioritydefinitionpackage", |
|
168 |
"properties" : [ { |
|
169 |
"id" : "prioritydefinition", |
|
170 |
"type" : "String", |
|
171 |
"title" : "优先级", |
|
172 |
"value" : "", |
|
173 |
"description" : "人工任务的优先级.", |
|
174 |
"popular" : true |
|
175 |
} ] |
|
176 |
}, { |
|
177 |
"name" : "duedatedefinitionpackage", |
|
178 |
"properties" : [ { |
|
179 |
"id" : "duedatedefinition", |
|
180 |
"type" : "String", |
|
181 |
"title" : "到期的日期", |
|
182 |
"value" : "", |
|
183 |
"description" : "人工任务的到期日期.", |
|
184 |
"popular" : true |
|
185 |
} ] |
|
186 |
}, { |
|
187 |
"name" : "servicetaskclasspackage", |
|
188 |
"properties" : [ { |
|
189 |
"id" : "servicetaskclass", |
|
190 |
"type" : "String", |
|
191 |
"title" : "类名", |
|
192 |
"value" : "", |
|
193 |
"description" : "实现服务任务逻辑的类.", |
|
194 |
"popular" : true |
|
195 |
} ] |
|
196 |
}, { |
|
197 |
"name" : "servicetaskexpressionpackage", |
|
198 |
"properties" : [ { |
|
199 |
"id" : "servicetaskexpression", |
|
200 |
"type" : "String", |
|
201 |
"title" : "表达式", |
|
202 |
"value" : "", |
|
203 |
"description" : "定义服务任务逻辑的表达式.", |
|
204 |
"popular" : true |
|
205 |
} ] |
|
206 |
}, { |
|
207 |
"name" : "servicetaskdelegateexpressionpackage", |
|
208 |
"properties" : [ { |
|
209 |
"id" : "servicetaskdelegateexpression", |
|
210 |
"type" : "String", |
|
211 |
"title" : "代理的表达式", |
|
212 |
"value" : "", |
|
213 |
"description" : "通过代理表达式定义任务服务逻辑", |
|
214 |
"popular" : true |
|
215 |
} ] |
|
216 |
}, { |
|
217 |
"name" : "servicetaskfieldspackage", |
|
218 |
"properties" : [ { |
|
219 |
"id" : "servicetaskfields", |
|
220 |
"type" : "Complex", |
|
221 |
"title" : "类的字段", |
|
222 |
"value" : "", |
|
223 |
"description" : "字段扩展", |
|
224 |
"popular" : true |
|
225 |
} ] |
|
226 |
}, { |
|
227 |
"name" : "servicetaskresultvariablepackage", |
|
228 |
"properties" : [ { |
|
229 |
"id" : "servicetaskresultvariable", |
|
230 |
"type" : "String", |
|
231 |
"title" : "变量名结果", |
|
232 |
"value" : "", |
|
233 |
"description" : "流程变量存储服务任务的执行结果.", |
|
234 |
"popular" : true |
|
235 |
} ] |
|
236 |
}, { |
|
237 |
"name" : "scriptformatpackage", |
|
238 |
"properties" : [ { |
|
239 |
"id" : "scriptformat", |
|
240 |
"type" : "String", |
|
241 |
"title" : "脚本格式化", |
|
242 |
"value" : "", |
|
243 |
"description" : "脚本任务的脚本格式化.", |
|
244 |
"popular" : true |
|
245 |
} ] |
|
246 |
}, { |
|
247 |
"name" : "scripttextpackage", |
|
248 |
"properties" : [ { |
|
249 |
"id" : "scripttext", |
|
250 |
"type" : "Text", |
|
251 |
"title" : "脚本", |
|
252 |
"value" : "", |
|
253 |
"description" : "脚本任务的脚本内容.", |
|
254 |
"popular" : true |
|
255 |
} ] |
|
256 |
}, { |
|
257 |
"name" : "ruletask_rulespackage", |
|
258 |
"properties" : [ { |
|
259 |
"id" : "ruletask_rules", |
|
260 |
"type" : "String", |
|
261 |
"title" : "规则", |
|
262 |
"value" : "", |
|
263 |
"description" : "规则任务的规则.", |
|
264 |
"popular" : true |
|
265 |
} ] |
|
266 |
}, { |
|
267 |
"name" : "ruletask_variables_inputpackage", |
|
268 |
"properties" : [ { |
|
269 |
"id" : "ruletask_variables_input", |
|
270 |
"type" : "String", |
|
271 |
"title" : "输入变量", |
|
272 |
"value" : "", |
|
273 |
"description" : "规则任务的输入变量.", |
|
274 |
"popular" : true |
|
275 |
} ] |
|
276 |
}, { |
|
277 |
"name" : "ruletask_excludepackage", |
|
278 |
"properties" : [ { |
|
279 |
"id" : "ruletask_exclude", |
|
280 |
"type" : "Boolean", |
|
281 |
"title" : "排除", |
|
282 |
"value" : "false", |
|
283 |
"description" : "使用作为排它性的规则属性", |
|
284 |
"popular" : true |
|
285 |
} ] |
|
286 |
}, { |
|
287 |
"name" : "ruletask_resultpackage", |
|
288 |
"properties" : [ { |
|
289 |
"id" : "ruletask_result", |
|
290 |
"type" : "String", |
|
291 |
"title" : "结果变量", |
|
292 |
"value" : "", |
|
293 |
"description" : "规则任务的结果变量", |
|
294 |
"popular" : true |
|
295 |
} ] |
|
296 |
}, { |
|
297 |
"name" : "mailtasktopackage", |
|
298 |
"properties" : [ { |
|
299 |
"id" : "mailtaskto", |
|
300 |
"type" : "Text", |
|
301 |
"title" : "发往", |
|
302 |
"value" : "", |
|
303 |
"description" : "接收者,格式为邮件。多个接收者请用逗号分割的列表来定义 ", |
|
304 |
"popular" : true |
|
305 |
} ] |
|
306 |
}, { |
|
307 |
"name" : "mailtaskfrompackage", |
|
308 |
"properties" : [ { |
|
309 |
"id" : "mailtaskfrom", |
|
310 |
"type" : "Text", |
|
311 |
"title" : "来自", |
|
312 |
"value" : "", |
|
313 |
"description" : "发送者的邮箱.若不提供,默认将使用配置中的来源地址.", |
|
314 |
"popular" : true |
|
315 |
} ] |
|
316 |
}, { |
|
317 |
"name" : "mailtasksubjectpackage", |
|
318 |
"properties" : [ { |
|
319 |
"id" : "mailtasksubject", |
|
320 |
"type" : "Text", |
|
321 |
"title" : "标题", |
|
322 |
"value" : "", |
|
323 |
"description" : "Email中的标题.", |
|
324 |
"popular" : true |
|
325 |
} ] |
|
326 |
}, { |
|
327 |
"name" : "mailtaskccpackage", |
|
328 |
"properties" : [ { |
|
329 |
"id" : "mailtaskcc", |
|
330 |
"type" : "Text", |
|
331 |
"title" : "抄送", |
|
332 |
"value" : "", |
|
333 |
"description" : "抄送的Email地址,多个接收者请用逗号分隔开。", |
|
334 |
"popular" : true |
|
335 |
} ] |
|
336 |
}, { |
|
337 |
"name" : "mailtaskbccpackage", |
|
338 |
"properties" : [ { |
|
339 |
"id" : "mailtaskbcc", |
|
340 |
"type" : "Text", |
|
341 |
"title" : "暗抄送", |
|
342 |
"value" : "", |
|
343 |
"description" : "暗抄送的Email地址. 多个接收者请用逗号分隔开", |
|
344 |
"popular" : true |
|
345 |
} ] |
|
346 |
}, { |
|
347 |
"name" : "mailtasktextpackage", |
|
348 |
"properties" : [ { |
|
349 |
"id" : "mailtasktext", |
|
350 |
"type" : "Text", |
|
351 |
"title" : "内容", |
|
352 |
"value" : "", |
|
353 |
"description" : "Email中的内容, 案例一需要发送纯文件的邮件. 可使用Html格式的邮件进行发送,若邮件的接收的客户端不支持这种格式,客户端可转为纯文本的邮件", |
|
354 |
"popular" : true |
|
355 |
} ] |
|
356 |
}, { |
|
357 |
"name" : "mailtaskhtmlpackage", |
|
358 |
"properties" : [ { |
|
359 |
"id" : "mailtaskhtml", |
|
360 |
"type" : "Text", |
|
361 |
"title" : "Html", |
|
362 |
"value" : "", |
|
363 |
"description" : "HTML中的一片段作为邮件的内容.", |
|
364 |
"popular" : true |
|
365 |
} ] |
|
366 |
}, { |
|
367 |
"name" : "mailtaskcharsetpackage", |
|
368 |
"properties" : [ { |
|
369 |
"id" : "mailtaskcharset", |
|
370 |
"type" : "String", |
|
371 |
"title" : "字符类型", |
|
372 |
"value" : "", |
|
373 |
"description" : "对于很多非英语语言来说,允许更改邮件的编码设置是必要的 ", |
|
374 |
"popular" : true |
|
375 |
} ] |
|
376 |
}, { |
|
377 |
"name" : "callactivitycalledelementpackage", |
|
378 |
"properties" : [ { |
|
379 |
"id" : "callactivitycalledelement", |
|
380 |
"type" : "String", |
|
381 |
"title" : "调用元素", |
|
382 |
"value" : "", |
|
383 |
"description" : "流程引用.", |
|
384 |
"popular" : true |
|
385 |
} ] |
|
386 |
}, { |
|
387 |
"name" : "callactivityinparameterspackage", |
|
388 |
"properties" : [ { |
|
389 |
"id" : "callactivityinparameters", |
|
390 |
"type" : "Complex", |
|
391 |
"title" : "输入参数", |
|
392 |
"value" : "", |
|
393 |
"description" : "定义输入参数", |
|
394 |
"popular" : true |
|
395 |
} ] |
|
396 |
}, { |
|
397 |
"name" : "callactivityoutparameterspackage", |
|
398 |
"properties" : [ { |
|
399 |
"id" : "callactivityoutparameters", |
|
400 |
"type" : "Complex", |
|
401 |
"title" : "输出参数", |
|
402 |
"value" : "", |
|
403 |
"description" : "输出参数的定义", |
|
404 |
"popular" : true |
|
405 |
} ] |
|
406 |
}, { |
|
407 |
"name" : "cameltaskcamelcontextpackage", |
|
408 |
"properties" : [ { |
|
409 |
"id" : "cameltaskcamelcontext", |
|
410 |
"type" : "String", |
|
411 |
"title" : "Camel 上下文", |
|
412 |
"value" : "", |
|
413 |
"description" : "可选的Camel 上下文定义,若为空,则使用系统缺省的.", |
|
414 |
"popular" : true |
|
415 |
} ] |
|
416 |
}, { |
|
417 |
"name" : "muletaskendpointurlpackage", |
|
418 |
"properties" : [ { |
|
419 |
"id" : "muletaskendpointurl", |
|
420 |
"type" : "String", |
|
421 |
"title" : "端点URL", |
|
422 |
"value" : "", |
|
423 |
"description" : "发送消息到Mule的必须的端点URL", |
|
424 |
"popular" : true |
|
425 |
} ] |
|
426 |
}, { |
|
427 |
"name" : "muletasklanguagepackage", |
|
428 |
"properties" : [ { |
|
429 |
"id" : "muletasklanguage", |
|
430 |
"type" : "String", |
|
431 |
"title" : "语言", |
|
432 |
"value" : "", |
|
433 |
"description" : "必须的语言定义来解析装载的表达式,如JUEL.", |
|
434 |
"popular" : true |
|
435 |
} ] |
|
436 |
}, { |
|
437 |
"name" : "muletaskpayloadexpressionpackage", |
|
438 |
"properties" : [ { |
|
439 |
"id" : "muletaskpayloadexpression", |
|
440 |
"type" : "String", |
|
441 |
"title" : "装载的表达式", |
|
442 |
"value" : "", |
|
443 |
"description" : "发送至Mule的必须执行的消息定义", |
|
444 |
"popular" : true |
|
445 |
} ] |
|
446 |
}, { |
|
447 |
"name" : "muletaskresultvariablepackage", |
|
448 |
"properties" : [ { |
|
449 |
"id" : "muletaskresultvariable", |
|
450 |
"type" : "String", |
|
451 |
"title" : "结果的变量", |
|
452 |
"value" : "", |
|
453 |
"description" : "可选的装载返回的结果的变量", |
|
454 |
"popular" : true |
|
455 |
} ] |
|
456 |
}, { |
|
457 |
"name" : "conditionsequenceflowpackage", |
|
458 |
"properties" : [ { |
|
459 |
"id" : "conditionsequenceflow", |
|
460 |
"type" : "Complex", |
|
461 |
"title" : "跳转条件", |
|
462 |
"value" : "", |
|
463 |
"description" : "流程跳线的条件定义", |
|
464 |
"popular" : true |
|
465 |
} ] |
|
466 |
}, { |
|
467 |
"name" : "defaultflowpackage", |
|
468 |
"properties" : [ { |
|
469 |
"id" : "defaultflow", |
|
470 |
"type" : "Boolean", |
|
471 |
"title" : "默认跳线", |
|
472 |
"value" : "false", |
|
473 |
"description" : "定义默认为顺序跳转", |
|
474 |
"popular" : true, |
|
475 |
"refToView" : "default" |
|
476 |
} ] |
|
477 |
}, { |
|
478 |
"name" : "conditionalflowpackage", |
|
479 |
"properties" : [ { |
|
480 |
"id" : "conditionalflow", |
|
481 |
"type" : "Boolean", |
|
482 |
"title" : "条件的跳线", |
|
483 |
"value" : "false", |
|
484 |
"description" : "定义条件的跳线", |
|
485 |
"popular" : true |
|
486 |
} ] |
|
487 |
}, { |
|
488 |
"name" : "timercycledefinitionpackage", |
|
489 |
"properties" : [ { |
|
490 |
"id" : "timercycledefinition", |
|
491 |
"type" : "String", |
|
492 |
"title" : "时间周期 (e.g. R3/PT10H)", |
|
493 |
"value" : "", |
|
494 |
"description" : "定义ISO-8601时间周期.", |
|
495 |
"popular" : true |
|
496 |
} ] |
|
497 |
}, { |
|
498 |
"name" : "timerdatedefinitionpackage", |
|
499 |
"properties" : [ { |
|
500 |
"id" : "timerdatedefinition", |
|
501 |
"type" : "String", |
|
502 |
"title" : "时间周期(ISO-8601格式标准)", |
|
503 |
"value" : "", |
|
504 |
"description" : "定义(ISO-8601格式标准)的定时器.", |
|
505 |
"popular" : true |
|
506 |
} ] |
|
507 |
}, { |
|
508 |
"name" : "timerdurationdefinitionpackage", |
|
509 |
"properties" : [ { |
|
510 |
"id" : "timerdurationdefinition", |
|
511 |
"type" : "String", |
|
512 |
"title" : "持续的时间 (e.g. PT5M)", |
|
513 |
"value" : "", |
|
514 |
"description" : "定义(ISO-8601)持续的定时器", |
|
515 |
"popular" : true |
|
516 |
} ] |
|
517 |
}, { |
|
518 |
"name" : "timerenddatedefinitionpackage", |
|
519 |
"properties" : [ { |
|
520 |
"id" : "timerenddatedefinition", |
|
521 |
"type" : "String", |
|
522 |
"title" : "结束的时间格式ISO-8601", |
|
523 |
"value" : "", |
|
524 |
"description" : "定义带(ISO-8601 duration)定时器.", |
|
525 |
"popular" : true |
|
526 |
} ] |
|
527 |
}, { |
|
528 |
"name" : "messagerefpackage", |
|
529 |
"properties" : [ { |
|
530 |
"id" : "messageref", |
|
531 |
"type" : "String", |
|
532 |
"title" : "消息引用", |
|
533 |
"value" : "", |
|
534 |
"description" : "Define the message name.", |
|
535 |
"popular" : true |
|
536 |
} ] |
|
537 |
}, { |
|
538 |
"name" : "signalrefpackage", |
|
539 |
"properties" : [ { |
|
540 |
"id" : "signalref", |
|
541 |
"type" : "String", |
|
542 |
"title" : "信号引用", |
|
543 |
"value" : "", |
|
544 |
"description" : "定义信号的名称.", |
|
545 |
"popular" : true |
|
546 |
} ] |
|
547 |
}, { |
|
548 |
"name" : "errorrefpackage", |
|
549 |
"properties" : [ { |
|
550 |
"id" : "errorref", |
|
551 |
"type" : "String", |
|
552 |
"title" : "错误引用", |
|
553 |
"value" : "", |
|
554 |
"description" : "定义错误.", |
|
555 |
"popular" : true |
|
556 |
} ] |
|
557 |
}, { |
|
558 |
"name" : "cancelactivitypackage", |
|
559 |
"properties" : [ { |
|
560 |
"id" : "cancelactivity", |
|
561 |
"type" : "Boolean", |
|
562 |
"title" : "取消的活动", |
|
563 |
"value" : "true", |
|
564 |
"description" : "活动允许取消", |
|
565 |
"popular" : true, |
|
566 |
"refToView" : [ "frame", "frame2" ] |
|
567 |
} ] |
|
568 |
}, { |
|
569 |
"name" : "initiatorpackage", |
|
570 |
"properties" : [ { |
|
571 |
"id" : "initiator", |
|
572 |
"type" : "String", |
|
573 |
"title" : "初始化器", |
|
574 |
"value" : "", |
|
575 |
"description" : "流程定义的初始初始化器", |
|
576 |
"popular" : true |
|
577 |
} ] |
|
578 |
}, { |
|
579 |
"name" : "textpackage", |
|
580 |
"properties" : [ { |
|
581 |
"id" : "text", |
|
582 |
"type" : "String", |
|
583 |
"title" : "Text", |
|
584 |
"value" : "", |
|
585 |
"description" : "文本注释", |
|
586 |
"popular" : true, |
|
587 |
"refToView" : "text" |
|
588 |
} ] |
|
589 |
}, { |
|
590 |
"name" : "multiinstance_typepackage", |
|
591 |
"properties" : [ { |
|
592 |
"id" : "multiinstance_type", |
|
593 |
"type" : "kisbpm-multiinstance", |
|
594 |
"title" : "多实例类型", |
|
595 |
"value" : "None", |
|
596 |
"description" : "通过不同的循环类型,重复的活动执行(并行、串行)可显示", |
|
597 |
"popular" : true, |
|
598 |
"refToView" : "multiinstance" |
|
599 |
} ] |
|
600 |
}, { |
|
601 |
"name" : "multiinstance_cardinalitypackage", |
|
602 |
"properties" : [ { |
|
603 |
"id" : "multiinstance_cardinality", |
|
604 |
"type" : "String", |
|
605 |
"title" : "基数 (多实例)", |
|
606 |
"value" : "", |
|
607 |
"description" : "定义多实例的基数.", |
|
608 |
"popular" : true |
|
609 |
} ] |
|
610 |
}, { |
|
611 |
"name" : "multiinstance_collectionpackage", |
|
612 |
"properties" : [ { |
|
613 |
"id" : "multiinstance_collection", |
|
614 |
"type" : "String", |
|
615 |
"title" : "集合(多实例)", |
|
616 |
"value" : "", |
|
617 |
"description" : "定义多实例的集合.", |
|
618 |
"popular" : true |
|
619 |
} ] |
|
620 |
}, { |
|
621 |
"name" : "multiinstance_variablepackage", |
|
622 |
"properties" : [ { |
|
623 |
"id" : "multiinstance_variable", |
|
624 |
"type" : "String", |
|
625 |
"title" : "元素的变量(多实例)", |
|
626 |
"value" : "", |
|
627 |
"description" : "为多实例定义变量元素", |
|
628 |
"popular" : true |
|
629 |
} ] |
|
630 |
}, { |
|
631 |
"name" : "multiinstance_conditionpackage", |
|
632 |
"properties" : [ { |
|
633 |
"id" : "multiinstance_condition", |
|
634 |
"type" : "String", |
|
635 |
"title" : "完成条件(多实例)", |
|
636 |
"value" : "", |
|
637 |
"description" : "定义多实例的完成条件.", |
|
638 |
"popular" : true |
|
639 |
} ] |
|
640 |
}, { |
|
641 |
"name" : "isforcompensationpackage", |
|
642 |
"properties" : [ { |
|
643 |
"id" : "isforcompensation", |
|
644 |
"type" : "Boolean", |
|
645 |
"title" : "作为修正", |
|
646 |
"value" : "false", |
|
647 |
"description" : "标识当前活动为修正执行活动。", |
|
648 |
"popular" : true, |
|
649 |
"refToView" : "compensation" |
|
650 |
} ] |
|
651 |
}, { |
|
652 |
"name" : "sequencefloworderpackage", |
|
653 |
"properties" : [ { |
|
654 |
"id" : "sequencefloworder", |
|
655 |
"type" : "Complex", |
|
656 |
"title" : "流程顺序", |
|
657 |
"value" : "", |
|
658 |
"description" : "流程跳出线的顺序", |
|
659 |
"popular" : true |
|
660 |
} ] |
|
661 |
}, { |
|
662 |
"name" : "signaldefinitionspackage", |
|
663 |
"properties" : [ { |
|
664 |
"id" : "signaldefinitions", |
|
665 |
"type" : "multiplecomplex", |
|
666 |
"title" : "信号定义", |
|
667 |
"value" : "", |
|
668 |
"description" : "信号定义", |
|
669 |
"popular" : true |
|
670 |
} ] |
|
671 |
}, { |
|
672 |
"name" : "messagedefinitionspackage", |
|
673 |
"properties" : [ { |
|
674 |
"id" : "messagedefinitions", |
|
675 |
"type" : "multiplecomplex", |
|
676 |
"title" : "消息定义", |
|
677 |
"value" : "", |
|
678 |
"description" : "消息定义", |
|
679 |
"popular" : true |
|
680 |
} ] |
|
681 |
}, { |
|
682 |
"name" : "istransactionpackage", |
|
683 |
"properties" : [ { |
|
684 |
"id" : "istransaction", |
|
685 |
"type" : "Boolean", |
|
686 |
"title" : "作为子流程的事务", |
|
687 |
"value" : "false", |
|
688 |
"description" : "标识子流程作为事务类型", |
|
689 |
"popular" : true, |
|
690 |
"refToView" : "border" |
|
691 |
} ] |
|
692 |
} ], |
|
693 |
"stencils" : [ { |
|
694 |
"type" : "node", |
|
695 |
"id" : "BPMNDiagram", |
|
696 |
"title" : "BPMN流程图", |
|
697 |
"description" : "BPMN2的流程图.", |
|
698 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n width=\"800\"\n height=\"600\"\n version=\"1.0\">\n <defs></defs>\n <g pointer-events=\"fill\" >\n <polygon stroke=\"black\" fill=\"black\" stroke-width=\"1\" points=\"0,0 0,590 9,599 799,599 799,9 790,0\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" />\n <rect id=\"diagramcanvas\" oryx:resize=\"vertical horizontal\" x=\"0\" y=\"0\" width=\"790\" height=\"590\" stroke=\"black\" stroke-width=\"2\" fill=\"white\" />\n \t<text font-size=\"22\" id=\"diagramtext\" x=\"400\" y=\"25\" oryx:align=\"top center\" stroke=\"#373e48\"></text>\n </g>\n</svg>", |
|
699 |
"icon" : "diagram.png", |
|
700 |
"groups" : [ "Diagram" ], |
|
701 |
"mayBeRoot" : true, |
|
702 |
"hide" : true, |
|
703 |
"propertyPackages" : [ "process_idpackage", "namepackage", "documentationpackage", "process_authorpackage", "process_versionpackage", "process_namespacepackage", "executionlistenerspackage", "eventlistenerspackage", "signaldefinitionspackage", "messagedefinitionspackage" ], |
|
704 |
"hiddenPropertyPackages" : [ ], |
|
705 |
"roles" : [ ] |
|
706 |
}, { |
|
707 |
"type" : "node", |
|
708 |
"id" : "StartNoneEvent", |
|
709 |
"title" : "开始事件", |
|
710 |
"description" : "无特定触发器的开始事件", |
|
711 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\">\n <circle id=\"bg_frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"#ffffff\" stroke-width=\"1\"/>\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
712 |
"icon" : "startevent/none.png", |
|
713 |
"groups" : [ "开始事件" ], |
|
714 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "initiatorpackage", "formkeydefinitionpackage", "formpropertiespackage" ], |
|
715 |
"hiddenPropertyPackages" : [ ], |
|
716 |
"roles" : [ "sequence_start", "Startevents_all", "StartEventsMorph", "all" ] |
|
717 |
}, { |
|
718 |
"type" : "node", |
|
719 |
"id" : "StartTimerEvent", |
|
720 |
"title" : "开始事件(触发器)", |
|
721 |
"description" : "带定时器触发的开始事件", |
|
722 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\">\n <circle \n \tid=\"bg_frame\" \n \tcx=\"16\" \n \tcy=\"16\" \n \tr=\"15\" \n \tstroke=\"#585858\" \n \tfill=\"#ffffff\" \n \tstroke-width=\"1\"\n \tstyle=\"stroke-dasharray: 5.5, 3\" />\n <circle id=\"frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n \n <path id=\"path1\" transform=\"translate(6,6)\"\n \td=\"M 10 0 C 4.4771525 0 0 4.4771525 0 10 C 0 15.522847 4.4771525 20 10 20 C 15.522847 20 20 15.522847 20 10 C 20 4.4771525 15.522847 1.1842379e-15 10 0 z M 9.09375 1.03125 C 9.2292164 1.0174926 9.362825 1.0389311 9.5 1.03125 L 9.5 3.5 L 10.5 3.5 L 10.5 1.03125 C 15.063526 1.2867831 18.713217 4.9364738 18.96875 9.5 L 16.5 9.5 L 16.5 10.5 L 18.96875 10.5 C 18.713217 15.063526 15.063526 18.713217 10.5 18.96875 L 10.5 16.5 L 9.5 16.5 L 9.5 18.96875 C 4.9364738 18.713217 1.2867831 15.063526 1.03125 10.5 L 3.5 10.5 L 3.5 9.5 L 1.03125 9.5 C 1.279102 5.0736488 4.7225326 1.4751713 9.09375 1.03125 z M 9.5 5 L 9.5 8.0625 C 8.6373007 8.2844627 8 9.0680195 8 10 C 8 11.104569 8.8954305 12 10 12 C 10.931981 12 11.715537 11.362699 11.9375 10.5 L 14 10.5 L 14 9.5 L 11.9375 9.5 C 11.756642 8.7970599 11.20294 8.2433585 10.5 8.0625 L 10.5 5 L 9.5 5 z \" \n \tfill=\"#585858\" stroke=\"none\" />\n \n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
723 |
"icon" : "startevent/timer.png", |
|
724 |
"groups" : [ "开始事件" ], |
|
725 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "timercycledefinitionpackage", "timerdatedefinitionpackage", "timerdurationdefinitionpackage" ], |
|
726 |
"hiddenPropertyPackages" : [ ], |
|
727 |
"roles" : [ "sequence_start", "Startevents_all", "StartEventsMorph", "all" ] |
|
728 |
}, { |
|
729 |
"type" : "node", |
|
730 |
"id" : "StartSignalEvent", |
|
731 |
"title" : "开始事件(信号)", |
|
732 |
"description" : "通过信号触发开始事件", |
|
733 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\">\n\n <circle \n \tid=\"bg_frame\" \n \tcx=\"16\" \n \tcy=\"16\" \n \tr=\"15\" \n \tstroke=\"#585858\" \n \tfill=\"#ffffff\" \n \tstroke-width=\"1\"\n \tstyle=\"stroke-dasharray: 5.5, 3\" />\n <circle id=\"frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n <path\n d=\"M 8.7124971,21.247342 L 23.333334,21.247342 L 16.022915,8.5759512 L 8.7124971,21.247342 z\"\n id=\"triangle\"\n stroke=\"#585858\"\n style=\"fill:none;stroke-width:1.4;stroke-miterlimit:4;stroke-dasharray:none\" />\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
734 |
"icon" : "startevent/signal.png", |
|
735 |
"groups" : [ "开始事件" ], |
|
736 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "signalrefpackage" ], |
|
737 |
"hiddenPropertyPackages" : [ ], |
|
738 |
"roles" : [ "sequence_start", "Startevents_all", "StartEventsMorph", "all" ] |
|
739 |
}, { |
|
740 |
"type" : "node", |
|
741 |
"id" : "StartMessageEvent", |
|
742 |
"title" : "开始事件(消息)", |
|
743 |
"description" : "通过消息触发开始事件", |
|
744 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\">\n <circle \n \tid=\"bg_frame\" \n \tcx=\"16\" \n \tcy=\"16\" \n \tr=\"15\" \n \tstroke=\"#585858\" \n \tfill=\"#ffffff\" \n \tstroke-width=\"1\"\n \tstyle=\"stroke-dasharray: 5.5, 3\" />\n \n <circle id=\"frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n \n <path transform=\"translate(7,7)\" id=\"path1\" stroke=\"none\" fill=\"#585858\" stroke-width=\"1\" d=\"m 0.5,2.5 0,13 17,0 0,-13 z M 2,4 6.5,8.5 2,13 z M 4,4 14,4 9,9 z m 12,0 0,9 -4.5,-4.5 z M 7.5,9.5 9,11 10.5,9.5 15,14 3,14 z\"/>\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
745 |
"icon" : "startevent/message.png", |
|
746 |
"groups" : [ "开始事件" ], |
|
747 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "messagerefpackage" ], |
|
748 |
"hiddenPropertyPackages" : [ ], |
|
749 |
"roles" : [ "sequence_start", "Startevents_all", "StartEventsMorph", "all" ] |
|
750 |
}, { |
|
751 |
"type" : "node", |
|
752 |
"id" : "StartErrorEvent", |
|
753 |
"title" : "开始事件(错误)", |
|
754 |
"description" : "用于捕获BPMN抛出的错误的开始事件", |
|
755 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <oryx:docker oryx:cx=\"16\" oryx:cy=\"16\" />\n <g pointer-events=\"fill\">\n <circle id=\"bg_frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"#ffffff\" stroke-width=\"1\"/>\n \n <path\n stroke=\"#585858\"\n style=\"fill:none;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10\"\n d=\"M 22.820839,11.171502 L 19.36734,24.58992 L 13.54138,14.281819 L 9.3386512,20.071607 L 13.048949,6.8323057 L 18.996148,16.132659 L 22.820839,11.171502 z\"\n id=\"errorPolygon\" />\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
756 |
"icon" : "startevent/error.png", |
|
757 |
"groups" : [ "开始事件" ], |
|
758 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "errorrefpackage" ], |
|
759 |
"hiddenPropertyPackages" : [ ], |
|
760 |
"roles" : [ "sequence_start", "Startevents_all", "StartEventsMorph", "all" ] |
|
761 |
}, { |
|
762 |
"type" : "node", |
|
763 |
"id" : "UserTask", |
|
764 |
"title" : "人工任务", |
|
765 |
"description" : "指派给特定人来执行的人工任务", |
|
766 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n\n width=\"102\"\n height=\"82\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"20\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"40\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"60\" oryx:anchors=\"left\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"20\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"40\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"60\" oryx:anchors=\"right\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"40\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\" oryx:minimumSize=\"50 40\">\n\t<rect id=\"text_frame\" oryx:anchors=\"bottom top right left\" x=\"1\" y=\"1\" width=\"94\" height=\"79\" rx=\"10\" ry=\"10\" stroke=\"none\" stroke-width=\"0\" fill=\"none\" />\n\t<rect id=\"bg_frame\" oryx:resize=\"vertical horizontal\" x=\"0\" y=\"0\" width=\"100\" height=\"80\" rx=\"10\" ry=\"10\" stroke=\"#bbbbbb\" stroke-width=\"1\" fill=\"#f9f9f9\" />\n\t\t<text \n\t\t\tfont-size=\"12\" \n\t\t\tid=\"text_name\" \n\t\t\tx=\"50\" \n\t\t\ty=\"40\" \n\t\t\toryx:align=\"middle center\"\n\t\t\toryx:fittoelem=\"text_frame\"\n\t\t\tstroke=\"#373e48\">\n\t\t</text>\n\t\n\t<g id=\"userTask\" transform=\"translate(3,3)\">\n\t\t<path oryx:anchors=\"top left\"\n \t\tstyle=\"fill:#d1b575;stroke:none;\"\n \t\t d=\"m 1,17 16,0 0,-1.7778 -5.333332,-3.5555 0,-1.7778 c 1.244444,0 1.244444,-2.3111 1.244444,-2.3111 l 0,-3.0222 C 12.555557,0.8221 9.0000001,1.0001 9.0000001,1.0001 c 0,0 -3.5555556,-0.178 -3.9111111,3.5555 l 0,3.0222 c 0,0 0,2.3111 1.2444443,2.3111 l 0,1.7778 L 1,15.2222 1,17 17,17\" \n />\n\t\t\n\t</g>\n \n\t<g id=\"parallel\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M46 70 v8 M50 70 v8 M54 70 v8\" stroke-width=\"2\" />\n\t</g>\n\t\n\t<g id=\"sequential\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" stroke-width=\"2\" d=\"M46,76h10M46,72h10 M46,68h10\"/>\n\t</g>\n\t\n\n\t<g id=\"compensation\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M 62 74 L 66 70 L 66 78 L 62 74 L 62 70 L 58 74 L 62 78 L 62 74\" stroke-width=\"1\" />\n\t</g>\n </g>\n</svg>", |
|
767 |
"icon" : "activity/list/type.user.png", |
|
768 |
"groups" : [ "活动" ], |
|
769 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "usertaskassignmentpackage", "formkeydefinitionpackage", "duedatedefinitionpackage", "prioritydefinitionpackage", "formpropertiespackage", "tasklistenerspackage" ], |
|
770 |
"hiddenPropertyPackages" : [ ], |
|
771 |
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] |
|
772 |
}, { |
|
773 |
"type" : "node", |
|
774 |
"id" : "ServiceTask", |
|
775 |
"title" : "服务任务", |
|
776 |
"description" : "带有服务逻辑的自动任务", |
|
777 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n\n width=\"102\"\n height=\"82\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"20\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"40\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"60\" oryx:anchors=\"left\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"20\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"40\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"60\" oryx:anchors=\"right\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"40\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\" oryx:minimumSize=\"50 40\">\n\t<rect id=\"text_frame\" oryx:anchors=\"bottom top right left\" x=\"1\" y=\"1\" width=\"94\" height=\"79\" rx=\"10\" ry=\"10\" stroke=\"none\" stroke-width=\"0\" fill=\"none\" />\n\t<rect id=\"bg_frame\" oryx:resize=\"vertical horizontal\" x=\"0\" y=\"0\" width=\"100\" height=\"80\" rx=\"10\" ry=\"10\" stroke=\"#bbbbbb\" stroke-width=\"1\" fill=\"#f9f9f9\" />\n\t\t<text \n\t\t\tfont-size=\"12\" \n\t\t\tid=\"text_name\" \n\t\t\tx=\"50\" \n\t\t\ty=\"40\" \n\t\t\toryx:align=\"middle center\"\n\t\t\toryx:fittoelem=\"text_frame\"\n\t\t\tstroke=\"#373e48\">\n\t\t</text>\n\t\n\t<g id=\"serviceTask\" transform=\"translate(3,3)\">\n\t<path oryx:anchors=\"top left\"\n\t\tstyle=\"fill:#72a7d0;stroke:none\"\n d=\"M 8,1 7.5,2.875 c 0,0 -0.02438,0.250763 -0.40625,0.4375 C 7.05724,3.330353 7.04387,3.358818 7,3.375 6.6676654,3.4929791 6.3336971,3.6092802 6.03125,3.78125 6.02349,3.78566 6.007733,3.77681 6,3.78125 5.8811373,3.761018 5.8125,3.71875 5.8125,3.71875 l -1.6875,-1 -1.40625,1.4375 0.96875,1.65625 c 0,0 0.065705,0.068637 0.09375,0.1875 0.002,0.00849 -0.00169,0.022138 0,0.03125 C 3.6092802,6.3336971 3.4929791,6.6676654 3.375,7 3.3629836,7.0338489 3.3239228,7.0596246 3.3125,7.09375 3.125763,7.4756184 2.875,7.5 2.875,7.5 L 1,8 l 0,2 1.875,0.5 c 0,0 0.250763,0.02438 0.4375,0.40625 0.017853,0.03651 0.046318,0.04988 0.0625,0.09375 0.1129372,0.318132 0.2124732,0.646641 0.375,0.9375 -0.00302,0.215512 -0.09375,0.34375 -0.09375,0.34375 L 2.6875,13.9375 4.09375,15.34375 5.78125,14.375 c 0,0 0.1229911,-0.09744 0.34375,-0.09375 0.2720511,0.147787 0.5795915,0.23888 0.875,0.34375 0.033849,0.01202 0.059625,0.05108 0.09375,0.0625 C 7.4756199,14.874237 7.5,15.125 7.5,15.125 L 8,17 l 2,0 0.5,-1.875 c 0,0 0.02438,-0.250763 0.40625,-0.4375 0.03651,-0.01785 0.04988,-0.04632 0.09375,-0.0625 0.332335,-0.117979 0.666303,-0.23428 0.96875,-0.40625 0.177303,0.0173 0.28125,0.09375 0.28125,0.09375 l 1.65625,0.96875 1.40625,-1.40625 -0.96875,-1.65625 c 0,0 -0.07645,-0.103947 -0.09375,-0.28125 0.162527,-0.290859 0.262063,-0.619368 0.375,-0.9375 0.01618,-0.04387 0.04465,-0.05724 0.0625,-0.09375 C 14.874237,10.52438 15.125,10.5 15.125,10.5 L 17,10 17,8 15.125,7.5 c 0,0 -0.250763,-0.024382 -0.4375,-0.40625 C 14.669647,7.0572406 14.641181,7.0438697 14.625,7 14.55912,6.8144282 14.520616,6.6141566 14.4375,6.4375 c -0.224363,-0.4866 0,-0.71875 0,-0.71875 L 15.40625,4.0625 14,2.625 l -1.65625,1 c 0,0 -0.253337,0.1695664 -0.71875,-0.03125 l -0.03125,0 C 11.405359,3.5035185 11.198648,3.4455201 11,3.375 10.95613,3.3588185 10.942759,3.3303534 10.90625,3.3125 10.524382,3.125763 10.5,2.875 10.5,2.875 L 10,1 8,1 z m 1,5 c 1.656854,0 3,1.3431458 3,3 0,1.656854 -1.343146,3 -3,3 C 7.3431458,12 6,10.656854 6,9 6,7.3431458 7.3431458,6 9,6 z\" />\n\t</g>\n \n\t<g id=\"parallel\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M46 70 v8 M50 70 v8 M54 70 v8\" stroke-width=\"2\" />\n\t</g>\n\t\n\t<g id=\"sequential\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" stroke-width=\"2\" d=\"M46,76h10M46,72h10 M46,68h10\"/>\n\t</g>\n\t\n\t<g id=\"compensation\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M 62 74 L 66 70 L 66 78 L 62 74 L 62 70 L 58 74 L 62 78 L 62 74\" stroke-width=\"1\" />\n\t</g>\n </g>\n</svg>", |
|
778 |
"icon" : "activity/list/type.service.png", |
|
779 |
"groups" : [ "活动" ], |
|
780 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "servicetaskclasspackage", "servicetaskexpressionpackage", "servicetaskdelegateexpressionpackage", "servicetaskfieldspackage", "servicetaskresultvariablepackage" ], |
|
781 |
"hiddenPropertyPackages" : [ ], |
|
782 |
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] |
|
783 |
}, { |
|
784 |
"type" : "node", |
|
785 |
"id" : "ScriptTask", |
|
786 |
"title" : "脚本任务", |
|
787 |
"description" : "带有脚本逻辑的自动任务", |
|
788 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n\n width=\"102\"\n height=\"82\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"20\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"40\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"60\" oryx:anchors=\"left\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"20\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"40\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"60\" oryx:anchors=\"right\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"40\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\" oryx:minimumSize=\"50 40\">\n\t<rect id=\"text_frame\" oryx:anchors=\"bottom top right left\" x=\"1\" y=\"1\" width=\"94\" height=\"79\" rx=\"10\" ry=\"10\" stroke=\"none\" stroke-width=\"0\" fill=\"none\" />\n\t<rect id=\"bg_frame\" oryx:resize=\"vertical horizontal\" x=\"0\" y=\"0\" width=\"100\" height=\"80\" rx=\"10\" ry=\"10\" stroke=\"#bbbbbb\" stroke-width=\"1\" fill=\"#f9f9f9\" />\n\t\t<text \n\t\t\tfont-size=\"12\" \n\t\t\tid=\"text_name\" \n\t\t\tx=\"50\" \n\t\t\ty=\"40\" \n\t\t\toryx:align=\"middle center\"\n\t\t\toryx:fittoelem=\"text_frame\"\n\t\t\tstroke=\"#373e48\">\n\t\t</text>\n\t\n\t<g id=\"scriptTask\" transform=\"translate(2,2)\">\n\t\t<path oryx:anchors=\"top left\"\n\t\t\td=\"m 5,2 0,0.094 c 0.23706,0.064 0.53189,0.1645 0.8125,0.375 0.5582,0.4186 1.05109,1.228 1.15625,2.5312 l 8.03125,0 1,0 1,0 c 0,-3 -2,-3 -2,-3 l -10,0 z M 4,3 4,13 2,13 c 0,3 2,3 2,3 l 9,0 c 0,0 2,0 2,-3 L 15,6 6,6 6,5.5 C 6,4.1111 5.5595,3.529 5.1875,3.25 4.8155,2.971 4.5,3 4.5,3 L 4,3 z\"\n \t\tstyle=\"fill:#72a7d0;stroke:none\"\n\t\t/>\n\t</g>\n \n\t<g id=\"parallel\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M46 70 v8 M50 70 v8 M54 70 v8\" stroke-width=\"2\" />\n\t</g>\n\t<g id=\"sequential\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" stroke-width=\"2\" d=\"M46,76h10M46,72h10 M46,68h10\"/>\n\t</g>\n\t\n\n\t<g id=\"compensation\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M 62 74 L 66 70 L 66 78 L 62 74 L 62 70 L 58 74 L 62 78 L 62 74\" stroke-width=\"1\" />\n\t</g>\n </g>\n</svg>", |
|
789 |
"icon" : "activity/list/type.script.png", |
|
790 |
"groups" : [ "活动" ], |
|
791 |
"propertyPackages" : [ "scriptformatpackage", "scripttextpackage", "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage" ], |
|
792 |
"hiddenPropertyPackages" : [ ], |
|
793 |
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] |
|
794 |
}, { |
|
795 |
"type" : "node", |
|
796 |
"id" : "BusinessRule", |
|
797 |
"title" : "业务规则的任务", |
|
798 |
"description" : "带有业务规则的自动任务", |
|
799 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n\n width=\"102\"\n height=\"82\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"20\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"40\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"60\" oryx:anchors=\"left\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"20\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"40\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"60\" oryx:anchors=\"right\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"40\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\" oryx:minimumSize=\"50 40\">\n \t<defs>\n\t\t<radialGradient id=\"background\" cx=\"10%\" cy=\"10%\" r=\"100%\" fx=\"10%\" fy=\"10%\">\n\t\t\t<stop offset=\"0%\" stop-color=\"#ffffff\" stop-opacity=\"1\"/>\n\t\t\t<stop id=\"fill_el\" offset=\"100%\" stop-color=\"#ffffcc\" stop-opacity=\"1\"/>\n\t\t</radialGradient>\n\t</defs>\n\t\n\t<rect id=\"text_frame\" oryx:anchors=\"bottom top right left\" x=\"1\" y=\"1\" width=\"94\" height=\"79\" rx=\"10\" ry=\"10\" stroke=\"none\" stroke-width=\"0\" fill=\"none\" />\n\t<rect id=\"bg_frame\" oryx:resize=\"vertical horizontal\" x=\"0\" y=\"0\" width=\"100\" height=\"80\" rx=\"10\" ry=\"10\" stroke=\"#bbbbbb\" stroke-width=\"1\" fill=\"#f9f9f9\" />\n\t\t<text \n\t\t\tfont-size=\"12\" \n\t\t\tid=\"text_name\" \n\t\t\tx=\"50\" \n\t\t\ty=\"40\" \n\t\t\toryx:align=\"middle center\"\n\t\t\toryx:fittoelem=\"text_frame\"\n\t\t\tstroke=\"#373e48\">\n\t\t</text>\n \n\t<g id=\"businessRuleTask\" transform=\"translate(4,3)\">\n\t\t<path oryx:anchors=\"top left\" \n\t\t\t d=\"m 1,2 0,14 16,0 0,-14 z m 1.45458,5.6000386 2.90906,0 0,2.7999224 -2.90906,0 z m 4.36364,0 8.72718,0 0,2.7999224 -8.72718,0 z m -4.36364,4.1998844 2.90906,0 0,2.800116 -2.90906,0 z m 4.36364,0 8.72718,0 0,2.800116 -8.72718,0 z\"\n \t\tstyle=\"fill:#72a7d0;stroke:none\"\n\t\t/>\n\t</g>\n\t\n\t<g id=\"parallel\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M46 70 v8 M50 70 v8 M54 70 v8\" stroke-width=\"2\" />\n\t</g>\n\t\n\t<g id=\"sequential\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" stroke-width=\"2\" d=\"M46,76h10M46,72h10 M46,68h10\"/>\n\t</g>\n\n\t<g id=\"compensation\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M 62 74 L 66 70 L 66 78 L 62 74 L 62 70 L 58 74 L 62 78 L 62 74\" stroke-width=\"1\" />\n\t</g>\n </g>\n</svg>", |
|
800 |
"icon" : "activity/list/type.business.rule.png", |
|
801 |
"groups" : [ "活动" ], |
|
802 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "ruletask_rulespackage", "ruletask_variables_inputpackage", "ruletask_excludepackage", "ruletask_resultpackage" ], |
|
803 |
"hiddenPropertyPackages" : [ ], |
|
804 |
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] |
|
805 |
}, { |
|
806 |
"type" : "node", |
|
807 |
"id" : "ReceiveTask", |
|
808 |
"title" : "接收任务", |
|
809 |
"description" : "等待接收信号来触发的任务", |
|
810 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n\n width=\"102\"\n height=\"82\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"20\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"40\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"60\" oryx:anchors=\"left\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"20\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"40\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"60\" oryx:anchors=\"right\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"40\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\" oryx:minimumSize=\"50 40\">\n\t<rect id=\"text_frame\" oryx:anchors=\"bottom top right left\" x=\"1\" y=\"1\" width=\"94\" height=\"79\" rx=\"10\" ry=\"10\" stroke=\"none\" stroke-width=\"0\" fill=\"none\" />\n\t<rect id=\"bg_frame\" oryx:resize=\"vertical horizontal\" x=\"0\" y=\"0\" width=\"100\" height=\"80\" rx=\"10\" ry=\"10\" stroke=\"#bbbbbb\" stroke-width=\"1\" fill=\"#f9f9f9\" />\n\t\t<text \n\t\t\tfont-size=\"12\" \n\t\t\tid=\"text_name\" \n\t\t\tx=\"50\" \n\t\t\ty=\"40\" \n\t\t\toryx:align=\"middle center\"\n\t\t\toryx:fittoelem=\"text_frame\"\n\t\t\tstroke=\"#373e48\">\n\t\t</text>\n \n\t<g id=\"receiveTask\" transform=\"translate(4,3)\">\n\t\t<path oryx:anchors=\"left top\" \n\t\t\t style=\"fill:#16964d;stroke:none;\"\n \t\t d=\"m 0.5,2.5 0,13 17,0 0,-13 z M 2,4 6.5,8.5 2,13 z M 4,4 14,4 9,9 z m 12,0 0,9 -4.5,-4.5 z M 7.5,9.5 9,11 10.5,9.5 15,14 3,14 z\"\n\t\t />\n\t</g>\n\t\n\t<g id=\"parallel\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M46 70 v8 M50 70 v8 M54 70 v8\" stroke-width=\"2\" />\n\t</g>\n\t\n\t<g id=\"sequential\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" stroke-width=\"2\" d=\"M46,76h10M46,72h10 M46,68h10\"/>\n\t</g>\n\n\t<g id=\"compensation\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M 62 74 L 66 70 L 66 78 L 62 74 L 62 70 L 58 74 L 62 78 L 62 74\" stroke-width=\"1\" />\n\t</g>\n </g>\n</svg>", |
|
811 |
"icon" : "activity/list/type.receive.png", |
|
812 |
"groups" : [ "活动" ], |
|
813 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage" ], |
|
814 |
"hiddenPropertyPackages" : [ ], |
|
815 |
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] |
|
816 |
}, { |
|
817 |
"type" : "node", |
|
818 |
"id" : "ManualTask", |
|
819 |
"title" : "手工任务", |
|
820 |
"description" : "不带任何逻辑的自动任务", |
|
821 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n\n width=\"102\"\n height=\"82\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"20\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"40\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"60\" oryx:anchors=\"left\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"20\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"40\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"60\" oryx:anchors=\"right\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"40\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\" oryx:minimumSize=\"50 40\">\n\t<rect id=\"text_frame\" oryx:anchors=\"bottom top right left\" x=\"1\" y=\"1\" width=\"94\" height=\"79\" rx=\"10\" ry=\"10\" stroke=\"none\" stroke-width=\"0\" fill=\"none\" />\n\t<rect id=\"bg_frame\" oryx:resize=\"vertical horizontal\" x=\"0\" y=\"0\" width=\"100\" height=\"80\" rx=\"10\" ry=\"10\" stroke=\"#bbbbbb\" stroke-width=\"1\" fill=\"#f9f9f9\" />\n\t\t<text \n\t\t\tfont-size=\"12\" \n\t\t\tid=\"text_name\" \n\t\t\tx=\"50\" \n\t\t\ty=\"40\" \n\t\t\toryx:align=\"middle center\"\n\t\t\toryx:fittoelem=\"text_frame\"\n\t\t\tstroke=\"#373e48\">\n\t\t</text>\n <g id=\"manualTask\" transform=\"translate(3,1)\">\n \t<path oryx:anchors=\"top left\"\n \t\tstyle=\"fill:#d1b575;stroke=none\"\n \t\td=\"m 17,9.3290326 c -0.0069,0.5512461 -0.455166,1.0455894 -0.940778,1.0376604 l -5.792746,0 c 0.0053,0.119381 0.0026,0.237107 0.0061,0.355965 l 5.154918,0 c 0.482032,-0.0096 0.925529,0.49051 0.919525,1.037574 -0.0078,0.537128 -0.446283,1.017531 -0.919521,1.007683 l -5.245273,0 c -0.01507,0.104484 -0.03389,0.204081 -0.05316,0.301591 l 2.630175,0 c 0.454137,-0.0096 0.872112,0.461754 0.866386,0.977186 C 13.619526,14.554106 13.206293,15.009498 12.75924,15 L 3.7753054,15 C 3.6045812,15 3.433552,14.94423 3.2916363,14.837136 c -0.00174,0 -0.00436,0 -0.00609,0 C 1.7212035,14.367801 0.99998255,11.458641 1,11.458641 L 1,7.4588393 c 0,0 0.6623144,-1.316333 1.8390583,-2.0872584 1.1767614,-0.7711868 6.8053358,-2.40497 7.2587847,-2.8052901 0.453484,-0.40032 1.660213,1.4859942 0.04775,2.4010487 C 8.5332315,5.882394 8.507351,5.7996113 8.4370292,5.7936859 l 6.3569748,-0.00871 c 0.497046,-0.00958 0.952273,0.5097676 0.94612,1.0738232 -0.0053,0.556126 -0.456176,1.0566566 -0.94612,1.0496854 l -4.72435,0 c 0.01307,0.1149374 0.0244,0.2281319 0.03721,0.3498661 l 5.952195,0 c 0.494517,-0.00871 0.947906,0.5066305 0.940795,1.0679848 z\"\n \t/>\n\t</g>\n\t\n\t<g id=\"parallel\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M46 70 v8 M50 70 v8 M54 70 v8\" stroke-width=\"2\" />\n\t</g>\n\t\n\t<g id=\"sequential\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" stroke-width=\"2\" d=\"M46,76h10M46,72h10 M46,68h10\"/>\n\t</g>\n\n\t<g id=\"compensation\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M 62 74 L 66 70 L 66 78 L 62 74 L 62 70 L 58 74 L 62 78 L 62 74\" stroke-width=\"1\" />\n\t</g>\n </g>\n</svg>", |
|
822 |
"icon" : "activity/list/type.manual.png", |
|
823 |
"groups" : [ "活动" ], |
|
824 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage" ], |
|
825 |
"hiddenPropertyPackages" : [ ], |
|
826 |
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] |
|
827 |
}, { |
|
828 |
"type" : "node", |
|
829 |
"id" : "MailTask", |
|
830 |
"title" : "邮件任务", |
|
831 |
"description" : "邮箱任务", |
|
832 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n\n width=\"102\"\n height=\"82\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"20\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"40\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"60\" oryx:anchors=\"left\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"20\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"40\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"60\" oryx:anchors=\"right\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"40\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\" oryx:minimumSize=\"50 40\">\n\t<rect id=\"text_frame\" oryx:anchors=\"bottom top right left\" x=\"1\" y=\"1\" width=\"94\" height=\"79\" rx=\"10\" ry=\"10\" stroke=\"none\" stroke-width=\"0\" fill=\"none\" />\n\t<rect id=\"bg_frame\" oryx:resize=\"vertical horizontal\" x=\"0\" y=\"0\" width=\"100\" height=\"80\" rx=\"10\" ry=\"10\" stroke=\"#bbbbbb\" stroke-width=\"1\" fill=\"#f9f9f9\" />\n\t\t<text \n\t\t\tfont-size=\"12\" \n\t\t\tid=\"text_name\" \n\t\t\tx=\"50\" \n\t\t\ty=\"40\" \n\t\t\toryx:align=\"middle center\"\n\t\t\toryx:fittoelem=\"text_frame\"\n\t\t\tstroke=\"#373e48\">\n\t\t</text>\n \n\t<g id=\"sendTask\" transform=\"translate(4,3)\">\n\t\n\t<!-- path here -->\n\t\t<path oryx:anchors=\"top left\"\n\t\t\tstyle=\"fill:#16964d;stroke:none;\"\n \t\td=\"M 1 3 L 9 11 L 17 3 L 1 3 z M 1 5 L 1 13 L 5 9 L 1 5 z M 17 5 L 13 9 L 17 13 L 17 5 z M 6 10 L 1 15 L 17 15 L 12 10 L 9 13 L 6 10 z \"\n \t/>\n\t</g>\n\t\n\t<g id=\"parallel\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M46 70 v8 M50 70 v8 M54 70 v8\" stroke-width=\"2\" />\n\t</g>\n\t\n\t<g id=\"sequential\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" stroke-width=\"2\" d=\"M46,76h10M46,72h10 M46,68h10\"/>\n\t</g>\n\n\t<g id=\"compensation\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M 62 74 L 66 70 L 66 78 L 62 74 L 62 70 L 58 74 L 62 78 L 62 74\" stroke-width=\"1\" />\n\t</g>\n </g>\n</svg>", |
|
833 |
"icon" : "activity/list/type.send.png", |
|
834 |
"groups" : [ "活动" ], |
|
835 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "mailtasktopackage", "mailtaskfrompackage", "mailtasksubjectpackage", "mailtaskccpackage", "mailtaskbccpackage", "mailtasktextpackage", "mailtaskhtmlpackage", "mailtaskcharsetpackage" ], |
|
836 |
"hiddenPropertyPackages" : [ ], |
|
837 |
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] |
|
838 |
}, { |
|
839 |
"type" : "node", |
|
840 |
"id" : "CamelTask", |
|
841 |
"title" : "Camel任务", |
|
842 |
"description" : "发送消息给Camel容器的任务", |
|
843 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n\n width=\"102\"\n height=\"82\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"20\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"40\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"60\" oryx:anchors=\"left\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"20\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"40\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"60\" oryx:anchors=\"right\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"40\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\" oryx:minimumSize=\"50 40\">\n\t<rect id=\"text_frame\" oryx:anchors=\"bottom top right left\" x=\"1\" y=\"1\" width=\"94\" height=\"79\" rx=\"10\" ry=\"10\" stroke=\"none\" stroke-width=\"0\" fill=\"none\" />\n\t<rect id=\"bg_frame\" oryx:resize=\"vertical horizontal\" x=\"0\" y=\"0\" width=\"100\" height=\"80\" rx=\"10\" ry=\"10\" stroke=\"#bbbbbb\" stroke-width=\"1\" fill=\"#f9f9f9\" />\n\t\t<text \n\t\t\tfont-size=\"12\" \n\t\t\tid=\"text_name\" \n\t\t\tx=\"50\" \n\t\t\ty=\"40\" \n\t\t\toryx:align=\"middle center\"\n\t\t\toryx:fittoelem=\"text_frame\"\n\t\t\tstroke=\"#373e48\">\n\t\t</text>\n\t\n\t<g id=\"camelTask\" transform=\"translate(4,4)\">\n\t\t<path\n style=\"fill:#bd4848;fill-opacity:1\"\n d=\"m 8.1878027,15.383782 c -0.824818,-0.3427 0.375093,-1.1925 0.404055,-1.7743 0.230509,-0.8159 -0.217173,-1.5329 -0.550642,-2.2283 -0.106244,-0.5273 -0.03299,-1.8886005 -0.747194,-1.7818005 -0.712355,0.3776 -0.9225,1.2309005 -1.253911,1.9055005 -0.175574,1.0874 -0.630353,2.114 -0.775834,3.2123 -0.244009,0.4224 -1.741203,0.3888 -1.554386,-0.1397 0.651324,-0.3302 1.13227,-0.9222 1.180246,-1.6705 0.0082,-0.7042 -0.133578,-1.3681 0.302178,-2.0083 0.08617,-0.3202 0.356348,-1.0224005 -0.218996,-0.8051 -0.694517,0.2372 -1.651062,0.6128 -2.057645,-0.2959005 -0.696769,0.3057005 -1.102947,-0.611 -1.393127,-1.0565 -0.231079,-0.6218 -0.437041,-1.3041 -0.202103,-1.9476 -0.185217,-0.7514 -0.39751099,-1.5209 -0.35214999,-2.301 -0.243425,-0.7796 0.86000899,-1.2456 0.08581,-1.8855 -0.76078999,0.1964 -1.41630099,-0.7569 -0.79351899,-1.2877 0.58743,-0.52829998 1.49031699,-0.242 2.09856399,-0.77049998 0.816875,-0.3212 1.256619,0.65019998 1.923119,0.71939998 0.01194,0.7333 -0.0031,1.5042 -0.18417,2.2232 -0.194069,0.564 -0.811196,1.6968 0.06669,1.9398 0.738382,-0.173 1.095723,-0.9364 1.659041,-1.3729 0.727298,-0.3962 1.093982,-1.117 1.344137,-1.8675 0.400558,-0.8287 1.697676,-0.6854 1.955367,0.1758 0.103564,0.5511 0.9073983,1.7538 1.2472763,0.6846 0.121868,-0.6687 0.785541,-1.4454 1.518183,-1.0431 0.813587,0.4875 0.658233,1.6033 1.285504,2.2454 0.768715,0.8117 1.745394,1.4801 2.196633,2.5469 0.313781,0.8074 0.568552,1.707 0.496624,2.5733 -0.35485,0.8576005 -1.224508,-0.216 -0.64725,-0.7284 0.01868,-0.3794 -0.01834,-1.3264 -0.370249,-1.3272 -0.123187,0.7586 -0.152778,1.547 -0.10869,2.3154 0.270285,0.6662005 1.310741,0.7653005 1.060553,1.6763005 -0.03493,0.9801 0.294343,1.9505 0.148048,2.9272 -0.320479,0.2406 -0.79575,0.097 -1.185062,0.1512 -0.165725,0.3657 -0.40138,0.921 -1.020848,0.6744 -0.564671,0.1141 -1.246404,-0.266 -0.578559,-0.7715 0.679736,-0.5602 0.898618,-1.5362 0.687058,-2.3673 -0.529674,-1.108 -1.275984,-2.0954005 -1.839206,-3.1831005 -0.634619,-0.1004 -1.251945,0.6779 -1.956789,0.7408 -0.6065893,-0.038 -1.0354363,-0.06 -0.8495673,0.6969005 0.01681,0.711 0.152396,1.3997 0.157345,2.1104 0.07947,0.7464 0.171287,1.4944 0.238271,2.2351 0.237411,1.0076 -0.687542,1.1488 -1.414811,0.8598 z m 6.8675483,-1.8379 c 0.114364,-0.3658 0.206751,-1.2704 -0.114466,-1.3553 -0.152626,0.5835 -0.225018,1.1888 -0.227537,1.7919 0.147087,-0.1166 0.265559,-0.2643 0.342003,-0.4366 z\"\n />\n\t</g>\n \n\t<g id=\"parallel\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M46 70 v8 M50 70 v8 M54 70 v8\" stroke-width=\"2\" />\n\t</g>\n\t<g id=\"sequential\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" stroke-width=\"2\" d=\"M46,76h10M46,72h10 M46,68h10\"/>\n\t</g>\n\t\n\n\t<g id=\"compensation\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M 62 74 L 66 70 L 66 78 L 62 74 L 62 70 L 58 74 L 62 78 L 62 74\" stroke-width=\"1\" />\n\t</g>\n </g>\n</svg>", |
|
844 |
"icon" : "activity/list/type.camel.png", |
|
845 |
"groups" : [ "活动" ], |
|
846 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "cameltaskcamelcontextpackage" ], |
|
847 |
"hiddenPropertyPackages" : [ ], |
|
848 |
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] |
|
849 |
}, { |
|
850 |
"type" : "node", |
|
851 |
"id" : "MuleTask", |
|
852 |
"title" : "Mule 任务", |
|
853 |
"description" : "发送消息给Mule容器的任务", |
|
854 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n\n width=\"102\"\n height=\"82\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"20\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"40\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"60\" oryx:anchors=\"left\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"20\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"40\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"60\" oryx:anchors=\"right\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"40\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\" oryx:minimumSize=\"50 40\">\n\t<rect id=\"text_frame\" oryx:anchors=\"bottom top right left\" x=\"1\" y=\"1\" width=\"94\" height=\"79\" rx=\"10\" ry=\"10\" stroke=\"none\" stroke-width=\"0\" fill=\"none\" />\n\t<rect id=\"bg_frame\" oryx:resize=\"vertical horizontal\" x=\"0\" y=\"0\" width=\"100\" height=\"80\" rx=\"10\" ry=\"10\" stroke=\"#bbbbbb\" stroke-width=\"1\" fill=\"#f9f9f9\" />\n\t\t<text \n\t\t\tfont-size=\"12\" \n\t\t\tid=\"text_name\" \n\t\t\tx=\"50\" \n\t\t\ty=\"40\" \n\t\t\toryx:align=\"middle center\"\n\t\t\toryx:fittoelem=\"text_frame\"\n\t\t\tstroke=\"#373e48\">\n\t\t</text>\n\t\n\t<g id=\"muleTask\" transform=\"translate(4,4)\">\n\t\t<path\n style=\"fill:#bd4848;fill-opacity:1\"\n d=\"M 8,0 C 3.581722,0 0,3.5817 0,8 c 0,4.4183 3.581722,8 8,8 4.418278,0 8,-3.5817 8,-8 L 16,7.6562 C 15.813571,3.3775 12.282847,0 8,0 z M 5.1875,2.7812 8,7.3437 10.8125,2.7812 c 1.323522,0.4299 2.329453,1.5645 2.8125,2.8438 1.136151,2.8609 -0.380702,6.4569 -3.25,7.5937 -0.217837,-0.6102 -0.438416,-1.2022 -0.65625,-1.8125 0.701032,-0.2274 1.313373,-0.6949 1.71875,-1.3125 0.73624,-1.2317 0.939877,-2.6305 -0.03125,-4.3125 l -2.75,4.0625 -0.65625,0 -0.65625,0 -2.75,-4 C 3.5268433,7.6916 3.82626,8.862 4.5625,10.0937 4.967877,10.7113 5.580218,11.1788 6.28125,11.4062 6.063416,12.0165 5.842837,12.6085 5.625,13.2187 2.755702,12.0819 1.238849,8.4858 2.375,5.625 2.858047,4.3457 3.863978,3.2112 5.1875,2.7812 z\"\n />\n\t</g>\n \n\t<g id=\"parallel\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M46 70 v8 M50 70 v8 M54 70 v8\" stroke-width=\"2\" />\n\t</g>\n\t<g id=\"sequential\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" stroke-width=\"2\" d=\"M46,76h10M46,72h10 M46,68h10\"/>\n\t</g>\n\t\n\n\t<g id=\"compensation\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M 62 74 L 66 70 L 66 78 L 62 74 L 62 70 L 58 74 L 62 78 L 62 74\" stroke-width=\"1\" />\n\t</g>\n </g>\n</svg>", |
|
855 |
"icon" : "activity/list/type.mule.png", |
|
856 |
"groups" : [ "活动" ], |
|
857 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "muletaskendpointurlpackage", "muletasklanguagepackage", "muletaskpayloadexpressionpackage", "muletaskresultvariablepackage" ], |
|
858 |
"hiddenPropertyPackages" : [ ], |
|
859 |
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] |
|
860 |
}, { |
|
861 |
"type" : "node", |
|
862 |
"id" : "SendTask", |
|
863 |
"title" : "发送任务", |
|
864 |
"description" : "发送消息的任务", |
|
865 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n\n width=\"102\"\n height=\"82\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"20\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"40\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"60\" oryx:anchors=\"left\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"20\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"40\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"60\" oryx:anchors=\"right\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"40\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\" oryx:minimumSize=\"50 40\">\n\t<rect id=\"text_frame\" oryx:anchors=\"bottom top right left\" x=\"1\" y=\"1\" width=\"94\" height=\"79\" rx=\"10\" ry=\"10\" stroke=\"none\" stroke-width=\"0\" fill=\"none\" />\n\t<rect id=\"bg_frame\" oryx:resize=\"vertical horizontal\" x=\"0\" y=\"0\" width=\"100\" height=\"80\" rx=\"10\" ry=\"10\" stroke=\"#bbbbbb\" stroke-width=\"1\" fill=\"#f9f9f9\" />\n\t\t<text \n\t\t\tfont-size=\"12\" \n\t\t\tid=\"text_name\" \n\t\t\tx=\"50\" \n\t\t\ty=\"40\" \n\t\t\toryx:align=\"middle center\"\n\t\t\toryx:fittoelem=\"text_frame\"\n\t\t\tstroke=\"#373e48\">\n\t\t</text>\n \n\t<g id=\"sendTask\" transform=\"translate(4,3)\">\n\t\n\t<!-- path here -->\n\t\t<path oryx:anchors=\"top left\"\n\t\t\tstyle=\"fill:#16964d;stroke:none;\"\n \t\td=\"M 1 3 L 9 11 L 17 3 L 1 3 z M 1 5 L 1 13 L 5 9 L 1 5 z M 17 5 L 13 9 L 17 13 L 17 5 z M 6 10 L 1 15 L 17 15 L 12 10 L 9 13 L 6 10 z \"\n \t/>\n\t</g>\n\t\n\t<g id=\"parallel\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M46 70 v8 M50 70 v8 M54 70 v8\" stroke-width=\"2\" />\n\t</g>\n\t\n\t<g id=\"sequential\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" stroke-width=\"2\" d=\"M46,76h10M46,72h10 M46,68h10\"/>\n\t</g>\n\n\t<g id=\"compensation\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M 62 74 L 66 70 L 66 78 L 62 74 L 62 70 L 58 74 L 62 78 L 62 74\" stroke-width=\"1\" />\n\t</g>\n </g>\n</svg>", |
|
866 |
"icon" : "activity/list/type.send.png", |
|
867 |
"groups" : [ "活动" ], |
|
868 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage" ], |
|
869 |
"hiddenPropertyPackages" : [ ], |
|
870 |
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ] |
|
871 |
}, { |
|
872 |
"type" : "node", |
|
873 |
"id" : "SubProcess", |
|
874 |
"title" : "子流程", |
|
875 |
"description" : "子流程范围的流程", |
|
876 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n width=\"200\"\n height=\"160\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"50\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"80\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"110\" oryx:anchors=\"left\" />\n \t\n \t<oryx:magnet oryx:cx=\"70\" oryx:cy=\"159\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"100\" oryx:cy=\"159\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"130\" oryx:cy=\"159\" oryx:anchors=\"bottom\" />\n \t\n \t<oryx:magnet oryx:cx=\"199\" oryx:cy=\"50\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"199\" oryx:cy=\"80\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"199\" oryx:cy=\"110\" oryx:anchors=\"right\" />\n \t\n \t<oryx:magnet oryx:cx=\"70\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"100\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"130\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t\n \t<oryx:magnet oryx:cx=\"100\" oryx:cy=\"80\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\" oryx:minimumSize=\"120 100\" oryx:maximumSize=\"\" >\n <rect id=\"text_frame\" oryx:anchors=\"bottom top right left\" x=\"0\" y=\"0\" width=\"190\" height=\"160\" rx=\"10\" ry=\"10\" stroke=\"none\" stroke-width=\"0\" fill=\"none\" />\n\t<rect id=\"bg_frame\" oryx:anchors=\"bottom top right left\" x=\"0\" y=\"0\" width=\"200\" height=\"160\" rx=\"10\" ry=\"10\" stroke=\"#bbbbbb\" stroke-width=\"1\" fill=\"#ffffff\" />\n\t<rect id=\"border\" oryx:anchors=\"top bottom left right\" oryx:resize=\"vertical horizontal\" x=\"2.5\" y=\"2.5\" width=\"195\" height=\"155\" rx=\"8\" ry=\"8\" stroke=\"black\" stroke-width=\"1\" fill=\"none\" />\n\t<text \n\t\tfont-size=\"12\" \n\t\tid=\"text_name\" \n\t\tx=\"8\" \n\t\ty=\"10\" \n\t\toryx:align=\"top left\"\n\t\toryx:fittoelem=\"text_frame\"\n\t\toryx:anchors=\"left top\" \n\t\tstroke=\"#373e48\">\n\t</text>\n\t\n\t<g \tid=\"parallel\"\n\t\ttransform=\"translate(1)\">\n\t\t<path \n\t\t\tid=\"parallelpath\"\n\t\t\toryx:anchors=\"bottom\" \n\t\t\tfill=\"none\" stroke=\"#bbbbbb\" d=\"M96 145 v10 M100 145 v10 M104 145 v10\" \n\t\t\tstroke-width=\"2\"\n\t\t/>\n\t</g>\n\t<g \tid=\"sequential\"\n\t\ttransform=\"translate(1)\">\n\t\t<path \n\t\t\tid=\"sequentialpath\"\n\t\t\toryx:anchors=\"bottom\" \n\t\t\tfill=\"none\" stroke=\"#bbbbbb\" stroke-width=\"2\" d=\"M95,154h10 M95,150h10 M95,146h10\"\n\t\t/>\n\t</g>\n </g>\n</svg>", |
|
877 |
"icon" : "activity/expanded.subprocess.png", |
|
878 |
"groups" : [ "结构模块" ], |
|
879 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "istransactionpackage" ], |
|
880 |
"hiddenPropertyPackages" : [ ], |
|
881 |
"roles" : [ "Activity", "sequence_start", "sequence_end", "all" ] |
|
882 |
}, { |
|
883 |
"type" : "node", |
|
884 |
"id" : "EventSubProcess", |
|
885 |
"title" : "子流程的事件", |
|
886 |
"description" : "子流程范围的事件", |
|
887 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n width=\"200\"\n height=\"160\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"0\" oryx:cy=\"80\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"100\" oryx:cy=\"160\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"200\" oryx:cy=\"80\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"100\" oryx:cy=\"0\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"100\" oryx:cy=\"80\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\" oryx:minimumSize=\"120 100\" oryx:maximumSize=\"\" >\n\t<rect id=\"text_frame\" oryx:anchors=\"bottom top right left\" x=\"0\" y=\"0\" width=\"190\" height=\"160\" rx=\"10\" ry=\"10\" stroke=\"none\" stroke-width=\"0\" fill=\"none\" />\n\t<rect id=\"bg_frame\" oryx:anchors=\"bottom top right left\" oryx:resize=\"vertical horizontal\" x=\"0\" y=\"0\" width=\"200\" height=\"160\" rx=\"10\" ry=\"10\" stroke=\"#bbbbbb\" stroke-width=\"1\" stroke-dasharray=\"2,2,2\" fill=\"#ffffff\" />\n \t<text \n\t\t\tfont-size=\"12\" \n\t\t\tid=\"text_name\" \n\t\t\tx=\"8\" \n\t\t\ty=\"10\" \n\t\t\toryx:align=\"top left\"\n\t\t\toryx:fittoelem=\"text_frame\"\n\t\t\toryx:anchors=\"left top\" \n\t\t\tstroke=\"#373e48\">\n\t\t</text>\n \t\n\t<g id=\"none\"></g>\n\t\n </g>\n</svg>", |
|
888 |
"icon" : "activity/event.subprocess.png", |
|
889 |
"groups" : [ "结构模块" ], |
|
890 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage" ], |
|
891 |
"hiddenPropertyPackages" : [ ], |
|
892 |
"roles" : [ "Activity", "all" ] |
|
893 |
}, { |
|
894 |
"type" : "node", |
|
895 |
"id" : "CallActivity", |
|
896 |
"title" : "调用活动", |
|
897 |
"description" : "调用的活动", |
|
898 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n\n width=\"102\"\n height=\"82\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"20\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"40\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"1\" oryx:cy=\"60\" oryx:anchors=\"left\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"79\" oryx:anchors=\"bottom\" />\n \t\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"20\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"40\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"99\" oryx:cy=\"60\" oryx:anchors=\"right\" />\n \t\n \t<oryx:magnet oryx:cx=\"25\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"75\" oryx:cy=\"1\" oryx:anchors=\"top\" />\n \t\n \t<oryx:magnet oryx:cx=\"50\" oryx:cy=\"40\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\" oryx:minimumSize=\"50 40\">\n\t<rect id=\"text_frame\" oryx:anchors=\"bottom top right left\" x=\"1\" y=\"1\" width=\"94\" height=\"79\" rx=\"10\" ry=\"10\" stroke=\"none\" stroke-width=\"0\" fill=\"none\" />\n <rect oryx:resize=\"vertical horizontal\" oryx:anchors=\"bottom top right left\" x=\"0\" y=\"0\" width=\"100\" height=\"80\" rx=\"10\" ry=\"10\" stroke=\"#bbbbbb\" stroke-width=\"4\" fill=\"none\" />\n\t<rect id=\"bg_frame\" oryx:resize=\"vertical horizontal\" x=\"0\" y=\"0\" width=\"100\" height=\"80\" rx=\"10\" ry=\"10\" stroke=\"#bbbbbb\" stroke-width=\"1\" fill=\"#f9f9f9\" />\n\t\t<text \n\t\t\tfont-size=\"12\" \n\t\t\tid=\"text_name\" \n\t\t\tx=\"50\" \n\t\t\ty=\"40\" \n\t\t\toryx:align=\"middle center\"\n\t\t\toryx:fittoelem=\"text_frame\"\n\t\t\tstroke=\"#373e48\">\n\t\t</text>\n \n\t<g id=\"parallel\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M46 70 v8 M50 70 v8 M54 70 v8\" stroke-width=\"2\" />\n\t</g>\n\t\n\t<g id=\"sequential\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" stroke-width=\"2\" d=\"M46,76h10M46,72h10 M46,68h10\"/>\n\t</g>\n\n\t<g id=\"compensation\">\n\t\t<path oryx:anchors=\"bottom\" fill=\"none\" stroke=\"#bbbbbb\" d=\"M 62 74 L 66 70 L 66 78 L 62 74 L 62 70 L 58 74 L 62 78 L 62 74\" stroke-width=\"1\" />\n\t</g>\n </g>\n</svg>", |
|
899 |
"icon" : "activity/task.png", |
|
900 |
"groups" : [ "结构模块" ], |
|
901 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "callactivitycalledelementpackage", "callactivityinparameterspackage", "callactivityoutparameterspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage" ], |
|
902 |
"hiddenPropertyPackages" : [ ], |
|
903 |
"roles" : [ "Activity", "sequence_start", "sequence_end", "all" ] |
|
904 |
}, { |
|
905 |
"type" : "node", |
|
906 |
"id" : "ExclusiveGateway", |
|
907 |
"title" : "单一网关", |
|
908 |
"description" : "单一选择的网关", |
|
909 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns=\"http://www.w3.org/2000/svg\"\n version=\"1.0\"\n width=\"40\"\n height=\"40\">\n <defs\n id=\"defs4\" />\n <oryx:magnets>\n <oryx:magnet\n oryx:default=\"yes\"\n oryx:cy=\"16\"\n oryx:cx=\"16\" />\n </oryx:magnets>\t\t\t\t\t\n <g>\n \n <path\n d=\"M -4.5,16 L 16,-4.5 L 35.5,16 L 16,35.5z\"\n id=\"bg_frame\"\n fill=\"#ffffff\"\n stroke=\"#585858\"\n style=\"stroke-width:1\" />\n <g\n id=\"cross\">\n <path\n \tid=\"crosspath\"\n \tstroke=\"#585858\"\n \tfill=\"#585858\"\n d=\"M 8.75,7.55 L 12.75,7.55 L 23.15,24.45 L 19.25,24.45 z\"\n style=\"stroke-width:1\" />\n <path\n \tid=\"crosspath2\"\n \tstroke=\"#585858\"\n \tfill=\"#585858\"\n d=\"M 8.75,24.45 L 19.25,7.55 L 23.15,7.55 L 12.75,24.45 z\"\n style=\"stroke-width:1\" />\n </g>\n\t\n\t<text id=\"text_name\" x=\"26\" y=\"26\" oryx:align=\"left top\"/>\n\t\n </g>\n</svg>\n", |
|
910 |
"icon" : "gateway/exclusive.databased.png", |
|
911 |
"groups" : [ "网关" ], |
|
912 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "sequencefloworderpackage" ], |
|
913 |
"hiddenPropertyPackages" : [ ], |
|
914 |
"roles" : [ "sequence_start", "GatewaysMorph", "sequence_end", "all" ] |
|
915 |
}, { |
|
916 |
"type" : "node", |
|
917 |
"id" : "ParallelGateway", |
|
918 |
"title" : "并行网关", |
|
919 |
"description" : "并行执行的网关", |
|
920 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns=\"http://www.w3.org/2000/svg\"\n version=\"1.0\"\n width=\"40\"\n height=\"40\">\n \n <oryx:magnets>\n <oryx:magnet\n oryx:default=\"yes\"\n oryx:cy=\"16\"\n oryx:cx=\"16\" />\n </oryx:magnets>\n <g>\n <path\n d=\"M -4.5,16 L 16,-4.5 L 35.5,16 L 16,35.5z\"\n id=\"bg_frame\"\n fill=\"#ffffff\"\n stroke=\"#585858\"\n style=\"stroke-width:1\" />\n <path\n d=\"M 6.75,16 L 25.75,16 M 16,6.75 L 16,25.75\"\n id=\"path9\"\n stroke=\"#585858\"\n style=\"fill:none;stroke-width:3\" />\n \n\t<text id=\"text_name\" x=\"26\" y=\"26\" oryx:align=\"left top\"/>\n\t\n </g>\n</svg>\n", |
|
921 |
"icon" : "gateway/parallel.png", |
|
922 |
"groups" : [ "网关" ], |
|
923 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "sequencefloworderpackage" ], |
|
924 |
"hiddenPropertyPackages" : [ ], |
|
925 |
"roles" : [ "sequence_start", "GatewaysMorph", "sequence_end", "all" ] |
|
926 |
}, { |
|
927 |
"type" : "node", |
|
928 |
"id" : "InclusiveGateway", |
|
929 |
"title" : "包含网关", |
|
930 |
"description" : "满足条件的包含性的网关", |
|
931 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns=\"http://www.w3.org/2000/svg\"\n version=\"1.0\"\n width=\"40\"\n height=\"40\">\n <oryx:magnets>\n <oryx:magnet\n oryx:default=\"yes\"\n oryx:cy=\"16\"\n oryx:cx=\"16\" />\n </oryx:magnets>\n <g>\n\n <path\n d=\"M -4.5,16 L 16,-4.5 L 35.5,16 L 16,35.5z\"\n id=\"bg_frame\"\n fill=\"#ffffff\"\n stroke=\"#585858\"\n style=\"stroke-width:1\" />\n <circle\n \tid=\"circle\"\n \tstroke=\"#585858\"\n\t\tcx=\"16\"\n\t\tcy=\"16\"\n\t\tr=\"9.75\"\n\t\tstyle=\"fill:none;stroke-width:2.5\" />\n \n\t<text id=\"text_name\" x=\"26\" y=\"26\" oryx:align=\"left top\"/>\n\t\n </g>\n</svg>\n", |
|
932 |
"icon" : "gateway/inclusive.png", |
|
933 |
"groups" : [ "网关" ], |
|
934 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "sequencefloworderpackage" ], |
|
935 |
"hiddenPropertyPackages" : [ ], |
|
936 |
"roles" : [ "sequence_start", "GatewaysMorph", "sequence_end", "all" ] |
|
937 |
}, { |
|
938 |
"type" : "node", |
|
939 |
"id" : "EventGateway", |
|
940 |
"title" : "事件网关", |
|
941 |
"description" : "事件网关", |
|
942 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns=\"http://www.w3.org/2000/svg\"\n version=\"1.0\"\n width=\"40\"\n height=\"40\">\n <oryx:magnets>\n <oryx:magnet\n oryx:default=\"yes\"\n oryx:cy=\"16\"\n oryx:cx=\"16\" />\n </oryx:magnets>\n \n <g> \n \t\n\t<path\n\t\td=\"M -4.5,16 L 16,-4.5 L 35.5,16 L 16,35.5z\"\n\t\tid=\"bg_frame\"\n\t\tfill=\"#ffffff\"\n\t\tstroke=\"#585858\"\n\t\tstyle=\"stroke-width:1\" />\n\t<circle\n\t\tid=\"circle\"\n\t\tcx=\"16\"\n\t\tcy=\"16\"\n\t\tr=\"10.4\"\n\t\tstroke=\"#585858\"\n\t\tstyle=\"fill:none;stroke-width:0.5\" />\n\t<circle\n\t\tid=\"circle2\"\n\t\tcx=\"16\"\n\t\tcy=\"16\"\n\t\tr=\"11.7\"\n\t\tstroke=\"#585858\"\n\t\tstyle=\"fill:none;stroke-width:0.5\" />\n\t<path\n\t\td=\"M 20.327514,22.344972 L 11.259248,22.344216 L 8.4577203,13.719549 L 15.794545,8.389969 L 23.130481,13.720774 L 20.327514,22.344972 z\"\n\t\tid=\"middlePolygon\"\n\t\tstroke=\"#585858\"\n\t\tstyle=\"fill:none;fill-opacity:1;stroke-width:1.39999998;stroke-linejoin:bevel;stroke-opacity:1\" />\n\t\n\t\n\t<g id=\"instantiate\">\n\t\n\t\t<path\n\t\t\td=\"M -4.5,16 L 16,-4.5 L 35.5,16 L 16,35.5z\"\n\t\t\tid=\"bg_frame2\"\n\t\t\tfill=\"#ffffff\"\n\t\t\tstroke=\"#585858\"\n\t\t\tstyle=\"stroke-width:1\" />\n\t\t<circle\n\t\t\tid=\"circle3\"\n\t\t\tcx=\"16\"\n\t\t\tcy=\"16\"\n\t\t\tr=\"11\"\n\t\t\tstroke=\"#585858\"\n\t\t\tstyle=\"fill:none;stroke-width:1\" />\n\t\t<path\n\t\t\td=\"M 20.327514,22.344972 L 11.259248,22.344216 L 8.4577203,13.719549 L 15.794545,8.389969 L 23.130481,13.720774 L 20.327514,22.344972 z\"\n\t\t\tid=\"middlePolygon2\"\n\t\t\tstroke=\"#585858\"\n\t\t\tstyle=\"fill:none;fill-opacity:1;stroke-width:1.39999998;stroke-linejoin:bevel;stroke-opacity:1\" />\n\t\n\t\n\t\t<g id=\"parallel\">\n\t\t\t<path\n\t\t\t\td=\"M -4.5,16 L 16,-4.5 L 35.5,16 L 16,35.5z\"\n\t\t\t\tid=\"bg_frame3\"\n\t\t\t\tfill=\"#ffffff\"\n\t\t\t\tstroke=\"#585858\"\n\t\t\t\tstyle=\"stroke-width:1\" />\n\t\t\t<circle id=\"frame5\" cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n\t\t\t\n\t\t\t<path\n\t\t\t\td=\"M 6.75,14 L6.75,18 L14,18 L14,24.75 L18,24.75 L18,18 L24.75,18 L24.75,14 L18,14 L18,6.75 L14,6.75 L14,14z\"\n\t\t\t\tid=\"path92\"\n\t\t\t\tstroke=\"#585858\"\n\t\t\t\tstyle=\"fill:none;stroke-width:1\" />\n\t\t\n\t\t</g>\n\t\n\t</g>\n\t\n\t<text id=\"text_name\" x=\"26\" y=\"26\" oryx:align=\"left top\"/>\n\t\n </g>\t\n\t\n</svg>\n", |
|
943 |
"icon" : "gateway/eventbased.png", |
|
944 |
"groups" : [ "网关" ], |
|
945 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "sequencefloworderpackage" ], |
|
946 |
"hiddenPropertyPackages" : [ ], |
|
947 |
"roles" : [ "sequence_start", "GatewaysMorph", "sequence_end", "all" ] |
|
948 |
}, { |
|
949 |
"type" : "node", |
|
950 |
"id" : "BoundaryErrorEvent", |
|
951 |
"title" : "边界出错事件", |
|
952 |
"description" : "捕获BPMN的错误的边界事件", |
|
953 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <oryx:docker oryx:cx=\"16\" oryx:cy=\"16\" />\n <g pointer-events=\"fill\">\n <circle id=\"bg_frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"#ffffff\" stroke-width=\"1\"/>\n <circle id=\"frame\" cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n \n <path\n stroke=\"#585858\"\n style=\"fill:none;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10\"\n d=\"M 22.820839,11.171502 L 19.36734,24.58992 L 13.54138,14.281819 L 9.3386512,20.071607 L 13.048949,6.8323057 L 18.996148,16.132659 L 22.820839,11.171502 z\"\n id=\"errorPolygon\" />\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
954 |
"icon" : "catching/error.png", |
|
955 |
"groups" : [ "边界事件" ], |
|
956 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "errorrefpackage" ], |
|
957 |
"hiddenPropertyPackages" : [ ], |
|
958 |
"roles" : [ "sequence_start", "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary" ] |
|
959 |
}, { |
|
960 |
"type" : "node", |
|
961 |
"id" : "BoundaryTimerEvent", |
|
962 |
"title" : "边界的定时事件", |
|
963 |
"description" : "A boundary event with a timer trigger", |
|
964 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <oryx:docker oryx:cx=\"16\" oryx:cy=\"16\" />\n <g pointer-events=\"fill\">\n <circle \n \tid=\"bg_frame\" \n \tcx=\"16\" \n \tcy=\"16\" \n \tr=\"15\" \n \tstroke=\"#585858\" \n \tfill=\"#ffffff\" \n \tstroke-width=\"1\"\n \tstyle=\"stroke-dasharray: 5.5, 3\" />\n \t\n <circle \n \tid=\"frame2_non_interrupting\" \n \tcx=\"16\" \n \tcy=\"16\" \n \tr=\"12\" \n \tstroke=\"#585858\" \n \tfill=\"none\" \n \tstroke-width=\"1\"\n \tstyle=\"stroke-dasharray: 4.5, 3\" />\n \n <circle id=\"frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n <circle id=\"frame2\" cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n \n <path id=\"path1\" transform=\"translate(6,6)\"\n \td=\"M 10 0 C 4.4771525 0 0 4.4771525 0 10 C 0 15.522847 4.4771525 20 10 20 C 15.522847 20 20 15.522847 20 10 C 20 4.4771525 15.522847 1.1842379e-15 10 0 z M 9.09375 1.03125 C 9.2292164 1.0174926 9.362825 1.0389311 9.5 1.03125 L 9.5 3.5 L 10.5 3.5 L 10.5 1.03125 C 15.063526 1.2867831 18.713217 4.9364738 18.96875 9.5 L 16.5 9.5 L 16.5 10.5 L 18.96875 10.5 C 18.713217 15.063526 15.063526 18.713217 10.5 18.96875 L 10.5 16.5 L 9.5 16.5 L 9.5 18.96875 C 4.9364738 18.713217 1.2867831 15.063526 1.03125 10.5 L 3.5 10.5 L 3.5 9.5 L 1.03125 9.5 C 1.279102 5.0736488 4.7225326 1.4751713 9.09375 1.03125 z M 9.5 5 L 9.5 8.0625 C 8.6373007 8.2844627 8 9.0680195 8 10 C 8 11.104569 8.8954305 12 10 12 C 10.931981 12 11.715537 11.362699 11.9375 10.5 L 14 10.5 L 14 9.5 L 11.9375 9.5 C 11.756642 8.7970599 11.20294 8.2433585 10.5 8.0625 L 10.5 5 L 9.5 5 z \" \n \tfill=\"#585858\" stroke=\"none\" />\n \t\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
965 |
"icon" : "catching/timer.png", |
|
966 |
"groups" : [ "边界事件" ], |
|
967 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "timercycledefinitionpackage", "timerdatedefinitionpackage", "timerdurationdefinitionpackage", "timerenddatedefinitionpackage", "cancelactivitypackage" ], |
|
968 |
"hiddenPropertyPackages" : [ ], |
|
969 |
"roles" : [ "sequence_start", "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary" ] |
|
970 |
}, { |
|
971 |
"type" : "node", |
|
972 |
"id" : "BoundarySignalEvent", |
|
973 |
"title" : "边界信号事件", |
|
974 |
"description" : "带有事件触发器的边界事件", |
|
975 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <oryx:docker oryx:cx=\"16\" oryx:cy=\"16\" />\n <g pointer-events=\"fill\">\n <circle \n \tid=\"bg_frame\" \n \tcx=\"16\" \n \tcy=\"16\" \n \tr=\"15\" \n \tstroke=\"#585858\" \n \tfill=\"#ffffff\" \n \tstroke-width=\"1\"\n \tstyle=\"stroke-dasharray: 5.5, 3\" />\n \t\n <circle \n \tid=\"frame2_non_interrupting\" \n \tcx=\"16\" \n \tcy=\"16\" \n \tr=\"12\" \n \tstroke=\"#585858\" \n \tfill=\"none\" \n \tstroke-width=\"1\"\n \tstyle=\"stroke-dasharray: 4.5, 3\" />\n \n <circle id=\"frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n <circle id=\"frame2\" cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n\t<path\n\t id=\"signalCatching\"\n\t stroke=\"#585858\"\n d=\"M 8.7124971,21.247342 L 23.333334,21.247342 L 16.022915,8.5759512 L 8.7124971,21.247342 z\"\n style=\"fill:none;stroke-width:1.4;stroke-miterlimit:4;stroke-dasharray:none\" />\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
976 |
"icon" : "catching/signal.png", |
|
977 |
"groups" : [ "边界事件" ], |
|
978 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "signalrefpackage", "cancelactivitypackage" ], |
|
979 |
"hiddenPropertyPackages" : [ ], |
|
980 |
"roles" : [ "sequence_start", "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary" ] |
|
981 |
}, { |
|
982 |
"type" : "node", |
|
983 |
"id" : "BoundaryMessageEvent", |
|
984 |
"title" : "边界消息事件", |
|
985 |
"description" : "带有消息触发器的边界事件", |
|
986 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <oryx:docker oryx:cx=\"16\" oryx:cy=\"16\" />\n <g pointer-events=\"fill\">\n <circle \n \tid=\"bg_frame\" \n \tcx=\"16\" \n \tcy=\"16\" \n \tr=\"15\" \n \tstroke=\"#585858\" \n \tfill=\"#ffffff\" \n \tstroke-width=\"1\"\n \tstyle=\"stroke-dasharray: 5.5, 3\" />\n \t\n <circle \n \tid=\"frame2_non_interrupting\" \n \tcx=\"16\" \n \tcy=\"16\" \n \tr=\"12\" \n \tstroke=\"#585858\" \n \tfill=\"none\" \n \tstroke-width=\"1\"\n \tstyle=\"stroke-dasharray: 4.5, 3\" />\n \t\n <circle id=\"frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n <circle id=\"frame2\" cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n \n\t<g id=\"messageCatching\">\n\t\t<path transform=\"translate(7,7)\" id=\"path1\" stroke=\"none\" fill=\"#585858\" stroke-width=\"1\" d=\"M 1 3 L 9 11 L 17 3 L 1 3 z M 1 5 L 1 13 L 5 9 L 1 5 z M 17 5 L 13 9 L 17 13 L 17 5 z M 6 10 L 1 15 L 17 15 L 12 10 L 9 13 L 6 10 z \"/>\n\t</g>\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n\t\n </g>\n</svg>", |
|
987 |
"icon" : "catching/message.png", |
|
988 |
"groups" : [ "边界事件" ], |
|
989 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "messagerefpackage", "cancelactivitypackage" ], |
|
990 |
"hiddenPropertyPackages" : [ ], |
|
991 |
"roles" : [ "sequence_start", "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary" ] |
|
992 |
}, { |
|
993 |
"type" : "node", |
|
994 |
"id" : "BoundaryCancelEvent", |
|
995 |
"title" : "边界取消事件", |
|
996 |
"description" : "边界取消事件", |
|
997 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <oryx:docker oryx:cx=\"16\" oryx:cy=\"16\" />\n <g pointer-events=\"fill\">\n \n <circle id=\"bg_frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"#ffffff\" stroke-width=\"1\"/>\n <circle id=\"frame\" cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n \n <path\n d=\"M 7.2839105,10.27369 L 10.151395,7.4062062 L 15.886362,13.141174 L 21.621331,7.4062056 L 24.488814,10.273689 L 18.753846,16.008657 L 24.488815,21.743626 L 21.621331,24.611111 L 15.886362,18.876142 L 10.151394,24.611109 L 7.283911,21.743625 L 13.018878,16.008658 L 7.2839105,10.27369 z\"\n id=\"cancelCross\" fill=\"none\" stroke=\"#585858\" stroke-width=\"1.7\" />\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
998 |
"icon" : "catching/cancel.png", |
|
999 |
"groups" : [ "边界事件" ], |
|
1000 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ], |
|
1001 |
"hiddenPropertyPackages" : [ ], |
|
1002 |
"roles" : [ "sequence_start", "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary" ] |
|
1003 |
}, { |
|
1004 |
"type" : "node", |
|
1005 |
"id" : "BoundaryCompensationEvent", |
|
1006 |
"title" : "边界修正事件", |
|
1007 |
"description" : "边界修正事件", |
|
1008 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <oryx:docker oryx:cx=\"16\" oryx:cy=\"16\" />\n <g pointer-events=\"fill\">\n\t\n <circle id=\"bg_frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"#ffffff\" stroke-width=\"1\"/>\n <circle id=\"frame\" cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#585858\" fill=\"#ffffff\" stroke-width=\"1\"/>\n \n <polygon id=\"poly1\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1.4\" points=\"15,9 15,23 8,16\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" />\n <polygon id=\"poly2\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1.4\" points=\"22,9 22,23 15,16\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" />\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
1009 |
"icon" : "catching/compensation.png", |
|
1010 |
"groups" : [ "边界事件" ], |
|
1011 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ], |
|
1012 |
"hiddenPropertyPackages" : [ ], |
|
1013 |
"roles" : [ "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary", "all" ] |
|
1014 |
}, { |
|
1015 |
"type" : "node", |
|
1016 |
"id" : "CatchTimerEvent", |
|
1017 |
"title" : "捕捉中间定时器的事件", |
|
1018 |
"description" : "带有捕捉定时器触发的事件", |
|
1019 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <oryx:docker oryx:cx=\"16\" oryx:cy=\"16\" />\n <g pointer-events=\"fill\">\n <circle \n \tid=\"bg_frame\" \n \tcx=\"16\" \n \tcy=\"16\" \n \tr=\"15\" \n \tstroke=\"#585858\" \n \tfill=\"#ffffff\" \n \tstroke-width=\"1\"\n \tstyle=\"stroke-dasharray: 5.5, 3\" />\n \t\n <circle \n \tid=\"frame2_non_interrupting\" \n \tcx=\"16\" \n \tcy=\"16\" \n \tr=\"12\" \n \tstroke=\"#585858\" \n \tfill=\"none\" \n \tstroke-width=\"1\"\n \tstyle=\"stroke-dasharray: 4.5, 3\" />\n \n <circle id=\"frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n <circle id=\"frame2\" cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n \n <path id=\"path1\" transform=\"translate(6,6)\"\n \td=\"M 10 0 C 4.4771525 0 0 4.4771525 0 10 C 0 15.522847 4.4771525 20 10 20 C 15.522847 20 20 15.522847 20 10 C 20 4.4771525 15.522847 1.1842379e-15 10 0 z M 9.09375 1.03125 C 9.2292164 1.0174926 9.362825 1.0389311 9.5 1.03125 L 9.5 3.5 L 10.5 3.5 L 10.5 1.03125 C 15.063526 1.2867831 18.713217 4.9364738 18.96875 9.5 L 16.5 9.5 L 16.5 10.5 L 18.96875 10.5 C 18.713217 15.063526 15.063526 18.713217 10.5 18.96875 L 10.5 16.5 L 9.5 16.5 L 9.5 18.96875 C 4.9364738 18.713217 1.2867831 15.063526 1.03125 10.5 L 3.5 10.5 L 3.5 9.5 L 1.03125 9.5 C 1.279102 5.0736488 4.7225326 1.4751713 9.09375 1.03125 z M 9.5 5 L 9.5 8.0625 C 8.6373007 8.2844627 8 9.0680195 8 10 C 8 11.104569 8.8954305 12 10 12 C 10.931981 12 11.715537 11.362699 11.9375 10.5 L 14 10.5 L 14 9.5 L 11.9375 9.5 C 11.756642 8.7970599 11.20294 8.2433585 10.5 8.0625 L 10.5 5 L 9.5 5 z \" \n \tfill=\"#585858\" stroke=\"none\" />\n \t\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
1020 |
"icon" : "catching/timer.png", |
|
1021 |
"groups" : [ "中间捕获事件" ], |
|
1022 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "timercycledefinitionpackage", "timerdatedefinitionpackage", "timerdurationdefinitionpackage" ], |
|
1023 |
"hiddenPropertyPackages" : [ ], |
|
1024 |
"roles" : [ "sequence_start", "sequence_end", "CatchEventsMorph", "all" ] |
|
1025 |
}, { |
|
1026 |
"type" : "node", |
|
1027 |
"id" : "CatchSignalEvent", |
|
1028 |
"title" : "中间信号捕获事件", |
|
1029 |
"description" : "信号触发的中间捕获事件", |
|
1030 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <oryx:docker oryx:cx=\"16\" oryx:cy=\"16\" />\n <g pointer-events=\"fill\">\n <circle \n \tid=\"bg_frame\" \n \tcx=\"16\" \n \tcy=\"16\" \n \tr=\"15\" \n \tstroke=\"#585858\" \n \tfill=\"#ffffff\" \n \tstroke-width=\"1\"\n \tstyle=\"stroke-dasharray: 5.5, 3\" />\n \t\n <circle \n \tid=\"frame2_non_interrupting\" \n \tcx=\"16\" \n \tcy=\"16\" \n \tr=\"12\" \n \tstroke=\"#585858\" \n \tfill=\"none\" \n \tstroke-width=\"1\"\n \tstyle=\"stroke-dasharray: 4.5, 3\" />\n \n <circle id=\"frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n <circle id=\"frame2\" cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n\t<path\n\t id=\"signalCatching\"\n\t stroke=\"#585858\"\n d=\"M 8.7124971,21.247342 L 23.333334,21.247342 L 16.022915,8.5759512 L 8.7124971,21.247342 z\"\n style=\"fill:none;stroke-width:1.4;stroke-miterlimit:4;stroke-dasharray:none\" />\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
1031 |
"icon" : "catching/signal.png", |
|
1032 |
"groups" : [ "中间捕获事件" ], |
|
1033 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "signalrefpackage" ], |
|
1034 |
"hiddenPropertyPackages" : [ ], |
|
1035 |
"roles" : [ "sequence_start", "sequence_end", "CatchEventsMorph", "all" ] |
|
1036 |
}, { |
|
1037 |
"type" : "node", |
|
1038 |
"id" : "CatchMessageEvent", |
|
1039 |
"title" : "中间消息捕获事件", |
|
1040 |
"description" : "消息触发的中间捕获事件", |
|
1041 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <oryx:docker oryx:cx=\"16\" oryx:cy=\"16\" />\n <g pointer-events=\"fill\">\n <circle \n \tid=\"bg_frame\" \n \tcx=\"16\" \n \tcy=\"16\" \n \tr=\"15\" \n \tstroke=\"#585858\" \n \tfill=\"#ffffff\" \n \tstroke-width=\"1\"\n \tstyle=\"stroke-dasharray: 5.5, 3\" />\n \t\n <circle \n \tid=\"frame2_non_interrupting\" \n \tcx=\"16\" \n \tcy=\"16\" \n \tr=\"12\" \n \tstroke=\"#585858\" \n \tfill=\"none\" \n \tstroke-width=\"1\"\n \tstyle=\"stroke-dasharray: 4.5, 3\" />\n \t\n <circle id=\"frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n <circle id=\"frame2\" cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n \n\t<g id=\"messageCatching\">\n\t\t<path transform=\"translate(7,7)\" id=\"path1\" stroke=\"none\" fill=\"#585858\" stroke-width=\"1\" d=\"M 1 3 L 9 11 L 17 3 L 1 3 z M 1 5 L 1 13 L 5 9 L 1 5 z M 17 5 L 13 9 L 17 13 L 17 5 z M 6 10 L 1 15 L 17 15 L 12 10 L 9 13 L 6 10 z \"/>\n\t</g>\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n\t\n </g>\n</svg>", |
|
1042 |
"icon" : "catching/message.png", |
|
1043 |
"groups" : [ "中间捕获事件" ], |
|
1044 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "messagerefpackage" ], |
|
1045 |
"hiddenPropertyPackages" : [ ], |
|
1046 |
"roles" : [ "sequence_start", "sequence_end", "CatchEventsMorph", "all" ] |
|
1047 |
}, { |
|
1048 |
"type" : "node", |
|
1049 |
"id" : "ThrowNoneEvent", |
|
1050 |
"title" : "无触发的中间事件", |
|
1051 |
"description" : "无特定触发器的中间事件", |
|
1052 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <oryx:docker oryx:cx=\"16\" oryx:cy=\"16\" />\n <g pointer-events=\"fill\">\n \n <circle id=\"bg_frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"#ffffff\" stroke-width=\"1\"/>\n <circle id=\"frame\" cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
1053 |
"icon" : "throwing/none.png", |
|
1054 |
"groups" : [ "中间捕获事件" ], |
|
1055 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage" ], |
|
1056 |
"hiddenPropertyPackages" : [ ], |
|
1057 |
"roles" : [ "ThrowEventsMorph", "sequence_start", "sequence_end", "all" ] |
|
1058 |
}, { |
|
1059 |
"type" : "node", |
|
1060 |
"id" : "ThrowSignalEvent", |
|
1061 |
"title" : "抛出信号的中间事件", |
|
1062 |
"description" : "通过信号触发器的中间事件", |
|
1063 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <oryx:docker oryx:cx=\"16\" oryx:cy=\"16\" />\n <g pointer-events=\"fill\">\n <circle id=\"bg_frame\" cx=\"16\" cy=\"16\" r=\"15\" stroke=\"#585858\" fill=\"#ffffff\" stroke-width=\"1\"/>\n <circle id=\"frame\" cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#585858\" fill=\"none\" stroke-width=\"1\"/>\n <path\n\t id=\"signalThrowing\"\n d=\"M 8.7124971,21.247342 L 23.333334,21.247342 L 16.022915,8.5759512 L 8.7124971,21.247342 z\"\n fill=\"#585858\"\n stroke=\"#585858\"\n style=\"stroke-width:1.4;stroke-miterlimit:4;stroke-dasharray:none\" />\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"33\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
1064 |
"icon" : "throwing/signal.png", |
|
1065 |
"groups" : [ "中间捕获事件" ], |
|
1066 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "signalrefpackage" ], |
|
1067 |
"hiddenPropertyPackages" : [ ], |
|
1068 |
"roles" : [ "ThrowEventsMorph", "sequence_start", "sequence_end", "all" ] |
|
1069 |
}, { |
|
1070 |
"type" : "node", |
|
1071 |
"id" : "EndNoneEvent", |
|
1072 |
"title" : "结束事件", |
|
1073 |
"description" : "无特定触发器的结束事件", |
|
1074 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\">\n <circle id=\"bg_frame\" cx=\"16\" cy=\"16\" r=\"14\" stroke=\"#585858\" fill=\"#ffffff\" stroke-width=\"3\"/>\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"32\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
1075 |
"icon" : "endevent/none.png", |
|
1076 |
"groups" : [ "结束事件" ], |
|
1077 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage" ], |
|
1078 |
"hiddenPropertyPackages" : [ ], |
|
1079 |
"roles" : [ "EndEventsMorph", "sequence_end", "all" ] |
|
1080 |
}, { |
|
1081 |
"type" : "node", |
|
1082 |
"id" : "EndErrorEvent", |
|
1083 |
"title" : "结束事件(出错)", |
|
1084 |
"description" : "抛出错误的结束事件", |
|
1085 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <oryx:docker oryx:cx=\"16\" oryx:cy=\"16\" />\n <g pointer-events=\"fill\">\n <circle id=\"bg_frame\" cx=\"16\" cy=\"16\" r=\"14\" stroke=\"#585858\" fill=\"#ffffff\" stroke-width=\"3\"/>\n \n <path\n fill=\"#585858\"\n stroke=\"#585858\"\n style=\"stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10\"\n d=\"M 22.820839,11.171502 L 19.36734,24.58992 L 13.54138,14.281819 L 9.3386512,20.071607 L 13.048949,6.8323057 L 18.996148,16.132659 L 22.820839,11.171502 z\"\n id=\"errorPolygon\" />\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"32\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
1086 |
"icon" : "endevent/error.png", |
|
1087 |
"groups" : [ "结束事件" ], |
|
1088 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "errorrefpackage" ], |
|
1089 |
"hiddenPropertyPackages" : [ ], |
|
1090 |
"roles" : [ "EndEventsMorph", "sequence_end", "all" ] |
|
1091 |
}, { |
|
1092 |
"type" : "node", |
|
1093 |
"id" : "EndCancelEvent", |
|
1094 |
"title" : "结束事件(取消)", |
|
1095 |
"description" : "取消的结束事件", |
|
1096 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\">\n <circle id=\"bg_frame\" cx=\"16\" cy=\"16\" r=\"14\" stroke=\"#585858\" fill=\"#ffffff\" stroke-width=\"3\"/>\n \n <path id=\"path1\" d=\"M 9 9 L 23 23 M 9 23 L 23 9\" fill=\"none\" stroke=\"#585858\" stroke-width=\"5\" />\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"32\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
1097 |
"icon" : "endevent/cancel.png", |
|
1098 |
"groups" : [ "结束事件" ], |
|
1099 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage" ], |
|
1100 |
"hiddenPropertyPackages" : [ ], |
|
1101 |
"roles" : [ "EndEventsMorph", "sequence_end", "all" ] |
|
1102 |
}, { |
|
1103 |
"type" : "node", |
|
1104 |
"id" : "EndTerminateEvent", |
|
1105 |
"title" : "结束事件(终止)", |
|
1106 |
"description" : "终止类型的结束事件", |
|
1107 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n width=\"40\"\n height=\"40\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"16\" oryx:cy=\"16\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"fill\">\n <circle id=\"bg_frame\" cx=\"16\" cy=\"16\" r=\"14\" stroke=\"#585858\" fill=\"#ffffff\" stroke-width=\"3\"/>\n \n <circle id=\"circle1\" cx=\"16\" cy=\"16\" r=\"9\" stroke=\"#585858\" fill=\"#585858\" stroke-width=\"1\"/>\n\t<text font-size=\"11\" \n\t\tid=\"text_name\" \n\t\tx=\"16\" y=\"32\" \n\t\toryx:align=\"top center\" \n\t\tstroke=\"#373e48\"\n\t></text>\n </g>\n</svg>", |
|
1108 |
"icon" : "endevent/terminate.png", |
|
1109 |
"groups" : [ "结束事件" ], |
|
1110 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage" ], |
|
1111 |
"hiddenPropertyPackages" : [ ], |
|
1112 |
"roles" : [ "EndEventsMorph", "sequence_end", "all" ] |
|
1113 |
}, { |
|
1114 |
"type" : "node", |
|
1115 |
"id" : "Pool", |
|
1116 |
"title" : "泳道", |
|
1117 |
"description" : "用来结构化流程定义的泳道", |
|
1118 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n width=\"600\"\n height=\"250\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"0\" oryx:cy=\"124\" oryx:anchors=\"left\" />\n \t<oryx:magnet oryx:cx=\"299\" oryx:cy=\"249\" oryx:anchors=\"bottom\" />\n \t<oryx:magnet oryx:cx=\"599\" oryx:cy=\"124\" oryx:anchors=\"right\" />\n \t<oryx:magnet oryx:cx=\"299\" oryx:cy=\"0\" oryx:anchors=\"top\" />\n \t<oryx:magnet oryx:cx=\"299\" oryx:cy=\"124\" oryx:default=\"yes\" />\n </oryx:magnets>\n <g pointer-events=\"none\" >\n <defs>\n\t\t<radialGradient id=\"background\" cx=\"0%\" cy=\"10%\" r=\"100%\" fx=\"20%\" fy=\"10%\">\n\t\t\t<stop offset=\"0%\" stop-color=\"#ffffff\" stop-opacity=\"1\"/>\n\t\t\t<stop id=\"fill_el\" offset=\"100%\" stop-color=\"#ffffff\" stop-opacity=\"1\"/>\n\t\t</radialGradient>\n\t</defs>\n\t \t\n \t<rect\n \t\tid=\"border\"\n \t\tclass=\"stripable-element-force\"\n \t\toryx:resize=\"vertical horizontal\"\n \t\tx=\"0\"\n \t\ty=\"0\"\n \t\twidth=\"600\"\n \t\theight=\"250\"\n \t\tfill=\"none\"\n \t\tstroke-width=\"9\"\n \t\tstroke=\"none\"\n \t\tvisibility=\"visible\"\n \t\tpointer-events=\"stroke\"\n \t/>\n <rect\n \tid=\"c\"\n \toryx:resize=\"vertical horizontal\"\n \tx=\"0\"\n \ty=\"0\"\n \twidth=\"600\" \n \theight=\"250\" \n \tstroke=\"black\" \n \tfill=\"url(#background) white\"\n \tfill-opacity=\"0.3\" \n />\n \n\t<rect \n\t\tid=\"caption\"\n\t\toryx:anchors=\"left top bottom\"\n\t\tx=\"0\"\n\t\ty=\"0\"\n\t\twidth=\"30\"\n\t\theight=\"250\"\n\t\tstroke=\"black\"\n\t\tstroke-width=\"1\"\n\t\tfill=\"url(#background) white\"\n\t\tpointer-events=\"all\"\n\t/>\n\t\n\t<rect \n\t\tid=\"captionDisableAntialiasing\"\n\t\toryx:anchors=\"left top bottom\"\n\t\tx=\"0\"\n\t\ty=\"0\"\n\t\twidth=\"30\"\n\t\theight=\"250\"\n\t\tstroke=\"black\"\n\t\tstroke-width=\"1\"\n\t\tfill=\"url(#background) white\"\n\t\tpointer-events=\"all\"\n\t/>\n\t\n <text x=\"13\" y=\"125\" font-size=\"12\" id=\"text_name\" oryx:fittoelem=\"caption\" oryx:align=\"middle center\" oryx:anchors=\"left\" oryx:rotate=\"270\" fill=\"black\" stroke=\"black\"></text>\n \n </g>\n</svg>", |
|
1119 |
"icon" : "swimlane/pool.png", |
|
1120 |
"groups" : [ "泳道" ], |
|
1121 |
"layout" : [ { |
|
1122 |
"type" : "layout.bpmn2_0.pool" |
|
1123 |
} ], |
|
1124 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "process_idpackage" ], |
|
1125 |
"hiddenPropertyPackages" : [ ], |
|
1126 |
"roles" : [ "canContainArtifacts", "all" ] |
|
1127 |
}, { |
|
1128 |
"type" : "node", |
|
1129 |
"id" : "Lane", |
|
1130 |
"title" : "区域", |
|
1131 |
"description" : "结构化流程定义的区域", |
|
1132 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n width=\"600\"\n height=\"250\"\n version=\"1.0\">\n <defs></defs>\n <g pointer-events=\"none\" >\n \n <defs>\n\t\t<radialGradient id=\"background\" cx=\"0%\" cy=\"10%\" r=\"200%\" fx=\"20%\" fy=\"10%\">\n\t\t\t<stop offset=\"0%\" stop-color=\"#ffffff\" stop-opacity=\"1\"/>\n\t\t\t<stop id=\"fill_el\" offset=\"100%\" stop-color=\"#ffffff\" stop-opacity=\"0\"/>\n\t\t</radialGradient>\n\t</defs>\n\t\n \t<rect id=\"border_invisible\" class=\"stripable-element-force\" oryx:resize=\"vertical horizontal\" x=\"0\" y=\"0\" width=\"600\" height=\"250\" fill=\"none\" stroke-width=\"10\" stroke=\"white\" visibility=\"hidden\" pointer-events=\"stroke\"/>\t\t\n\t<rect id=\"border\" oryx:resize=\"vertical horizontal\" x=\"0\" y=\"0\" width=\"600\" height=\"250\" stroke=\"black\" stroke-width=\"1\" fill=\"url(#background) white\" pointer-events=\"none\" />\n\t\n\t\n\t<rect \n\t\tid=\"caption\"\n\t\toryx:anchors=\"left top bottom\"\n\t\tx=\"0\"\n\t\ty=\"1\"\n\t\twidth=\"30\"\n\t\theight=\"248\"\n\t\tstroke=\"black\"\n\t\tstroke-width=\"0\"\n\t\tfill=\"white\"\n\t\tvisibility=\"hidden\"\n\t\tclass=\"stripable-element-force\"\n\t\tpointer-events=\"all\"\n\t/>\n\t\n\t<path\n\t\tstroke=\"black\"\n\t\tstroke-width=\"1\"\n\t\tfill=\"none\"\n\t\td=\"M 0,0 L 0,250\"\n oryx:anchors=\"left top bottom\"\n id=\"captionDisableAntialiasing\"\n />\n\t\n\t<!--rect \n\t\tid=\"captionDisableAntialiasing\"\n\t\toryx:anchors=\"left top bottom\"\n\t\tx=\"0\"\n\t\ty=\"0\"\n\t\twidth=\"30\"\n\t\theight=\"250\"\n\t\tstroke=\"black\"\n\t\tstroke-width=\"1\"\n\t\tfill=\"url(#background) white\"\n\t/-->\n\t\n <text \n\t\tx=\"13\"\n\t\ty=\"125\"\n\t\toryx:rotate=\"270\" \n\t\tfont-size=\"12\" \n\t\tid=\"text_name\" \n\t\toryx:align=\"middle center\" \n\t\toryx:anchors=\"left\"\n\t\toryx:fittoelem=\"caption\"\n\t\tfill=\"black\" \n\t\tstroke=\"black\">\n\t</text>\n </g>\n</svg>", |
|
1133 |
"icon" : "swimlane/lane.png", |
|
1134 |
"groups" : [ "泳道" ], |
|
1135 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ], |
|
1136 |
"hiddenPropertyPackages" : [ ], |
|
1137 |
"roles" : [ "PoolChild", "canContainArtifacts", "all" ] |
|
1138 |
}, { |
|
1139 |
"type" : "edge", |
|
1140 |
"id" : "SequenceFlow", |
|
1141 |
"title" : "顺序跳转线", |
|
1142 |
"description" : "顺序跳转线定义了不同活动节点执行的顺序", |
|
1143 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\r\n<svg\r\n\txmlns=\"http://www.w3.org/2000/svg\"\r\n\txmlns:oryx=\"http://www.b3mn.org/oryx\"\r\n\tversion=\"1.0\"\r\n\toryx:edge=\"edge\" >\r\n\t<defs>\r\n\t \t<marker id=\"start\" refX=\"1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"17\" markerHeight=\"11\" orient=\"auto\">\r\n\t \t\t<!-- <path id=\"conditional\" d=\"M 0 6 L 8 1 L 15 5 L 8 9 L 1 5\" fill=\"white\" stroke=\"black\" stroke-width=\"1\" /> -->\r\n\t\t\t<path id=\"default\" d=\"M 5 0 L 11 10\" fill=\"white\" stroke=\"#585858\" stroke-width=\"1\" />\r\n\t \t</marker>\r\n\t \t<marker id=\"end\" refX=\"15\" refY=\"6\" markerUnits=\"userSpaceOnUse\" markerWidth=\"15\" markerHeight=\"12\" orient=\"auto\">\r\n\t \t\t<path id=\"arrowhead\" d=\"M 0 1 L 15 6 L 0 11z\" fill=\"#585858\" stroke=\"#585858\" stroke-linejoin=\"round\" stroke-width=\"2\" />\r\n\t \t</marker>\r\n\t</defs>\r\n\t<g id=\"edge\">\r\n\t\t<path id=\"bg_frame\" d=\"M10 50 L210 50\" stroke=\"#585858\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" marker-start=\"url(#start)\" marker-end=\"url(#end)\" />\r\n\t\t<text id=\"text_name\" x=\"0\" y=\"0\" oryx:edgePosition=\"startTop\"/>\r\n\t</g>\r\n</svg>", |
|
1144 |
"icon" : "connector/sequenceflow.png", |
|
1145 |
"groups" : [ "连接对象" ], |
|
1146 |
"layout" : [ { |
|
1147 |
"type" : "layout.bpmn2_0.sequenceflow" |
|
1148 |
} ], |
|
1149 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "conditionsequenceflowpackage", "executionlistenerspackage", "defaultflowpackage" ], |
|
1150 |
"hiddenPropertyPackages" : [ ], |
|
1151 |
"roles" : [ "ConnectingObjectsMorph", "all" ] |
|
1152 |
}, { |
|
1153 |
"type" : "edge", |
|
1154 |
"id" : "MessageFlow", |
|
1155 |
"title" : "消息跳转线", |
|
1156 |
"description" : "用来连接不同泳道中的元素的消息跳转", |
|
1157 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\r\n<svg\r\n\txmlns=\"http://www.w3.org/2000/svg\"\r\n\txmlns:oryx=\"http://www.b3mn.org/oryx\"\r\n\tversion=\"1.0\"\r\n\toryx:edge=\"edge\" >\r\n\t<defs>\r\n\t\t<marker id=\"start\" oryx:optional=\"yes\" oryx:enabled=\"yes\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10\" markerHeight=\"10\" orient=\"auto\">\r\n\t \t\t<!-- <path d=\"M 10 10 L 0 5 L 10 0\" fill=\"none\" stroke=\"#585858\" /> -->\r\n\t \t\t<circle id=\"arrowhead\" cx=\"5\" cy=\"5\" r=\"5\" fill=\"white\" stroke=\"black\" />\r\n\t \t</marker>\r\n\r\n\t \t<marker id=\"end\" refX=\"10\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10\" markerHeight=\"10\" orient=\"auto\">\r\n\t \t\t<path id=\"arrowhead2\" d=\"M 0 0 L 10 5 L 0 10 L 0 0\" fill=\"white\" stroke=\"#585858\" />\r\n\t \t</marker>\r\n\t</defs>\r\n\t<g id=\"edge\">\r\n\t <path id=\"bg_frame\" d=\"M10 50 L210 50\" stroke=\"#585858\" fill=\"none\" stroke-width=\"2\" stroke-dasharray=\"3, 4\" marker-start=\"url(#start)\" marker-end=\"url(#end)\" />\r\n\t\t<text id=\"text_name\" x=\"0\" y=\"0\" oryx:edgePosition=\"midTop\"/>\r\n\t</g>\r\n</svg>", |
|
1158 |
"icon" : "connector/messageflow.png", |
|
1159 |
"groups" : [ "连接对象" ], |
|
1160 |
"layout" : [ { |
|
1161 |
"type" : "layout.bpmn2_0.sequenceflow" |
|
1162 |
} ], |
|
1163 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ], |
|
1164 |
"hiddenPropertyPackages" : [ ], |
|
1165 |
"roles" : [ "ConnectingObjectsMorph", "all" ] |
|
1166 |
}, { |
|
1167 |
"type" : "edge", |
|
1168 |
"id" : "Association", |
|
1169 |
"title" : "关联说明", |
|
1170 |
"description" : "为元素关联文本说明", |
|
1171 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\r\n<svg\r\n\txmlns=\"http://www.w3.org/2000/svg\"\r\n\txmlns:oryx=\"http://www.b3mn.org/oryx\"\r\n\tversion=\"1.0\"\r\n\toryx:edge=\"edge\" >\r\n\t<g id=\"edge\">\r\n\t <path id=\"bg_frame\" d=\"M10 50 L210 50\" stroke=\"#585858\" fill=\"none\" stroke-width=\"2\" stroke-dasharray=\"3, 4\" />\r\n\t\t<text id=\"name\" x=\"0\" y=\"0\" oryx:edgePosition=\"midTop\" oryx:offsetTop=\"6\" style=\"font-size:9px;\"/>\r\n\t</g>\r\n</svg>", |
|
1172 |
"icon" : "connector/association.undirected.png", |
|
1173 |
"groups" : [ "连接对象" ], |
|
1174 |
"layout" : [ { |
|
1175 |
"type" : "layout.bpmn2_0.sequenceflow" |
|
1176 |
} ], |
|
1177 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ], |
|
1178 |
"hiddenPropertyPackages" : [ ], |
|
1179 |
"roles" : [ "ConnectingObjectsMorph", "all" ] |
|
1180 |
}, { |
|
1181 |
"type" : "edge", |
|
1182 |
"id" : "DataAssociation", |
|
1183 |
"title" : "数据关联说明", |
|
1184 |
"description" : "为活动节点关联数据元素", |
|
1185 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\r\n<svg\r\n\txmlns=\"http://www.w3.org/2000/svg\"\r\n\txmlns:oryx=\"http://www.b3mn.org/oryx\"\r\n\tversion=\"1.0\"\r\n\toryx:edge=\"edge\" >\r\n\t<defs>\r\n\t \t<marker id=\"end\" refX=\"10\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10\" markerHeight=\"10\" orient=\"auto\">\r\n\t \t\t<path id=\"arrowhead\" d=\"M 0 0 L 10 5 L 0 10\" fill=\"none\" stroke=\"#585858\" />\r\n\t \t</marker>\r\n\t</defs>\r\n\t<g id=\"edge\">\r\n\t <path id=\"bg_frame\" d=\"M10 50 L210 50\" stroke=\"#585858\" fill=\"none\" stroke-width=\"2\" stroke-dasharray=\"3, 4\" marker-end=\"url(#end)\" />\r\n\t\t<text id=\"name\" x=\"0\" y=\"0\" oryx:edgePosition=\"midTop\" oryx:offsetTop=\"6\" style=\"font-size:9px;\"/>\r\n\t</g>\r\n</svg>", |
|
1186 |
"icon" : "connector/association.unidirectional.png", |
|
1187 |
"groups" : [ "连接对象" ], |
|
1188 |
"layout" : [ { |
|
1189 |
"type" : "layout.bpmn2_0.sequenceflow" |
|
1190 |
} ], |
|
1191 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ], |
|
1192 |
"hiddenPropertyPackages" : [ ], |
|
1193 |
"roles" : [ "ConnectingObjectsMorph", "all" ] |
|
1194 |
}, { |
|
1195 |
"type" : "node", |
|
1196 |
"id" : "TextAnnotation", |
|
1197 |
"title" : "文本关联", |
|
1198 |
"description" : "关联一组元素进行文本描述", |
|
1199 |
"view" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns:oryx=\"http://www.b3mn.org/oryx\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n width=\"102\"\n height=\"51\"\n version=\"1.0\">\n <defs></defs>\n <oryx:magnets>\n \t<oryx:magnet oryx:cx=\"2\" oryx:cy=\"25\" oryx:anchors=\"left\" oryx:default=\"yes\"/>\n </oryx:magnets>\n <g pointer-events=\"all\" oryx:minimumSize=\"10 20\" oryx:maximumSize=\"\" >\n <rect \n\tid=\"textannotationrect\"\n\toryx:resize=\"vertical horizontal\"\n\tx=\"1\" \n\ty=\"1\"\n\twidth=\"100\"\n\theight=\"50\"\n\tstroke=\"none\"\n\tfill=\"none\" />\n <path \n \tid = \"frame\"\n\td=\"M20,1 L1,1 L1,50 L20,50\" \n\toryx:anchors=\"top bottom left\" \n\tstroke=\"#585858\" \n\tfill=\"none\" \n\tstroke-width=\"1\" />\n \n <text \n\t\tfont-size=\"12\" \n\t\tid=\"text\" \n\t\tx=\"5\" \n\t\ty=\"25\" \n\t\toryx:align=\"middle left\"\n\t\toryx:fittoelem=\"textannotationrect\"\n\t\toryx:anchors=\"left\"\n\t\tstroke=\"#373e48\">\n\t</text>\n </g>\n</svg>", |
|
1200 |
"icon" : "artifact/text.annotation.png", |
|
1201 |
"groups" : [ "文档注释" ], |
|
1202 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "textpackage" ], |
|
1203 |
"hiddenPropertyPackages" : [ ], |
|
1204 |
"roles" : [ "all" ] |
|
1205 |
}, { |
|
1206 |
"type" : "node", |
|
1207 |
"id" : "DataStore", |
|
1208 |
"title" : "数据存储", |
|
1209 |
"description" : "引用一数据存储", |
|
1210 |
"view" : "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\" ?>\r\n<svg \r\n\txmlns=\"http://www.w3.org/2000/svg\"\r\n\txmlns:svg=\"http://www.w3.org/2000/svg\"\r\n \txmlns:oryx=\"http://www.b3mn.org/oryx\"\r\n \txmlns:xlink=\"http://www.w3.org/1999/xlink\"\r\n\t\r\n\twidth=\"63.001px\" \r\n\theight=\"61.173px\"\r\n\tversion=\"1.0\">\r\n\t<defs></defs>\r\n\t<oryx:magnets>\r\n\t\t<oryx:magnet oryx:cx=\"0\" oryx:cy=\"30.5865\" oryx:anchors=\"left\" />\r\n\t\t<oryx:magnet oryx:cx=\"31.5005\" oryx:cy=\"61.173\" oryx:anchors=\"bottom\" />\r\n\t\t<oryx:magnet oryx:cx=\"63.001\" oryx:cy=\"30.5865\" oryx:anchors=\"right\" />\r\n\t\t<oryx:magnet oryx:cx=\"31.5005\" oryx:cy=\"0\" oryx:anchors=\"top\" />\r\n\t\t<oryx:magnet oryx:cx=\"31.5005\" oryx:cy=\"30.5865\" oryx:default=\"yes\" />\r\n\t</oryx:magnets>\r\n\t\r\n\t<g>\r\n\t\t<defs>\r\n\t\t\t<radialGradient id=\"background\" cx=\"30%\" cy=\"30%\" r=\"50%\" fx=\"0%\" fy=\"0%\">\r\n\t\t\t\t<stop offset=\"0%\" stop-color=\"#ffffff\" stop-opacity=\"1\"></stop>\r\n\t\t\t\t<stop offset=\"100%\" stop-color=\"#ffffff\" stop-opacity=\"1\" id=\"fill_el\"></stop>\r\n\t\t\t</radialGradient>\r\n\t\t</defs>\r\n\t\t\r\n\t\t<path id=\"bg_frame\" fill=\"url(#background) #ffffff\" stroke=\"#000000\" d=\"M31.634,0.662c20.013,0,31.292,3.05,31.292,5.729c0,2.678,0,45.096,0,48.244\r\n\t\t\tc0,3.148-16.42,6.2-31.388,6.2c-14.968,0-30.613-2.955-30.613-6.298c0-3.342,0-45.728,0-48.05\r\n\t\t\tC0.925,4.165,11.622,0.662,31.634,0.662z\"/>\r\n\t\t<path id=\"bg_frame2\" fill=\"none\" stroke=\"#000000\" d=\"\r\n\t\t\tM62.926,15.69c0,1.986-3.62,6.551-31.267,6.551c-27.646,0-30.734-4.686-30.734-6.454 M0.925,11.137\r\n\t\t\tc0,1.769,3.088,6.455,30.734,6.455c27.647,0,31.267-4.565,31.267-6.551 M0.925,6.487c0,2.35,3.088,6.455,30.734,6.455\r\n\t\t\tc27.647,0,31.267-3.912,31.267-6.552 M62.926,6.391v4.844 M0.949,6.391v4.844 M62.926,11.041v4.844 M0.949,11.041v4.844\"/>\r\n\t\t\t \t\r\n\t\t<text font-size=\"12\" id=\"text_name\" x=\"31\" y=\"66\" oryx:align=\"center top\" stroke=\"black\" />\r\n\t\t\t \r\n\t</g>\r\n</svg>\r\n", |
|
1211 |
"icon" : "dataobject/data.store.png", |
|
1212 |
"groups" : [ "文档注释" ], |
|
1213 |
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ], |
|
1214 |
"hiddenPropertyPackages" : [ ], |
|
1215 |
"roles" : [ "all" ] |
|
1216 |
} ], |
|
1217 |
"rules" : { |
|
1218 |
"cardinalityRules" : [ { |
|
1219 |
"role" : "Startevents_all", |
|
1220 |
"incomingEdges" : [ { |
|
1221 |
"role" : "SequenceFlow", |
|
1222 |
"maximum" : 0 |
|
1223 |
} ] |
|
1224 |
}, { |
|
1225 |
"role" : "Endevents_all", |
|
1226 |
"outgoingEdges" : [ { |
|
1227 |
"role" : "SequenceFlow", |
|
1228 |
"maximum" : 0 |
|
1229 |
} ] |
|
1230 |
} ], |
|
1231 |
"connectionRules" : [ { |
|
1232 |
"role" : "SequenceFlow", |
|
1233 |
"connects" : [ { |
|
1234 |
"from" : "sequence_start", |
|
1235 |
"to" : [ "sequence_end" ] |
|
1236 |
} ] |
|
1237 |
}, { |
|
1238 |
"role" : "Association", |
|
1239 |
"connects" : [ { |
|
1240 |
"from" : "sequence_start", |
|
1241 |
"to" : [ "TextAnnotation" ] |
|
1242 |
}, { |
|
1243 |
"from" : "sequence_end", |
|
1244 |
"to" : [ "TextAnnotation" ] |
|
1245 |
}, { |
|
1246 |
"from" : "TextAnnotation", |
|
1247 |
"to" : [ "sequence_end" ] |
|
1248 |
}, { |
|
1249 |
"from" : "BoundaryCompensationEvent", |
|
1250 |
"to" : [ "sequence_end" ] |
|
1251 |
}, { |
|
1252 |
"from" : "TextAnnotation", |
|
1253 |
"to" : [ "sequence_start" ] |
|
1254 |
}, { |
|
1255 |
"from" : "BoundaryCompensationEvent", |
|
1256 |
"to" : [ "sequence_start" ] |
|
1257 |
} ] |
|
1258 |
}, { |
|
1259 |
"role" : "DataAssociation", |
|
1260 |
"connects" : [ { |
|
1261 |
"from" : "sequence_start", |
|
1262 |
"to" : [ "DataStore" ] |
|
1263 |
}, { |
|
1264 |
"from" : "sequence_end", |
|
1265 |
"to" : [ "DataStore" ] |
|
1266 |
}, { |
|
1267 |
"from" : "DataStore", |
|
1268 |
"to" : [ "sequence_end" ] |
|
1269 |
}, { |
|
1270 |
"from" : "DataStore", |
|
1271 |
"to" : [ "sequence_start" ] |
|
1272 |
} ] |
|
1273 |
}, { |
|
1274 |
"role" : "IntermediateEventOnActivityBoundary", |
|
1275 |
"connects" : [ { |
|
1276 |
"from" : "Activity", |
|
1277 |
"to" : [ "IntermediateEventOnActivityBoundary" ] |
|
1278 |
} ] |
|
1279 |
} ], |
|
1280 |
"containmentRules" : [ { |
|
1281 |
"role" : "BPMNDiagram", |
|
1282 |
"contains" : [ "all" ] |
|
1283 |
}, { |
|
1284 |
"role" : "SubProcess", |
|
1285 |
"contains" : [ "sequence_start", "sequence_end", "from_task_event", "to_task_event", "EventSubProcess", "TextAnnotation", "DataStore" ] |
|
1286 |
}, { |
|
1287 |
"role" : "EventSubProcess", |
|
1288 |
"contains" : [ "sequence_start", "sequence_end", "from_task_event", "to_task_event", "TextAnnotation", "DataStore" ] |
|
1289 |
}, { |
|
1290 |
"role" : "Pool", |
|
1291 |
"contains" : [ "Lane" ] |
|
1292 |
}, { |
|
1293 |
"role" : "Lane", |
|
1294 |
"contains" : [ "sequence_start", "sequence_end", "EventSubProcess", "TextAnnotation", "DataStore" ] |
|
1295 |
} ], |
|
1296 |
"morphingRules" : [ { |
|
1297 |
"role" : "ActivitiesMorph", |
|
1298 |
"baseMorphs" : [ "UserTask" ], |
|
1299 |
"preserveBounds" : true |
|
1300 |
}, { |
|
1301 |
"role" : "GatewaysMorph", |
|
1302 |
"baseMorphs" : [ "ExclusiveGateway" ] |
|
1303 |
}, { |
|
1304 |
"role" : "StartEventsMorph", |
|
1305 |
"baseMorphs" : [ "StartNoneEvent" ] |
|
1306 |
}, { |
|
1307 |
"role" : "EndEventsMorph", |
|
1308 |
"baseMorphs" : [ "StartNoneEvent" ] |
|
1309 |
}, { |
|
1310 |
"role" : "CatchEventsMorph", |
|
1311 |
"baseMorphs" : [ "CatchTimerEvent" ] |
|
1312 |
}, { |
|
1313 |
"role" : "ThrowEventsMorph", |
|
1314 |
"baseMorphs" : [ "ThrowNoneEvent" ] |
|
1315 |
}, { |
|
1316 |
"role" : "BoundaryEventsMorph", |
|
1317 |
"baseMorphs" : [ "ThrowNoneEvent" ] |
|
1318 |
}, { |
|
1319 |
"role" : "BoundaryCompensationEvent", |
|
1320 |
"baseMorphs" : [ "BoundaryCompensationEvent" ] |
|
1321 |
}, { |
|
1322 |
"role" : "TextAnnotation", |
|
1323 |
"baseMorphs" : [ "TextAnnotation" ] |
|
1324 |
}, { |
|
1325 |
"role" : "DataStore", |
|
1326 |
"baseMorphs" : [ "DataStore" ] |
|
1327 |
} ] |
|
1328 |
} |
|
1329 |
} |