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

Include a check for duplicate process id's #34

Open martinschimak opened 9 years ago

martinschimak commented 9 years ago

When creating processes with the same name in different packages, we end up with name clashes concerning the internal process id. This is not a real problem, since the camunda deployment will complain about that while deploying. However, we might want to warn the user the moment such a duplicate process is created via the 'create-process' command.