mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-27 09:45:12 +00:00
b8d3d5d84b
98c6294f1 Merge pull request #287 from sartography/feature/workflow_data_exceptions d40a1da59 Workflow Data Exceptions were broken in the previous error refactor. This assures we are getting good messages from these errors. a156378e1 Merge pull request #286 from sartography/feature/inclusive-gateway-support 7f6e398c2 bypass unnecessary checks in gateway joins ade21a894 revert a few things e1cf75202 Merge branch 'main' into feature/inclusive-gateway-support 15a0a4414 revert change to MultiChoice and handle no defaults in BPMN specs e1469e6bb add support for diverging inclusive gateways 71fd86386 really prevent non-default flows without conditions 924759d9b clean up join specs 7378639d3 Merge pull request #284 from sartography/feature/improved-timer-events dc8d139d2 remove useless method 530f23697 Merge branch 'main' into feature/improved-timer-events 307cca9c5 partially clean up existing gateways 0a344285e clean up task parsers 2cef997d1 add waiting_events method to bpmn workflow 48091c407 serializer migration script and miscellaneous fixes to serialization 61316854b store internal timer data as string/float 389c14c4c add some tests for parsing durations 582bc9482 convert timers to iso 8601 6dfd7ebe9 remove extraneous calls to update 6bd429529 clean up tests d56e9912f remove useless method git-subtree-dir: SpiffWorkflow git-subtree-split: 98c6294f1240aee599cd98bcee58d121cb57b331
85 lines
4.5 KiB
XML
85 lines
4.5 KiB
XML
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0ilr8m3" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.11.1">
|
|
<bpmn:process id="timer" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_1pahvlr</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:manualTask id="Get_Coffee" name="Get coffee">
|
|
<bpmn:incoming>Flow_09d7dp2</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1pvkgnu</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
<bpmn:manualTask id="Back_To_Work" name="Get Back To Work">
|
|
<bpmn:incoming>Flow_1pvkgnu</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1ekgt3x</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
<bpmn:endEvent id="Event_03w65sk">
|
|
<bpmn:incoming>Flow_1ekgt3x</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1ekgt3x" sourceRef="Back_To_Work" targetRef="Event_03w65sk" />
|
|
<bpmn:sequenceFlow id="Flow_1pvkgnu" sourceRef="Get_Coffee" targetRef="Back_To_Work" />
|
|
<bpmn:sequenceFlow id="Flow_1pahvlr" sourceRef="StartEvent_1" targetRef="Activity_1swqq74" />
|
|
<bpmn:sequenceFlow id="Flow_1pzc4jz" sourceRef="CatchMessage" targetRef="Refill_Coffee" />
|
|
<bpmn:scriptTask id="Refill_Coffee" name="Refill Coffee">
|
|
<bpmn:incoming>Flow_1pzc4jz</bpmn:incoming>
|
|
<bpmn:script>print('refill count = %d'%custom_function())</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
<bpmn:sequenceFlow id="Flow_09d7dp2" sourceRef="Activity_1swqq74" targetRef="Get_Coffee" />
|
|
<bpmn:scriptTask id="Activity_1swqq74" name="Set Refill Count">
|
|
<bpmn:incoming>Flow_1pahvlr</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_09d7dp2</bpmn:outgoing>
|
|
<bpmn:script>refill_count = 0</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
<bpmn:boundaryEvent id="CatchMessage" cancelActivity="false" attachedToRef="Get_Coffee">
|
|
<bpmn:outgoing>Flow_1pzc4jz</bpmn:outgoing>
|
|
<bpmn:timerEventDefinition id="TimerEventDefinition_180fybf">
|
|
<bpmn:timeCycle xsi:type="bpmn:tFormalExpression">"R2/PT0.1S"</bpmn:timeCycle>
|
|
</bpmn:timerEventDefinition>
|
|
</bpmn:boundaryEvent>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="timer">
|
|
<bpmndi:BPMNEdge id="Flow_09d7dp2_di" bpmnElement="Flow_09d7dp2">
|
|
<di:waypoint x="320" y="117" />
|
|
<di:waypoint x="370" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1pzc4jz_di" bpmnElement="Flow_1pzc4jz">
|
|
<di:waypoint x="440" y="175" />
|
|
<di:waypoint x="440" y="210" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1pahvlr_di" bpmnElement="Flow_1pahvlr">
|
|
<di:waypoint x="188" y="117" />
|
|
<di:waypoint x="220" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1pvkgnu_di" bpmnElement="Flow_1pvkgnu">
|
|
<di:waypoint x="470" y="117" />
|
|
<di:waypoint x="500" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1ekgt3x_di" bpmnElement="Flow_1ekgt3x">
|
|
<di:waypoint x="600" y="117" />
|
|
<di:waypoint x="632" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="152" y="99" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0tjl9dd_di" bpmnElement="Get_Coffee">
|
|
<dc:Bounds x="370" y="77" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_15zi5m4_di" bpmnElement="Back_To_Work">
|
|
<dc:Bounds x="500" y="77" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_03w65sk_di" bpmnElement="Event_03w65sk">
|
|
<dc:Bounds x="632" y="99" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0xk1ts7_di" bpmnElement="Refill_Coffee">
|
|
<dc:Bounds x="390" y="210" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1tk82xi_di" bpmnElement="Activity_1swqq74">
|
|
<dc:Bounds x="220" y="77" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_1ttaw63_di" bpmnElement="CatchMessage">
|
|
<dc:Bounds x="422" y="139" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|