Package org.fireflow.kernel

Examples of org.fireflow.kernel.IActivityInstance.complete()


              + "对应的token.alive=false,因此无法完成complete操作");
    }

    token.setProcessInstance(processInstance);

    thisActivityInstance.complete(token, targetActivityInstance);

  }

  /* (non-Javadoc)
   * @see org.fireflow.engine.taskinstance.ITaskInstanceManager#abortTaskInstanceEx(org.fireflow.engine.IWorkflowSession, org.fireflow.engine.IProcessInstance, org.fireflow.engine.ITaskInstance, java.lang.String)
View Full Code Here


            persistenceService.saveOrUpdateToken(tokenTmp);
          }
        }
      }
    }
    thisActivityInstance.complete(token, targetActivityInstance);

  }
 
  /**
   * 触发task instance相关的事件
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.