Mauricio Salatino [
https://community.jboss.org/people/salaboy21] created the discussion
"Re: How to integrate Human Task"
To view the discussion, visit:
https://community.jboss.org/message/746261#746261
--------------------------------------------------------------
Hi Jay,
The Application.form file is a file descriptor that describe how the UI looks like, based
on Swing. If you update teh Application.java class without updating the Application.form
file you will start having troubles. The .form files are automatically updated by IDE such
as Netbeans which uses something called Mattise to generate those .form files.
I recommed you to create your own UI using a technology that you know how to use, and just
copy the logic from the Application.java class which is related with the interactions with
the jBPM5 framework.
Cheers
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/746261#746261]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]