Hi team
I got a exception when the process instance was running.
As shown in the figure the job started as 14:48 and the exception happened after 8 hours.
Here are my poms:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.2.5</version>
</dependency>
<dependency>
<groupId>io.camunda.spring</groupId>
<artifactId>spring-boot-starter-camunda</artifactId>
<version>8.5.2</version>
</dependency>
My cluster version is 8.5.2 (self-managed) .
I have a long-term (maybe a few days) service task and the task which mentioned in the exception is after the long-term task.