this.fireProcessInstanceEvent(event);
this.setState(IProcessInstance.RUNNING);
this.setStartedTime(rtCtx.getCalendarService().getSysDate());
rtCtx.getPersistenceService().saveOrUpdateProcessInstance(this);
netInstance.run(this);//运行工作流网实例,从startnode开始
}
/* (non-Javadoc)
* @see org.fireflow.engine.IProcessInstance#getProcessInstanceVariables()
*/