User: dan@sartography.com clicked save for examples/1-basic-concepts/understanding-data-part-1/python.bpmn
This commit is contained in:
parent
5ee014da6d
commit
0112a8caf0
|
@ -205,7 +205,7 @@ cabinet = {
|
|||
![Dog]({{api_result["message"]}})
|
||||
|
||||
# List of Abe's Children:
|
||||
{%- for child in children %}
|
||||
{% for child in children %}
|
||||
* {{child}}
|
||||
{% endfor -%}
|
||||
|
||||
|
@ -384,8 +384,6 @@ Because we wanted to show that footnotes end up at the very end of the page, not
|
|||
<bpmn:dataObjectReference id="childrenref" name="childrenref" dataObjectRef="children" />
|
||||
<bpmn:dataObject id="children" name="children" />
|
||||
<bpmn:dataObjectReference id="DataObjectReference_0wac5go" name="children" dataObjectRef="children" />
|
||||
<bpmn:dataObjectReference id="DataObjectReference_0wac5go" name="children" dataObjectRef="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>
|
||||
|
@ -440,6 +438,12 @@ 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_0wac5go_di" bpmnElement="DataObjectReference_0wac5go">
|
||||
<dc:Bounds x="542" y="165" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="541" y="222" 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 />
|
||||
|
@ -464,12 +468,6 @@ Because we wanted to show that footnotes end up at the very end of the page, not
|
|||
<dc:Bounds x="620" y="240" width="280" height="130" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_0wac5go_di" bpmnElement="DataObjectReference_0wac5go">
|
||||
<dc:Bounds x="542" y="165" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="541" y="222" width="39" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0bngcu2_di" bpmnElement="Flow_0bngcu2">
|
||||
<di:waypoint x="178" y="30" />
|
||||
<di:waypoint x="230" y="30" />
|
||||
|
|
Loading…
Reference in New Issue