-
Notifications
You must be signed in to change notification settings - Fork 0
/
abstra.json
62 lines (62 loc) · 1.31 KB
/
abstra.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"workspace": {
"name": "Workspace",
"language": "en",
"theme": null,
"logo_url": "./logo.png",
"favicon_url": "./favicon.ico",
"brand_name": "Abstra Project",
"main_color": null,
"font_family": null,
"font_color": null
},
"kanban": {
"access_control": {
"is_public": false,
"required_roles": []
}
},
"home": {
"access_control": {
"is_public": false,
"required_roles": []
}
},
"jobs": [],
"hooks": [],
"forms": [
{
"id": "22eec08f-b0b8-4e3f-9553-73e475c9f554",
"path": "datasheet-reader",
"title": "Datasheet reader",
"is_initial": true,
"auto_start": false,
"allow_restart": false,
"end_message": null,
"start_message": null,
"error_message": null,
"welcome_title": null,
"timeout_message": null,
"start_button_text": null,
"restart_button_text": null,
"file": "datasheet_reader.py",
"workflow_position": [
0.0,
0.0
],
"transitions": [],
"notification_trigger": {
"variable_name": "assignee_emails",
"enabled": false
},
"access_control": {
"is_public": true,
"required_roles": []
}
}
],
"scripts": [],
"iterators": [],
"conditions": [],
"version": "11.0"
}