Good morning. I’m having trouble with creating process instance via REST. I’m using what is explained here as my base workflow:
https://blog.camunda.org/post/2015/08/start-and-complete-process-with-rest-api/
Therefore I’m using the submit-form endpoint to instantiate my process. I provide the key of the process definition, but I noticed that the latter was a default one, named Process_1. If I replace it with another process’ key, it works : I have an instance created and I am able to obtain the next task to do.
Otherwise, I have a 200 response but no instance appears in Cockpit and I have an empty response for the next task.
I followed the deployment guide for my process, but I think the problem comes from the process def key. How to change that ? Cheers