Does flowable have an external library to parse and generate bpmn files in java?

Hi,

I’m new to bpmn and workflow engines. I’m looking for a library to generate and parse bpmn files and tried Camunda modeler and had some problems but when I saw flowable, its good and comprehensive documentation fascinated me and decided to use that if it does have such a library for java.

I googled it but could not find anything.

Thanks for your attention.

Can you clarify what exactly you’re looking for? The ‘generation’ part is done using a visual tool like the Flowable Modeler. Running instances of those models is done with the ‘runtime’, which is what the Flowable engines do. Flowable is written in java, so including it into a java application is a matter of adding the correct dependency.

@hamidrezaabroshan See