#481 Performance: Regex not pre-compiled in activity_context.py
Description
Editengine/activity_context.py:151-160 - resolve_variable_references() compiles regex on every call. Hot path during workflow execution. FIX: Pre-compile _VARIABLE_REF_PATTERN at module level.
Comments
Loading comments...
Context
Loading context...
Audit History
View AllLoading audit history...