aboutsummaryrefslogtreecommitdiffstats
path: root/cucumber-js-test-apis-ci/resources/json/createActivitySpec.json
blob: 29ad716834d8f7a891cf2183665964e76c884601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "RANDOM",
  "description": "Start Server",
  "categoryList": [
    "Server"
  ],
  "inputs": [{
    "name": "host",
    "type": "string",
    "value": "10.1.2.3"
  }],
  "outputs": [{
    "name": "status",
    "type": "string",
    "value": "started"
  }],
  "type": "string",
  "content": "test"
}