SOAP API - setMigrationRules

The table summarizes the SOAP API - setMigrationRules.

Request Uses the migrationRules element (from the ProcessManagement schema)
Parameter notes The module, process template, and version information can be obtained from listProcessTemplates, queryProcessTemplates, and queryProcessTemplatesAlt.

The task being used as the migration point can be obtained from getMigrationPoints.

Response Returns a success element (from the ProcessManagement schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType">
   <soapenv:Header/>
   <soapenv:Body>
      <proc:migrationRules>
         <proc:module name="/HelpDesk/Process Packages/HelpDesk.xpdl" version="1.0.0.201105061158">
            <proc:process name="InternalHelpDesk">
               <proc:migrate fromTask="EnterIssue" toVersion="1.0.0.201107140929" description="Added history check"/>
            </proc:process>
         </proc:module>
      </proc:migrationRules>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <proc:success xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType">OK</proc:success>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>