Hi,
Is there any documentation about beans and functions available in the evaluation context of EL expressions and scripts?
E.g. the “execution” bean is available in Script Tasks. It’s an instanceof DelegateExecution and you can do execution.setVariable(“xxx”,“yyy”). ¿What about other beans and functions?
I need to access to other beans (e.g. something to access initiator information), but I can’t find a full list of beans present in the evaluation context of EL expressions and script tasks.
Thanks!