コード例 #1
0
 @Override
 public void addWaitHook(String wfInstanceId, WaitHook waitHook) {
   processingEngine.addWaitHook(wfInstanceId, waitHook);
 }