Camunda 8 – Authentication Issue occurred while fetching the Task from the Tasklist API
We are currently progressing to integrate the Camunda User Task completion from Spring Boot application. We have referred the below link for our integration.
How to fix NullPointerException on Camunda Spring Boot JobWorker
I have the below implementation of a job worker.
`@Component
public class UpdateHandler {
private static final Logger log = LoggerFactory.getLogger(UpdateHandler.class);