mistral/releasenotes/notes/set_security_context_for_action_execution_checker-eee7fb697fb213d1.yaml
Renat Akhmerov 3153f1ca58 Set admin security context in the action execution checker thread
Change-Id: I4c7abff04b8797618294d9e13fbec4b5876bcdb6
Closes-Bug: #1805080
2018-11-26 14:09:59 +00:00

10 lines
456 B
YAML

---
fixes:
- |
Action execution checker didn't set a security context before failing
expired action executions. It caused ApplicationContextNotFoundException
in case if corresponding workflow specification was not in the cache and
Mistral had to load a DB object. The DB operation in turn was trying
to access a security context which wasn't set. It's now fixed by setting
an admin context in the action execution checker thread.