1 Reply Latest reply on Dec 21, 2007 2:51 AM by koen.aers

    Workflows Deployment

    vishal423

      Hi,

      We have created JBPM workflows and want to deploy these workflows along with our .war file.

      We want to avoid using ant on the production server. What all options we have?

      Can we process the workflow xml files into .par files and generate the database insert statements

      And later on can we just use these insert statements on production server to deploy the workflows.

      Thanks & Regards,

      vishal

        • 1. Re: Workflows Deployment
          koen.aers

          I would say that the easiest way is to write a servlet and use its init method to do the deployment. Look at the implementation of the ant deploy task to see an example of how to do deployments using the api.

          Regards,
          Koen