Delay in User Task Availability After Process Start – Camunda 8 Spring Boot SDK 8.7

Hi @abahaai, welcome to the forums. This is expected due to the asynchronous and eventually consistent design of Zeebe. You can read more about it:

The best fix is to use execution listeners, which are essentially job workers that get triggered at the start or end of any BPMN symbol. However, user task listeners aren’t available in 8.7 (they will be available in 8.8). I believe you can currently use the start execution listener, but you can’t listen to other user task lifecycle events such as assignment.

1 Like