workflower icon indicating copy to clipboard operation
workflower copied to clipboard

Can parse workflow object to XML ?

Open denygame opened this issue 6 years ago • 3 comments

Hi all, i'm render 1 workflow object, how to be parse it to XML ?

denygame avatar Jan 02 '20 03:01 denygame

Yup, i also will know how to parse Workflow Object To File Bpmn 2.0

pakapakakkkk avatar Jan 06 '20 04:01 pakapakakkkk

It's possible to transform the Workflow object back to a BPMN file, but for the purpose of displaying and editing BPMN graphs in a Web application, it is easy to draw the original BPMN file using a tool like bpmn-js.

iteman avatar Jan 24 '20 04:01 iteman

@iteman

Sorry to bump up an old thread. You say it's possible to transform the Workflow object back to a BPMN file. But I can't find any exporting mechanism in the library.. could you give me a hint as to how I would go about exporting to a .bpmn file that I could then load up using a tool like bpmn-js ?

Is this part of the library and I just haven't found it or .. ? If you have any code you could share that would be so appreciated. Many thanks!

vesper8 avatar Mar 15 '23 17:03 vesper8