Calling process inside another process

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?

Hi,

Have a look at the called process properties. Its Id is Process_0yywafy which would be the process key. Either change this attribute or change where you call it. The name you see in Tasklist is the friendly name, not the key…

regards

Rob

1 Like