Package org.fireflow.engine

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


  public IProcessInstance abortProcessInstance(String processInstanceId)
      throws EngineException {
    IProcessInstance processInstance = this
        .findProcessInstanceById(processInstanceId);
    processInstance.abort();
    return processInstance;
  }

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