This is a sample project to illustrate the problem that I am having:
https://github.com/billbarni/camunda-deploymentaware-jobexecutor-bug
I can’t complete a UserTask if it has a Listener attached to it, because the WebApp/Rest Engine tries to execute it locally, even with the Job Executor disabled.
Why is that? Am I missing any config or doing anything wrong?
The Readme file in the repo describes how to reproduce the problem.