Allow set to be called from scripts
This commit is contained in:
parent
b2e44a3ef2
commit
68673b9360
|
@ -172,6 +172,7 @@ class CustomBpmnScriptEngine(PythonScriptEngine): # type: ignore
|
|||
"sum": sum,
|
||||
"time": time,
|
||||
"timedelta": timedelta,
|
||||
"set": set,
|
||||
}
|
||||
|
||||
# This will overwrite the standard builtins
|
||||
|
|
Loading…
Reference in New Issue