-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtask.json
More file actions
42 lines (42 loc) · 859 Bytes
/
task.json
File metadata and controls
42 lines (42 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"atomCode": "goDemo",
"execution": {
"language": "golang",
"packagePath": "goDemo",
"demands": [
"chmod +x goDemo"
],
"target": "./goDemo"
},
"input": {
"greeting": {
"label": "欢迎词",
"default": "Glad to see you",
"placeholder": "欢迎词",
"type": "vuex-input",
"desc": "欢迎词",
"required": true,
"disabled": false,
"hidden": false,
"isSensitive": false
},
"userName": {
"label": "姓名",
"default": "Mr. Huang",
"placeholder": "姓名",
"type": "vuex-input",
"desc": "姓名",
"required": true,
"disabled": false,
"hidden": false,
"isSensitive": false
}
},
"output": {
"strData_01": {
"description": "测试",
"type": "string",
"isSensitive": false
}
}
}