Failed workflow instances stuck after workflow change

You can find this kind of information at maven central
https://mvnrepository.com/artifact/io.zeebe/zeebe-client-java/0.20.0

It seems your workers have some problems with the serialization and that is the reason why the incidents are created (exceptions are thrown in your worker code)

Greets
Chris