activiti 官方文档摘要
The engine API is the most common way of interacting with Activiti. The central starting point is the
?
?
?
ProcessEngine processEngine =ProcessEngines.getDefaultProcessEngine();??RuntimeService runtimeService = processEngine.getRuntimeService();?RepositoryService repositoryService = processEngine.getRepositoryService();?TaskService taskService = processEngine.getTaskService();?ManagementService managementService = processEngine.getManagementService();?IdentityService identityService = processEngine.getIdentityService();?HistoryService historyService = processEngine.getHistoryService();?FormService formService = processEngine.getFormService();