Way to change flow sequence at runtime

Hi Team,

i am using flowable with spring boot, initial setup is done now my requirement is like " make any change in flow of process using flowable–modeler UI and get the new effective xml and process that without stopping and replacing xml by manual effort in spring boot app.

Question:-

  • There is any rest-Api to download bpmn2.xml file.
  • how can we perform runtime change into existing xml.

Thanks