Add min/max to the function allow list (#1187)
This commit is contained in:
parent
60775fd8ad
commit
9c6c99db8e
|
@ -317,6 +317,8 @@ class CustomBpmnScriptEngine(PythonScriptEngine): # type: ignore
|
|||
"time": time,
|
||||
"timedelta": timedelta,
|
||||
"uuid": uuid,
|
||||
"min": min,
|
||||
"max": max,
|
||||
**JinjaHelpers.get_helper_mapping(),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue