REST API - setMigrationRules
The table summarizes the REST API - setMigrationRules.
Request
Format |
POST <baseurl>/process/set/migrationrules |
Body | migrationRules element: Specifies the process instance migration rules. |
Example
Request |
POST <baseurl>/process/set/migrationrules |
Request body |
{ "xml-fragment": { "@xmlns:proc": "http://www.tibco.com/bx/2009/management/processManagerType", "proc:module": { "@name": "/RestMigration/Process Packages/RestMigration.xpdl", "@version": "1.0.0", "proc:process": [ { "@name": "RestMigrationProcess", "proc:migrate": { "@fromTask": "UserTask", "@toVersion": "1.0.1", "@description": "Migration Point A" } } ] } } } |
Response |
OK |
Copyright © Cloud Software Group, Inc. All rights reserved.