REST API - unsetMigrationRules

The table summarizes the REST API - unsetMigrationRules.

Request

Format
PUT <baseurl>/process/unset/migrationrules
Body migrationRules element: Specifies the process instance migration rules.

Response

JSON If successful, returns 204 No Content in the response header, and OK in the response body.
XML If successful, returns 204 No Content in the response header, and OK in the response body.

Example

Request
PUT <baseurl>/process/unset/migrationrules
Request body
<xml-fragment xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType">
<proc:module name="/WelcomeUsersImplementSolution/Process Packages/ProcessPackage.xpdl" version="1.0.0.201302061109">
<proc:process name="WelcomeUsers">
<proc:migrate fromTask="DisplayMessage" toVersion="1.0.0.201302061132" />
</proc:process>
</proc:module>
</xml-fragment>
Response
OK