Allow set to be called from scripts

This commit is contained in:
Jon Herron 2023-01-27 07:03:45 -05:00
parent b2e44a3ef2
commit 68673b9360
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ class CustomBpmnScriptEngine(PythonScriptEngine): # type: ignore
"sum": sum,
"time": time,
"timedelta": timedelta,
"set": set,
}
# This will overwrite the standard builtins