-
Bug
-
Resolution: Done
-
Major
-
None
-
1.41.0.Final
-
None
-
False
-
None
-
False
-
---
-
---
-
-
-
2023 Week 30-32 (from Jul 24)
if we define a workflow with `
workflowExecTimeout` it is not working when using job-service externally(with the management / REST addon) see VertxJobsService..
The issue is, it is missing the correlationId to be set and received on the callback.
If using the messaging addons, the callback payload with the correlationId is properly set AbstractReactiveMessagingJobsService, that's why the timeout-showcase is working probably.
IMPORTANT: this impacts the devmode image that uses the embedded jobs-service which uses the management addon.