localId = UUID.randomUUID().toString();
} else {
localId = kbaseId;
}
CommandImpl cmd = new CommandImpl( "execute",
Arrays.asList( new Object[]{new SetVariableCommandFromCommand( "__TEMP__",
localId,
new NewKnowledgeBaseCommand( conf ) )} ) );
ConversationManager connm = this.grid.get( ConversationManager.class );
ConversationUtil.sendMessage( connm,