hi,
i am newbee for jBPM. i have a qustion about how to resume a process.
i difine a test process p1 as: start->A->B->end. in activity A i throw an exception, and according to WaitForSignal the process go to wait for signal.
And then i start a exception handling process p2 as: start -> D->E->end. i'd like to know can i in p2 resume p1? and how?
thx
wen