-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabstra.json
105 lines (105 loc) · 2.35 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"workspace": {
"id": null,
"name": "Untitled Workspace",
"theme": null,
"logo_url": null,
"brand_name": null,
"main_color": null,
"font_color": null,
"font_family": null,
"sidebar": [
{
"id": "11aff1ec-2679-4d26-884d-dfa9b0de99ea",
"name": "Cadastro",
"path": "cadastro",
"type": "form",
"visible": false
}
]
},
"visualization": [],
"kanban": {
"access_control": {
"is_public": false,
"required_roles": []
}
},
"jobs": [],
"hooks": [],
"forms": [
{
"id": "11aff1ec-2679-4d26-884d-dfa9b0de99ea",
"path": "cadastro",
"title": "Cadastro",
"is_initial": true,
"auto_start": false,
"allow_restart": false,
"end_message": "Obrigado",
"start_message": null,
"error_message": null,
"welcome_title": null,
"timeout_message": null,
"start_button_text": null,
"restart_button_text": null,
"file": "cadastro.py",
"workflow_position": [
-736,
0
],
"transitions": [
{
"target_id": "b5bc7f8a-4c1b-47d4-bbd3-94b17f33cb7c",
"target_type": "forms",
"type": "forms:finished",
"id": "voqioy9",
"condition_value": null
}
],
"notification_trigger": {
"variable_name": "assignee_emails",
"enabled": false
},
"access_control": {
"is_public": true,
"required_roles": []
}
},
{
"id": "b5bc7f8a-4c1b-47d4-bbd3-94b17f33cb7c",
"path": "aprovacao",
"title": "Aprova\u00e7\u00e3o",
"is_initial": false,
"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": "aprovacao.py",
"workflow_position": [
-384,
0
],
"transitions": [],
"notification_trigger": {
"variable_name": "assignee_emails",
"enabled": false
},
"access_control": {
"is_public": true,
"required_roles": []
}
}
],
"scripts": [],
"iterators": [],
"conditions": [],
"signup_policy": {
"email_patterns": []
},
"version": "6.0"
}