[jboss-user] [jBPM] - Re: jbpm installer: integration with custom application

jatin sutaria do-not-reply at jboss.com
Mon Oct 8 05:05:35 EDT 2012


jatin sutaria [https://community.jboss.org/people/jsutaria] created the discussion

"Re: jbpm installer: integration with custom application"

To view the discussion, visit: https://community.jboss.org/message/763653#763653

--------------------------------------------------------------
Hello,

Using Maven and Spring seems to be a easy way to go to integrate JBPM 5 with an existing application -  http://docs.jboss.org/jbpm/v5.3/userguide/ch.integration.html#d0e7631 http://docs.jboss.org/jbpm/v5.3/userguide/ch.integration.html#d0e7631

This workes for me pretty well in a way I use eclipse tooling to design proecsses, have a offline way to import this into my application, and then have Spring services wrapping these jbpm processes as public interfaces to start/stop the processes from external triggers.

Next challenge is how to monitor these processes. I think there acn be 2 ways to go about - 
a. Use persistence for your processes using your own application schema and then write custom Spring services along with a custom UI that uses the persistent jbpm tables to display whats going on. This can be a harder way to go about and not too sure avbout its long term feasibility.
b. Embed jbpm console artifacts (guvor/etc) within my application and some how point the jbpm console ibraries to my application schema and thats it. This should be the way ahead. If this is possible, which I think it should, would request some one to point me to related documentation on this.

Thans,
Jatin
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/763653#763653]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20121008/74066b06/attachment.html 


More information about the jboss-user mailing list