-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.17
-
Fix Version/s: 2.17
-
Component/s: Automation, Technical / Transverse, Workflow
Complex workflows are not efficiently validated, this should be optimized.
Validation is very long since NXS-1895, where MVEL expressions validation was activated.
In fact this is unefficient when:
- using a lot of unary expression foo?bar:baz
- using a lot of parentheses
- looking up default variables "Document", for instance
=> let's:
- add a variables bindings for efficient lookup of classes
- disable validation on too complex expressions