Camunda 7 to 8 process instance mirgation

Hello,

I am following this repository for process instance migration using Spring Boot. However, I am encountering an issue where the operate bean is null. It seems that the operate bean is required but is not being autowired correctly.
Can you help me resolve this issue?