Can I expose a BPM flow as a webservice?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2013 04:16 AM
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?
Thanks
Dinesh
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?
Thanks
Dinesh
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2013 07:59 AM
No, we haven't got anything like that implemented. I'm afraid you'll have to build it yourself.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2013 08:41 AM
Thanks joram
.Any suggestions in the way of implementation.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2013 11:09 AM
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…
If the number of processes is limited, I'd just use some JAX-WS annotations and call the activiti api's…
