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

expose FilterService to grails #39

Closed Luxor closed 9 years ago

Luxor commented 9 years ago

FilterService is new starting from camunda 7.2

Need to add it to CamundaPluginSupport.groovy

  camundaRuntimeServiceBean(camundaProcessEngineBean: 'getRuntimeService')
            camundaRepositoryServiceBean(camundaProcessEngineBean: 'getRepositoryService')
            camundaTaskServiceBean(camundaProcessEngineBean: 'getTaskService')
            camundaManagementServiceBean(camundaProcessEngineBean: 'getManagementService')
            camundaIdentityServiceBean(camundaProcessEngineBean: 'getIdentityService')
            camundaAuthorizationServiceBean(camundaProcessEngineBean: 'getAuthorizationService')
            camundaHistoryServiceBean(camundaProcessEngineBean: 'getHistoryService')
            camundaFormServiceBean(camundaProcessEngineBean: 'getFormService')
            camundaFilterServiceBean(camundaProcessEngineBean: 'getFilterService') /// <---- TO ADD
martinschimak commented 9 years ago

Hi Anton, if you are willing to use 0.5.0-SNAPSHOT you will already find that implemented! But many thanks for the hint anyway! Many greetings, Martin.

martinschimak commented 9 years ago

Snapshot builds are available here: https://repository-plexiti-foss.forge.cloudbees.com/snapshot/org/grails/plugins/camunda/