-
Feature Request
-
Resolution: Done
-
L3 - Default
-
7.12.0
-
None
AT:
As a User, I can execute Spring bean methods from a Script Task (for example JavaScript or Groovy).
For example:
${ springBean.myMethod() }
Other objects such as "execution" are available, so it would be nice if beans could be accessible in the same way. Having beans available would be really useful to me.