@5minds/node-red-contrib-processcube 1.9.3-develop-5b0ff9-m8m7v00n → 1.9.3
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/package.json +1 -1
- 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/.processcube/engine/config/config.json +0 -17
- package/.processcube/nodered/.config.nodes.json +0 -658
- package/.processcube/nodered/.config.runtime.json +0 -3
- package/.processcube/nodered/.config.users.json +0 -31
- package/.processcube/nodered/config.js +0 -20
- package/.processcube/nodered/flows.json +0 -3487
- package/.processcube/nodered/flows_cred.json +0 -3
- package/.processcube/nodered/package-lock.json +0 -5169
- package/.processcube/nodered/package.json +0 -6
- package/.processcube/nodered/settings.js +0 -562
- package/.processcube/nodered/static/ProcessCube_Logo.svg +0 -53
- package/DEVELOPMENT.md +0 -16
- package/Dockerfile +0 -22
- package/doc_generator/README.md +0 -6
- package/doc_generator/_process_instances_query.md +0 -121
- package/doc_generator/generator.js +0 -41
- package/doc_generator/generator_with_swagger.js +0 -89
- package/doc_generator/outputs/.gitkeep +0 -0
- 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 -78
- package/postgres/init.sql +0 -13
- package/processes/Call-Activity-Sample.bpmn +0 -88
- package/processes/External-Task-Auth-Sample.bpmn +0 -82
- package/processes/External-Task-Env-Topic.bpmn +0 -57
- package/processes/External-Task-Sample.bpmn +0 -122
- package/processes/ProcessModelToDeploy.bpmn +0 -58
- package/processes/SampleEvent.bpmn +0 -73
- package/processes/SimpleExternalTask.bpmn +0 -52
- package/processes/StartProcessSample.bpmn +0 -54
- package/processes/TriggerMessageEvent.bpmn +0 -79
- 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,54 +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="StartProcessSample_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="StartProcessSample" processRef="StartProcessSample_Process" />
|
5
|
-
</bpmn:collaboration>
|
6
|
-
<bpmn:process id="StartProcessSample_Process" name="StartProcessSample" isExecutable="true">
|
7
|
-
<bpmn:laneSet />
|
8
|
-
<bpmn:startEvent id="StartEvent_1" name="Start">
|
9
|
-
<bpmn:outgoing>Flow_1ua39s2</bpmn:outgoing>
|
10
|
-
</bpmn:startEvent>
|
11
|
-
<bpmn:sequenceFlow id="Flow_1ua39s2" sourceRef="StartEvent_1" targetRef="Event_04dvsgl" />
|
12
|
-
<bpmn:endEvent id="Event_0g0lwi9">
|
13
|
-
<bpmn:incoming>Flow_0v8gt9s</bpmn:incoming>
|
14
|
-
</bpmn:endEvent>
|
15
|
-
<bpmn:sequenceFlow id="Flow_0v8gt9s" sourceRef="Event_04dvsgl" targetRef="Event_0g0lwi9" />
|
16
|
-
<bpmn:intermediateCatchEvent id="Event_04dvsgl" name="wait 5 sek">
|
17
|
-
<bpmn:incoming>Flow_1ua39s2</bpmn:incoming>
|
18
|
-
<bpmn:outgoing>Flow_0v8gt9s</bpmn:outgoing>
|
19
|
-
<bpmn:timerEventDefinition id="TimerEventDefinition_0agbnkf">
|
20
|
-
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT5S</bpmn:timeDuration>
|
21
|
-
</bpmn:timerEventDefinition>
|
22
|
-
</bpmn:intermediateCatchEvent>
|
23
|
-
</bpmn:process>
|
24
|
-
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
25
|
-
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1cidyxu">
|
26
|
-
<bpmndi:BPMNShape id="Participant_0px403d_di" bpmnElement="Participant_0px403d" isHorizontal="true">
|
27
|
-
<dc:Bounds x="5" y="4" width="355" height="346" />
|
28
|
-
</bpmndi:BPMNShape>
|
29
|
-
<bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
|
30
|
-
<dc:Bounds x="92" y="152" width="36" height="36" />
|
31
|
-
<bpmndi:BPMNLabel>
|
32
|
-
<dc:Bounds x="98" y="195" width="24" height="14" />
|
33
|
-
</bpmndi:BPMNLabel>
|
34
|
-
</bpmndi:BPMNShape>
|
35
|
-
<bpmndi:BPMNShape id="Event_0g0lwi9_di" bpmnElement="Event_0g0lwi9">
|
36
|
-
<dc:Bounds x="272" y="152" width="36" height="36" />
|
37
|
-
</bpmndi:BPMNShape>
|
38
|
-
<bpmndi:BPMNShape id="Event_0cjii9b_di" bpmnElement="Event_04dvsgl">
|
39
|
-
<dc:Bounds x="182" y="152" width="36" height="36" />
|
40
|
-
<bpmndi:BPMNLabel>
|
41
|
-
<dc:Bounds x="176" y="195" width="49" height="14" />
|
42
|
-
</bpmndi:BPMNLabel>
|
43
|
-
</bpmndi:BPMNShape>
|
44
|
-
<bpmndi:BPMNEdge id="Flow_1ua39s2_di" bpmnElement="Flow_1ua39s2">
|
45
|
-
<di:waypoint x="128" y="170" />
|
46
|
-
<di:waypoint x="182" y="170" />
|
47
|
-
</bpmndi:BPMNEdge>
|
48
|
-
<bpmndi:BPMNEdge id="Flow_0v8gt9s_di" bpmnElement="Flow_0v8gt9s">
|
49
|
-
<di:waypoint x="218" y="170" />
|
50
|
-
<di:waypoint x="272" y="170" />
|
51
|
-
</bpmndi:BPMNEdge>
|
52
|
-
</bpmndi:BPMNPlane>
|
53
|
-
</bpmndi:BPMNDiagram>
|
54
|
-
</bpmn:definitions>
|
@@ -1,79 +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="TriggerMessageEvent_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="TriggerMessageEvent" processRef="TriggerMessageEvent_Process" />
|
5
|
-
</bpmn:collaboration>
|
6
|
-
<bpmn:process id="TriggerMessageEvent_Process" name="TriggerMessageEvent" isExecutable="true">
|
7
|
-
<bpmn:laneSet />
|
8
|
-
<bpmn:startEvent id="StartEvent_1" name="Start">
|
9
|
-
<bpmn:outgoing>Flow_0dgpahw</bpmn:outgoing>
|
10
|
-
</bpmn:startEvent>
|
11
|
-
<bpmn:task id="Activity_03mxrbl" name="Wait">
|
12
|
-
<bpmn:incoming>Flow_0dgpahw</bpmn:incoming>
|
13
|
-
<bpmn:outgoing>Flow_0mcemvh</bpmn:outgoing>
|
14
|
-
</bpmn:task>
|
15
|
-
<bpmn:sequenceFlow id="Flow_0dgpahw" sourceRef="StartEvent_1" targetRef="Activity_03mxrbl" />
|
16
|
-
<bpmn:sequenceFlow id="Flow_0mcemvh" sourceRef="Activity_03mxrbl" targetRef="Event_00ols0v" />
|
17
|
-
<bpmn:task id="Activity_18rj3h6" name="Wait again">
|
18
|
-
<bpmn:incoming>Flow_0rf5sui</bpmn:incoming>
|
19
|
-
<bpmn:outgoing>Flow_0ea110k</bpmn:outgoing>
|
20
|
-
</bpmn:task>
|
21
|
-
<bpmn:sequenceFlow id="Flow_0rf5sui" sourceRef="Event_00ols0v" targetRef="Activity_18rj3h6" />
|
22
|
-
<bpmn:endEvent id="Event_0u3xur4" name="Ende">
|
23
|
-
<bpmn:incoming>Flow_0ea110k</bpmn:incoming>
|
24
|
-
</bpmn:endEvent>
|
25
|
-
<bpmn:sequenceFlow id="Flow_0ea110k" sourceRef="Activity_18rj3h6" targetRef="Event_0u3xur4" />
|
26
|
-
<bpmn:intermediateCatchEvent id="Event_00ols0v">
|
27
|
-
<bpmn:incoming>Flow_0mcemvh</bpmn:incoming>
|
28
|
-
<bpmn:outgoing>Flow_0rf5sui</bpmn:outgoing>
|
29
|
-
<bpmn:messageEventDefinition id="MessageEventDefinition_1rx6xgv" messageRef="Message_QzApPgWg" />
|
30
|
-
</bpmn:intermediateCatchEvent>
|
31
|
-
</bpmn:process>
|
32
|
-
<bpmn:message id="Message_QzApPgWg" name="TheMessage" />
|
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="885" height="346" />
|
37
|
-
</bpmndi:BPMNShape>
|
38
|
-
<bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
|
39
|
-
<dc:Bounds x="82" y="152" width="36" height="36" />
|
40
|
-
<bpmndi:BPMNLabel>
|
41
|
-
<dc:Bounds x="88" y="195" width="24" height="14" />
|
42
|
-
</bpmndi:BPMNLabel>
|
43
|
-
</bpmndi:BPMNShape>
|
44
|
-
<bpmndi:BPMNShape id="Activity_03mxrbl_di" bpmnElement="Activity_03mxrbl">
|
45
|
-
<dc:Bounds x="170" y="130" width="100" height="80" />
|
46
|
-
<bpmndi:BPMNLabel />
|
47
|
-
</bpmndi:BPMNShape>
|
48
|
-
<bpmndi:BPMNShape id="Activity_18rj3h6_di" bpmnElement="Activity_18rj3h6">
|
49
|
-
<dc:Bounds x="410" y="130" width="100" height="80" />
|
50
|
-
<bpmndi:BPMNLabel />
|
51
|
-
</bpmndi:BPMNShape>
|
52
|
-
<bpmndi:BPMNShape id="Event_0u3xur4_di" bpmnElement="Event_0u3xur4">
|
53
|
-
<dc:Bounds x="562" y="152" width="36" height="36" />
|
54
|
-
<bpmndi:BPMNLabel>
|
55
|
-
<dc:Bounds x="567" y="195" width="26" height="14" />
|
56
|
-
</bpmndi:BPMNLabel>
|
57
|
-
</bpmndi:BPMNShape>
|
58
|
-
<bpmndi:BPMNShape id="Event_0ez1lnn_di" bpmnElement="Event_00ols0v">
|
59
|
-
<dc:Bounds x="322" y="152" width="36" height="36" />
|
60
|
-
</bpmndi:BPMNShape>
|
61
|
-
<bpmndi:BPMNEdge id="Flow_0dgpahw_di" bpmnElement="Flow_0dgpahw">
|
62
|
-
<di:waypoint x="118" y="170" />
|
63
|
-
<di:waypoint x="170" y="170" />
|
64
|
-
</bpmndi:BPMNEdge>
|
65
|
-
<bpmndi:BPMNEdge id="Flow_0mcemvh_di" bpmnElement="Flow_0mcemvh">
|
66
|
-
<di:waypoint x="270" y="170" />
|
67
|
-
<di:waypoint x="322" y="170" />
|
68
|
-
</bpmndi:BPMNEdge>
|
69
|
-
<bpmndi:BPMNEdge id="Flow_0rf5sui_di" bpmnElement="Flow_0rf5sui">
|
70
|
-
<di:waypoint x="358" y="170" />
|
71
|
-
<di:waypoint x="410" y="170" />
|
72
|
-
</bpmndi:BPMNEdge>
|
73
|
-
<bpmndi:BPMNEdge id="Flow_0ea110k_di" bpmnElement="Flow_0ea110k">
|
74
|
-
<di:waypoint x="510" y="170" />
|
75
|
-
<di:waypoint x="562" y="170" />
|
76
|
-
</bpmndi:BPMNEdge>
|
77
|
-
</bpmndi:BPMNPlane>
|
78
|
-
</bpmndi:BPMNDiagram>
|
79
|
-
</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>
|