111112113114115116117
query.setCommandService(commandService); return query; } public void endProcessInstance(String processInstanceId, String state) { commandService.execute(new EndProcessInstance(processInstanceId, state)); }