Package org.fireflow.engine

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


   */
  public IProcessInstance restoreProcessInstance(String processInstanceId)
      throws EngineException {
    IProcessInstance processInstance = this
        .findProcessInstanceById(processInstanceId);
    processInstance.restore();
    return processInstance;
  }

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