summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/blueprint-audit-status/src/test/resources/exec-serv-input/multistep-input.json
blob: 8e2552c00bd045455542e7d7845b4c560695884a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "actionIdentifiers": {
    "mode": "sync",
    "blueprintName": "multi-steps",
    "blueprintVersion": "1.0.0",
    "actionName": "multi-steps-workflow"
  },
  "payload": {
    "multi-steps-workflow-request": {
      "multi-steps-workflow-properties": {
        "prop1": "testing",
        "prop2": "testing description",
        "prop3": "user name ",
        "prop4" : "test project"
      }
    }
  },
  "commonHeader": {
    "subRequestId": "81c9-4910",
    "requestId": "ab543-3asd4",
    "originatorId": "SDNC_DG"
  }
}