David B Malkovsky

Results 30 comments of David B Malkovsky

Replaced with this [PR](https://github.com/flowable/flowable-engine/pull/3095) which corrects the docusaurus version of the documentation. The this PR should be closed.

The code in question is: @Override protected void internalExecute(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) { if (!PlanItemInstanceState.ENABLED.equals(planItemInstanceEntity.getState())) { throw new FlowableIllegalStateException("Can only enable a plan item instance which is in state ENABLED");...

FWIW, when I update the h2 jar (to 2.2.220) in the flowable6.x track the local tests ran cleanly.

I believe that this because may not be exactly clear as to the intended audience for the JavaDocs. Is the JavaDoc for *users* of Flowable or for *developers* working on...

It would appear something else is going on given this simple test: ```java public class ExceptionTest { public static void main(String[] args) { String origName = "abc 报销 xyz 读写汉字...