Hello,
Im using Camunda engine integrated with Spring Boot. I created simple demo that should start process2 from inside process1.
But all the time I recieved errors like this:
no processes deployed with key ‘process2’ and tenant-id ‘null’: processDefinition is null
Error tells that no process with key “process2” is not deployed, but it is not true, because I can start instance of process “process2” from GUI.
Here is my bpmn file:
https://pastebin.com/AiRPTzb0
What am I doing wrong?
