User: dan clicked save for service-tests/example-for-michael/michael.bpmn
This commit is contained in:
parent
af334b08d0
commit
53be412c3e
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"title": "A registration form",
|
||||
"description": "A simple form example.",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"firstName",
|
||||
"lastName"
|
||||
],
|
||||
"properties": {
|
||||
"firstName": {
|
||||
"type": "string",
|
||||
"title": "First name",
|
||||
"default": "Michael"
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string",
|
||||
"title": "Last name"
|
||||
},
|
||||
"telephone": {
|
||||
"type": "string",
|
||||
"title": "Telephone",
|
||||
"minLength": 10
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,44 @@
|
|||
<?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" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:process id="Proccess_k1cmu31" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_05vxe68</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_05vxe68" sourceRef="StartEvent_1" targetRef="Activity_1nxo4yd" />
|
||||
<bpmn:endEvent id="Event_1d47bjb">
|
||||
<bpmn:incoming>Flow_0se0cv1</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0se0cv1" sourceRef="Activity_1nxo4yd" targetRef="Event_1d47bjb" />
|
||||
<bpmn:userTask id="Activity_1nxo4yd">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="form.json" />
|
||||
<spiffworkflow:property name="formUiSchemaFilename" value="schema.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_05vxe68</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0se0cv1</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_k1cmu31">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="192" y="202" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1d47bjb_di" bpmnElement="Event_1d47bjb">
|
||||
<dc:Bounds x="772" y="202" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_02qdcao_di" bpmnElement="Activity_1nxo4yd">
|
||||
<dc:Bounds x="280" y="180" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_05vxe68_di" bpmnElement="Flow_05vxe68">
|
||||
<di:waypoint x="228" y="220" />
|
||||
<di:waypoint x="280" y="220" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0se0cv1_di" bpmnElement="Flow_0se0cv1">
|
||||
<di:waypoint x="380" y="220" />
|
||||
<di:waypoint x="772" y="220" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"description": "Example For Michael",
|
||||
"display_name": "Example For Michael",
|
||||
"display_order": 7,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"id": "example-for-michael",
|
||||
"is_review": false,
|
||||
"primary_file_name": "michael.bpmn",
|
||||
"primary_process_id": "Proccess_k1cmu31",
|
||||
"process_group_id": "service-tests"
|
||||
}
|
Loading…
Reference in New Issue