摘要:
Netinstance.java/* 运行流程 * @see org.fireflow.kernel.INetInstance#run(org.fireflow.engine.IProcessInstance) */ public void run(IProcessInstance processInstance) throws KernelException { if (startNodeInstance == null) { KernelException exception = new KernelException(processInstance, this.getWorkflowPr 阅读全文
posted @ 2011-06-04 21:58
ESK
阅读(690)
评论(0)
推荐(0)