1 Reply Latest reply on Aug 28, 2012 5:23 PM by tsurdilovic

    jBPM5.3 Process start from Webpage

    valle

      Hello,

       

      i'm in a group of students and we evaluate jbpm in a project thesis. Trying to show whats possible with jBPM we want to start our process from a webpage by clicking a button.

      We run jBPM 5.3 on a jBoss AS7.

       

      After doing some research we are still clueless.

      Can you give us some hints and/or advices..?

       

      Thanks a lot in advance.

        • 1. Re: jBPM5.3 Process start from Webpage
          tsurdilovic

          If you are using the jBPM Console you can read up on its REST api which you can call from your web-page. If you are implmenting your own session management then its up to you how a form submit on your page talks to your backend services to start a process instance.

           

          Hope this helps.