Add activity spec code
[sdc/sdc-workflow-designer.git] / workflow-bdd / resources / json / createActivitySpec.json
1 {
2   "name": "RANDOM",
3   "description": "Start Server",
4   "categoryList": [
5     "Server"
6   ],
7   "inputs": [
8     {
9       "name": "host",
10       "type": "string",
11       "value": "10.1.2.3"
12     }
13   ],
14   "outputs": [
15     {
16       "name": "status",
17       "type": "string",
18       "value": "started"
19     }
20   ],
21   "type": "string",
22   "content": "test"
23 }