Hi,
This is for jBPM 4.3 and I am a newbie. I have a very basic question.
An application Instantiates a process with three states A, B and C and when it is at state B waiting for a signal the application is gracefully shutdown. Now after this is it possible to find and instantiate the same process instance again. If yes can you tell me how?
I tried to do this by using the findProcessInstanceById method. But this method returms null in this scenario. Remember that I shutdown my application so i had to create the ProcessEngine again..
Thanks in advance,
Jeeves.