# Custome XML to Flowable

**URL:** https://forum.flowable.org/t/custome-xml-to-flowable/11403
**Category:** Flowable Engine
**Created:** [April 8, 2024, 7:16am UTC](https://forum.flowable.org/t/custome-xml-to-flowable/11403 "2024-04-08T07:16:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![RishikeshVIncture](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/rishikeshvincture/32/3487_2.png) [@RishikeshVIncture](https://forum.flowable.org/u/RishikeshVIncture)
#### Post date: [April 8, 2024, 7:16am UTC](https://forum.flowable.org/t/custome-xml-to-flowable/11403/1 "2024-04-08T07:16:08Z")

</div>

Hello,

I am currently in the process of integrating a custom XML model into Flowable, along with its associated forms. I have created the model in XML format and am now exploring the best approach to upload it directly into Flowable. Could you please provide guidance on whether there are any APIs available for this purpose? If so, I would greatly appreciate it if you could direct me to the relevant documentation or any demo URLs where I can find more information. Your assistance in this matter would be immensely helpful. Thank you in advance for your support.

---

<div class="post-metadata">

### Author: ![filiphr](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/filiphr/32/315_2.png) [@filiphr](https://forum.flowable.org/u/filiphr)
#### Post date: [June 12, 2024, 9:49am UTC](https://forum.flowable.org/t/custome-xml-to-flowable/11403/2 "2024-06-12T09:49:25Z")

</div>

Hey @RishikeshVIncture,

If you are working with a custom XML format, then perhaps you need to look into parsing that XML into `BpmnModel` and then generating the Flowable XML from that `BpmnModel`.

Cheers,  
Filip
