2 Replies Latest reply on Jan 31, 2014 4:52 AM by rdeveloper87

    KIE workbench : How to deploy a war / jar whose services may be referred from a KIE module on workbench

    rdeveloper87

      Hi,

       

      I am new to JBPM and KIE workbench and have a requirement as follows.

      I am creating a JBPM process flow using eclipse.

      My flow makes use of some service calls from another module which has been referred using a pom dependency.

       

      My question is , when i will run my process from the workbench , how am i supposed to refer to these dependencies?

       

      Do i deploy the dependent jars on KIE workbench? If yes then how, coz i do not see any provision for deployment of jars? We can only upload them.

       

      OR Do i create independent modules on the workbench and then deploy them?

       

      Thanks.