Call ContinuePipeline to manually confirm the execution of the next batch.
Debugging
Request header
This operation only uses common request headers. For more information, see the Common request parameters topic.
Request syntax
GET /pop/v5/changeorder/pipeline_batch_confirm HTTPS|HTTP
Request parameters
| Element | Type | Required | Example | Description |
|---|---|---|---|---|
| PipelineId | String | No | 5648dbd7-df13**** |
The ID of the workflow. For more information, see GetChangeOrderInfo obtain the process ID of the batch that was changed. |
| Confirm | Boolean | No | true |
Whether to execute the next batch. |
Response parameters
| Element | Type | Sample response | Description |
|---|---|---|---|
| Code | Integer | 200 |
Code |
| Message | String | Success |
The returned message. |
| RequestId | String | D16979DC-4D42-**************** |
The ID of the request. |
Examples
Sample requests
GET /pop/v5/changeorder/pipeline_batch_confirm HTTP/1.1
Common request header
{
"PipelineId": ""
}
Sample success responses
XML format
<Message>success</Message>
<Code>200</Code>
<RequestId>D16979DC-4D42-****************</RequestId>
JSON format
{
"Message": "success",
"Code": 200,
"RequestId": "D16979DC-4D42-****************"
}
Error codes.
For a list of error codes, visit the API Error Center.