User: ciuser1 clicked save for test/wt-5/WT-5.bpmn

This commit is contained in:
staging 2022-10-05 17:31:38 +00:00
parent 9b37ca15f1
commit ee9eaeaeda
2 changed files with 56 additions and 0 deletions

39
test/wt-5/WT-5.bpmn Normal file
View File

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<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:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:process id="Proccess_m9e0urn" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0blz8m6</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0blz8m6" sourceRef="StartEvent_1" targetRef="Activity_1dx9now" />
<bpmn:endEvent id="Event_1qdv7c0">
<bpmn:incoming>Flow_1jdrc20</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1jdrc20" sourceRef="Activity_1dx9now" targetRef="Event_1qdv7c0" />
<bpmn:businessRuleTask id="Activity_1dx9now" name="Choose a vaule">
<bpmn:incoming>Flow_0blz8m6</bpmn:incoming>
<bpmn:outgoing>Flow_1jdrc20</bpmn:outgoing>
</bpmn:businessRuleTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_m9e0urn">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1qdv7c0_di" bpmnElement="Event_1qdv7c0">
<dc:Bounds x="432" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_18m16xx_di" bpmnElement="Activity_1dx9now">
<dc:Bounds x="270" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0blz8m6_di" bpmnElement="Flow_0blz8m6">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1jdrc20_di" bpmnElement="Flow_1jdrc20">
<di:waypoint x="370" y="177" />
<di:waypoint x="432" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

17
test/wt-5/workflow.json Normal file
View File

@ -0,0 +1,17 @@
{
"description": "WT-5 - Service-Side Configuration",
"display_name": "WT-5 - Service-Side Configuration",
"display_order": 59,
"exception_notification_addresses": [],
"fault_or_suspend_on_exception": "fault",
"files": [],
"id": "wt-5",
"is_master_spec": false,
"is_review": false,
"libraries": [],
"library": false,
"primary_file_name": "WT-5.bpmn",
"primary_process_id": "Proccess_m9e0urn",
"process_group_id": "test",
"standalone": false
}