Workflow Export Transformation

Note: For Linux, copy the latest CIMServices.wsdl from 
<Workspace Dir>/<project name>/Service Descriptors to <Install Dir>/studio-mdm/4.0/eclipse for process transformation.

To transform a single workflow design file (XPDL) into a specific MDM server format, use the following syntax in the command line. The file name and the workspace information is mandatory in the syntax.

For Windows

<Install Dir>\studio-mdm\4.0\eclipse>TIBCOBusinessStudio.exe -application com.tibco.xpd.cim.export.TransformProcessFlow -data <Workspace Dir> -i <input file> -o <output file>

-i: <full path to the input process package file>

-o: <full path to the output metadata file containing the process package information>

For example,

<Install Dir>\studio-mdm\4.0\eclipse>TIBCOBusinessStudio.exe -application com.tibco.xpd.cim.export.TransformProcessFlow -data "c:\Users\myname\workspace" -i "c:\Users\myname\workspace\MyProject\Process Packages\ProcessPackage.xpdl" -o "c:\Users\myname\workspace\MyProject\Process Packages\Export\ProcessPackage.xml"

For Linux

./TIBCOBusinessStudio -application com.tibco.xpd.cim.export.TransformProcessFlow -data <Workspace Dir> -i <input file> -o <output file>

-i: <full path to the input process package file>

-o: <full path to the output metadata file containing the process package information>

For example,

./TIBCOBusinessStudio -application com.tibco.xpd.cim.export.TransformProcessFlow -data "/home/apps/workspace" -i "/home/apps/workspace/MyProject/Process Packages/ProcessPackage.xpdl" -o "/home/apps/workspace/MyProject/Process Packages/Export/ProcessPackage.xml"