Hi,
can i have REST Api calls info. for DynamicBpmnService Java Api, methods,
i need to run these java methods through REST Api calls.
Thanks,
Vzy
Hi,
can i have REST Api calls info. for DynamicBpmnService Java Api, methods,
i need to run these java methods through REST Api calls.
Thanks,
Vzy
I mean, is all the methods that are there in DynamicBpmnService.java class are exposed as REST api or not?, can i have any URL on this?
No, afaics the dynamicBpmnService is not exposed through REST. The only workaround for now is wrapping it yourself in a rest controller.
may i know, what are the files need to be updated for this