User: dan@sartography.com clicked save for examples/1-basic-concepts/understanding-data-part-1/python.bpmn

This commit is contained in:
sartography-automated-committer 2024-02-21 02:29:17 +00:00
parent f85b897c1e
commit 3a633ce8c0

View File

@ -126,6 +126,9 @@ if x is not None: # GOOD
<bpmn:dataOutputAssociation id="DataOutputAssociation_0bw1xmy">
<bpmn:targetRef>children</bpmn:targetRef>
</bpmn:dataOutputAssociation>
<bpmn:dataOutputAssociation id="DataOutputAssociation_0ixsxk4">
<bpmn:targetRef>DataObjectReference_0wac5go</bpmn:targetRef>
</bpmn:dataOutputAssociation>
<bpmn:script>
# Adding function
def add_one(input):
@ -372,6 +375,10 @@ Because we wanted to show that footnotes end up at the very end of the page, not
<bpmn:sourceRef>children</bpmn:sourceRef>
<bpmn:targetRef>Property_1biie0x</bpmn:targetRef>
</bpmn:dataInputAssociation>
<bpmn:dataInputAssociation id="DataInputAssociation_1atkomw">
<bpmn:sourceRef>DataObjectReference_0wac5go</bpmn:sourceRef>
<bpmn:targetRef>Property_1biie0x</bpmn:targetRef>
</bpmn:dataInputAssociation>
</bpmn:manualTask>
<bpmn:sequenceFlow id="Flow_0dwam7u" sourceRef="Activity_1urrvze" targetRef="Event_16l8zdp" />
<bpmn:businessRuleTask id="Activity_1urrvze" name="Simple Decision">
@ -383,6 +390,7 @@ Because we wanted to show that footnotes end up at the very end of the page, not
</bpmn:businessRuleTask>
<bpmn:dataObjectReference id="childrenref" name="childrenref" dataObjectRef="children" />
<bpmn:dataObject id="children" name="children" />
<bpmn:dataObjectReference id="DataObjectReference_0wac5go" name="children" dataObjectRef="children" />
<bpmn:textAnnotation id="TextAnnotation_187nrj2">
<bpmn:text>The most straight forward way to create data is with a script task. Use the properties panel to the left, open the script section and launch the editor to see how we create variables.</bpmn:text>
</bpmn:textAnnotation>
@ -437,12 +445,6 @@ Because we wanted to show that footnotes end up at the very end of the page, not
<dc:Bounds x="980" y="-10" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataObjectReference_14iz69m_di" bpmnElement="children">
<dc:Bounds x="562" y="153" width="36" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="561" y="210" width="39" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_187nrj2_di" bpmnElement="TextAnnotation_187nrj2">
<dc:Bounds x="120" y="-210" width="240" height="80" />
<bpmndi:BPMNLabel />
@ -483,10 +485,6 @@ Because we wanted to show that footnotes end up at the very end of the page, not
<di:waypoint x="620" y="30" />
<di:waypoint x="680" y="30" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="DataOutputAssociation_0bw1xmy_di" bpmnElement="DataOutputAssociation_0bw1xmy">
<di:waypoint x="330" y="54" />
<di:waypoint x="562" y="164" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1hy1jl1_di" bpmnElement="Flow_1hy1jl1">
<di:waypoint x="780" y="30" />
<di:waypoint x="830" y="30" />
@ -495,10 +493,6 @@ Because we wanted to show that footnotes end up at the very end of the page, not
<di:waypoint x="930" y="30" />
<di:waypoint x="980" y="30" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="DataInputAssociation_13dp3ns_di" bpmnElement="DataInputAssociation_13dp3ns">
<di:waypoint x="598" y="170" />
<di:waypoint x="831" y="64" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0dwam7u_di" bpmnElement="Flow_0dwam7u">
<di:waypoint x="1080" y="30" />
<di:waypoint x="1142" y="30" />
@ -523,9 +517,19 @@ Because we wanted to show that footnotes end up at the very end of the page, not
<di:waypoint x="1022" y="-10" />
<di:waypoint x="1008" y="-85" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_1218642_di" bpmnElement="Association_1218642">
<di:waypoint x="598" y="193" />
<di:waypoint x="652" y="240" />
<bpmndi:BPMNShape id="DataObjectReference_0wac5go_di" bpmnElement="DataObjectReference_0wac5go">
<dc:Bounds x="582" y="153" width="36" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="581" y="210" width="39" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="DataOutputAssociation_0ixsxk4_di" bpmnElement="DataOutputAssociation_0ixsxk4">
<di:waypoint x="330" y="52" />
<di:waypoint x="582" y="164" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="DataInputAssociation_1atkomw_di" bpmnElement="DataInputAssociation_1atkomw">
<di:waypoint x="618" y="170" />
<di:waypoint x="856" y="70" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>