1 Reply Latest reply on Jan 17, 2006 4:38 AM by koen.aers

    Invoke external applications

    line

      Hi!

      We want to use a workflow engine in our company and take "jBPM" into account. While running over the webpages, I wonder if there is an implementation of the "interface 3" (invoked application) of WfMC by JBoss.
      Or does an action - that I have to add to a node - handles the case to call an external web service, application... and the implementation is done by me?

      Thanks a lot for answers,
      Line

        • 1. Re: Invoke external applications
          koen.aers

          Hi Line,

          The action handler mechanism is indeed the way to call out to external applications. You can add actions in nodes but also when certain events happen like going over a transition, entering and leaving a node.
          The actions in nodes mostly combine process control flow and other 'business' behaviour. Actions on transitions or other events in general do not modify the process control flow.
          We are still hoping for the community to develop and/or contribute some generic actionhandlers like calling webservices, sending email, retrieving info from databases or ERP systems. Until now not much has happened on this front. Starting from the latest beta2 release we do have a special action handler that is able to evaluate jsf style expressions which is really nice.

          Regards,
          Koen