Camunda v7.10.0 and ProcessDefinitionDto.isStartableInTasklist

I am working to upgrade to the latest Camunda v7.10.0, but am having a problem because ProcessDefinitionDto.isStartableInTasklist gets serialized as ProcessDefinitionDto.startableInTasklist in responses, and ends up being an unknown property on the client side.

Maybe there is special handling of properties that begin with ‘is’?

Hi,

Could you please share an example?