Hi Apurv,
Unfortunately, we cannot get super process from Execution interface. If you need to get the super process defintion id, you have to cast execution to ExecutionImpl.
ExecutionImpl executionImpl = (ExecutionImpl) execution;
executionImpl.getSuperProcessExecution().getProcessDefinitionId()