删除名称下所有版本的流程模板
2011年07月01日
public void deleteProcessDefinition(String name) { JbpmContext jbpmContext = JbpmConfiguration.getInstance() .createJbpmContext(); try { List versionList = jbpmContext.getGraphSession() .findAllProcessDefinitionVersions(name); for (int i = 0; i
2011年07月01日
public void deleteProcessDefinition(String name) { JbpmContext jbpmContext = JbpmConfiguration.getInstance() .createJbpmContext(); try { List versionList = jbpmContext.getGraphSession() .findAllProcessDefinitionVersions(name); for (int i = 0; i