Results 1 to 3 of 3

Thread: Spring Integration & jBPM

  1. #1
    Join Date
    Mar 2009
    Posts
    2

    Default Spring Integration & jBPM

    Do we have any conector/gateway to handle service work flow using jBPM within Spring Integration? It will be nice if we can create a "Process Manager" design pattern within Spring Integration using jBPM. Please advice how I can go about researching this topic.

  2. #2
    Join Date
    May 2007
    Location
    Netherlands
    Posts
    614

    Default

    You could implement a MessageHandler that starts some jBPM workflow, and then an action that invokes a gateway to communicate back. Do you think we need more tight integration than that?

  3. #3
    Join Date
    Mar 2009
    Posts
    2

    Default

    I think if we can create an inbound and outbound channel adapters similar to mule end point then it is much easier.

    <bpm:endpoint name="ProcessEngine" process="OrderProcess"/>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •