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

bind Task to grails action method #41

Open Luxor opened 9 years ago

Luxor commented 9 years ago

class SomeController {
   def show(Task task) { // queries Task by params.id
      ....
   }
}
meyerdan commented 9 years ago

Hi @Luxor,

what 's the intent of this issue? Are you asking a question, proposing a feature request or are you preparing a pull request?

Luxor commented 9 years ago

This is definitely a feature (i can create only an issues here). I think I will create pull request once I realize how to improve binding rules in grails (if possible)