JBoss Community

Re: Form actions

created by Matus Majchrak in jBPM - View the full discussion

Hi, if the .ftl belongs to a process, than after you submit the form, a new process instance is created with parameters from the form(KnowledgeSession().startProcess(processId, map)). If the form belong to a human task, than a new task is started calling client.addTask(task, content, null). I dont think you can use any other operations. Try to download jbpm-gwt-console source files to see the whole processing.

Reply to this message by going to Community

Start a new discussion in jBPM at Community