I have used methods getJobEntityManager and getJobManager in flowable 6.4.1. Now I need to migrate my java application from java 8 to java 17. what are the alternative methods for getJobEntityManager and getJobManager that can be used from flowable 6.7.0?
That logic has moved (a long time ago) to EventSubscriptionUtil. However, that’s an internal class, the API way to call that logic is by calling messageEventReceived or signalEventReceived on the RuntimeService.
Not sure what you mean? RuntimeService#messageEventReceived is the method. You are already using the message name and the executionId (the parameters of that method) in the screenshot you pasted above.