Hi Al,
There is a new API in org.jbpm.api.Exection interface in jBPM-4.4. named getSubProcessInstance(). You could use it to get related sub process instance of an execution.
In jBPM-4.3, this method wasn't expose in API interface, so you have to cast class by yourself and get related sub process instance from ExecutionImpl.