Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
210 changes: 0 additions & 210 deletions bpmn/test-cases/countries-and-cities/country_cities.bpmn

This file was deleted.

39 changes: 0 additions & 39 deletions bpmn/test.bpmn

This file was deleted.

3 changes: 2 additions & 1 deletion examples/dict_test.bpmn
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spiff_testResult = test()</bpmn:script>
<bpmn:outgoing>Flow_0k87bc6</bpmn:outgoing>
</bpmn:callActivity>
<bpmn:sequenceFlow id="Flow_1ksh5mi" sourceRef="Activity_0k1cfg3" targetRef="Gateway_0byb9mv" />
<bpmn:manualTask id="Activity_0k1cfg3">
<bpmn:manualTask id="Activity_0k1cfg3" name="Fail">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>{{ spiff_testResult["output"] }}</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
Expand Down Expand Up @@ -95,6 +95,7 @@ spiff_testResult = test()</bpmn:script>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_027059u_di" bpmnElement="Activity_0k1cfg3">
<dc:Bounds x="480" y="210" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1yq8dnj_di" bpmnElement="Gateway_1yq8dnj" isMarkerVisible="true">
<dc:Bounds x="395" y="135" width="50" height="50" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<bpmn:manualTask id="Activity_0lvogdb">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>This should not have run.</spiffworkflow:instructionsForEndUser>
<spiffworkflow:preScript />
</bpmn:extensionElements>
<bpmn:incoming>Flow_188lqer</bpmn:incoming>
<bpmn:outgoing>Flow_1oml9os</bpmn:outgoing>
Expand All @@ -47,6 +46,9 @@
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="simple_gateway">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="-268" y="-18" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1h9h8qo_di" bpmnElement="Gateway_1h9h8qo" isMarkerVisible="true">
<dc:Bounds x="-65" y="-25" width="50" height="50" />
</bpmndi:BPMNShape>
Expand All @@ -65,9 +67,6 @@
<bpmndi:BPMNShape id="Activity_1ljirh7_di" bpmnElement="Activity_0myxqrc">
<dc:Bounds x="-200" y="-40" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="-268" y="-18" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0bpd7l8_di" bpmnElement="Flow_0bpd7l8">
<di:waypoint x="-232" y="0" />
<di:waypoint x="-200" y="0" />
Expand Down
Loading
Loading