mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-22 12:48:21 +00:00
Some test files.
This commit is contained in:
parent
8539e0737f
commit
5ec714b8aa
6
Library Specs/category.json
Normal file
6
Library Specs/category.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"admin": false,
|
||||
"display_name": "Library Specs",
|
||||
"id": "Library Specs",
|
||||
"display_order": 10000
|
||||
}
|
26
Library Specs/library_one/empty_workflow_library.bpmn
Normal file
26
Library Specs/library_one/empty_workflow_library.bpmn
Normal file
@ -0,0 +1,26 @@
|
||||
<?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_library" 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>
|
11
Library Specs/library_one/workflow.json
Normal file
11
Library Specs/library_one/workflow.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "library_one",
|
||||
"library": true,
|
||||
"standalone": false,
|
||||
"is_master_spec": false,
|
||||
"display_name": "Library One",
|
||||
"description": "A library",
|
||||
"primary_file_name": "empty_workflow_library.bpmn",
|
||||
"primary_process_id": "empty_workflow_library",
|
||||
"libraries": []
|
||||
}
|
26
Master Specification/empty_workflow.bpmn
Normal file
26
Master Specification/empty_workflow.bpmn
Normal file
@ -0,0 +1,26 @@
|
||||
<?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>
|
13
Master Specification/workflow.json
Normal file
13
Master Specification/workflow.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"id": "master_spec",
|
||||
"library": false,
|
||||
"standalone": false,
|
||||
"is_master_spec": true,
|
||||
"display_name": "Top Level Workflow",
|
||||
"description": "Determines the status of other workflows in a study",
|
||||
"primary_file_name": "empty_workflow.bpmn",
|
||||
"primary_process_id": "empty_workflow",
|
||||
"libraries": [
|
||||
"library_one"
|
||||
]
|
||||
}
|
BIN
Reference Files/documents.xlsx
Normal file
BIN
Reference Files/documents.xlsx
Normal file
Binary file not shown.
BIN
Reference Files/investigators.xlsx
Normal file
BIN
Reference Files/investigators.xlsx
Normal file
Binary file not shown.
6
category_number_one/category.json
Normal file
6
category_number_one/category.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"id": "category_number_one",
|
||||
"display_name": "Category Number One",
|
||||
"admin": false,
|
||||
"display_order": 0
|
||||
}
|
6
category_number_one/process_group.json
Normal file
6
category_number_one/process_group.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"display_name": "category_number_one",
|
||||
"id": "category_number_one",
|
||||
"display_order": 10000,
|
||||
"admin": false
|
||||
}
|
55
category_number_one/workflow_one/sample.bpmn
Normal file
55
category_number_one/workflow_one/sample.bpmn
Normal file
@ -0,0 +1,55 @@
|
||||
<?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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1ny7jp4" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.0.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.17.0">
|
||||
<bpmn:process id="sample" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_10jwwqy</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_10jwwqy" sourceRef="StartEvent_1" targetRef="Activity_0pxf6g1" />
|
||||
<bpmn:endEvent id="Event_1qb1u6a">
|
||||
<bpmn:incoming>Flow_1hd6o66</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0htxke7" sourceRef="Activity_0pxf6g1" targetRef="Activity_0a21ntf" />
|
||||
<bpmn:scriptTask id="Activity_0pxf6g1" name="My Script">
|
||||
<bpmn:incoming>Flow_10jwwqy</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0htxke7</bpmn:outgoing>
|
||||
<bpmn:script>my_var = "Hello World"
|
||||
Mike = "Awesome"
|
||||
person = "Kevin"</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_1hd6o66" sourceRef="Activity_0a21ntf" targetRef="Event_1qb1u6a" />
|
||||
<bpmn:businessRuleTask id="Activity_0a21ntf" name="is wonderful?" camunda:decisionRef="wonderful">
|
||||
<bpmn:incoming>Flow_0htxke7</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1hd6o66</bpmn:outgoing>
|
||||
</bpmn:businessRuleTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="sample">
|
||||
<bpmndi:BPMNEdge id="Flow_10jwwqy_di" bpmnElement="Flow_10jwwqy">
|
||||
<di:waypoint x="188" y="120" />
|
||||
<di:waypoint x="240" y="120" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0htxke7_di" bpmnElement="Flow_0htxke7">
|
||||
<di:waypoint x="340" y="120" />
|
||||
<di:waypoint x="410" y="120" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1hd6o66_di" bpmnElement="Flow_1hd6o66">
|
||||
<di:waypoint x="510" y="120" />
|
||||
<di:waypoint x="582" y="120" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="152" y="102" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_17ohe7r_di" bpmnElement="Activity_0pxf6g1">
|
||||
<dc:Bounds x="240" y="80" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1qb1u6a_di" bpmnElement="Event_1qb1u6a">
|
||||
<dc:Bounds x="582" y="102" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_06nka7s_di" bpmnElement="Activity_0a21ntf">
|
||||
<dc:Bounds x="410" y="80" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
44
category_number_one/workflow_one/wonderful.dmn
Normal file
44
category_number_one/workflow_one/wonderful.dmn
Normal file
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="wonderful_process" name="DRD" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Modeler" exporterVersion="5.0.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.0.0">
|
||||
<decision id="wonderful" name="wonderful">
|
||||
<decisionTable id="DecisionTable_02m334z">
|
||||
<input id="Input_1">
|
||||
<inputExpression id="InputExpression_1" typeRef="string">
|
||||
<text>person</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<output id="Output_1" name="wonderfulness" typeRef="string" />
|
||||
<rule id="DecisionRule_1hnzjl8">
|
||||
<inputEntry id="UnaryTests_1pb0ou0">
|
||||
<text>"Dan"</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_0rtsxgu">
|
||||
<text>"pretty wonderful"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_1cc73tk">
|
||||
<inputEntry id="UnaryTests_1fbj1wn">
|
||||
<text>"Kevin"</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_1d9nsnp">
|
||||
<text>"Very wonderful"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_09y32t9">
|
||||
<inputEntry id="UnaryTests_05h3qcx">
|
||||
<text>"Mike"</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_15b83d9">
|
||||
<text>"Powerful wonderful"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
</decisionTable>
|
||||
</decision>
|
||||
<dmndi:DMNDI>
|
||||
<dmndi:DMNDiagram>
|
||||
<dmndi:DMNShape dmnElementRef="wonderful">
|
||||
<dc:Bounds height="80" width="180" x="160" y="100" />
|
||||
</dmndi:DMNShape>
|
||||
</dmndi:DMNDiagram>
|
||||
</dmndi:DMNDI>
|
||||
</definitions>
|
12
category_number_one/workflow_one/workflow.json
Normal file
12
category_number_one/workflow_one/workflow.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"library": false,
|
||||
"standalone": false,
|
||||
"display_order": 2,
|
||||
"id": "workflow_one",
|
||||
"description": "Workflow One, is a workflow.",
|
||||
"is_master_spec": false,
|
||||
"libraries": [],
|
||||
"display_name": "Workflow One",
|
||||
"primary_file_name": "sample.bpmn",
|
||||
"primary_process_id": "sample"
|
||||
}
|
6
category_number_two/category.json
Normal file
6
category_number_two/category.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"id": "category_number_two",
|
||||
"admin": false,
|
||||
"display_order": 1,
|
||||
"display_name": "Category Number Two"
|
||||
}
|
6
category_number_two/process_group.json
Normal file
6
category_number_two/process_group.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"id": "category_number_two",
|
||||
"admin": false,
|
||||
"display_name": "category_number_two",
|
||||
"display_order": 10000
|
||||
}
|
38
category_number_two/workflow_three/empty_workflow.bpmn
Normal file
38
category_number_two/workflow_three/empty_workflow.bpmn
Normal file
@ -0,0 +1,38 @@
|
||||
<?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="Activity_08gtgxu" />
|
||||
<bpmn:endEvent id="EndEvent_0q4qzl9">
|
||||
<bpmn:incoming>Flow_11hhnx8</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_11hhnx8" sourceRef="Activity_08gtgxu" targetRef="EndEvent_0q4qzl9" />
|
||||
<bpmn:userTask id="Activity_08gtgxu">
|
||||
<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">
|
||||
<bpmndi:BPMNEdge id="Flow_11hhnx8_di" bpmnElement="Flow_11hhnx8">
|
||||
<di:waypoint x="350" y="117" />
|
||||
<di:waypoint x="432" y="117" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="SequenceFlow_0lvudp8_di" bpmnElement="SequenceFlow_0lvudp8">
|
||||
<di:waypoint x="215" y="117" />
|
||||
<di:waypoint x="250" 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:BPMNShape id="Activity_1w5ixk0_di" bpmnElement="Activity_08gtgxu">
|
||||
<dc:Bounds x="250" y="77" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
12
category_number_two/workflow_three/workflow.json
Normal file
12
category_number_two/workflow_three/workflow.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"library": false,
|
||||
"standalone": false,
|
||||
"display_order": 3,
|
||||
"id": "workflow_three",
|
||||
"description": "Workflow Three, is a workflow.",
|
||||
"is_master_spec": false,
|
||||
"libraries": [],
|
||||
"display_name": "Workflow Three",
|
||||
"primary_file_name": "empty_workflow.bpmn",
|
||||
"primary_process_id": "empty_workflow"
|
||||
}
|
26
category_number_two/workflow_two/empty_workflow.bpmn
Normal file
26
category_number_two/workflow_two/empty_workflow.bpmn
Normal file
@ -0,0 +1,26 @@
|
||||
<?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>
|
12
category_number_two/workflow_two/workflow.json
Normal file
12
category_number_two/workflow_two/workflow.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"library": false,
|
||||
"standalone": false,
|
||||
"display_order": 3,
|
||||
"id": "workflow_two",
|
||||
"description": "Workflow Two, is a workflow.",
|
||||
"is_master_spec": false,
|
||||
"libraries": [],
|
||||
"display_name": "Workflow Two",
|
||||
"primary_file_name": "empty_workflow.bpmn",
|
||||
"primary_process_id": "empty_workflow"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user