Wed, 2023-09-27 16:00
HA
Hello,
I have created a process on AuraQuantic BPMN and exported it as a bpmn extension, how can I import my process into ARIS bpmn.?
and is it possible to create process on ARIS then export it and import aris process to AuraQuantin bpmn?
i tried to attach Aris process modal and AuraQuantic process modal but it is faild because the extension (bpmn)
Regards,
Tags: ARIS Business Publisher
Hello,
ARIS supports import and export of XML files according to BPMN 2.0 standard. So the assumption is that it should work without knowing your BPMN tool. Simply go to the group of your database where you want to import the model and select "import BPMN diagram". Likewise you can select any BPMN 2.0 model in ARIS and do "BPMN export".
Hello , i did this steps and i have error,
see the images attached please,
Regards
Did you check, if the files produced by your tool are actually a BPMN 2.0 conformant XML format? Could you open your file in a text editor and just paste the first two lines here?
This is the first two lines:
GraphEditor objectsShadow="shadow" pageHeight="841.88" pageOrientation="1" pageWidth="595.27" simDaysPerMonth="22" simExpectedCost="0" simHousPerDay="8" simMaxDuration=" 00-00 00:00:00" simSimultaneous="10" simTotal="1000">
<mxGraphModel value="< 1 >">
Well, that doesn''t have anything to do with BPMN 2.0. Probably it is some proprietary format of the tool. It doesn't even look like XML. Maybe there is some export feature in your tool, which is able to produce standard BPMN 2.0 files?
If you want to check it yourself, the BPMN specifications can be found here: https://www.omg.org/spec/BPMN/#docs-normative-machine
There are XML Schema files (XSD) which you can use to validate your files using an XML editor that is able to validate documents with XML schema.