GraalJS Support in Maestro Scripts
Activate GraalJS engine for improved scope and ES6 support in Maestro scripts via config or environment variable.
Enable GraalJS via flow config
appId: com.example.app
jsEngine: graaljs
---
# The ?? operator is an example of an ES2020 feature and is not supported by Rhino
- inputText: ${null ?? 'foo'}Enable GraalJS via environment variable
export MAESTRO_USE_GRAALJS=true
maestro test my-flow.yamlGraalJS behavior differences
Rhino JS
GraalJS
Case
Code sample
Rhino JS
GraalJS
Last updated
Was this helpful?
