@Override
 public void run() {
   try {
     workflow.getService("test").run();
   } catch (ExecutionException e) {
     e.printStackTrace();
   }
 }