Hello,
I am facing issues with the bpmn entries in database, which are obsolete, in the sense that validations have changed after those were deployed.
For such deployments, I can neither fetch bpmn text, nor can I fetch start form variables. This is because, while doing those two operations, it internally calls the validate() of our Custom ProcessValidator.
Is there a way that I can skip this validation in read operations?