HistoricExternalTaskLogEntity missing event type

Hi there,
given:

  1. Camunda 7.21
  2. Custom history event handler (history level = full)
  3. External worker to handle tasks

Expected:

  1. External worker collects the task for execution and handles it.
  2. At the end, regardless of the result, HistoricExternalTaskLogEntity event is produced, where eventType is set to one of the supported types, defined here.

Actual:

  1. External handler completes the task or mark it as failed (via handleBpmnError)
  2. HistoricExternalTaskLogEntity contains eventType=null

Any ideas?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.