79643117

Date: 2025-05-28 23:35:52
Score: 3
Natty:
Report link

As Alexandru suggested,

The stack trace shows that another updateStep() method is used to enter WorkflowService, without @Transactional.

And @Transactional annotations have never been working for local, inner-service calls, thus we get no transaction.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Transactional
  • User mentioned (0): @Transactional
  • Low reputation (1):
Posted by: cheesus