Hello,
I have a requirement.
I have a sub process wich has 3 signal end event. When the object reach one of this 3 end event, it will be out of the sub process.
In my case, I have a user task to change status based on what the process reach.
May the modele will expalin:
At the rest api method, I used this java line:
processCamundaService.completeTask(LEAVE_ID, String.valueOf(id), request.getUser().getId(),
request.getUser().getId());
I get this error:
java.lang.NullPointerException: null
at fr.sparkit.sparkys.camunda.service.impl.ProcessCamundaService.completeTask(ProcessCamundaService.java:43)
What the cause of this error and how can I fixed