User: admin clicked save for misc/requisition-orders/get-form-data/get form data.bpmn

This commit is contained in:
demo 2022-11-29 12:54:22 +00:00
parent 4de60aea8a
commit 54e52dcc18
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?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_q5hfmoj" name="Get form data" isExecutable="true">
<bpmn:process id="Get_Form_Data" name="Get form data" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_16gpvu2</bpmn:outgoing>
</bpmn:startEvent>
@ -25,7 +25,7 @@
</bpmn:scriptTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_q5hfmoj">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Get_Form_Data">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>

View File

@ -6,5 +6,5 @@
"fault_or_suspend_on_exception": "fault",
"files": [],
"primary_file_name": "get form data.bpmn",
"primary_process_id": "Proccess_q5hfmoj"
"primary_process_id": "Get_Form_Data"
}