2 Replies Latest reply on Jun 25, 2009 2:03 PM by swatis

    Ora-Apps integration

      hi i am little new to jBPM,
      yet i have a requirement to integrate it to Ora-Apps
      i believe there is nothing direct for this sort to connect and get some information from the connect and back to process stage.
      do i have any way to do that, in terms of API to build on some adapter like...

      Thanks,
      Raks

        • 1. Re: Ora-Apps integration
          shekharv

          If you have code that talks to 'ora-apps' through java, you can certainly call into that code from within the jbpm process lifecycle at various points.

          there are a number of ways to setup action handlers, and other ways to integrate with the jbpm api that will let you execute snippets of java code.

          refer to : http://docs.jboss.org/jbpm/v3/userguide/processmodelling.html

          • 2. Re: Ora-Apps integration
            swatis

            to integrate with any application, first understand options available for integration(like API, database connection, web service consumption). then write code for db conn/ws client/api and put this code in actionhandler class. attach this actionhandler class to "node" type activity in your process.