mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 05:08:11 +00:00
User: natalia clicked save for test/enum-list/Enumeration List.bpmn
This commit is contained in:
parent
48f409d7f9
commit
24f0703696
57
test/enum-list/Enumeration List.bpmn
Normal file
57
test/enum-list/Enumeration List.bpmn
Normal file
@ -0,0 +1,57 @@
|
||||
<?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_7siydvb" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1e1ms0j</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1e1ms0j" sourceRef="StartEvent_1" targetRef="Activity_0xxin8h" />
|
||||
<bpmn:sequenceFlow id="Flow_1cg5oba" sourceRef="Activity_0xxin8h" targetRef="Activity_1ro1gcf" />
|
||||
<bpmn:endEvent id="Event_0df6n04">
|
||||
<bpmn:incoming>Flow_1m989hc</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1m989hc" sourceRef="Activity_1ro1gcf" targetRef="Event_0df6n04" />
|
||||
<bpmn:scriptTask id="Activity_0xxin8h" name="Set Enumeration List">
|
||||
<bpmn:incoming>Flow_1e1ms0j</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1cg5oba</bpmn:outgoing>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:userTask id="Activity_1ro1gcf" name="Display Enumeration List">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="Enumeration List.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1cg5oba</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1m989hc</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_7siydvb">
|
||||
<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_0df6n04_di" bpmnElement="Event_0df6n04">
|
||||
<dc:Bounds x="532" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0y0dryd_di" bpmnElement="Activity_0xxin8h">
|
||||
<dc:Bounds x="250" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1smh1pc_di" bpmnElement="Activity_1ro1gcf">
|
||||
<dc:Bounds x="390" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1e1ms0j_di" bpmnElement="Flow_1e1ms0j">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="250" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1cg5oba_di" bpmnElement="Flow_1cg5oba">
|
||||
<di:waypoint x="350" y="177" />
|
||||
<di:waypoint x="390" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1m989hc_di" bpmnElement="Flow_1m989hc">
|
||||
<di:waypoint x="490" y="177" />
|
||||
<di:waypoint x="532" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
42
test/enum-list/Enumeration List.json
Normal file
42
test/enum-list/Enumeration List.json
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"definitions": {
|
||||
"currencyEnum": {
|
||||
"title": "Currency",
|
||||
"type": "string",
|
||||
"anyOf": [
|
||||
"options_from_task_data_var:enumerations_list"
|
||||
]
|
||||
}
|
||||
},
|
||||
"title": "Submit Invoice",
|
||||
"description": "Information for submitting an invoice.",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"filesAccept"
|
||||
],
|
||||
"properties": {
|
||||
"invoice": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"contributorName",
|
||||
"contributorId",
|
||||
"invoiceId",
|
||||
"invoiceAmount",
|
||||
"invoiceCurrency",
|
||||
"dueDate"
|
||||
],
|
||||
"title": "",
|
||||
"properties": {
|
||||
"invoiceCurrency": {
|
||||
"$ref": "#/definitions/currencyEnum",
|
||||
"title": "Select Currency"
|
||||
}
|
||||
}
|
||||
},
|
||||
"filesAccept": {
|
||||
"type": "string",
|
||||
"format": "data-url",
|
||||
"title": "Upload Invoice PDF"
|
||||
}
|
||||
}
|
||||
}
|
13
test/enum-list/workflow.json
Normal file
13
test/enum-list/workflow.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"description": "Enumeration List",
|
||||
"display_name": "Enumeration List",
|
||||
"display_order": 63,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"id": "enum-list",
|
||||
"is_review": false,
|
||||
"primary_file_name": "Enumeration List.bpmn",
|
||||
"primary_process_id": "Proccess_7siydvb",
|
||||
"process_group_id": "test"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user