Re-run a Pipeline
End Point Details:
- Method –
POST
- REST Endpoint -
rest-api/v1/PMFService/rerunprocess
Table 5-15 Request Headers
Name | Type | Required | Value |
---|---|---|---|
Content-Type | String | Yes | application/json |
ofs_remote_user | String | Yes | Login ID of the user |
Request JSON Parameters:
Table 5-16 Request Body
Name | Type | Description |
---|---|---|
processInstanceId | STRING |
Instance ID of the Process being resumed. For Example: “PMFINV024_2743749b-32c6-4cc5-b58b-dda49c3d1f4d” |
Locale | STRING |
Locale selected. For Example: ‘en_US |
infodom | STRING |
Information Domain Name. For Example: “OFSA829INF3” |
Request JSON Sample:
/rest-api/v1/PMFService/rerunprocess
{
"processInstanceId":
"PMFINV024_2743749b-32c6-4cc5-b58b-dda49c3d1f4d",
"locale": "en_US",
"infodom": "OFSA829INF3"
Response JSON Parameters:
This section provides the list of parameters in the JSON Response.
Table 5-17 Query Parameters
Name | Type | Description |
---|---|---|
processInstanceID | STRING | Instance ID of the Process being Rerun. |
message | STRING | It indicates the process message description. |
status | STRING | Status of the process execution. |
Response JSON Sample:
{
PROCESS_INSTANCE_ID":
"1661750871424_7ab3f4a7-4eef-409e-aa9c-6345bb9e4a4e",
"message": "Process has been Rerun",
"status": true
}