Process-definition return empty

I have a BPMN file in my Maven project (under /src/main/resources). I execute my project and I open the url http://myserver/engine-rest/process-definition, the table of process is empty. I don’t know why :frowning:

Hi @fatma_wings,

What do you mean by “execute my project”? Maybe you could give a more detailed description. Did you follow the getting started guide?

Best,
Johannes

I mean that I run the commands Maven clean and Maven install

I resolve my problem: the problem is < bpmn2:process id=“Process_1” isExecutable=“false”>, I change to < bpmn2:process id=“Process_1” isExecutable=“true”>