DMN Call from Business Rule Task is getting stuck

Hi,
I have 1 simple Business Rule Task associated with DMN to be called from it. But on camunda start-up its getting stuck and was unable to call the DMN whereas on deployment of same DMN again its working fine.

Any clue what might be causing the issue? There is nothing special in the my DMN as such as I can see.

Hi @Alok0305,

Assuming Asynchronous continuation is used

“If you do not use a shared process engine with process applications (e.g., you deploy processes only via REST API): Deactivate the process engine configuration property jobExecutorDeploymentAware.”

https://blog.camunda.com/post/2019/10/job-executor-what-is-going-on-in-my-process-engine/