Hi, I am using activiti 5.8. My question is howto create my own html (actually javascript) form and define this in a workflow xml. I need more flexibility than provided by the form properties/form implementation of Activiti.
I checked the formKey usage but it does not seem to be used explicitly anymore.
Is there another way? Or which classes can I replace/override to implement this?
Hi, The actual work (checking a status or other information) is done outside of the explorer ui, so I just wanted to have a form/html with a link to that 'other' place (so a very simple html snippet).
But I understand now that it is better to build a custom ui..