aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/blueprint-audit-status/src/test/resources/exec-serv-output/multistep-output.json
blob: ca12b893d7e18b59db2adf4d0bdc0b29a9fe6c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "correlationUUID": null,
  "commonHeader": {
    "timestamp": "2021-08-05T08:18:35.690Z",
    "originatorId": "SDNC_DG",
    "requestId": "ab543-3asd4",
    "subRequestId": "81c9-4910",
    "flags": null
  },
  "actionIdentifiers": {
    "blueprintName": "multi-steps",
    "blueprintVersion": "1.0.0",
    "actionName": "multi-steps-workflow",
    "mode": "sync"
  },
  "status": {
    "code": 200,
    "eventType": "EVENT_COMPONENT_EXECUTED",
    "timestamp": "2021-08-05T08:18:35.727Z",
    "errorMessage": null,
    "message": "success"
  },
  "payload": {
    "multi-steps-workflow-response": {}
  }
}