*/
public HRavenWorkflowIndexReadService() {
Configuration configuration = HBaseConfiguration.create();
try {
flowQueueService = new FlowQueueService(configuration);
} catch (IOException e) {
throw new RuntimeException("Could not instantiate hRaven FlowQueueService", e);
}
}