remove some models we no longer need

This commit is contained in:
sartography-automated-committer 2023-06-28 13:31:02 -04:00
parent 15a67576d2
commit c365dd9533
No known key found for this signature in database
27 changed files with 0 additions and 759 deletions

View File

@ -1,32 +0,0 @@
{
"title": "Location",
"type": "object",
"anyOf": [
{
"title": "City",
"properties": {
"city": {
"type": "string"
}
},
"required": [
"city"
]
},
{
"title": "Coordinates",
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
}
},
"required": [
"lat",
"lon"
]
}
]
}

View File

@ -1,19 +0,0 @@
{
"title": "Submit Invoice",
"description": "Information for submitting an invoice.",
"type": "object",
"required": [
"invoiceAmount",
"dueDate"
],
"properties": {
"invoiceAmount": {
"type": "number",
"title": "Invoice Amount"
},
"dueDate": {
"type": "string",
"title": "Due Date"
}
}
}

View File

@ -1,11 +0,0 @@
{
"invoiceAmount": {
"ui:autofocus": true,
"ui:column": "xs6"
},
"dueDate": {
"ui:widget": "date",
"ui:column": "xs6"
}
}

View File

@ -1,62 +0,0 @@
<?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">
<bpmn:incoming>Flow_012gakq</bpmn:incoming>
</bpmn:endEvent>
<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>
</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">
<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" />
</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" />
<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" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

View File

@ -1,10 +0,0 @@
{
"description": "Currency Fields",
"display_name": "Currency Fields",
"display_order": 3,
"exception_notification_addresses": [],
"fault_or_suspend_on_exception": "fault",
"files": [],
"primary_file_name": "currency-form.bpmn",
"primary_process_id": "Proccess_gyyt6ws"
}

View File

@ -1,44 +0,0 @@
<?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="Process_px5fyuf" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_1jp9rrm</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1jp9rrm" sourceRef="StartEvent_1" targetRef="Activity_0ht5zf5" />
<bpmn:endEvent id="Event_0066fmv">
<bpmn:incoming>Flow_1l4dngo</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1l4dngo" sourceRef="Activity_0ht5zf5" targetRef="Event_0066fmv" />
<bpmn:userTask id="Activity_0ht5zf5">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="submit-procurement-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="submit-procurement-uischema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1jp9rrm</bpmn:incoming>
<bpmn:outgoing>Flow_1l4dngo</bpmn:outgoing>
</bpmn:userTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_px5fyuf">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0066fmv_di" bpmnElement="Event_0066fmv">
<dc:Bounds x="432" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_11kvw5j_di" bpmnElement="Activity_0ht5zf5">
<dc:Bounds x="270" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1jp9rrm_di" bpmnElement="Flow_1jp9rrm">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1l4dngo_di" bpmnElement="Flow_1l4dngo">
<di:waypoint x="370" y="177" />
<di:waypoint x="432" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

View File

@ -1,11 +0,0 @@
{
"description": "",
"display_name": "fix-forms",
"display_order": 0,
"exception_notification_addresses": [],
"fault_or_suspend_on_exception": "fault",
"files": [],
"metadata_extraction_paths": null,
"primary_file_name": "fix.bpmn",
"primary_process_id": "Process_px5fyuf"
}

View File

@ -1,105 +0,0 @@
{
"definitions": {
"projectEnum": {
"title": "Project",
"type": "string",
"enum": [
"sure"
]
},
"categoryEnum": {
"title": "Category",
"type": "string",
"enum": [
"yes"
]
},
"equip_sub_catEnum": {
"title": "Sub-Category",
"type": "string",
"enum": [
"no"
]
},
"learn_dev_sub_catEnum": {
"title": "Sub-Category",
"type": "string",
"enum": [
"whateves"
]
},
"soft_lic_sub_catEnum": {
"title": "Sub-Category",
"type": "string",
"enum": [
"uh huh"
]
},
"pay_methodEnum": {
"title": "Payment Method",
"type": "string",
"enum": [
"pay_method_enum_list"
]
}
},
"properties": {
"ndr_details": {
"type": "object",
"required": [
"project",
"category",
"purpose",
"criticality",
"period"
],
"title": "Submit New Demand Request-Procurement",
"description": "Submit a new demand request for the procurement of needed items. Does not include Travel or Compensation.",
"properties": {
"requestor": {
"type": "string",
"title": "Requestor",
"readOnly": true
},
"project": {
"$ref": "#/definitions/projectEnum",
"title": "Project"
},
"category": {
"$ref": "#/definitions/categoryEnum",
"title": "Category"
},
"purpose": {
"maxLength": 250,
"type": "string",
"title": "Purpose"
},
"criticality": {
"type": "string",
"title": " Criticality",
"enum": [
"High",
"Medium",
"Low"
]
},
"vendor": {
"type": "string",
"title": "Vendor"
},
"period": {
"type": "string",
"format": "date",
"minimumDate": "today",
"title": "Period",
"validationErrorMessage": "Date must be equal to or greater than today's date"
},
"payment_method": {
"$ref": "#/definitions/pay_methodEnum",
"title": "Payment method"
}
}
}
}
}

