30.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response. Based on the activity status provided, the responses will vary.
Table 30-3 POST JSON Response
Name | Type | Description |
---|---|---|
processId |
STRING | The unique value of a process. |
processCode |
STRING | The unique code value for a process. |
processInstanceId |
STRING | The unique value that identifies the process instance. |
processName |
STRING | The name of the process. |
objectId |
STRING | The unique value that identifies the PMF execution. |
runSk |
INTEGER | Runskey of the PMF process execution. |
status |
STRING | Status of the process. |
Component |
STRING | Name of the component. |
startTime |
STRING | Start time of the process. |
endTime |
STRING | End time of the process. |
duration |
STRING | The duration of the process execution. |
metric |
STRING | It contains code and value details. |
Table 30-4 Activity Info in Response
Name | Type | Description |
---|---|---|
activityId |
STRING | The unique ID of the activity. |
activityName |
STRING | Name of the activity. |
status |
STRING | Status of the activity. |
Component |
STRING | Name of the component. |
latestEvent |
STRING | The latest event of the activity. |
code |
STRING | The code of the run. |
description |
STRING | The description of the run in the activity. |
startTime |
STRING | Start time of the activity. |
endTime |
STRING | End time of the activity. |
duration |
STRING | The duration of the activity execution. |
eventTime |
STRING | The time of the event occurrence. |
Table 30-5 Possible Status Codes
Status Code | Description |
---|---|
200 | Success |
400 | Either Process Instance ID list or Object ID list is not passed. |
400 | Locale header is missing. |
404 | No matching object Id found. |
500 | Error while getting activity status. |
Response JSON Sample
{
"processExecutionStatus": [
{
"processId": "1738309500653",
"processCode": "1738309500653",
"processInstanceId": "1738309500653_ece5cdb7-285f-4c3f-94d3-b7c05842f385",
"processName": "ERROR_CODE_CHANGES",
"objectId": "ERRO_CODE_2",
"startTime": "2025-01-31 07:57:34",
"endTime": "2025-01-31 07:57:48",
"runSk": "833",
"duration": "00:00:14",
"status": "FAILED",
"activityInfo": [
{
"activityId": "JOB_1738309530205",
"activityName": "JOB_1738309530205",
"status": "COMPLETED",
"component": "DQGROUPS",
"latestEvent": {
"code": "DQSPLCH35396 completed Run",
"description": "DQSPLCH35396 completed Run",
"eventTime": "2025-01-31 07:57:47"
},
"startTime": "2025-01-31 07:57:35",
"endTime": "2025-01-31 07:57:48",
"duration": "00:00:13",
"metric": {}
},
{
"activityId": "JOB_1738309550043",
"activityName": "JOB_1738309550043",
"status": "FAILED",
"component": "HIERARCHYRESAVE",
"latestEvent": {
"code": "HCY_RESAVE_RUNNING",
"description": "HCY_RESAVE_RUNNING",
"eventTime": "2025-01-31 07:57:42"
},
"startTime": "2025-01-31 07:57:35",
"endTime": "2025-01-31 07:57:45",
"duration": "00:00:10",
"metric": {
"code": "Hierarchy Total Count",
"value": "1"
}
},
{
"activityId": "JOB_1738309590230",
"activityName": "JOB_1738309590230",
"status": "FAILED",
"component": "DT",
"latestEvent": {
"code": "DT_MSG_002",
"description": "DT_MSG_002",
"eventTime": "2025-01-31 07:57:40",
"category":"INFO"
},
"startTime": "2025-01-31 07:57:35",
"endTime": "2025-01-31 07:57:42",
"duration": "00:00:06",
"metric": {}
},
{
"activityId": "JOB_1738309560951",
"activityName": "JOB_1738309560951",
"status": "FAILED",
"component": "DATA_SERVICE",
"startTime": "2025-01-31 07:57:35",
"endTime": "2025-01-31 07:57:41",
"duration": "00:00:06",
"metric": {}
},
{
"activityId": "JOB_1738309540408",
"activityName": "JOB_1738309540408",
"status": "FAILED",
"component": "SCD",
"latestEvent": {
"code": "SCD_MSG_001",
"description": "SCD_MSG_001",
"eventTime": "2025-01-31 07:57:37",
"category":"INFO"
},
"startTime": "2025-01-31 07:57:35",
"endTime": "2025-01-31 07:57:40",
"duration": "00:00:04",
"metric": {
"code": "VOLUME",
"value": "-"
}
}
]
},
{
"processId": "1722407619433",
"processCode": "test_fail_case",
"processInstanceId": "1722407619433_46c2b1ca-39a7-499d-bf3f-5fc9f131c001",
"processName": "Financial_fail_case",
"objectId": "1722408089928",
"startTime": "2024-07-31 06:41:29",
"endTime": "2024-07-31 06:50:09",
"runSk": "46",
"duration": "00:08:40",
"status": "COMPLETED",
"activityInfo": [
{
"activityId": "JOB_1722407746410",
"activityName": "RUN DQ RULE",
"status": "COMPLETED",
"component": "DQGROUPS",
"latestEvent": {
"code": "DQCUS35136 completed Run",
"description": "DQCUS35136 completed Run",
"eventTime": "2024-07-31 06:50:05"
},
"startTime": "2024-07-31 06:50:00",
"endTime": "2024-08-02 11:05:10",
"duration": "04:15:10",
"metric": {}
},
{
"activityId": "JOB_1722407667296",
"activityName": "RUN DQ RULE",
"status": "COMPLETED",
"component": "DQGROUPS",
"latestEvent": {
"code": "DQNMDUP35079 completed Run",
"description": "DQNMDUP35079 completed Run",
"eventTime": "2024-07-31 06:49:45"
},
"startTime": "2024-07-31 06:49:32",
"endTime": "2024-07-31 06:54:30",
"duration": "00:04:58",
"metric": {}
},
{
"activityId": "JOB_1722407664888",
"activityName": "RUN DQ RULE",
"status": "COMPLETED",
"component": "DQGROUPS",
"latestEvent": {
"code": "STG_ACCOUNT_MASTER completed",
"description": "STG_ACCOUNT_MASTER completed",
"eventTime": "2024-07-31 06:49:29"
},
"startTime": "2024-07-31 06:49:13",
"endTime": "2024-07-31 06:54:06",
"duration": "00:04:53",
"metric": {}
},
{
"activityId": "JOB_1722407662371",
"activityName": "RUN DQ RULE",
"status": "COMPLETED",
"component": "DQGROUPS",
"latestEvent": {
"code": "DQLOV31801 completed Run",
"description": "DQLOV31801 completed Run",
"eventTime": "2024-07-31 06:48:59"
},
"startTime": "2024-07-31 06:41:46",
"endTime": "2024-07-31 07:04:40",
"duration": "00:22:53",
"metric": {}
},
{
"activityId": "JOB_1722407739763",
"activityName": "RUN DQ RULE",
"status": "COMPLETED",
"component": "DQGROUPS",
"latestEvent": {
"code": "DQLOV31158 completed Run",
"description": "DQLOV31158 completed Run",
"eventTime": "2024-07-31 06:42:18"
},
"startTime": "2024-07-31 06:42:12",
"endTime": "2024-08-02 11:12:41",
"duration": "04:30:28",
"metric": {}
},
{
"activityId": "JOB_1722407657485",
"activityName": "RUN DQ RULE",
"status": "COMPLETED",
"component": "DQGROUPS",
"latestEvent": {
"code": "DQSPLCH35396 completed Run",
"description": "DQSPLCH35396 completed Run",
"eventTime": "2024-07-31 06:42:18"
},
"startTime": "2024-07-31 06:42:11",
"endTime": "2024-08-02 11:09:14",
"duration": "04:27:03",
"metric": {}
},
{
"activityId": "JOB_1722407731499",
"activityName": "RUN DQ RULE",
"status": "COMPLETED",
"component": "DQGROUPS",
"latestEvent": {
"code": "DQNMDUP35079 completed Run",
"description": "DQNMDUP35079 completed Run",
"eventTime": "2024-07-31 06:42:08"
},
"startTime": "2024-07-31 06:41:59",
"endTime": "2024-08-02 11:08:38",
"duration": "04:26:39",
"metric": {}
},
{
"activityId": "JOB_1722407654834",
"activityName": "RUN DQ RULE",
"status": "COMPLETED",
"component": "DQGROUPS",
"latestEvent": {
"code": "DQNMDUP35079 completed Run",
"description": "DQNMDUP35079 completed Run",
"eventTime": "2024-07-31 06:42:07"
},
"startTime": "2024-07-31 06:42:00",
"endTime": "2024-08-02 11:08:37",
"duration": "04:26:37",
"metric": {}
},
{
"activityId": "JOB_1722407652318",
"activityName": "RUN DQ RULE",
"status": "COMPLETED",
"component": "DQGROUPS",
"latestEvent": {
"code": "DQLOV31158 completed Run",
"description": "DQLOV31158 completed Run",
"eventTime": "2024-07-31 06:41:57"
},
"startTime": "2024-07-31 06:41:50",
"endTime": "2024-08-02 11:08:17",
"duration": "04:26:26",
"metric": {}
},
{
"activityId": "JOB_1722407724882",
"activityName": "RUN DQ RULE",
"status": "COMPLETED",
"component": "DQGROUPS",
"latestEvent": {
"code": "STG_ACCOUNT_MASTER completed",
"description": "STG_ACCOUNT_MASTER completed",
"eventTime": "2024-07-31 06:41:47"
},
"startTime": "2024-07-31 06:41:41",
"endTime": "2024-08-02 11:08:17",
"duration": "04:26:35",
"metric": {}
},
{
"activityId": "JOB_17224076226863",
"activityName": "RUN DQ RULE",
"status": "COMPLETED",
"component": "DQGROUPS",
"latestEvent": {
"code": "DQCUS35137 completed Run",
"description": "DQCUS35137 completed Run",
"eventTime": "2024-07-31 06:41:37"
},
"startTime": "2024-07-31 06:41:30",
"endTime": "2024-08-02 11:08:05",
"duration": "04:26:34",
"metric": {}
},
{
"activityId": "JOB_1722407660196",
"activityName": "RUN DQ RULE",
"status": "COMPLETED",
"component": "DQGROUPS",
"latestEvent": {
"code": "DQNMDUP35079 completed Run",
"description": "DQNMDUP35079 completed Run",
"eventTime": "2024-07-31 06:41:42"
},
"startTime": "2024-07-31 06:41:30",
"endTime": "2024-08-02 11:07:59",
"duration": "04:26:29",
"metric": {}
},
{
"activityId": "JOB_1722407669800",
"activityName": "RUN DQ RULE",
"status": "COMPLETED",
"component": "DQGROUPS",
"latestEvent": {
"code": "DQLOV31871 completed Run",
"description": "DQLOV31871 completed Run",
"eventTime": "2024-07-31 06:41:36"
},
"startTime": "2024-07-31 06:41:30",
"endTime": "2024-08-02 11:07:57",
"duration": "04:26:27",
"metric": {}
}
]
},
{
"processId": "1738309500653",
"processCode": "1738309500653",
"processInstanceId": "1738309500653_8b9f75ae-dd3a-4868-b5f4-9f18b535169a",
"processName": "ERROR_CODE_CHANGES",
"objectId": "ERROR_CODE_EG_1",
"startTime": "2025-01-31 07:48:05",
"endTime": "2025-01-31 07:48:40",
"runSk": "832",
"duration": "00:00:35",
"status": "FAILED",
"activityInfo": [
{
"activityId": "JOB_1738309540408",
"activityName": "JOB_1738309540408",
"status": "FAILED",
"component": "SCD",
"latestEvent": {
"code": "SCD_MSG_002",
"description": "SCD_MSG_002",
"eventTime": "2025-01-31 07:48:09",
"category":"INFO"
},
"startTime": "2025-01-31 07:48:07",
"endTime": "2025-01-31 07:48:40",
"duration": "00:00:32",
"metric": {
"code": "VOLUME",
"value": "-"
}
},
{
"activityId": "JOB_1738309550043",
"activityName": "JOB_1738309550043",
"status": "FAILED",
"component": "HIERARCHYRESAVE",
"latestEvent": {
"code": "HCY_RESAVE_RUNNING",
"description": "HCY_RESAVE_RUNNING",
"eventTime": "2025-01-31 07:48:11",
"category":"INFO"
},
"startTime": "2025-01-31 07:48:07",
"endTime": "2025-01-31 07:48:39",
"duration": "00:00:31",
"metric": {
"code": "Hierarchy Total Count",
"value": "1"
}
},
{
"activityId": "JOB_1738309560951",
"activityName": "JOB_1738309560951",
"status": "FAILED",
"component": "DATA_SERVICE",
"startTime": "2025-01-31 07:48:07",
"endTime": "2025-01-31 07:48:39",
"duration": "00:00:32",
"metric": {}
},
{
"activityId": "JOB_1738309590230",
"activityName": "JOB_1738309590230",
"status": "FAILED",
"component": "DT",
"latestEvent": {
"code": "SCD_ERR_001",
"description": "SCD Execution failed",
"category": "ERROR",
"eventTime": "2025-01-31 07:48:15"
},
"startTime": "2025-01-31 07:48:07",
"endTime": "2025-01-31 07:48:39",
"duration": "00:00:32",
"metric": {}
},
{
"activityId": "JOB_1738309530205",
"activityName": "JOB_1738309530205",
"status": "FAILED",
"component": "DQGROUPS",
"latestEvent": {
"code": "INVALID_INPUT_MSG",
"description": "INVALID_INPUT_MSG",
"category": "FATAL",
"eventTime": "2025-01-31 07:48:09"
},
"startTime": "2025-01-31 07:48:07",
"endTime": "2025-01-31 07:48:38",
"duration": "00:00:31",
"metric": {}
}
]
},
{
"processId": "1730207954387",
"processCode": "analysis_dq_2",
"processInstanceId": "1730207954387_024a64a0-d37d-47d2-bbfc-25c83bdcaae9",
"processName": "dq_analysis",
"objectId": "1738756354624",
"startTime": "2025-02-05 11:52:34",
"endTime": "2025-02-05 11:53:07",
"runSk": "951",
"duration": "00:00:33",
"status": "CANCELLED",
"activityInfo": [
{
"activityId": "JOB_17302079583883",
"activityName": "RUN DQ RULE",
"status": "RUNNING",
"component": "DQGROUPS",
"latestEvent": {
"code": "DQSPLCH35396 completed Run",
"description": "DQSPLCH35396 completed Run",
"eventTime": "2025-02-05 11:52:47"
},
"startTime": "2025-02-05 11:52:35",
"duration": "03:01:15",
"metric": {}
}
]
},
{
"processId": "1738309500653",
"processCode": "1738309500653",
"processInstanceId": "1738309500653_0f8b2f21-cb04-4c62-8c37-fb6357822924",
"processName": "ERROR_CODE_CHANGES",
"objectId": "LOAN_PROCESS_EXEC",
"startTime": "2025-02-05 12:04:16",
"endTime": "2025-02-05 12:04:25",
"runSk": "964",
"duration": "00:00:09",
"status": "FAILED",
"activityInfo": [
{
"activityId": "JOB_1738309550043",
"activityName": "JOB_1738309550043",
"status": "FAILED",
"component": "HIERARCHYRESAVE",
"latestEvent": {
"code": "HCY_RESAVE_RUNNING",
"description": "HCY_RESAVE_RUNNING",
"eventTime": "2025-02-05 12:04:21",
"category":"WARNING"
},
"startTime": "2025-02-05 12:04:17",
"endTime": "2025-02-05 12:04:24",
"duration": "00:00:07",
"metric": {
"code": "Hierarchy Total Count",
"value": "1"
}
},
{
"activityId": "JOB_1738309540408",
"activityName": "JOB_1738309540408",
"status": "FAILED",
"component": "SCD",
"latestEvent": {
"code": "SCD_MSG_001",
"description": "SCD_MSG_001",
"eventTime": "2025-02-05 12:04:19",
"category":"INFO"
},
"startTime": "2025-02-05 12:04:17",
"endTime": "2025-02-05 12:04:23",
"duration": "00:00:05",
"metric": {
"code": "VOLUME",
"value": "-"
}
},
{
"activityId": "JOB_1738309590230",
"activityName": "JOB_1738309590230",
"status": "FAILED",
"component": "DT",
"latestEvent": {
"code": "DT_ERR_001",
"description": "DT Execution failed - ( en-GB )",
"category": "FATAL",
"eventTime": "2025-02-05 12:04:21"
},
"startTime": "2025-02-05 12:04:17",
"endTime": "2025-02-05 12:04:23",
"duration": "00:00:06",
"metric": {}
},
{
"activityId": "JOB_1738309530205",
"activityName": "JOB_1738309530205",
"status": "FAILED",
"component": "DQGROUPS",
"latestEvent": {
"code": "UNKNOWN_ERROR",
"description": "UNKNOWN_ERROR",
"category": "WARNING",
"eventTime": "2025-02-05 12:04:18"
},
"startTime": "2025-02-05 12:04:17",
"endTime": "2025-02-05 12:04:21",
"duration": "00:00:04",
"metric": {}
}
]
},
{
"processId": "1730207954387",
"processCode": "Financial_dq_2",
"processInstanceId": "1730207954387_28541612-a04e-47a0-ba44-46e3001dd879",
"processName": "dq_analysis",
"objectId": "RunProcess_PR_1701934688757_11c39b82-3c5b-432f-a050-ba6e102f853e_JOB_9110669863928",
"startTime": "2025-01-30 13:02:10",
"endTime": "2025-01-30 13:02:17",
"runSk": "821",
"duration": "00:00:07",
"status": "FAILED",
"activityInfo": [
{
"activityId": "JOB_17302079583883",
"activityName": "RUN DQ RULE",
"status": "FAILED",
"component": "DQGROUPS",
"latestEvent": {
"code": "UNKNOWN_ERROR",
"description": "UNKNOWN_ERROR",
"category": "WARNING",
"eventTime": "2025-01-30 13:02:14"
},
"startTime": "2025-01-30 13:02:11",
"endTime": "2025-01-30 13:02:16",
"duration": "00:00:05",
"metric": {}
}
]
},
{
"processId": "1738744441601",
"processCode": "1738744441601",
"processInstanceId": "1738744441601_17bbc375-3310-47e2-a7e5-918bba878b4b",
"processName": "FINANCIAL_PROCESS",
"objectId": "1738744546955",
"startTime": "2025-02-05 08:35:47",
"runSk": "952",
"duration": "06:18:03",
"status": "RUNNING",
"activityInfo": [
{
"activityId": "JOB_1738744451605",
"activityName": "JOB_1738744451605",
"status": "COMPLETED",
"component": "DQGROUPS",
"latestEvent": {
"code": "DQLOV31158 completed Run",
"description": "DQLOV31158 completed Run",
"eventTime": "2025-02-05 08:35:57"
},
"startTime": "2025-02-05 08:35:48",
"endTime": "2025-02-05 08:35:59",
"duration": "00:00:10",
"metric": {}
}
]
}
]
}