User: thies.marwitz@matplus.eu clicked save for playground/matplus/thies-marwitz/thies-marwitz.bpmn

This commit is contained in:
sartography-automated-committer 2024-02-16 10:53:07 +00:00
parent be70a1ca31
commit 4aa5c51551
1 changed files with 5 additions and 3 deletions

View File

@ -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">