Exactly, but you need to know that jBPM5 is nodeInstance based and activiti is token based. So different mechanisms are being used to keep track of the process execution. Instead of the concept of token jBPM5 has this NodeInstances collection that contains the current nodes that are being executed.
Cheers