baifanvhai / apromore

Automatically exported from code.google.com/p/apromore
0 stars 0 forks source link

Canonizer: Add main pool when no role is present #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When converting an EPML to XPDL, if the EPML doesn't have any role, we still 
need to create a MainPool element in the XPDL. This element should be as 
follows:

    <Pools>
        <Pool Id="MainPool" Name="Main Pool" Orientation="HORIZONTAL" Process="[replace with WorkflowProcess id]" BoundaryVisible="false" MainPool="true">
        </Pool>
    </Pools>

where you have to replace the content of Process with the id of the 
WorkflowProcess. Note that this last operation should be done even when you 
have some role in your EPML model.

Original issue reported on code.google.com by marcello...@gmail.com on 19 Aug 2010 at 12:19

GoogleCodeExporter commented 9 years ago

Original comment by aah.shareef@gmail.com on 19 Aug 2010 at 1:30