I am using JBPM5 V5.2 and exploring the basic BPM functionality. I have a simple persistent process definition - a script task and a signal task that converge on a AND gateway and finally execute a script task before the process ends. I am testing the persistence capabilities by killing the process (to simulate system crash) before the signal (after the first script task). I want to restart the process and continue with the signal and the second script task. How does one load process instances that have not yet completed (crash) ? Any help or pointers appreciated.