aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-bdd/resources/json/createActivitySpec.json
blob: bf1b60126f6b9bb262abbb42a504534ed262c02c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "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"
}