activiti
activiti copied to clipboard
Grails Activiti Plugin - Enabled Activiti BPM Suite support for Grails
In my grails application I change activiti plugin version from 5.9 to 5.12.1 and I have problem with runing activiti modeler. I'm geting: ``` RestletServlet: [Restlet] ServerServlet couldn't find the...
Hi, The problem occurs for Grails 2.1.0 and activiti plugin 5.9 To reproduce it: 1. Create a domain class with relationship to another class 2. Generate activiti conreoller for this...
Hi, The problem occurs for grails 2.1.0 and activiti plugin 5.9 To reproduce it: 1. Choose any user on the start page 2. Choose the vacation request controller 3. Create...
Assigning a businessKey of type other than String (Long, for instance) results in error like: groovy.lang.MissingMethodException: No signature of method: org.activiti.engine.impl.RuntimeServiceImpl.startProcessInstanceByKey() is applicable for argument types: (java.lang.String, java.lang.Long, java.util.LinkedHashMap) Prior...
Would it be possible to access the Activiti REST API through the deployment with the Grails plugin? Obviously you could create your own in the Grails app, but it might...
Since grails 2.0.0 now support multiple data sources, it would be nice to add support for configuring data source name in activiti plugin. If this doesn't brake something else in...