Examples of rejectWorkItem()


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

        new EngineException(this.getTaskInstance().getProcessInstanceId(),
            this.getTaskInstance().getWorkflowProcess(),this.getTaskInstance().getTaskId(),
            "The current runtime context is null.");       
      }     
        ITaskInstanceManager taskInstanceMgr = this.rtCtx.getTaskInstanceManager();
        taskInstanceMgr.rejectWorkItem(this,comments);
    }
   
    /* (non-Javadoc)
     * @see org.fireflow.engine.IWorkItem#complete()
     */
 
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.