Examples of claimWorkItem()


Examples of org.fireflow.engine.taskinstance.ITaskInstanceManager.claimWorkItem()

            "The current runtime context is null.");       
      }
 
     
        ITaskInstanceManager taskInstanceMgr = rtCtx.getTaskInstanceManager();
        IWorkItem newWorkItem = taskInstanceMgr.claimWorkItem(this.getId(),this.getTaskInstance().getId());
       
        if (newWorkItem!=null){
          this.state = newWorkItem.getState();
          this.claimedTime = newWorkItem.getClaimedTime();
         
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.