[jboss-user] [jBPM] - Re: Example of simple process of executing a service task in JBPM Console.

Mauricio Salatino do-not-reply at jboss.com
Tue Apr 30 16:27:07 EDT 2013


Mauricio Salatino [https://community.jboss.org/people/salaboy21] created the discussion

"Re: Example of simple process of executing a service task in JBPM Console."

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

--------------------------------------------------------------
Hi David,
As Demian mention, the only other way (and recommended way) to add your custom Java code is via a WorkItemHandler implementation. For that you will need a Java class. Once you have your java class you will need to create a Jar file (container of compiled java classes) and add that jar file to the jbpm console class path in order to use it. This means that the jbpm console needs to have access to your compiled class, in the same ways as any other application. 

This is a really common way of accepting extensions for any other java application, so it should be simple for you to create that.
--------------------------------------------------------------

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

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/20130430/605e2d71/attachment.html 


More information about the jboss-user mailing list