mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
User: kb clicked save for misc/category_number_two/pet-store/pet.bpmn
This commit is contained in:
parent
8c3af81781
commit
7a681bfbcb
@ -0,0 +1,19 @@
|
||||
{
|
||||
"title": "Add pet to pet store inventory",
|
||||
"description": "",
|
||||
"properties": {
|
||||
"pet": {
|
||||
"type": "string",
|
||||
"title": "pet"
|
||||
},
|
||||
"family": {
|
||||
"type": "string",
|
||||
"title": "family",
|
||||
"enum": [
|
||||
"canine",
|
||||
"feline"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"ui:order": [
|
||||
"pet",
|
||||
"family"
|
||||
]
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
<?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: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="Process_b29pric" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_0at1cy6</bpmn:outgoing>
|
||||
@ -10,6 +10,12 @@
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1bmy5rd" sourceRef="Activity_1d4gdj9" targetRef="Event_1g7x27l" />
|
||||
<bpmn:userTask id="Activity_1d4gdj9">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="add-pet-to-pet-store-inventory-schema.json" />
|
||||
<spiffworkflow:property name="formUiSchemaFilename" value="add-pet-to-pet-store-inventory-uischema.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0at1cy6</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1bmy5rd</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
|
Loading…
x
Reference in New Issue
Block a user