@Override
 public void restart(String workflowInstanceId) throws Exception {
   dbStorage.restart(workflowInstanceId);
 }