for (RequestNode node : graph.getNodes())
{
if (node.isProcessingElement())
{
String executionEngine = (String)node.getAnnotation(AnnotationKeys.EXECUTION_ENGINE);
Location location;
try
{
location = mRegistry.getLocation(executionEngine);
}
catch (UnknownExecutionEngineException e)