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
Original issue reported on code.google.com by
marcello...@gmail.com
on 19 Aug 2010 at 12:19