Spring boot -rest api

In the example https://github.com/camunda/camunda-bpm-spring-boot-starter/tree/master/extension/starter-rest I wanted to include a process and start it.So, I included the bpmn file under resources and processes.xml in meta-inf,when I deploy the war into camunda tomcat,I am not able get the task in the task list.Do I need to add anything else?How do I configure my process in the example?