Skip to content

Commit f1bba12

Browse files
author
Gunnar Pruß
committed
Fix model timer_start.bpmn
The timer duration PT1D caused an invalid timer duration exception and there were two start event tasks with the same ID present in the file. Opened the file with the SpiffWorkflow editor and changed the duration to P1D. The duplicated start event was automatically removed by the editor.
1 parent 769acde commit f1bba12

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

bpmn/tutorial/timer_start.bpmn

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,10 @@
1717
<bpmn:startEvent id="Start_Event">
1818
<bpmn:outgoing>Flow_032rj36</bpmn:outgoing>
1919
<bpmn:timerEventDefinition id="TimerEventDefinition_0jgw0qx">
20-
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">"PT1D"</bpmn:timeDuration>
20+
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">"P1D"</bpmn:timeDuration>
2121
</bpmn:timerEventDefinition>
2222
</bpmn:startEvent>
2323
<bpmn:sequenceFlow id="Flow_0exxc43" sourceRef="Start_Event" targetRef="any_task" />
24-
<bpmn:startEvent id="Start_Event">
25-
<bpmn:outgoing>Flow_0exxc43</bpmn:outgoing>
26-
<bpmn:timerEventDefinition id="TimerEventDefinition_0404tuj">
27-
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">"PT1D"</bpmn:timeDuration>
28-
</bpmn:timerEventDefinition>
29-
</bpmn:startEvent>
3024
</bpmn:process>
3125
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
3226
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="timer_start">

0 commit comments

Comments
 (0)