185186187188189190191
cmd.setVariables(variables); commandService.execute(cmd); } public Set<String> getOutcomes(String taskId) { return commandService.execute(new GetOutcomes(taskId)); }
199200201202203204205