Skip to content

Commit c85412d

Browse files
authored
Merge branch 'sartography:main' into python-version
2 parents 97fa96c + 9876974 commit c85412d

4 files changed

Lines changed: 1 addition & 36 deletions

File tree

Dockerfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,5 @@ To run the curses application using serialized JSON files:
7878
7979
Select the 'Start Workflow' screen and start the process.
8080

81-
Run in docker
82-
^^^^^^^^^^^^^
83-
84-
.. code:: bash
85-
86-
./bin/run_in_docker --help
87-
8881
## License
8982
GNU LESSER GENERAL PUBLIC LICENSE

bin/run_in_docker

Lines changed: 0 additions & 11 deletions
This file was deleted.

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)