camunda常见报错解决1

87 阅读1分钟

1.TTL错误,吧右侧Time to LIVE加上生存期,如图所示 Deactivate the enforceTTL config to disable this check: ENGINE-12018 History Time To Live (TTL) cannot be null. TTL is necessary for the History Cleanup to work. The following options are possible:

  • Set historyTimeToLive in the model

image.png

image.png

2.解析错误 Caused by: org.camunda.bpm.engine.ParseException: ENGINE-09005 Could not parse BPMN process. Errors:

  • One of the attributes 'class', 'delegateExpression', 'type', or 'expression' is mandatory on intermediateMessageThrowEvent. If you are using a connector, make sure theconnect process engine plugin is registered with the process engine.

image.png

image.png

image.png