History level

Hi… can anyone help me with this… is the below data correct?
in what all history levels can we view the following :
executed decision instance: activity, audit
incidents: audit
user operations: audit
job log: audit
external tasks log: activity , audit
(considering that none level stores nothing and full levels shows everything)

Hi @mlvka,

all those history records are only written with history level FULL: History and Audit Event Log | docs.camunda.org

Hope this helps, Ingo

1 Like

does that mean external task can only be viewed when the history level is set to full?

Hi @mlvka,

I would rephrase it: The history of the external task is only recorded if history level is set to full.

External tasks work with any history configuration.

Hope this helps, Ingo

1 Like

Thanks for clarifying…
Does the called case instance view require CMMN diagram or does it work without it?

Hi @mlvka,

the purpose of the case instance view is to display CMMN diagrams. Without them, you will see an empty page.

I can’t remember if you can navigate to the view without a CMMN diagram deployed.

Hope this helps, Ingo

1 Like

Thank you so much @Ingo_Richtsmeier . My doubts are cleared!