}
WorkflowInterpreter interpreter = new WorkflowInterpreter(conf, topic,
workflow, username, password);
System.err.println("Created the interpreter");
try {
interpreter.scheduleDynamically();
System.err.println("Called the interpreter");
} catch (XBayaException e) {
throw new XBayaRuntimeException(e);
}