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.

  1. {
  2. "id": "aBatchId",
  3. "type": "aBatchType",
  4. "totalJobs": 10,
  5. "invocationsPerBatchJob": 1,
  6. "seedJobDefinitionId": "aSeedJobDefinitionId",
  7. "monitorJobDefinitionId": "aMonitorJobDefinitionId",
  8. "batchJobDefinitionId": "aBatchJobDefinitionId",
  9. "tenantId": "aTenantId"