hot2dog 2018-06-04 06:34 采纳率: 33.3%
浏览 6692
已结题

flowable 怎么使用流程引擎关联的formService(Form engine )

图片说明图片说明希望各位大神给出建议: 就是flowable 完成任务接口,void completeTaskWithForm(String taskId, String formDefinitionId, String outcome, Map variables); 关联form时, 怎么导入 与流程引擎关联的formService呢 ?
org.flowable.engine.common.api.FlowableIllegalArgumentException: Form engine is not initialized

  • 写回答

2条回答 默认 最新

  • 忆佳明 2018-10-11 10:20
    关注

    processEngine.getFormService() 断下是否有 然后进行跟踪吧

    评论

报告相同问题?