User: kb clicked save for misc/category_number_two/pet-store/pet.bpmn

This commit is contained in:
sartography-automated-committer 2022-12-15 02:54:12 +00:00
parent 8c3af81781
commit 7a681bfbcb
3 changed files with 32 additions and 1 deletions

View File

@ -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": []
}

View File

@ -0,0 +1,6 @@
{
"ui:order": [
"pet",
"family"
]
}

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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:process id="Process_b29pric" isExecutable="true">
<bpmn:startEvent id="StartEvent_1"> <bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0at1cy6</bpmn:outgoing> <bpmn:outgoing>Flow_0at1cy6</bpmn:outgoing>
@ -10,6 +10,12 @@
</bpmn:endEvent> </bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1bmy5rd" sourceRef="Activity_1d4gdj9" targetRef="Event_1g7x27l" /> <bpmn:sequenceFlow id="Flow_1bmy5rd" sourceRef="Activity_1d4gdj9" targetRef="Event_1g7x27l" />
<bpmn:userTask id="Activity_1d4gdj9"> <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:incoming>Flow_0at1cy6</bpmn:incoming>
<bpmn:outgoing>Flow_1bmy5rd</bpmn:outgoing> <bpmn:outgoing>Flow_1bmy5rd</bpmn:outgoing>
</bpmn:userTask> </bpmn:userTask>