1 Reply Latest reply on Feb 10, 2014 5:36 PM by anton.giertli

    Can jBPM6 integrate with third party services?

    vandiesel

      Hi All,

       

      I am a  newbie to jBPM. I have installed jBPM 6 Final release. I would like to know if jBPM 6 can integrate with third party services like Currency converter, Flight Travel services. If so, can you please direct to a tutorial. I am going through the documentation as well.

       

      Thank you,

       

      Damar

        • 1. Re: Can jBPM6 integrate with third party services?
          anton.giertli

          Hi Damar,

           

          yes it can. What you need to look for in the documentation is Chapter 21 - Domain-Specific processes [1].

           

          Typical workflow would be to

          - create custom Work item definition, which would then represent a node in your bpmn definition, which would call the external service. Work Item definition only answers the 'What' question.

          - create custom Work Item handler, which would include the logic for this work item definition, typically in its execute method this handler would call some external service, handled the response and complete the current task, optionally providing some output. Work Item handler answers the 'How' questions.

           

          I find this section quite well documented, the real examples are present. It should help you to get started.

           

          Cheers,

          Anton

           

          [1] Chapter 21. Domain-specific Processes