mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 18:14:20 +00:00
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…
x
Reference in New Issue
Block a user