I have seen blogs related to integrating web designer into the java application. However I have not understood how to do seamlessly following:
1. Expose Designer to end user in a integrated app environment. Allow user to create process. Get the ID of the saved process and store it in a database outside of Guvnor database.
2. As a result of an event (outside of jBPM), I want to invoke the process saved in Guvnor and instantiate it.
Basically integrating jBPM into an independent form based application developed on LongJump.
Pankaj