Exemplo n.º 1
0
 @Override
 @Transactional(readOnly = true)
 public boolean isCanceledExecution(Long executionId) {
   return executionStateService.readCancelledExecution(executionId) != null;
 }