User: thies.marwitz@matplus.eu clicked save for playground/matplus/thies-marwitz/thies-marwitz.bpmn
This commit is contained in:
parent
be70a1ca31
commit
4aa5c51551
|
@ -63,10 +63,12 @@ You can also change the text you are reading here by updating the *Instructions*
|
|||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_17db3yp</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1wts4xi</bpmn:outgoing>
|
||||
<bpmn:script>age = 28
|
||||
|
||||
<bpmn:script>
|
||||
def function(age):
|
||||
return {"age": age+1}</bpmn:script>
|
||||
return {"age": age+1}
|
||||
|
||||
|
||||
age = function(28)</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
|
|
Loading…
Reference in New Issue