1 Reply Latest reply on Jul 20, 2011 6:43 PM by salaboy21

    JBPM5 camel integration

    badda

      It seems like JBPM5 has drools/jbpm camel end point and components.

      Is it possible to make an outgoing call from jbpm through camel?

      Are there any examples?

       

      Appreciate your help, thanks

       

      B

        • 1. Re: JBPM5 camel integration
          salaboy21

          Yes you can use the camel integration for jBPM5 as well.

          What exactly do you want to do? what do you mean with: "make an outgoing call from jbpm through camel" do you want to call an external service that is a camel endpoint?

          You can do that without using the camel integration. You just need to create a custom workitem that calls that camel endpoint and that's it.

          Look for domain specific activities inside the documentation

          Cheers.