I was wondering if the EPML import is properly implemented in ProM6. I just tried to read in this EPML file but nothing is displayed when clicking on 'View resource'. As well no exception is generated.
I also encountered the problem you mention and reported it to the author of the import plug-in. Hopefully it will get resolved, I'll keep you posted.
Joos Buijs
Senior Data Scientist and process mining expert at APG (Dutch pension fund executor). Previously Assistant Professor in Process Mining at Eindhoven University of Technology
It seems quite weird that the visualizations of imported EPML files (the files that I have tried so far) in Prom6, are blank. Has anybody found a work around for this?
There seem to be 4 plugins in Prom6 that make use of an epml file as an input:
1. Convert EPC to Petri net
2. Convert EPC to CPF Model
3. Remove edgepoints
4. Unpack Aggregate types
I have tried the imported files as inputs for each of these plugins with no success. Does this suggest that the import of the epml file was unsuccessful? However, I don't find any errors to justify this.
SunnyOz: It would be great if you could share the simple EPML example that you suggest in your post above.
As SunnyOz suggested, I tried to create a simple epml file (attached herewith). But still no success, I can neither visualize nor use it as input for any other plugin.
Well the answer to the problem was very simple in fact.
I created the epml file using EPCTools plugin for eclipse, which unfortunately seems to be outdated and not EPML 2.0 compliant.
The EPML import plug-in of ProM 6 is based on the EPML 2.0 schema. As a result, any <epc> element needs to be embedded in a <directory> element, which has a "name" attribute. Furthermore, the attributes "EpcId" and "Name" used in your file for the <epc> element should be written as "epcId" and "name".
Enclosed you'll find your file with the abovementioned changes applied. This file should be imported fine by ProM 6.
Comments
I also encountered the problem you mention and reported it to the author of the import plug-in.
Hopefully it will get resolved, I'll keep you posted.
Senior Data Scientist and process mining expert at APG (Dutch pension fund executor).
Previously Assistant Professor in Process Mining at Eindhoven University of Technology