Skip to content

Commit

Permalink
Update test_workers_page.bpmn to wait longer
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed May 2, 2024
1 parent 73c7fa6 commit 31a1848
Showing 1 changed file with 29 additions and 27 deletions.
56 changes: 29 additions & 27 deletions cws-test/src/test/resources/bpmn/test_workers_page.bpmn
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
<bpmn:serviceTask id="Task_0xel5sm" camunda:modelerTemplate="jpl.cws.task.CmdLineExecTask" camunda:class="jpl.cws.task.SleepTask" camunda:type="external" camunda:topic="__CWS_CMD_TOPIC__">
<bpmn:extensionElements>
<camunda:field name="cmdLine">
<camunda:expression>sleep 30</camunda:expression>
<camunda:expression>sleep 192</camunda:expression>
</camunda:field>
<camunda:field name="workingDir">
<camunda:expression>.</camunda:expression>
</camunda:field>
<camunda:field name="workingDir" />
<camunda:field name="successExitValues">
<camunda:expression>0</camunda:expression>
</camunda:field>
Expand Down Expand Up @@ -99,6 +101,31 @@
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="test_workers_page">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="173" y="102" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="ServiceTask_0gg43c2_di" bpmnElement="Task_0v4t5rk">
<dc:Bounds x="259" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="ServiceTask_1e035vf_di" bpmnElement="Task_0xel5sm">
<dc:Bounds x="409" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_1cxkvmz_di" bpmnElement="EndEvent_1cxkvmz">
<dc:Bounds x="702" y="102" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="577" y="141" width="0" height="13" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1l0ogp6_di" bpmnElement="Activity_1l0ogp6">
<dc:Bounds x="560" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1narsmd_di" bpmnElement="SequenceFlow_1narsmd">
<di:waypoint x="209" y="120" />
<di:waypoint x="259" y="120" />
<bpmndi:BPMNLabel>
<dc:Bounds x="234" y="98.5" width="0" height="13" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_1n3skp5_di" bpmnElement="SequenceFlow_1n3skp5">
<di:waypoint x="509" y="120" />
<di:waypoint x="560" y="120" />
Expand All @@ -113,35 +140,10 @@
<dc:Bounds x="384" y="98.5" width="0" height="13" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_1narsmd_di" bpmnElement="SequenceFlow_1narsmd">
<di:waypoint x="209" y="120" />
<di:waypoint x="259" y="120" />
<bpmndi:BPMNLabel>
<dc:Bounds x="234" y="98.5" width="0" height="13" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0w3boed_di" bpmnElement="Flow_0w3boed">
<di:waypoint x="660" y="120" />
<di:waypoint x="702" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="173" y="102" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="ServiceTask_0gg43c2_di" bpmnElement="Task_0v4t5rk">
<dc:Bounds x="259" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="ServiceTask_1e035vf_di" bpmnElement="Task_0xel5sm">
<dc:Bounds x="409" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1l0ogp6_di" bpmnElement="Activity_1l0ogp6">
<dc:Bounds x="560" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_1cxkvmz_di" bpmnElement="EndEvent_1cxkvmz">
<dc:Bounds x="702" y="102" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="577" y="141" width="0" height="13" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

0 comments on commit 31a1848

Please sign in to comment.