Hello All!
New community plugin is now available.
A plugin that provides the ability to create Java Delegates with Scripting: works with SpringBoot and Camunda-Run (Yes you can even drop it into a Camunda-Run distro and it will auto-launch!)
This plugin provides the ability to create scripting (groovy for now) based Java Delegates that support Spring Dependency Injection/Autowire, runtime refreshes and runtime breakpoint debugging.
So you can now write script without having to use the Modeler’s less than ideal scripting experience. You get all of the benefits of compiled classes and Spring dependency injection, code completion, type checking, etc.
And you can even refresh your delegate’s source code at runtime! No more re-deploying BPMNs to make a minor fix or having to recompile and restart a Camunda server!
Check it out and please provide feedback!
See the docker-compose for a quick setup: Camunda-Scripting-Delegates-Process-Engine-Plugin/docker-compose-from-release.yml at main · StephenOTT/Camunda-Scripting-Delegates-Process-Engine-Plugin · GitHub