User: ciuser1 clicked save for category_number_one/workflow_one/sample.bpmn
This commit is contained in:
parent
6b8d8b2868
commit
2d296e72c4
|
@ -27,6 +27,7 @@
|
|||
"id": "2",
|
||||
"username": "ciadmin1"
|
||||
},
|
||||
"num": 0,
|
||||
"my_var": "whatwhat",
|
||||
"person": "Kevin"
|
||||
}</spiffworkflow:expectedOutputJson>
|
||||
|
@ -39,17 +40,7 @@
|
|||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_10jwwqy</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0htxke7</bpmn:outgoing>
|
||||
<bpmn:script>for i in [0, 1, 2]:
|
||||
print(f"{i}")
|
||||
print(f"{i}")
|
||||
print(f"{i}")
|
||||
print(f"{i}")
|
||||
print(f"{i}")
|
||||
print(f"{i}")
|
||||
print(f"{i}")
|
||||
print(f"{i}")
|
||||
|
||||
def fancy_function(sure):
|
||||
<bpmn:script>def fancy_function(sure):
|
||||
return sure + sure
|
||||
|
||||
|
||||
|
@ -57,16 +48,8 @@ my_var = fancy_function('what')
|
|||
Mike = "Awesome"
|
||||
person = "Kevin"
|
||||
|
||||
if 'num' in locals():
|
||||
del num
|
||||
|
||||
for i in [0, 1, 2]:
|
||||
print(f"{i}")
|
||||
print(f"{i}")
|
||||
print(f"{i}")
|
||||
print(f"{i}")
|
||||
print(f"{i}")
|
||||
</bpmn:script>
|
||||
pass</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_1hd6o66" sourceRef="Activity_0a21ntf" targetRef="Event_1qb1u6a" />
|
||||
<bpmn:businessRuleTask id="Activity_0a21ntf" name="is wonderful?">
|
||||
|
@ -85,14 +68,14 @@ for i in [0, 1, 2]:
|
|||
<bpmndi:BPMNShape id="Event_1qb1u6a_di" bpmnElement="Event_1qb1u6a">
|
||||
<dc:Bounds x="582" y="102" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_06nka7s_di" bpmnElement="Activity_0a21ntf">
|
||||
<dc:Bounds x="410" y="80" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_17ohe7r_di" bpmnElement="Activity_0pxf6g1">
|
||||
<dc:Bounds x="241" y="80" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_06nka7s_di" bpmnElement="Activity_0a21ntf">
|
||||
<dc:Bounds x="410" y="80" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</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