@Override
 public void addWaitHook(String wfInstanceId, WaitHook waitHook) {
   processingEngine.addWaitHook(wfInstanceId, waitHook);
 }