Exposed filter (#269)

This commit is contained in:
jbirddog 2023-05-23 09:50:34 -04:00 committed by GitHub
parent 756e1e8b70
commit 82c976ff71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ class CustomBpmnScriptEngine(PythonScriptEngine): # type: ignore
"datetime": datetime, "datetime": datetime,
"decimal": decimal, "decimal": decimal,
"enumerate": enumerate, "enumerate": enumerate,
"filter": filter,
"format": format, "format": format,
"list": list, "list": list,
"dict": dict, "dict": dict,