Camunda 7 Incident

Is there any way that I can get list of incidents of a running process instance through execution or I can only access incident through runtime services. Thanks

Hi @Mason_John

You can get the runtimeService through execution as follows

execution.getProcessEngineServices().getRuntimeService()

Thanks @hassang. One more question I have a bpmn model that call service to get data and put that data to dmn to evaluate. I want to know that how to catch the error when service task call failed or when error in evaluate at dmn step. I’m using error boundary event but it not trigger to start error handle flow. Can you show me what I was wrong. Here is my bpmn
1. VNA PTTD Process.bpmn (58.7 KB)

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