Package org.fireflow.engine

Examples of org.fireflow.engine.ITaskInstance.restore()


   * @see org.fireflow.engine.IWorkflowSession#restoreTaskInstance(java.lang.String)
   */
  public ITaskInstance restoreTaskInstance(String taskInstanceId)
      throws EngineException {
    ITaskInstance taskInst = this.findTaskInstanceById(taskInstanceId);
    taskInst.restore();
    return taskInst;
  }

  /* (non-Javadoc)
   * @see org.fireflow.engine.IWorkflowSession#suspendProcessInstance(java.lang.String)
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.