RESTFull api - Start Process - get variables

Hello,

i have a BPMN Process on Camunda Engine that i start from 3th party application (vue) and it work fine.

http://localhost:8080/engine-rest/process-definition/id/start

But how can i catch the variable that i send via body on camunda?

I think i had to work with the listeners but not sure :confused:

Thanks and Regards !

Hi @pvb,

https://docs.camunda.org/manual/7.12/reference/rest/process-definition/post-start-process-instance/#starting-a-process-instance-with-variables-in-return

Just go through the above like. Hope this help you.