12-16-2014 09:49 AM
<userTask id="myUserTask" name="My Sample User Task" activiti:formKey="test.html">
ProcessEngine processEngine = ProcessEngineConfiguration
.createStandaloneInMemProcessEngineConfiguration()
.buildProcessEngine();
TaskFormData taskFormData = processEngine.getFormService().getTaskFormData("7");
TaskService taskService = processEngine.getTaskService();
taskService.complete("7");
12-17-2014 01:11 AM
03-24-2015 10:08 AM
08-20-2015 05:12 AM
10-05-2016 02:07 PM
07-19-2017 09:47 AM
Can some reply to this? On activiti 6 how exactly the form key should be configured to render the form?
07-26-2017 09:19 AM
Perhaps this link answers the key question - How to render external form in Activiti human task? - Stack Overflow . It has a link to an example but you could also look at activiti-examples/engine/src/main/process/org/activiti/examples/taskforms at master · ilgrosso/activ...
See also Is activiti:formKey really necessary?
If you're using the activiti UI for v6 or enterprise then I'd expect built-in form rendering to be of more interest. See Activiti 6 UI - built-in form rendering
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.