Error in Migration Documentation

While i was migrating from 5.23 to 6.1.0, It was mentioned to add this property to the spring configuration file.

<bean id="flowable5CompabilityFactory" class="org.flowable.compatibility.spring.SpringFlowable5CompatibilityHandlerFactory" />

Here the class value should be “org.activiti.compatibility…” instead of “org.flowable.compatibility…”.

If i don’t change it, then it gives me ClassNotFound error.

Thanks, we’ll make sure that gets changed.

Best regards,

Tijs