Hi guys,
First of all, thanks a lot for your great job with Camunda, it's getting better every time, and really fast.
My question is about calling our REST services (implemented with RestEasy) directly from Camunda, without needing a JavaDelegate class
When it comes to call Camel, for instance, things are really simple, like this: #{camel.sendTo('direct:syncService')}.
Is there a way to call a REST web service in an equivalent way?
In case it isn't, which would be the simplest way to do so? If possible, we'd rather prefer the JEE way, don't know if the recommended could be instantiating a jax-rs client bean and then dealing with it as if it was a regular bean.
My intention for this question is to have the simplest possible code in my app, so that maintenance is easier, and keep the code as little as possible.
I'm looking forward to your clarifications.
Thanks a lot in advance!