JBoss Community

Re: jBPM5 - other form templates than freemarker ones

created by Matus Majchrak in jBPM - View the full discussion

Hi, that depends on your application. If you use JBPM console as task service client, than you can only use freemarker templates. If you write your own task client, you can use any other template/language/format to describe the Human task Interaction. For example, you could have an XML file describing the task parameters for every human task in your process. You can store them in Guvnor repository and when you want to process the human task, you would load the particular xml file from repository and generate the UI based on it. See the screencast from Kris on guvnor integration: http://people.redhat.com/kverlaen/jBPM5-guvnor-integration.swf . This however requires to implement the custom service client. You can have a look at jbpm-gwt-console source files to see how the JBPM console processes the freemarker templates and interacts with task service.

Reply to this message by going to Community

Start a new discussion in jBPM at Community