@5minds/node-red-contrib-processcube 2.0.0-feature-629c78-m2dq1ygt → 7.6.0-develop-51b534-mjy3s4sm
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -58
- package/check-authorization.html +138 -0
- package/check-authorization.js +27 -0
- package/dataobject-instance-query.html +141 -0
- package/dataobject-instance-query.js +45 -0
- package/endevent-finished-listener.js +14 -25
- package/examples/Check-Authorization-Sample.json +109 -0
- package/examples/Dataobject-Instance-Query-Sample.json +109 -0
- package/externaltask-error.html +8 -3
- package/externaltask-error.js +43 -29
- package/externaltask-event-listener.js +11 -28
- package/externaltask-input.html +48 -3
- package/externaltask-input.js +581 -114
- package/externaltask-output.js +20 -16
- package/icons/data-object-query.svg +5 -0
- package/message-event-trigger.html +1 -1
- package/message-event-trigger.js +8 -7
- package/package.json +74 -67
- package/process-event-listener.js +166 -225
- package/process-start.html +6 -0
- package/process-start.js +29 -6
- package/process-terminate.html +1 -1
- package/process-terminate.js +7 -5
- package/processcube-engine-config.html +25 -7
- package/processcube-engine-config.js +25 -135
- package/processcube-google-docs-mail-template.html +150 -0
- package/processcube-google-docs-mail-template.js +158 -0
- package/processdefinition-deploy.html +44 -0
- package/processdefinition-deploy.js +28 -0
- package/processdefinition-query.html +18 -13
- package/processdefinition-query.js +33 -31
- package/processinstance-delete-advanced.html +82 -0
- package/processinstance-delete-advanced.js +33 -0
- package/processinstance-delete.html +60 -8
- package/processinstance-delete.js +84 -30
- package/processinstance-query.html +116 -109
- package/processinstance-query.js +28 -5
- package/signal-event-trigger.js +8 -6
- package/usertask-event-listener.html +123 -1
- package/usertask-event-listener.js +30 -45
- package/usertask-input.html +119 -0
- package/usertask-input.js +7 -9
- package/usertask-output.js +15 -8
- package/wait-for-usertask.html +122 -6
- package/wait-for-usertask.js +44 -47
- package/.github/workflows/build-and-publish.yml +0 -72
- package/.processcube/authority/config/config.json +0 -36
- package/.processcube/authority/config/upeSeedingData.json +0 -12
- package/Dockerfile +0 -9
- package/doc_generator/_process_instances_query.md +0 -115
- package/doc_generator/generator.js +0 -41
- package/doc_generator/generator_with_swagger.js +0 -72
- package/doc_generator/package-lock.json +0 -176
- package/doc_generator/package.json +0 -15
- package/doc_generator/query_template.mustache +0 -20
- package/doc_generator/swagger.json +0 -4110
- package/docker-compose.yml +0 -44
- package/nodered/flows.json +0 -2156
- package/nodered/flows_cred.json +0 -3
- package/nodered/settings.js +0 -562
- package/nodered/static/ProcessCube_Logo.svg +0 -53
- package/processes/Call-Activity-Sample.bpmn +0 -88
- package/processes/External-Task-Auth-Sample.bpmn +0 -82
- package/processes/External-Task-Sample.bpmn +0 -94
- package/processes/SampleEvent.bpmn +0 -73
- package/processes/User-Task-Auth-Sample.bpmn +0 -63
- package/processes/User-Task-Sample.bpmn +0 -76
- package/processes/Wait-For-Usertask.bpmn +0 -74
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Call-Activity-Sample_Definition" targetNamespace="http://bpmn.io/schema/bpmn" exporter="5Minds Studio" exporterVersion="1">
|
|
3
|
-
<bpmn:collaboration id="Collaboration_1cidyxu" name="">
|
|
4
|
-
<bpmn:participant id="Participant_0px403d" name="Call-Activity-Sample" processRef="Call-Activity-Sample_Process" />
|
|
5
|
-
</bpmn:collaboration>
|
|
6
|
-
<bpmn:process id="Call-Activity-Sample_Process" name="Call-Activity-Sample" isExecutable="true">
|
|
7
|
-
<bpmn:laneSet>
|
|
8
|
-
<bpmn:lane id="Lane_1xzf0d3" name="Lane">
|
|
9
|
-
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
|
10
|
-
<bpmn:flowNodeRef>Activity_1483lxt</bpmn:flowNodeRef>
|
|
11
|
-
<bpmn:flowNodeRef>Event_051opo1</bpmn:flowNodeRef>
|
|
12
|
-
<bpmn:flowNodeRef>Activity_1m883u3</bpmn:flowNodeRef>
|
|
13
|
-
</bpmn:lane>
|
|
14
|
-
</bpmn:laneSet>
|
|
15
|
-
<bpmn:startEvent id="StartEvent_1" name="Start">
|
|
16
|
-
<bpmn:outgoing>Flow_0jchwpf</bpmn:outgoing>
|
|
17
|
-
</bpmn:startEvent>
|
|
18
|
-
<bpmn:sequenceFlow id="Flow_0jchwpf" sourceRef="StartEvent_1" targetRef="Activity_1483lxt" />
|
|
19
|
-
<bpmn:scriptTask id="Activity_1483lxt" name="make multi">
|
|
20
|
-
<bpmn:incoming>Flow_0jchwpf</bpmn:incoming>
|
|
21
|
-
<bpmn:outgoing>Flow_1kbc11o</bpmn:outgoing>
|
|
22
|
-
<bpmn:script>const data = [
|
|
23
|
-
{
|
|
24
|
-
"uid": 14200
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"uid": 14201
|
|
28
|
-
}
|
|
29
|
-
];
|
|
30
|
-
|
|
31
|
-
return data;</bpmn:script>
|
|
32
|
-
</bpmn:scriptTask>
|
|
33
|
-
<bpmn:sequenceFlow id="Flow_1kbc11o" sourceRef="Activity_1483lxt" targetRef="Activity_1m883u3" />
|
|
34
|
-
<bpmn:endEvent id="Event_051opo1">
|
|
35
|
-
<bpmn:incoming>Flow_0pjaqpi</bpmn:incoming>
|
|
36
|
-
</bpmn:endEvent>
|
|
37
|
-
<bpmn:sequenceFlow id="Flow_0pjaqpi" sourceRef="Activity_1m883u3" targetRef="Event_051opo1" />
|
|
38
|
-
<bpmn:callActivity id="Activity_1m883u3" name="call sub" calledElement="External-Task-Sample_Process">
|
|
39
|
-
<bpmn:extensionElements>
|
|
40
|
-
<camunda:properties>
|
|
41
|
-
<camunda:property name="startEventId" value="StartEvent_1" />
|
|
42
|
-
</camunda:properties>
|
|
43
|
-
</bpmn:extensionElements>
|
|
44
|
-
<bpmn:incoming>Flow_1kbc11o</bpmn:incoming>
|
|
45
|
-
<bpmn:outgoing>Flow_0pjaqpi</bpmn:outgoing>
|
|
46
|
-
<bpmn:multiInstanceLoopCharacteristics />
|
|
47
|
-
</bpmn:callActivity>
|
|
48
|
-
</bpmn:process>
|
|
49
|
-
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
50
|
-
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1cidyxu">
|
|
51
|
-
<bpmndi:BPMNShape id="Participant_0px403d_di" bpmnElement="Participant_0px403d" isHorizontal="true">
|
|
52
|
-
<dc:Bounds x="5" y="4" width="885" height="346" />
|
|
53
|
-
</bpmndi:BPMNShape>
|
|
54
|
-
<bpmndi:BPMNShape id="Lane_1xzf0d3_di" bpmnElement="Lane_1xzf0d3" isHorizontal="true">
|
|
55
|
-
<dc:Bounds x="35" y="4" width="855" height="346" />
|
|
56
|
-
</bpmndi:BPMNShape>
|
|
57
|
-
<bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
|
|
58
|
-
<dc:Bounds x="92" y="152" width="36" height="36" />
|
|
59
|
-
<bpmndi:BPMNLabel>
|
|
60
|
-
<dc:Bounds x="98" y="195" width="24" height="14" />
|
|
61
|
-
</bpmndi:BPMNLabel>
|
|
62
|
-
</bpmndi:BPMNShape>
|
|
63
|
-
<bpmndi:BPMNShape id="Activity_0uc2tzt_di" bpmnElement="Activity_1483lxt">
|
|
64
|
-
<dc:Bounds x="180" y="130" width="100" height="80" />
|
|
65
|
-
<bpmndi:BPMNLabel />
|
|
66
|
-
</bpmndi:BPMNShape>
|
|
67
|
-
<bpmndi:BPMNShape id="Event_051opo1_di" bpmnElement="Event_051opo1">
|
|
68
|
-
<dc:Bounds x="502" y="152" width="36" height="36" />
|
|
69
|
-
</bpmndi:BPMNShape>
|
|
70
|
-
<bpmndi:BPMNShape id="Activity_0t5p0pc_di" bpmnElement="Activity_1m883u3">
|
|
71
|
-
<dc:Bounds x="340" y="130" width="100" height="80" />
|
|
72
|
-
<bpmndi:BPMNLabel />
|
|
73
|
-
</bpmndi:BPMNShape>
|
|
74
|
-
<bpmndi:BPMNEdge id="Flow_0jchwpf_di" bpmnElement="Flow_0jchwpf">
|
|
75
|
-
<di:waypoint x="128" y="170" />
|
|
76
|
-
<di:waypoint x="180" y="170" />
|
|
77
|
-
</bpmndi:BPMNEdge>
|
|
78
|
-
<bpmndi:BPMNEdge id="Flow_1kbc11o_di" bpmnElement="Flow_1kbc11o">
|
|
79
|
-
<di:waypoint x="280" y="170" />
|
|
80
|
-
<di:waypoint x="340" y="170" />
|
|
81
|
-
</bpmndi:BPMNEdge>
|
|
82
|
-
<bpmndi:BPMNEdge id="Flow_0pjaqpi_di" bpmnElement="Flow_0pjaqpi">
|
|
83
|
-
<di:waypoint x="440" y="170" />
|
|
84
|
-
<di:waypoint x="502" y="170" />
|
|
85
|
-
</bpmndi:BPMNEdge>
|
|
86
|
-
</bpmndi:BPMNPlane>
|
|
87
|
-
</bpmndi:BPMNDiagram>
|
|
88
|
-
</bpmn:definitions>
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="External-Task-Auth-Sample_Definition" targetNamespace="http://bpmn.io/schema/bpmn" exporter="5Minds Studio" exporterVersion="1">
|
|
3
|
-
<bpmn:collaboration id="Collaboration_1cidyxu" name="">
|
|
4
|
-
<bpmn:participant id="Participant_0px403d" name="External-Task-Auth-Sample" processRef="External-Task-Auth-Sample_Process" />
|
|
5
|
-
</bpmn:collaboration>
|
|
6
|
-
<bpmn:process id="External-Task-Auth-Sample_Process" name="External-Task-Auth-Sample" isExecutable="true">
|
|
7
|
-
<bpmn:laneSet />
|
|
8
|
-
<bpmn:startEvent id="StartEvent_1" name="Start">
|
|
9
|
-
<bpmn:outgoing>Flow_1ld6sfg</bpmn:outgoing>
|
|
10
|
-
</bpmn:startEvent>
|
|
11
|
-
<bpmn:sequenceFlow id="Flow_1ld6sfg" sourceRef="StartEvent_1" targetRef="Activity_0u64tc3" />
|
|
12
|
-
<bpmn:sequenceFlow id="Flow_06m00cc" sourceRef="Activity_0u64tc3" targetRef="Activity_07p3p4z" />
|
|
13
|
-
<bpmn:endEvent id="Event_1itn9nv">
|
|
14
|
-
<bpmn:incoming>Flow_1m5vjpz</bpmn:incoming>
|
|
15
|
-
</bpmn:endEvent>
|
|
16
|
-
<bpmn:sequenceFlow id="Flow_1m5vjpz" sourceRef="Activity_07p3p4z" targetRef="Event_1itn9nv" />
|
|
17
|
-
<bpmn:sequenceFlow id="Flow_0ltw0h7" sourceRef="Event_0fz5x27" targetRef="Event_0rv3086" />
|
|
18
|
-
<bpmn:endEvent id="Event_0rv3086">
|
|
19
|
-
<bpmn:incoming>Flow_0ltw0h7</bpmn:incoming>
|
|
20
|
-
</bpmn:endEvent>
|
|
21
|
-
<bpmn:serviceTask id="Activity_0u64tc3" name="Topic: "Test_Auth"" camunda:type="external" camunda:topic="Test_Auth">
|
|
22
|
-
<bpmn:incoming>Flow_1ld6sfg</bpmn:incoming>
|
|
23
|
-
<bpmn:outgoing>Flow_06m00cc</bpmn:outgoing>
|
|
24
|
-
</bpmn:serviceTask>
|
|
25
|
-
<bpmn:serviceTask id="Activity_07p3p4z" name="Topic: "SampleError_Auth"" camunda:type="external" camunda:topic="SampleError_Auth">
|
|
26
|
-
<bpmn:incoming>Flow_06m00cc</bpmn:incoming>
|
|
27
|
-
<bpmn:outgoing>Flow_1m5vjpz</bpmn:outgoing>
|
|
28
|
-
</bpmn:serviceTask>
|
|
29
|
-
<bpmn:boundaryEvent id="Event_0fz5x27" attachedToRef="Activity_07p3p4z">
|
|
30
|
-
<bpmn:outgoing>Flow_0ltw0h7</bpmn:outgoing>
|
|
31
|
-
<bpmn:errorEventDefinition id="ErrorEventDefinition_1owejc3" errorRef="Error_tYBTV3t5" />
|
|
32
|
-
</bpmn:boundaryEvent>
|
|
33
|
-
</bpmn:process>
|
|
34
|
-
<bpmn:error id="Error_tYBTV3t5" errorCode="MyErrorCode" />
|
|
35
|
-
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
36
|
-
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1cidyxu">
|
|
37
|
-
<bpmndi:BPMNShape id="Participant_0px403d_di" bpmnElement="Participant_0px403d" isHorizontal="true">
|
|
38
|
-
<dc:Bounds x="5" y="4" width="655" height="346" />
|
|
39
|
-
</bpmndi:BPMNShape>
|
|
40
|
-
<bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
|
|
41
|
-
<dc:Bounds x="92" y="152" width="36" height="36" />
|
|
42
|
-
<bpmndi:BPMNLabel>
|
|
43
|
-
<dc:Bounds x="98" y="195" width="24" height="14" />
|
|
44
|
-
</bpmndi:BPMNLabel>
|
|
45
|
-
</bpmndi:BPMNShape>
|
|
46
|
-
<bpmndi:BPMNShape id="Event_1itn9nv_di" bpmnElement="Event_1itn9nv">
|
|
47
|
-
<dc:Bounds x="502" y="152" width="36" height="36" />
|
|
48
|
-
</bpmndi:BPMNShape>
|
|
49
|
-
<bpmndi:BPMNShape id="Event_0rv3086_di" bpmnElement="Event_0rv3086">
|
|
50
|
-
<dc:Bounds x="502" y="272" width="36" height="36" />
|
|
51
|
-
</bpmndi:BPMNShape>
|
|
52
|
-
<bpmndi:BPMNShape id="Activity_1yv65fq_di" bpmnElement="Activity_0u64tc3">
|
|
53
|
-
<dc:Bounds x="180" y="130" width="100" height="80" />
|
|
54
|
-
<bpmndi:BPMNLabel />
|
|
55
|
-
</bpmndi:BPMNShape>
|
|
56
|
-
<bpmndi:BPMNShape id="Activity_1dgy0dm_di" bpmnElement="Activity_07p3p4z">
|
|
57
|
-
<dc:Bounds x="340" y="130" width="100" height="80" />
|
|
58
|
-
<bpmndi:BPMNLabel />
|
|
59
|
-
</bpmndi:BPMNShape>
|
|
60
|
-
<bpmndi:BPMNShape id="Event_1is2r7x_di" bpmnElement="Event_0fz5x27">
|
|
61
|
-
<dc:Bounds x="372" y="192" width="36" height="36" />
|
|
62
|
-
</bpmndi:BPMNShape>
|
|
63
|
-
<bpmndi:BPMNEdge id="Flow_1ld6sfg_di" bpmnElement="Flow_1ld6sfg">
|
|
64
|
-
<di:waypoint x="128" y="170" />
|
|
65
|
-
<di:waypoint x="180" y="170" />
|
|
66
|
-
</bpmndi:BPMNEdge>
|
|
67
|
-
<bpmndi:BPMNEdge id="Flow_06m00cc_di" bpmnElement="Flow_06m00cc">
|
|
68
|
-
<di:waypoint x="280" y="170" />
|
|
69
|
-
<di:waypoint x="340" y="170" />
|
|
70
|
-
</bpmndi:BPMNEdge>
|
|
71
|
-
<bpmndi:BPMNEdge id="Flow_1m5vjpz_di" bpmnElement="Flow_1m5vjpz">
|
|
72
|
-
<di:waypoint x="440" y="170" />
|
|
73
|
-
<di:waypoint x="502" y="170" />
|
|
74
|
-
</bpmndi:BPMNEdge>
|
|
75
|
-
<bpmndi:BPMNEdge id="Flow_0ltw0h7_di" bpmnElement="Flow_0ltw0h7">
|
|
76
|
-
<di:waypoint x="390" y="228" />
|
|
77
|
-
<di:waypoint x="390" y="290" />
|
|
78
|
-
<di:waypoint x="502" y="290" />
|
|
79
|
-
</bpmndi:BPMNEdge>
|
|
80
|
-
</bpmndi:BPMNPlane>
|
|
81
|
-
</bpmndi:BPMNDiagram>
|
|
82
|
-
</bpmn:definitions>
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="External-Task-Sample_Definition" targetNamespace="http://bpmn.io/schema/bpmn" exporter="5Minds Studio" exporterVersion="1">
|
|
3
|
-
<bpmn:collaboration id="Collaboration_1cidyxu" name="">
|
|
4
|
-
<bpmn:participant id="Participant_0px403d" name="External-Task-Sample" processRef="External-Task-Sample_Process" />
|
|
5
|
-
<bpmn:textAnnotation id="TextAnnotation_0lbjt7p">
|
|
6
|
-
<bpmn:text>Will be executed at the boundary event</bpmn:text>
|
|
7
|
-
</bpmn:textAnnotation>
|
|
8
|
-
<bpmn:association id="Association_0ivfgz1" associationDirection="None" sourceRef="Activity_0ma3kzt" targetRef="TextAnnotation_0lbjt7p" />
|
|
9
|
-
</bpmn:collaboration>
|
|
10
|
-
<bpmn:process id="External-Task-Sample_Process" name="External-Task-Sample" isExecutable="true">
|
|
11
|
-
<bpmn:laneSet />
|
|
12
|
-
<bpmn:startEvent id="StartEvent_1" name="Start">
|
|
13
|
-
<bpmn:outgoing>Flow_0qmxzxk</bpmn:outgoing>
|
|
14
|
-
</bpmn:startEvent>
|
|
15
|
-
<bpmn:sequenceFlow id="Flow_0qmxzxk" sourceRef="StartEvent_1" targetRef="Activity_02ykwt2" />
|
|
16
|
-
<bpmn:sequenceFlow id="Flow_16dfeac" sourceRef="Activity_02ykwt2" targetRef="Activity_0ma3kzt" />
|
|
17
|
-
<bpmn:endEvent id="Event_05wpeos">
|
|
18
|
-
<bpmn:incoming>Flow_0mo4oek</bpmn:incoming>
|
|
19
|
-
</bpmn:endEvent>
|
|
20
|
-
<bpmn:sequenceFlow id="Flow_0mo4oek" sourceRef="Activity_0ma3kzt" targetRef="Event_05wpeos" />
|
|
21
|
-
<bpmn:endEvent id="Event_0yn9mzh">
|
|
22
|
-
<bpmn:incoming>Flow_0y6es1p</bpmn:incoming>
|
|
23
|
-
</bpmn:endEvent>
|
|
24
|
-
<bpmn:sequenceFlow id="Flow_0y6es1p" sourceRef="Event_0o7qlkd" targetRef="Event_0yn9mzh" />
|
|
25
|
-
<bpmn:serviceTask id="Activity_02ykwt2" name="Topic "Test"" camunda:type="external" camunda:topic="Test">
|
|
26
|
-
<bpmn:incoming>Flow_0qmxzxk</bpmn:incoming>
|
|
27
|
-
<bpmn:outgoing>Flow_16dfeac</bpmn:outgoing>
|
|
28
|
-
</bpmn:serviceTask>
|
|
29
|
-
<bpmn:serviceTask id="Activity_0ma3kzt" name="Topic "SampleError"" camunda:type="external" camunda:topic="SampleError">
|
|
30
|
-
<bpmn:incoming>Flow_16dfeac</bpmn:incoming>
|
|
31
|
-
<bpmn:outgoing>Flow_0mo4oek</bpmn:outgoing>
|
|
32
|
-
</bpmn:serviceTask>
|
|
33
|
-
<bpmn:boundaryEvent id="Event_0o7qlkd" attachedToRef="Activity_0ma3kzt">
|
|
34
|
-
<bpmn:outgoing>Flow_0y6es1p</bpmn:outgoing>
|
|
35
|
-
<bpmn:errorEventDefinition id="ErrorEventDefinition_1lr8fha" errorRef="Error_3O8wBFQi" />
|
|
36
|
-
</bpmn:boundaryEvent>
|
|
37
|
-
</bpmn:process>
|
|
38
|
-
<bpmn:error id="Error_3O8wBFQi" errorCode="MyErrorCode" />
|
|
39
|
-
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
40
|
-
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1cidyxu">
|
|
41
|
-
<bpmndi:BPMNShape id="Participant_0px403d_di" bpmnElement="Participant_0px403d" isHorizontal="true">
|
|
42
|
-
<dc:Bounds x="5" y="30" width="635" height="320" />
|
|
43
|
-
</bpmndi:BPMNShape>
|
|
44
|
-
<bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
|
|
45
|
-
<dc:Bounds x="92" y="152" width="36" height="36" />
|
|
46
|
-
<bpmndi:BPMNLabel>
|
|
47
|
-
<dc:Bounds x="98" y="195" width="24" height="14" />
|
|
48
|
-
</bpmndi:BPMNLabel>
|
|
49
|
-
</bpmndi:BPMNShape>
|
|
50
|
-
<bpmndi:BPMNShape id="Event_05wpeos_di" bpmnElement="Event_05wpeos">
|
|
51
|
-
<dc:Bounds x="502" y="152" width="36" height="36" />
|
|
52
|
-
</bpmndi:BPMNShape>
|
|
53
|
-
<bpmndi:BPMNShape id="Event_0yn9mzh_di" bpmnElement="Event_0yn9mzh">
|
|
54
|
-
<dc:Bounds x="482" y="272" width="36" height="36" />
|
|
55
|
-
</bpmndi:BPMNShape>
|
|
56
|
-
<bpmndi:BPMNShape id="Activity_1vxcs04_di" bpmnElement="Activity_02ykwt2">
|
|
57
|
-
<dc:Bounds x="180" y="130" width="100" height="80" />
|
|
58
|
-
<bpmndi:BPMNLabel />
|
|
59
|
-
</bpmndi:BPMNShape>
|
|
60
|
-
<bpmndi:BPMNShape id="Activity_1b7fiqp_di" bpmnElement="Activity_0ma3kzt">
|
|
61
|
-
<dc:Bounds x="340" y="130" width="100" height="80" />
|
|
62
|
-
<bpmndi:BPMNLabel />
|
|
63
|
-
</bpmndi:BPMNShape>
|
|
64
|
-
<bpmndi:BPMNShape id="Event_134k5nt_di" bpmnElement="Event_0o7qlkd">
|
|
65
|
-
<dc:Bounds x="392" y="192" width="36" height="36" />
|
|
66
|
-
</bpmndi:BPMNShape>
|
|
67
|
-
<bpmndi:BPMNEdge id="Flow_0qmxzxk_di" bpmnElement="Flow_0qmxzxk">
|
|
68
|
-
<di:waypoint x="128" y="170" />
|
|
69
|
-
<di:waypoint x="180" y="170" />
|
|
70
|
-
</bpmndi:BPMNEdge>
|
|
71
|
-
<bpmndi:BPMNEdge id="Flow_16dfeac_di" bpmnElement="Flow_16dfeac">
|
|
72
|
-
<di:waypoint x="280" y="170" />
|
|
73
|
-
<di:waypoint x="340" y="170" />
|
|
74
|
-
</bpmndi:BPMNEdge>
|
|
75
|
-
<bpmndi:BPMNEdge id="Flow_0mo4oek_di" bpmnElement="Flow_0mo4oek">
|
|
76
|
-
<di:waypoint x="440" y="170" />
|
|
77
|
-
<di:waypoint x="502" y="170" />
|
|
78
|
-
</bpmndi:BPMNEdge>
|
|
79
|
-
<bpmndi:BPMNEdge id="Flow_0y6es1p_di" bpmnElement="Flow_0y6es1p">
|
|
80
|
-
<di:waypoint x="410" y="228" />
|
|
81
|
-
<di:waypoint x="410" y="290" />
|
|
82
|
-
<di:waypoint x="482" y="290" />
|
|
83
|
-
</bpmndi:BPMNEdge>
|
|
84
|
-
<bpmndi:BPMNShape id="TextAnnotation_0lbjt7p_di" bpmnElement="TextAnnotation_0lbjt7p">
|
|
85
|
-
<dc:Bounds x="370" y="50" width="169.99387960829492" height="39.99855990783411" />
|
|
86
|
-
<bpmndi:BPMNLabel />
|
|
87
|
-
</bpmndi:BPMNShape>
|
|
88
|
-
<bpmndi:BPMNEdge id="Association_0ivfgz1_di" bpmnElement="Association_0ivfgz1">
|
|
89
|
-
<di:waypoint x="401" y="130" />
|
|
90
|
-
<di:waypoint x="413" y="90" />
|
|
91
|
-
</bpmndi:BPMNEdge>
|
|
92
|
-
</bpmndi:BPMNPlane>
|
|
93
|
-
</bpmndi:BPMNDiagram>
|
|
94
|
-
</bpmn:definitions>
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="SampleEvent_Definition" targetNamespace="http://bpmn.io/schema/bpmn" exporter="5Minds Studio" exporterVersion="1">
|
|
3
|
-
<bpmn:collaboration id="Collaboration_1cidyxu" name="">
|
|
4
|
-
<bpmn:participant id="Participant_0px403d" name="SampleEvent" processRef="SampleEvent_Process" />
|
|
5
|
-
</bpmn:collaboration>
|
|
6
|
-
<bpmn:process id="SampleEvent_Process" name="SampleEvent" isExecutable="true">
|
|
7
|
-
<bpmn:laneSet>
|
|
8
|
-
<bpmn:lane id="Lane_1xzf0d3" name="Lane">
|
|
9
|
-
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
|
10
|
-
<bpmn:flowNodeRef>Event_1jv39pf</bpmn:flowNodeRef>
|
|
11
|
-
<bpmn:flowNodeRef>Activity_18hxefy</bpmn:flowNodeRef>
|
|
12
|
-
<bpmn:flowNodeRef>Event_06jifnk</bpmn:flowNodeRef>
|
|
13
|
-
</bpmn:lane>
|
|
14
|
-
</bpmn:laneSet>
|
|
15
|
-
<bpmn:startEvent id="StartEvent_1" name="Start">
|
|
16
|
-
<bpmn:outgoing>Flow_0uoj46m</bpmn:outgoing>
|
|
17
|
-
</bpmn:startEvent>
|
|
18
|
-
<bpmn:sequenceFlow id="Flow_0uoj46m" sourceRef="StartEvent_1" targetRef="Event_06jifnk" />
|
|
19
|
-
<bpmn:sequenceFlow id="Flow_0wqom58" sourceRef="Event_06jifnk" targetRef="Activity_18hxefy" />
|
|
20
|
-
<bpmn:endEvent id="Event_1jv39pf">
|
|
21
|
-
<bpmn:incoming>Flow_1srscxt</bpmn:incoming>
|
|
22
|
-
</bpmn:endEvent>
|
|
23
|
-
<bpmn:sequenceFlow id="Flow_1srscxt" sourceRef="Activity_18hxefy" targetRef="Event_1jv39pf" />
|
|
24
|
-
<bpmn:task id="Activity_18hxefy" name="wait ;-)">
|
|
25
|
-
<bpmn:incoming>Flow_0wqom58</bpmn:incoming>
|
|
26
|
-
<bpmn:outgoing>Flow_1srscxt</bpmn:outgoing>
|
|
27
|
-
</bpmn:task>
|
|
28
|
-
<bpmn:intermediateCatchEvent id="Event_06jifnk">
|
|
29
|
-
<bpmn:incoming>Flow_0uoj46m</bpmn:incoming>
|
|
30
|
-
<bpmn:outgoing>Flow_0wqom58</bpmn:outgoing>
|
|
31
|
-
<bpmn:messageEventDefinition id="MessageEventDefinition_1jevsas" messageRef="Message_5MhJAzRd" />
|
|
32
|
-
</bpmn:intermediateCatchEvent>
|
|
33
|
-
</bpmn:process>
|
|
34
|
-
<bpmn:message id="Message_5MhJAzRd" name="sampleEvent" />
|
|
35
|
-
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
36
|
-
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1cidyxu">
|
|
37
|
-
<bpmndi:BPMNShape id="Participant_0px403d_di" bpmnElement="Participant_0px403d" isHorizontal="true">
|
|
38
|
-
<dc:Bounds x="5" y="4" width="885" height="346" />
|
|
39
|
-
</bpmndi:BPMNShape>
|
|
40
|
-
<bpmndi:BPMNShape id="Lane_1xzf0d3_di" bpmnElement="Lane_1xzf0d3" isHorizontal="true">
|
|
41
|
-
<dc:Bounds x="35" y="4" width="855" height="346" />
|
|
42
|
-
</bpmndi:BPMNShape>
|
|
43
|
-
<bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
|
|
44
|
-
<dc:Bounds x="92" y="152" width="36" height="36" />
|
|
45
|
-
<bpmndi:BPMNLabel>
|
|
46
|
-
<dc:Bounds x="98" y="195" width="24" height="14" />
|
|
47
|
-
</bpmndi:BPMNLabel>
|
|
48
|
-
</bpmndi:BPMNShape>
|
|
49
|
-
<bpmndi:BPMNShape id="Event_1jv39pf_di" bpmnElement="Event_1jv39pf">
|
|
50
|
-
<dc:Bounds x="442" y="152" width="36" height="36" />
|
|
51
|
-
</bpmndi:BPMNShape>
|
|
52
|
-
<bpmndi:BPMNShape id="Activity_18hxefy_di" bpmnElement="Activity_18hxefy">
|
|
53
|
-
<dc:Bounds x="270" y="130" width="100" height="80" />
|
|
54
|
-
<bpmndi:BPMNLabel />
|
|
55
|
-
</bpmndi:BPMNShape>
|
|
56
|
-
<bpmndi:BPMNShape id="Event_15e6gcf_di" bpmnElement="Event_06jifnk">
|
|
57
|
-
<dc:Bounds x="182" y="152" width="36" height="36" />
|
|
58
|
-
</bpmndi:BPMNShape>
|
|
59
|
-
<bpmndi:BPMNEdge id="Flow_0uoj46m_di" bpmnElement="Flow_0uoj46m">
|
|
60
|
-
<di:waypoint x="128" y="170" />
|
|
61
|
-
<di:waypoint x="182" y="170" />
|
|
62
|
-
</bpmndi:BPMNEdge>
|
|
63
|
-
<bpmndi:BPMNEdge id="Flow_0wqom58_di" bpmnElement="Flow_0wqom58">
|
|
64
|
-
<di:waypoint x="218" y="170" />
|
|
65
|
-
<di:waypoint x="270" y="170" />
|
|
66
|
-
</bpmndi:BPMNEdge>
|
|
67
|
-
<bpmndi:BPMNEdge id="Flow_1srscxt_di" bpmnElement="Flow_1srscxt">
|
|
68
|
-
<di:waypoint x="370" y="170" />
|
|
69
|
-
<di:waypoint x="442" y="170" />
|
|
70
|
-
</bpmndi:BPMNEdge>
|
|
71
|
-
</bpmndi:BPMNPlane>
|
|
72
|
-
</bpmndi:BPMNDiagram>
|
|
73
|
-
</bpmn:definitions>
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="User-Task-Auth-Sample_Definition" targetNamespace="http://bpmn.io/schema/bpmn" exporter="5Minds Studio" exporterVersion="1">
|
|
3
|
-
<bpmn:collaboration id="Collaboration_1cidyxu" name="">
|
|
4
|
-
<bpmn:participant id="Participant_0px403d" name="User-Task-Auth-Sample" processRef="User-Task-Auth-Sample_Process" />
|
|
5
|
-
</bpmn:collaboration>
|
|
6
|
-
<bpmn:process id="User-Task-Auth-Sample_Process" name="User-Task-Auth-Sample" isExecutable="true">
|
|
7
|
-
<bpmn:laneSet>
|
|
8
|
-
<bpmn:lane id="Lane_1xzf0d3" name="Lane">
|
|
9
|
-
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
|
10
|
-
<bpmn:flowNodeRef>user_task_auth</bpmn:flowNodeRef>
|
|
11
|
-
<bpmn:flowNodeRef>Event_03cwr86</bpmn:flowNodeRef>
|
|
12
|
-
</bpmn:lane>
|
|
13
|
-
</bpmn:laneSet>
|
|
14
|
-
<bpmn:startEvent id="StartEvent_1" name="Start">
|
|
15
|
-
<bpmn:outgoing>Flow_1t268h6</bpmn:outgoing>
|
|
16
|
-
</bpmn:startEvent>
|
|
17
|
-
<bpmn:sequenceFlow id="Flow_1t268h6" sourceRef="StartEvent_1" targetRef="user_task_auth" />
|
|
18
|
-
<bpmn:userTask id="user_task_auth" name="User Task">
|
|
19
|
-
<bpmn:extensionElements>
|
|
20
|
-
<camunda:formData>
|
|
21
|
-
<camunda:formField id="field_01" label="Field 01" type="string" />
|
|
22
|
-
<camunda:formField id="field_02" label="Field 02" type="string" />
|
|
23
|
-
</camunda:formData>
|
|
24
|
-
</bpmn:extensionElements>
|
|
25
|
-
<bpmn:incoming>Flow_1t268h6</bpmn:incoming>
|
|
26
|
-
<bpmn:outgoing>Flow_1t2shtu</bpmn:outgoing>
|
|
27
|
-
</bpmn:userTask>
|
|
28
|
-
<bpmn:endEvent id="Event_03cwr86">
|
|
29
|
-
<bpmn:incoming>Flow_1t2shtu</bpmn:incoming>
|
|
30
|
-
</bpmn:endEvent>
|
|
31
|
-
<bpmn:sequenceFlow id="Flow_1t2shtu" sourceRef="user_task_auth" targetRef="Event_03cwr86" />
|
|
32
|
-
</bpmn:process>
|
|
33
|
-
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
34
|
-
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1cidyxu">
|
|
35
|
-
<bpmndi:BPMNShape id="Participant_0px403d_di" bpmnElement="Participant_0px403d" isHorizontal="true">
|
|
36
|
-
<dc:Bounds x="5" y="4" width="445" height="346" />
|
|
37
|
-
</bpmndi:BPMNShape>
|
|
38
|
-
<bpmndi:BPMNShape id="Lane_1xzf0d3_di" bpmnElement="Lane_1xzf0d3" isHorizontal="true">
|
|
39
|
-
<dc:Bounds x="35" y="4" width="415" height="346" />
|
|
40
|
-
</bpmndi:BPMNShape>
|
|
41
|
-
<bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
|
|
42
|
-
<dc:Bounds x="92" y="152" width="36" height="36" />
|
|
43
|
-
<bpmndi:BPMNLabel>
|
|
44
|
-
<dc:Bounds x="98" y="195" width="24" height="14" />
|
|
45
|
-
</bpmndi:BPMNLabel>
|
|
46
|
-
</bpmndi:BPMNShape>
|
|
47
|
-
<bpmndi:BPMNShape id="Activity_0c7im8g_di" bpmnElement="user_task_auth">
|
|
48
|
-
<dc:Bounds x="190" y="130" width="100" height="80" />
|
|
49
|
-
</bpmndi:BPMNShape>
|
|
50
|
-
<bpmndi:BPMNShape id="Event_03cwr86_di" bpmnElement="Event_03cwr86">
|
|
51
|
-
<dc:Bounds x="352" y="152" width="36" height="36" />
|
|
52
|
-
</bpmndi:BPMNShape>
|
|
53
|
-
<bpmndi:BPMNEdge id="Flow_1t268h6_di" bpmnElement="Flow_1t268h6">
|
|
54
|
-
<di:waypoint x="128" y="170" />
|
|
55
|
-
<di:waypoint x="190" y="170" />
|
|
56
|
-
</bpmndi:BPMNEdge>
|
|
57
|
-
<bpmndi:BPMNEdge id="Flow_1t2shtu_di" bpmnElement="Flow_1t2shtu">
|
|
58
|
-
<di:waypoint x="290" y="170" />
|
|
59
|
-
<di:waypoint x="352" y="170" />
|
|
60
|
-
</bpmndi:BPMNEdge>
|
|
61
|
-
</bpmndi:BPMNPlane>
|
|
62
|
-
</bpmndi:BPMNDiagram>
|
|
63
|
-
</bpmn:definitions>
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="User-Task-Sample_Definition" targetNamespace="http://bpmn.io/schema/bpmn" exporter="5Minds Studio" exporterVersion="1">
|
|
3
|
-
<bpmn:collaboration id="Collaboration_1cidyxu" name="">
|
|
4
|
-
<bpmn:participant id="Participant_0px403d" name="User-Task-Sample" processRef="User-Task-Sample_Process" />
|
|
5
|
-
</bpmn:collaboration>
|
|
6
|
-
<bpmn:process id="User-Task-Sample_Process" name="User-Task-Sample" isExecutable="true">
|
|
7
|
-
<bpmn:laneSet />
|
|
8
|
-
<bpmn:startEvent id="StartEvent_1" name="Start">
|
|
9
|
-
<bpmn:outgoing>Flow_142awo6</bpmn:outgoing>
|
|
10
|
-
</bpmn:startEvent>
|
|
11
|
-
<bpmn:sequenceFlow id="Flow_142awo6" sourceRef="StartEvent_1" targetRef="user_task" />
|
|
12
|
-
<bpmn:endEvent id="Event_07hak5r" name="End">
|
|
13
|
-
<bpmn:incoming>Flow_0i7xqvi</bpmn:incoming>
|
|
14
|
-
</bpmn:endEvent>
|
|
15
|
-
<bpmn:sequenceFlow id="Flow_0i7xqvi" sourceRef="user_task" targetRef="Event_07hak5r" />
|
|
16
|
-
<bpmn:userTask id="user_task" name="User Task">
|
|
17
|
-
<bpmn:extensionElements>
|
|
18
|
-
<camunda:formData>
|
|
19
|
-
<camunda:formField id="checkbox" label="Checkbox" type="checkbox" customForm="{"entries":[{"key":"key","value":"value"}],"hint":"hint"}" />
|
|
20
|
-
<camunda:formField id="colorpicker" label="Colorpicker" type="color" defaultValue="#e32626" customForm="{"hint":"hint"}" />
|
|
21
|
-
<camunda:formField id="date" label="Date" type="date" defaultValue="2024-10-18" customForm="{"hint":"hint"}" />
|
|
22
|
-
<camunda:formField id="datetime" label="Datetime" type="datetime-local" defaultValue="2024-10-19T12:41" customForm="{"hint":"hint"}" />
|
|
23
|
-
<camunda:formField id="email" label="Email" type="email" customForm="{"hint":"hint"}" />
|
|
24
|
-
<camunda:formField id="header" type="header" defaultValue="Header" />
|
|
25
|
-
<camunda:formField id="hidden" type="hidden" defaultValue="hidden" />
|
|
26
|
-
<camunda:formField id="number" label="Number" type="number" customForm="{"step":1.5,"hint":"hint"}" />
|
|
27
|
-
<camunda:formField id="month" label="Month" type="month" defaultValue="2024-07" customForm="{"hint":"hint"}" />
|
|
28
|
-
<camunda:formField id="paragraph" type="paragraph" defaultValue="A lot of words..." />
|
|
29
|
-
<camunda:formField id="password" label="Pasword" type="password" customForm="{"hint":"hint"}" />
|
|
30
|
-
<camunda:formField id="radio" label="Radio" type="radio" customForm="{"entries":[{"key":"key","value":"value"}],"hint":"hint"}" />
|
|
31
|
-
<camunda:formField id="range" label="Range" type="range" defaultValue="30" customForm="{"step":0.4,"min":3,"hint":"hint"}" />
|
|
32
|
-
<camunda:formField id="select" label="Select" type="select" customForm="{"entries":[{"key":"key","value":"value"}],"hint":"hint"}" />
|
|
33
|
-
<camunda:formField id="tel" label="Tel." type="tel" customForm="{"hint":"hint"}" />
|
|
34
|
-
<camunda:formField id="text" label="Text" type="string" customForm="{"hint":"hint"}" />
|
|
35
|
-
<camunda:formField id="textarea" label="Textarea" type="textarea" defaultValue="more words..." customForm="{"rows":14,"hint":"hint"}" />
|
|
36
|
-
<camunda:formField id="time" label="Time" type="time" defaultValue="11:54" customForm="{"hint":"hint"}" />
|
|
37
|
-
<camunda:formField id="url" label="URL" type="url" customForm="{"hint":"hint"}" />
|
|
38
|
-
<camunda:formField id="week" label="Week" type="week" defaultValue="2024-W37" customForm="{"hint":"hint"}" />
|
|
39
|
-
</camunda:formData>
|
|
40
|
-
</bpmn:extensionElements>
|
|
41
|
-
<bpmn:incoming>Flow_142awo6</bpmn:incoming>
|
|
42
|
-
<bpmn:outgoing>Flow_0i7xqvi</bpmn:outgoing>
|
|
43
|
-
</bpmn:userTask>
|
|
44
|
-
</bpmn:process>
|
|
45
|
-
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
46
|
-
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1cidyxu">
|
|
47
|
-
<bpmndi:BPMNShape id="Participant_0px403d_di" bpmnElement="Participant_0px403d" isHorizontal="true">
|
|
48
|
-
<dc:Bounds x="5" y="30" width="415" height="260" />
|
|
49
|
-
</bpmndi:BPMNShape>
|
|
50
|
-
<bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
|
|
51
|
-
<dc:Bounds x="92" y="152" width="36" height="36" />
|
|
52
|
-
<bpmndi:BPMNLabel>
|
|
53
|
-
<dc:Bounds x="98" y="195" width="24" height="14" />
|
|
54
|
-
</bpmndi:BPMNLabel>
|
|
55
|
-
</bpmndi:BPMNShape>
|
|
56
|
-
<bpmndi:BPMNShape id="Event_07hak5r_di" bpmnElement="Event_07hak5r">
|
|
57
|
-
<dc:Bounds x="332" y="152" width="36" height="36" />
|
|
58
|
-
<bpmndi:BPMNLabel>
|
|
59
|
-
<dc:Bounds x="340" y="195" width="20" height="14" />
|
|
60
|
-
</bpmndi:BPMNLabel>
|
|
61
|
-
</bpmndi:BPMNShape>
|
|
62
|
-
<bpmndi:BPMNShape id="Activity_0c7im8g_di" bpmnElement="user_task">
|
|
63
|
-
<dc:Bounds x="180" y="130" width="100" height="80" />
|
|
64
|
-
<bpmndi:BPMNLabel />
|
|
65
|
-
</bpmndi:BPMNShape>
|
|
66
|
-
<bpmndi:BPMNEdge id="Flow_142awo6_di" bpmnElement="Flow_142awo6">
|
|
67
|
-
<di:waypoint x="128" y="170" />
|
|
68
|
-
<di:waypoint x="180" y="170" />
|
|
69
|
-
</bpmndi:BPMNEdge>
|
|
70
|
-
<bpmndi:BPMNEdge id="Flow_0i7xqvi_di" bpmnElement="Flow_0i7xqvi">
|
|
71
|
-
<di:waypoint x="280" y="170" />
|
|
72
|
-
<di:waypoint x="332" y="170" />
|
|
73
|
-
</bpmndi:BPMNEdge>
|
|
74
|
-
</bpmndi:BPMNPlane>
|
|
75
|
-
</bpmndi:BPMNDiagram>
|
|
76
|
-
</bpmn:definitions>
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Wait-For-Usertask_Definition" targetNamespace="http://bpmn.io/schema/bpmn" exporter="5Minds Studio" exporterVersion="1">
|
|
3
|
-
<bpmn:collaboration id="Collaboration_1cidyxu" name="">
|
|
4
|
-
<bpmn:participant id="Participant_0px403d" name="Wait-For-Usertask" processRef="Wait-For-Usertask_Process" />
|
|
5
|
-
</bpmn:collaboration>
|
|
6
|
-
<bpmn:process id="Wait-For-Usertask_Process" name="Wait-For-Usertask" isExecutable="true">
|
|
7
|
-
<bpmn:laneSet>
|
|
8
|
-
<bpmn:lane id="Lane_1xzf0d3" name="Lane">
|
|
9
|
-
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
|
10
|
-
<bpmn:flowNodeRef>Event_0zjvsuj</bpmn:flowNodeRef>
|
|
11
|
-
<bpmn:flowNodeRef>make_it</bpmn:flowNodeRef>
|
|
12
|
-
<bpmn:flowNodeRef>Event_02k45ju</bpmn:flowNodeRef>
|
|
13
|
-
</bpmn:lane>
|
|
14
|
-
</bpmn:laneSet>
|
|
15
|
-
<bpmn:startEvent id="StartEvent_1" name="Start">
|
|
16
|
-
<bpmn:outgoing>Flow_085u77p</bpmn:outgoing>
|
|
17
|
-
</bpmn:startEvent>
|
|
18
|
-
<bpmn:sequenceFlow id="Flow_085u77p" sourceRef="StartEvent_1" targetRef="Event_02k45ju" />
|
|
19
|
-
<bpmn:sequenceFlow id="Flow_0rvexxn" sourceRef="Event_02k45ju" targetRef="make_it" />
|
|
20
|
-
<bpmn:endEvent id="Event_0zjvsuj">
|
|
21
|
-
<bpmn:incoming>Flow_10jnerm</bpmn:incoming>
|
|
22
|
-
</bpmn:endEvent>
|
|
23
|
-
<bpmn:sequenceFlow id="Flow_10jnerm" sourceRef="make_it" targetRef="Event_0zjvsuj" />
|
|
24
|
-
<bpmn:userTask id="make_it" name="Make it">
|
|
25
|
-
<bpmn:incoming>Flow_0rvexxn</bpmn:incoming>
|
|
26
|
-
<bpmn:outgoing>Flow_10jnerm</bpmn:outgoing>
|
|
27
|
-
</bpmn:userTask>
|
|
28
|
-
<bpmn:intermediateCatchEvent id="Event_02k45ju">
|
|
29
|
-
<bpmn:incoming>Flow_085u77p</bpmn:incoming>
|
|
30
|
-
<bpmn:outgoing>Flow_0rvexxn</bpmn:outgoing>
|
|
31
|
-
<bpmn:timerEventDefinition id="TimerEventDefinition_157z719">
|
|
32
|
-
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT5S</bpmn:timeDuration>
|
|
33
|
-
</bpmn:timerEventDefinition>
|
|
34
|
-
</bpmn:intermediateCatchEvent>
|
|
35
|
-
</bpmn:process>
|
|
36
|
-
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
37
|
-
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1cidyxu">
|
|
38
|
-
<bpmndi:BPMNShape id="Participant_0px403d_di" bpmnElement="Participant_0px403d" isHorizontal="true">
|
|
39
|
-
<dc:Bounds x="5" y="4" width="535" height="346" />
|
|
40
|
-
</bpmndi:BPMNShape>
|
|
41
|
-
<bpmndi:BPMNShape id="Lane_1xzf0d3_di" bpmnElement="Lane_1xzf0d3" isHorizontal="true">
|
|
42
|
-
<dc:Bounds x="35" y="4" width="505" height="346" />
|
|
43
|
-
</bpmndi:BPMNShape>
|
|
44
|
-
<bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
|
|
45
|
-
<dc:Bounds x="92" y="152" width="36" height="36" />
|
|
46
|
-
<bpmndi:BPMNLabel>
|
|
47
|
-
<dc:Bounds x="98" y="195" width="24" height="14" />
|
|
48
|
-
</bpmndi:BPMNLabel>
|
|
49
|
-
</bpmndi:BPMNShape>
|
|
50
|
-
<bpmndi:BPMNShape id="Event_0zjvsuj_di" bpmnElement="Event_0zjvsuj">
|
|
51
|
-
<dc:Bounds x="442" y="152" width="36" height="36" />
|
|
52
|
-
</bpmndi:BPMNShape>
|
|
53
|
-
<bpmndi:BPMNShape id="Activity_0yse9qf_di" bpmnElement="make_it">
|
|
54
|
-
<dc:Bounds x="280" y="130" width="100" height="80" />
|
|
55
|
-
<bpmndi:BPMNLabel />
|
|
56
|
-
</bpmndi:BPMNShape>
|
|
57
|
-
<bpmndi:BPMNShape id="Event_09boky1_di" bpmnElement="Event_02k45ju">
|
|
58
|
-
<dc:Bounds x="182" y="152" width="36" height="36" />
|
|
59
|
-
</bpmndi:BPMNShape>
|
|
60
|
-
<bpmndi:BPMNEdge id="Flow_085u77p_di" bpmnElement="Flow_085u77p">
|
|
61
|
-
<di:waypoint x="128" y="170" />
|
|
62
|
-
<di:waypoint x="182" y="170" />
|
|
63
|
-
</bpmndi:BPMNEdge>
|
|
64
|
-
<bpmndi:BPMNEdge id="Flow_0rvexxn_di" bpmnElement="Flow_0rvexxn">
|
|
65
|
-
<di:waypoint x="218" y="170" />
|
|
66
|
-
<di:waypoint x="280" y="170" />
|
|
67
|
-
</bpmndi:BPMNEdge>
|
|
68
|
-
<bpmndi:BPMNEdge id="Flow_10jnerm_di" bpmnElement="Flow_10jnerm">
|
|
69
|
-
<di:waypoint x="380" y="170" />
|
|
70
|
-
<di:waypoint x="442" y="170" />
|
|
71
|
-
</bpmndi:BPMNEdge>
|
|
72
|
-
</bpmndi:BPMNPlane>
|
|
73
|
-
</bpmndi:BPMNDiagram>
|
|
74
|
-
</bpmn:definitions>
|