Hi Everyone,
I tried to add the number of retries to my java tasks, but when I activate asynchronous before to a specific task, all the autowired services I used in each java task are null.
But if I disable Asynchronus first, I can run all my services normally.
I solved this problem by changing the version of Camunda and Spring Boot from v13.0|2.2.5 to v15.0|2.4.3.
But in my context, I need to implement it using Camunda version 15.
Thanks