5 Replies Latest reply on May 15, 2014 1:25 AM by swiderski.maciej

    Do you know a way to automate application (that uses jBPM workflow) deployment?

    mateuszadamiak

      Hi,

       

      The problem is as follows. Let's assume one has an application that will be using BPMS (jBPM+Drools etc) and will be deployed in JBoss server in domain mode. In order to register handlers for the jBPM workflow, one need to change configuration of business-central/business-central-server/jbpm-console. But in domain mode JBoss stores deployments as binaries in content directory. How can one automates process of installation of such application?

       

      I can see just one solution - before deploy of business-central/business-central-war/jbpm-console one need to extract war file, change it, compress it again and the deploy. Is this  the only solution?

       

      Matt