14 Replies Latest reply on Jun 28, 2012 9:51 AM by nazaki

    jbpm

    nazaki

      hi everybody

       

      how can i integrate a jbpm into an application j2EE?

      should i develop a connector or an API...?

      please help me it's very emergency

      thx

        • 1. Re: jbpm
          salaboy21

          You can just use the jBPM5 inside your J2EE application.

          jBPM5 is environment agnostic, so the only thing that you will need to do is configure it for your container.

          Cheers

           

          PS: please mark the question as answered as soon as you get the answer that you were expecting

          1 of 1 people found this helpful
          • 2. Re: jbpm
            nazaki

            Thank you

             

            Can you give me an small an example of implementation of a workflow in an application j2ee.

            Cheers

            • 3. Re: jbpm
              salaboy21

              No, I don't have time for doing that,

              Read the documentation, try it and let us know if you have any specific problem.

              Cheers

              • 4. Re: jbpm
                nazaki

                i'am not good in english then the documentation haven't mentioned how can integrate an apllication j2ee

                 

                • 5. Re: jbpm
                  salaboy21

                  It doesn't says too much, because you can use jbpm5 as the documentation says inside J2EE container.

                  That's why.. just use it and if you find any problem write back

                  • 6. Re: jbpm
                    nazaki

                    Hi,

                     

                    I wanted to stop/abort a running process but don't know how.

                    I create my KnowledgeBase, the StatefulSession,, but how do i lo launch a process  ann guide him to reaches the end?

                    • 7. Re: jbpm
                      salaboy21

                      Did you read the documentation?

                      You should use the startProcess method to start the process

                      Cheers

                      • 8. Re: jbpm
                        nazaki

                        when i launch the startProcess method it trigger the first task but i want trigger all the task

                        • 9. Re: jbpm
                          salaboy21

                          No, you trigger the start of the process.

                          If you have for example:

                          Start -> Human Task -> Script Task -> Human Task -> end

                           

                          When you call start it will cause that the Human task node will create a task in the human task server, you will need then to complete that tasks in order to the process continue to the script task.

                          If the script task is an automatic activity it will execute the contained code and move forward to the next Human Task.

                          Cheers

                          1 of 1 people found this helpful
                          • 10. Re: jbpm
                            nazaki

                            thank you for all things

                            how can i move automatically to task from task when the first task finish his actions

                            i hope that you can understand me

                            cheers

                            • 11. Re: jbpm
                              salaboy21

                              that will happen automatically if you have the correct listeners in place. if you register the correct WorkItemHandler it will notify the process engine as soon as you finish the task.

                              Look at the GenericHTWorkItemHandler and all the derived classes.

                              Cheers

                              • 12. Re: jbpm
                                nazaki

                                hi,

                                 

                                I'm stuck can any one helpe me please

                                 

                                cheers

                                • 13. Re: jbpm
                                  salaboy21

                                  You will need to be more specific... what's the problem? error?

                                  • 14. Re: jbpm
                                    nazaki

                                    i'can't launch the console web and i can't deploy may sample  process in ther server