Invoking Camunda runtimeservice from restcontroller

How can we invoke the process Engine From restcontroller.

Thanks,
Kishore

Where does the rest controller exists?

It would be better if you give more context about what you are trying

try autowired instance … ProcessEngine camunda;
camunda.getRuntimeService().startProcessInstanceByKey(…)

Thanks for the reply i already got it !