For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Configure wait state tracking

Configure wait state tracking in Camunda 8 Self-Managed.

Enable or disable wait state tracking

Wait state tracking is enabled by default. You can disable it if you do not want to track this data.

To change the default behavior in Camunda 8 Self-Managed, configure your deployment:

camunda:
data:
wait-states:
enabled: true # Wait state tracking is enabled by default

See all configuration options to learn more.

Disabling wait state tracking stops new wait states from being tracked. It doesn't purge existing wait state data immediately. The secondary storage retention settings clean up that data over time. Until the data is cleaned up, you can continue to access it in Operate and the Search API.

Configure secondary storage retention

With Camunda 8 Self-Managed, you control the secondary storage retention policy, which applies to wait state records:

camunda:
data:
secondary-storage:
retention:
enabled: true
minimum-age: 30d