I have been working on jbpm plugin for grails(jbpm 3.2.3 and grails 1.0.3) and investigating the worklist application that comes along with it. I have a question around integration between presentation screens and jbpm process defintiion.
Is there a way to configure multiple input screens when defining process definition. Currently the example worklist application assumes there will be just one gsp as input therefore by default the transition radio boxes appear on the input screen based on process definition.
My requirement is to render multiple input screens before the transition radio buttons appear. How can I configure jbpm process defintion to define multiple screens.
Any help is appreciated.