Examples of rollBackByTaskId()


Examples of com.founder.fix.fixflow.core.ManagementService.rollBackByTaskId()

    String rollBackTaskId = StringUtil.getString(filter.get("rollBackTaskId"));
    String taskId = StringUtil.getString(filter.get("taskId"));
   
    ManagementService mservice = engine.getManagementService();
    try{
      mservice.rollBackByTaskId(taskId, rollBackTaskId,"管理员干预", null);
    }finally{
      closeProcessEngine();
    }
  }
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.