Execution Events

Execution events log is disabled by default to protect PII data and can be turned on by running the instance with profile enable-execution-log turned on.

Execution events

Each workflow execution produces a detailed log of execution events. Execution events log is disabled by default to protect PII data
and can be turned on by running the instance with profile enable-execution-log turned on.
These include life-cycle events, execution requests, responses, errors, executed commands, results etc.

The execution events are stored in execution_events Kafka topic. They are timestamped and correlated by execution UUID.

When aggregated, execution events can be used for troubleshooting. They can be processed for real-time metrics and analytics purposes.

Execution life-cycle

Execution requests

Execution responses

alt text

Context events

Used as an event payload in Execution Context Event. Context events are produced by the DSL executors for a particular execution.
They provide a detailed log of a DSL script execution, like

alt text

Exchange events