Form engine is not initialized

Hi

I encountered an exception “org.flowable.common.engine.api.FlowableIllegalArgumentException: Form engine is not initialized” when call “taskService.getTaskFormModel” method, i know the Form Engine is removed from flowable 7.x version, how to make it available?

Hey @EricXIE,

The Form engine is not available in Flowable 7.x. You cannot use the Flowable 6.x Form engine. If you need something like that, you’ll need to implement something on your own.

Cheers,
Filip