63 lines
3.4 KiB
Plaintext
Raw Normal View History

2022-09-29 15:10:27 -04:00
<?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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" 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_gyyt6ws" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_1bdka4j</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1bdka4j" sourceRef="StartEvent_1" targetRef="Activity_11yejw6" />
<bpmn:userTask id="Activity_11yejw6" name="Show Example Form">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="Any-Of-with-Custom-Field_JSONSchema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="Any-Of-with-Custom-Field_UISchema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1bdka4j</bpmn:incoming>
<bpmn:outgoing>Flow_0famuhh</bpmn:outgoing>
</bpmn:userTask>
<bpmn:endEvent id="Event_0aag421">
2022-09-30 10:41:05 -04:00
<bpmn:incoming>Flow_012gakq</bpmn:incoming>
2022-09-29 15:10:27 -04:00
</bpmn:endEvent>
2022-09-30 10:41:05 -04:00
<bpmn:sequenceFlow id="Flow_0famuhh" sourceRef="Activity_11yejw6" targetRef="Activity_149csxx" />
<bpmn:sequenceFlow id="Flow_012gakq" sourceRef="Activity_149csxx" targetRef="Event_0aag421" />
<bpmn:userTask id="Activity_149csxx" name="Show Currency Form">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="currency-JSONSchema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="currency-UISchema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0famuhh</bpmn:incoming>
<bpmn:outgoing>Flow_012gakq</bpmn:outgoing>
</bpmn:userTask>
2022-09-29 15:10:27 -04:00
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_gyyt6ws">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1pf17mx_di" bpmnElement="Activity_11yejw6">
<dc:Bounds x="270" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0aag421_di" bpmnElement="Event_0aag421">
2022-09-30 10:41:05 -04:00
<dc:Bounds x="692" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_06n8ary_di" bpmnElement="Activity_149csxx">
<dc:Bounds x="470" y="137" width="100" height="80" />
2022-09-29 15:10:27 -04:00
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1bdka4j_di" bpmnElement="Flow_1bdka4j">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0famuhh_di" bpmnElement="Flow_0famuhh">
<di:waypoint x="370" y="177" />
2022-09-30 10:41:05 -04:00
<di:waypoint x="470" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_012gakq_di" bpmnElement="Flow_012gakq">
<di:waypoint x="570" y="177" />
<di:waypoint x="692" y="177" />
2022-09-29 15:10:27 -04:00
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>