sc_boss [
https://community.jboss.org/people/sc_boss] created the discussion
"jBPM as service (EJB)."
To view the discussion, visit:
https://community.jboss.org/message/797585#797585
--------------------------------------------------------------
Q.1) How do i add my bpmn process and script task classes to GWT console. Do I need to go
through guvnor tool. (If yes how to I add my script based classes) Q.2) Is there any way
the jbpm engine works as an EJB service? At present the way I understood it (based upon
examples): We create a process and it gets executed and the human task goes to another
server. The program that creates the process waits for the JMS to respond back and the
process completes. Effectively the engine runs in my VM. (Correct me if I'm wrong) I
more wanted a BPM service which can be called for process creation on a remote machine
(running as service). The same engine will store all the relevant data related to process
such as: 0. Process instance creation 1. Human task monitoring (running along with the
engine and NO on HornetQ JMS/Human task war) 2. Can be accessed remotely for identifying
where a process is stuck at present. 3. Can we used for finding out the task for a given
user (i.e. process engine and human task server run on same server/cluster). 4. assigning
task to other users. 5. canceling a process instance (NOT Task) This makes the overall
installation and administration easy as there are less resources involved (No JMS/wars
etc, only once service). The overall engine is encapsulated in one package. We will be
writing out own UI layer to interact with this engine. Is this available as an EJB
service in Enterprise endition OR this has to accessed from GWT based REST service that I
suppose provides same functionality. Oracle based BPM provides such facility and it is
helpful to use. May be I did not understand the documentation properly, please help me in
right direction.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/797585#797585]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]