Next task of the process

Hi,
Can I find in Camunda database a field which contains next task of the process?

Thank you.

Hi @Natalia,

no. Only current and historic tasks are saved.

You have to inspect the BPMN diagram with help of the model API to get possible next tasks. See https://docs.camunda.org/manual/7.11/user-guide/model-api/bpmn-model-api/read-a-model/ for further details.

Hope this helps, Ingo

Thank you!