Hi, I have a use case of exposing a BPM flow as a webservice.The flow contains a groovy script with a method,which needs to be called as a REST webservice from an external interface(say a web application). So i need to expose the bpm flow as a webservice.Please kindly let me know is it is possible?
I've honestly got no clue what a right approach would be … a generic solution is pretty hard. If the number of processes is limited, I'd just use some JAX-WS annotations and call the activiti api's…