I need to evaluate the jbpm workflow engine at this time, after read the documentation I got following questions, if someone can point me any hints will be greatly appreciated(sample code for these questions is preferable)!
I know jbpm can generate the UI for task with the help of eclipse plugin, is it easy to modify the generated UI ?
Is it possible for jbpm to show the state of current process include current state, and history states.
Where can I see the jbpm database schema and specification for the schema ?
Can I deploy the jbpm engine to weblogic later ? If we use weblogic, is it better to integrate jbpm with seam framework or spring framework ?
Is it possible to terminate the process at the middle of process ?
Can jbpm support generate report for all the processes ?
Thanks in advance !