2 Replies Latest reply on Jan 4, 2012 3:30 PM by vladimir.mezera

    Create process instance in portlet

    vladimir.mezera

      Hello,

      we have a portlet and we want create a process instance from it. What is the best solution to create this process?

      Jbpm engine run remotly. Is somewhere tutorial or do you have a solution for this? We know that one solution is using REST API, but with

      login auth it's not comfortable for us.

       

       

      Thx

       

      VM

        • 1. Re: Create process instance in portlet
          salaboy21

          You have two best ways to create a process instance: once is embedd jBPM inside the portlet.. so you will not do a remote call, and the other possible solution is to do a REST call to the process server and create an instance from there. As far as I know you don't requires authentication for that service, but if you require authenticantion that can be easily implemented.

          Cheers

          1 of 1 people found this helpful
          • 2. Re: Create process instance in portlet
            vladimir.mezera

            Hi,

            thanks for reply.  How can I by REST set same parameters to process like initalization in jbpm console?

            I see only start process by REST. Do you think REST without authetication as switch of form based (web.xml in jbpm-gwt-console-server.war)?

             

            Thx

             

            VM