Examples of reassignWorkItemTo()


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

            this.getTaskInstance().getWorkflowProcess(),this.getTaskInstance().getTaskId(),
            "The current runtime context is null.");       
      }
   
        ITaskInstanceManager manager = this.rtCtx.getTaskInstanceManager();
        return manager.reassignWorkItemTo(this, actorId, comments);
    }

    /* (non-Javadoc)
     * @see org.fireflow.engine.IWorkItem#claim()
     */
 
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.