Examples of bindAutoActLogicResult()


Examples of com.starflow.wf.engine.core.data.RelaDataManager.bindAutoActLogicResult()

    //执行结果放入相关数据区。
    if(result != null) {
      RelaDataManager relaDataManager = RelaDataManagerBuilder.buildRelaDataManager();
      long processInstId = event.getProcessInstance().getProcessInstId();
      String activityDefId = event.getPreActivityXml().getId();
      relaDataManager.bindAutoActLogicResult(processInstId, activityDefId, result);
    }
  }

  private static class Action implements IAction {
    private String beanName;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.