Examples of jumpToEx()


Examples of org.fireflow.engine.IWorkItem.jumpToEx()

  public void completeWorkItemAndJumpToEx(String workItemId,
      String targetActivityId,
      DynamicAssignmentHandler dynamicAssignmentHandler, String comments)
      throws EngineException, KernelException {
    IWorkItem wi = this.findWorkItemById(workItemId);
    wi.jumpToEx(targetActivityId, dynamicAssignmentHandler, comments);

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