1 Reply Latest reply on May 6, 2007 9:29 AM by ducn

    Remotely access jBPM server from a standalone app

    mr_ortega

      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!