plexiti / camunda-grails-plugin

Integrates Camunda BPM with the Grails framework.
http://grails.org/plugin/camunda
Apache License 2.0
18 stars 8 forks source link

Support deployment scenario 'shared' #28

Closed martinschimak closed 9 years ago

martinschimak commented 9 years ago

Support configuration

camunda {
    deployment {
        scenario = 'shared' // default = embedded
        container = 'tomcat' // optional, default = tomcat
        application = my.pkg.CustomProcessApplication // optional, default = SpringServletProcessApplication
    }
}