I really see high potential in the workbench approach and would like to play with it more than I did in the past.
But...I'm a little bit stuck at the javascript api that is used at the implemented shell/command line console.
There are some videos on vimeo
https://vimeo.com/122464623
https://vimeo.com/122449242
...and I could find at least a 'setVariable' command which can be used to change the value of process variables.
Is there any api reference to that javascript api, that is used in the console?
Perhaps it can be found somewhere but I couln't find it both in the REST and Java API doc, but could be that I'm blind at that point.
Any hint?
For me Javascript would be enough, but could imagine some people would like a Jython or Groovy - getting started for the workbench console, too.
Thanks for any help here!
Uwe
Hi Uwe,
Afaik the Javascript API is the same as the Java API. I think it is somehow lookuped through reflection or something like that on the server side. See workbench - maven module 'api / debug-core'. Package 'completion' as a starting point.
Cheers,
Christian