summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/services/workflow-service/src/test/resources/execution-input/imperative-test-input.json
blob: 188e840838ccdf46974fa69e8c1566ec7c9d9c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "commonHeader": {
    "originatorId": "System",
    "requestId": "1234",
    "subRequestId": "1234-12234"
  },
  "actionIdentifiers": {
    "blueprintName": "imperative-test",
    "blueprintVersion": "1.0.0",
    "actionName": "test-wf",
    "mode": "sync"
  },
  "payload": {
    "test-wf-request": {
      "hostname": "localhost"
    }
  }
}