View File

@ -1,45 +0,0 @@
{
"ndr_details": {
"isInvoiceApproved": {
"ui:autofocus": true,
"ui:widget": "radio",
"ui:help": " "
},
"project": {
"ui:autofocus": true,
"ui:help": "Project name for which the request is being raised"
},
"purpose": {
"ui:widget": "textarea",
"ui:placeholder": "Please describe what and why do you need to purchase this service/product. Up to 250 symbols"
},
"criticality": {
"ui:help": "Please Indicate how critical this request is to the project"
},
"period": {
"ui:widget": "date",
"ui:help": "Please Specify the expected date of delivery for this service/product"
},
"vendor": {
"ui:placeholder": "Vendor Name",
"ui:help": "The name of the potential vendor who can deliver the service/product",
"ui:description": "Alex's test"
},
"payment_method": {
"ui:help": "Please specify the expected payment method for this service/product"
},
"ui:order": [
"isInvoiceApproved",
"requestor",
"project",
"category",
"purpose",
"criticality",
"period",
"vendor",
"payment_method"
]
}
}

View File

@ -1,19 +0,0 @@
{
"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

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

View File

@ -1,44 +0,0 @@
<?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="Process_b29pric" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0at1cy6</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0at1cy6" sourceRef="StartEvent_1" targetRef="Activity_1d4gdj9" />
<bpmn:endEvent id="Event_1g7x27l">
<bpmn:incoming>Flow_1bmy5rd</bpmn:incoming>
</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>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_b29pric">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1g7x27l_di" bpmnElement="Event_1g7x27l">
<dc:Bounds x="432" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0bmymmp_di" bpmnElement="Activity_1d4gdj9">
<dc:Bounds x="270" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0at1cy6_di" bpmnElement="Flow_0at1cy6">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1bmy5rd_di" bpmnElement="Flow_1bmy5rd">
<di:waypoint x="370" y="177" />
<di:waypoint x="432" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

View File

@ -1,20 +0,0 @@
{
"description": "",
"display_name": "Add Pet to Pet Store Inventory",
"display_order": 0,
"exception_notification_addresses": [],
"fault_or_suspend_on_exception": "fault",
"files": [],
"metadata_extraction_paths": [
{
"key": "pet",
"path": "pet"
},
{
"key": "family",
"path": "family"
}
],
"primary_file_name": "pet.bpmn",
"primary_process_id": "Process_b29pric"
}

View File

@ -1,19 +0,0 @@
{
"title": "Invoice Details",
"description": "Please fill out your invoice information. Thank you.",
"properties": {
"amount": {
"type": "string",
"title": "amount"
},
"name": {
"type": "string",
"title": "name"
},
"priority": {
"type": "string",
"title": "priority"
}
},
"required": []
}

View File

@ -1,7 +0,0 @@
{
"ui:order": [
"amount",
"name",
"priority"
]
}

View File

@ -1,24 +0,0 @@
{
"description": null,
"display_name": "submit-invoice-test",
"display_order": 0,
"exception_notification_addresses": [],
"fault_or_suspend_on_exception": "fault",
"files": [],
"metadata_extraction_paths": [
{
"key": "amount",
"path": "amount"
},
{
"key": "name",
"path": "name"
},
{
"key": "priority",
"path": "priority"
}
],
"primary_file_name": "submit-invoice-test.bpmn",
"primary_process_id": "submit-invoice-test_process"
}

View File

@ -1,81 +0,0 @@
<?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:collaboration id="Collaboration_18eqoi0">
<bpmn:participant id="Participant_0a51ov5" processRef="submit-invoice-test_process" />
</bpmn:collaboration>
<bpmn:process id="submit-invoice-test_process" isExecutable="true">
<bpmn:laneSet id="LaneSet_01x61rv">
<bpmn:lane id="Lane_09s9wlh">
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
<bpmn:flowNodeRef>present_form</bpmn:flowNodeRef>
</bpmn:lane>
<bpmn:lane id="Lane_0lgxdsw" name="Leads">
<bpmn:flowNodeRef>Event_003bxs1</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_0tnu9uv</bpmn:flowNodeRef>
</bpmn:lane>
</bpmn:laneSet>
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0gixxkm</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:userTask id="present_form" name="Present Form">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="invoice-details-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="invoice-details-uischema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0gixxkm</bpmn:incoming>
<bpmn:outgoing>Flow_1oi9nsn</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0gixxkm" sourceRef="StartEvent_1" targetRef="present_form" />
<bpmn:sequenceFlow id="Flow_1oi9nsn" sourceRef="present_form" targetRef="Activity_0tnu9uv" />
<bpmn:endEvent id="Event_003bxs1">
<bpmn:incoming>Flow_04pi00j</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_04pi00j" sourceRef="Activity_0tnu9uv" targetRef="Event_003bxs1" />
<bpmn:manualTask id="Activity_0tnu9uv" name="Approve">
<bpmn:incoming>Flow_1oi9nsn</bpmn:incoming>
<bpmn:outgoing>Flow_04pi00j</bpmn:outgoing>
</bpmn:manualTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_18eqoi0">
<bpmndi:BPMNShape id="Participant_0a51ov5_di" bpmnElement="Participant_0a51ov5" isHorizontal="true">
<dc:Bounds x="129" y="70" width="600" height="250" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Lane_09s9wlh_di" bpmnElement="Lane_09s9wlh" isHorizontal="true">
<dc:Bounds x="159" y="70" width="570" height="125" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Lane_0lgxdsw_di" bpmnElement="Lane_0lgxdsw" isHorizontal="true">
<dc:Bounds x="159" y="195" width="570" height="125" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="125" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0ajk9gf_di" bpmnElement="present_form">
<dc:Bounds x="270" y="103" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_003bxs1_di" bpmnElement="Event_003bxs1">
<dc:Bounds x="662" y="242" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1m4ktlq_di" bpmnElement="Activity_0tnu9uv">
<dc:Bounds x="466" y="210" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0gixxkm_di" bpmnElement="Flow_0gixxkm">
<di:waypoint x="215" y="143" />
<di:waypoint x="270" y="143" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1oi9nsn_di" bpmnElement="Flow_1oi9nsn">
<di:waypoint x="370" y="143" />
<di:waypoint x="516" y="143" />
<di:waypoint x="516" y="210" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_04pi00j_di" bpmnElement="Flow_04pi00j">
<di:waypoint x="566" y="260" />
<di:waypoint x="662" y="260" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

View File

@ -1,17 +0,0 @@
{
"title": "Approve Invoice",
"description": "Select Yes to approve, No to reject",
"type": "object",
"properties": {
"isInvoiceApproved": {
"type": "boolean",
"title": "Approve?",
"default": " "
},
"approvalComment": {
"type": "string",
"title": "approvalComment",
"default": " "
}
}
}

View File

@ -1,16 +0,0 @@
{
"isInvoiceApproved": {
"ui:autofocus": true,
"ui:widget": "radio",
"ui:help": " "
},
"approvalComment": {
"ui:title": "Comment",
"ui:help": " "
},
"ui:order": [
"contributorName",
"isInvoiceApproved",
"approvalComment"
]
}

View File

@ -1,10 +0,0 @@
{
"description": "just testing radio buttons for some bug",
"display_name": "test-radio",
"display_order": 4,
"exception_notification_addresses": [],
"fault_or_suspend_on_exception": "fault",
"files": [],
"primary_file_name": "sure.bpmn",
"primary_process_id": "Proccess_l7gzk0p"
}

View File

@ -1,45 +0,0 @@
<?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_l7gzk0p" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0dje6wf</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0dje6wf" sourceRef="StartEvent_1" targetRef="Activity_1bs37ci" />
<bpmn:userTask id="Activity_1bs37ci" name="test radio">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="invoice-approval_JSONSchema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="invoice-approval_UISchema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0dje6wf</bpmn:incoming>
<bpmn:outgoing>Flow_0c9dvur</bpmn:outgoing>
</bpmn:userTask>
<bpmn:endEvent id="Event_0pbfee3">
<bpmn:incoming>Flow_0c9dvur</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0c9dvur" sourceRef="Activity_1bs37ci" targetRef="Event_0pbfee3" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_l7gzk0p">
<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_0n104dq_di" bpmnElement="Activity_1bs37ci">
<dc:Bounds x="270" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0pbfee3_di" bpmnElement="Event_0pbfee3">
<dc:Bounds x="432" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0dje6wf_di" bpmnElement="Flow_0dje6wf">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0c9dvur_di" bpmnElement="Flow_0c9dvur">
<di:waypoint x="370" y="177" />
<di:waypoint x="432" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

View File

@ -1,44 +0,0 @@
<?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_1v1rp1q" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.7.3">
<bpmn:process id="empty_workflow_with_user_task" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>SequenceFlow_0lvudp8</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="SequenceFlow_0lvudp8" sourceRef="StartEvent_1" targetRef="chucky" />
<bpmn:endEvent id="EndEvent_0q4qzl9">
<bpmn:incoming>Flow_11hhnx8</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_11hhnx8" sourceRef="chucky" targetRef="EndEvent_0q4qzl9" />
<bpmn:userTask id="chucky" name="Chuck Norris">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="form.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>SequenceFlow_0lvudp8</bpmn:incoming>
<bpmn:outgoing>Flow_11hhnx8</bpmn:outgoing>
</bpmn:userTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="empty_workflow_with_user_task">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_0q4qzl9_di" bpmnElement="EndEvent_0q4qzl9">
<dc:Bounds x="432" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1w5ixk0_di" bpmnElement="chucky">
<dc:Bounds x="250" y="77" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0lvudp8_di" bpmnElement="SequenceFlow_0lvudp8">
<di:waypoint x="215" y="117" />
<di:waypoint x="250" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_11hhnx8_di" bpmnElement="Flow_11hhnx8">
<di:waypoint x="350" y="117" />
<di:waypoint x="432" y="117" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

View File

@ -1,20 +0,0 @@
{
"title": "A registration form",
"description": "A simple form example.",
"type": "object",
"required": [
"firstName",
"lastName"
],
"properties": {
"firstName": {
"type": "string",
"title": "First name",
"default": "Chuck"
},
"lastName": {
"type": "string",
"title": "Last name"
}
}
}

View File

@ -1,11 +0,0 @@
{
"description": "Workflow Three, is a workflow.",
"display_name": "Workflow Three",
"display_order": 3,
"exception_notification_addresses": [],
"fault_or_suspend_on_exception": "fault",
"files": [],
"metadata_extraction_paths": null,
"primary_file_name": "empty_workflow.bpmn",
"primary_process_id": "empty_workflow_with_user_task"
}

View File

@ -1,26 +0,0 @@
<?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_1v1rp1q" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.7.3">
<bpmn:process id="empty_workflow" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>SequenceFlow_0lvudp8</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="SequenceFlow_0lvudp8" sourceRef="StartEvent_1" targetRef="EndEvent_0q4qzl9" />
<bpmn:endEvent id="EndEvent_0q4qzl9">
<bpmn:incoming>SequenceFlow_0lvudp8</bpmn:incoming>
</bpmn:endEvent>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="empty_workflow">
<bpmndi:BPMNEdge id="SequenceFlow_0lvudp8_di" bpmnElement="SequenceFlow_0lvudp8">
<di:waypoint x="215" y="117" />
<di:waypoint x="432" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_0q4qzl9_di" bpmnElement="EndEvent_0q4qzl9">
<dc:Bounds x="432" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

View File

@ -1,10 +0,0 @@
{
"description": "Workflow Two, is a workflow.",
"display_name": "Workflow Two",
"display_order": 3,
"exception_notification_addresses": [],
"fault_or_suspend_on_exception": "fault",
"files": [],
"primary_file_name": "empty_workflow.bpmn",
"primary_process_id": "empty_workflow"
}