Q1:The table lato_task_form'is full
获取指派人发生错误
服务器错误代码:305164,详细信息:Exception while invoking TaskListener; Exception while invoking
TaskListener:获取指派人发生错误
Exception while invoking TaskListener:获取指派人发生错误
获取指派人发生错误
org.hibernate.exception.GenericJDBCException: could not execute statement
could not execute statement
The table 'lato_task_form' is full

报错原因
磁盘空间满了
解决方案
清理磁盘空间即可
Q2:Try to read assigneeConfigJson on null object
启动抄送流程出错!出错
获取指派人发生错误
服务器错误代码:305164,详细信息:Exception while invoking TaskListener: Exception while invoking
TaskListener: 获取指派人发生错误
Exception while invoking TaskListener: 获取指派人发生错误
获取指派人发生错误
Try to read assigneeConfigJson on null object com.lato.activiti.models.LatoActivitiTemplate
(com.lato.activiti.delegate.LatoProcessTaskHandleUserAccount.buildHandleUserList, line 429)

报错原因
业务流程第一个任务节点不能为抄送节点
解决方案
将业务流程第一个节点修改为普通任务,执行人选择流程发起人的本人,并勾选自动执行,再在后面加一个抄送任务,即可获得一样的效果