Hello,
My intent is to utilize jBPM for monitoring purposes. I have working standalone app, which
is to be modified to trigger process graph transitions like this:
public void businessMethod1()
| {
| // some logic;
|
| // connect to jBPM server and obtain process instance
| // trigger a state change
|
| }
So my question is: how do I obtain a reference to jBPM process from a standalone app.
Sorry for newbie question :)
Thanks in advance!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043102#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...