For more information about the difference between synchronous andasynchronous execution of a migration plan, please refer to the relatedsection of the .
Method
POST
Parameters
A JSON object with the following properties:
|sourceActivityIds|Array|The activity ids from the source process definition being mapped.|targetActivityIds|Array|The activity ids from the target process definition being mapped.|updateEventTrigger|Boolean| Configuration flag whether event triggers defined are going to be update during migration.
|Name|Value|Description
|——-
|sourceActivityIds|Array|The activity ids from the source process definition being mapped.
|targetActivityIds|Array|The activity ids from the target process definition being mapped.
|updateEventTrigger|Boolean| Configuration flag whether event triggers defined are going to be update during migration.
Result
A JSON object corresponding to the Batch
interface in the engine. Itsproperties are as follows:
Response codes
Example
Request Body:
Status 200.
{
"id": "aBatchId",
"type": "aBatchType",
"totalJobs": 10,
"invocationsPerBatchJob": 1,
"seedJobDefinitionId": "aSeedJobDefinitionId",
"monitorJobDefinitionId": "aMonitorJobDefinitionId",
"batchJobDefinitionId": "aBatchJobDefinitionId",
"tenantId": "aTenantId"