diff --git a/playground/matplus/thies-marwitz/thies-marwitz.bpmn b/playground/matplus/thies-marwitz/thies-marwitz.bpmn
index e6dd0722..07f34daa 100644
--- a/playground/matplus/thies-marwitz/thies-marwitz.bpmn
+++ b/playground/matplus/thies-marwitz/thies-marwitz.bpmn
@@ -63,10 +63,12 @@ You can also change the text you are reading here by updating the *Instructions*
Flow_17db3yp
Flow_1wts4xi
- age = 28
-
+
def function(age):
- return {"age": age+1}
+ return {"age": age+1}
+
+
+age = function(28)