mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 13:48:10 +00:00
Merge branch 'dev' of github.com:sartography/sample-process-models into dev
This commit is contained in:
commit
52cea827cb
@ -4,7 +4,7 @@
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1eg8j4n</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1eg8j4n" sourceRef="StartEvent_1" targetRef="Activity_1k330qa" />
|
||||
<bpmn:sequenceFlow id="Flow_1eg8j4n" sourceRef="StartEvent_1" targetRef="Activity_11jyt48" />
|
||||
<bpmn:endEvent id="Event_1xdf5vj">
|
||||
<bpmn:incoming>Flow_1rg0ldn</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
@ -27,14 +27,25 @@
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:calledDecisionId>Waku_Test</spiffworkflow:calledDecisionId>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1eg8j4n</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0s21fgq</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_11hb9cu</bpmn:outgoing>
|
||||
</bpmn:businessRuleTask>
|
||||
<bpmn:sequenceFlow id="Flow_0s21fgq" sourceRef="Activity_11jyt48" targetRef="Activity_1k330qa" />
|
||||
<bpmn:userTask id="Activity_11jyt48" name="Empl ID">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="enter-empl-id-schema.json" />
|
||||
<spiffworkflow:property name="formUiSchemaFilename" value="enter-empl-id-uischema.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1eg8j4n</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0s21fgq</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_ip77uch">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-58" y="159" width="36" height="36" />
|
||||
<dc:Bounds x="-198" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1xdf5vj_di" bpmnElement="Event_1xdf5vj">
|
||||
<dc:Bounds x="432" y="159" width="36" height="36" />
|
||||
@ -44,20 +55,28 @@
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1mqocq6_di" bpmnElement="Activity_1k330qa">
|
||||
<dc:Bounds x="60" y="137" width="100" height="80" />
|
||||
<dc:Bounds x="90" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_19vabee_di" bpmnElement="Activity_11jyt48">
|
||||
<dc:Bounds x="-100" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1eg8j4n_di" bpmnElement="Flow_1eg8j4n">
|
||||
<di:waypoint x="-22" y="177" />
|
||||
<di:waypoint x="60" y="177" />
|
||||
<di:waypoint x="-162" y="177" />
|
||||
<di:waypoint x="-100" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1rg0ldn_di" bpmnElement="Flow_1rg0ldn">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="432" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_11hb9cu_di" bpmnElement="Flow_11hb9cu">
|
||||
<di:waypoint x="160" y="177" />
|
||||
<di:waypoint x="190" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0s21fgq_di" bpmnElement="Flow_0s21fgq">
|
||||
<di:waypoint x="0" y="177" />
|
||||
<di:waypoint x="90" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
11
misc/test/e2e-5/enter-empl-id-schema.json
Normal file
11
misc/test/e2e-5/enter-empl-id-schema.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "Enter Empl ID",
|
||||
"description": "",
|
||||
"properties": {
|
||||
"emplid": {
|
||||
"type": "string",
|
||||
"title": "EmplID"
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
}
|
5
misc/test/e2e-5/enter-empl-id-uischema.json
Normal file
5
misc/test/e2e-5/enter-empl-id-uischema.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"ui:order": [
|
||||
"emplid"
|
||||
]
|
||||
}
|
@ -2,9 +2,9 @@
|
||||
<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:biodi="http://bpmn.io/schema/dmn/biodi/2.0" id="Definitions_76910d7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
|
||||
<decision id="Waku_Test" name="Waku Test">
|
||||
<decisionTable id="decisionTable_1">
|
||||
<input id="input_1" label="empl_id">
|
||||
<inputExpression id="inputExpression_1" typeRef="number">
|
||||
<text>empl_id</text>
|
||||
<input id="input_1" label="Empl Id">
|
||||
<inputExpression id="inputExpression_1" typeRef="boolean">
|
||||
<text>emplid == 33</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<output id="output_1" label="Status Key" name="status_key" typeRef="string" biodi:width="394" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user