User: kb clicked save for category_number_one/workflow_one/sample.bpmn
This commit is contained in:
parent
802f7844ad
commit
e6c77ebb6e
|
@ -43,7 +43,7 @@
|
|||
<bpmn:script>def fancy_function(sure):
|
||||
return sure + sure
|
||||
|
||||
|
||||
whoopsie
|
||||
my_var = fancy_function('what')
|
||||
Mike = "Awesome"
|
||||
person = "Kevin"
|
||||
|
@ -65,6 +65,9 @@ for i in [0, 1, 2]:
|
|||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="132" y="102" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1qb1u6a_di" bpmnElement="Event_1qb1u6a">
|
||||
<dc:Bounds x="572" y="102" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_17ohe7r_di" bpmnElement="Activity_0pxf6g1">
|
||||
<dc:Bounds x="241" y="80" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
|
@ -73,9 +76,6 @@ for i in [0, 1, 2]:
|
|||
<dc:Bounds x="410" y="80" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1qb1u6a_di" bpmnElement="Event_1qb1u6a">
|
||||
<dc:Bounds x="572" y="102" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_10jwwqy_di" bpmnElement="Flow_10jwwqy">
|
||||
<di:waypoint x="168" y="120" />
|
||||
<di:waypoint x="241" y="120" />
|
||||
|
|
Loading…
Reference in New Issue