NODE自动节点需要在ACTION中手动执行leave动作

  public void execute(ExecutionContext executionContext) throws Exception {
    log.info("###############################################");
    log.info("### updating the accounting books");
    log.info("###############################################");
   
    executionContext.leaveNode();
  }

你可能感兴趣的:(action)