Hi there,
given:
- Camunda 7.21
- Custom history event handler (history level = full)
- External worker to handle tasks
Expected:
- External worker collects the task for execution and handles it.
- At the end, regardless of the result, HistoricExternalTaskLogEntity event is produced, where eventType is set to one of the supported types, defined here.
Actual:
- External handler completes the task or mark it as failed (via handleBpmnError)
- HistoricExternalTaskLogEntity contains
eventType=null
Any ideas?