-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabstra.json
102 lines (102 loc) · 2.34 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
{
"workspace": {
"id": null,
"name": "Untitled Workspace",
"theme": "#F8F8F8",
"logo_url": "logo.png",
"favicon_url": null,
"brand_name": "Partner Portal",
"main_color": "#0E33D6",
"font_color": null,
"font_family": "Inter",
"language": "en"
},
"kanban": {
"access_control": {
"is_public": true,
"required_roles": []
}
},
"home": {
"access_control": {
"is_public": true,
"required_roles": []
}
},
"jobs": [],
"hooks": [],
"forms": [
{
"id": "gerar-minuta-acordo-comercial",
"path": "generate-commercial-agreement",
"title": "Generate commercial agreement",
"is_initial": true,
"auto_start": false,
"allow_restart": false,
"end_message": null,
"start_message": "Fill out the registration details to receive the Commercial Agreement Minute.",
"error_message": null,
"welcome_title": "Generate commercial agreement",
"timeout_message": null,
"start_button_text": "Start",
"restart_button_text": null,
"file": "generate_commercial_agreement.py",
"workflow_position": [
-800.0,
-224.0
],
"transitions": [
{
"target_id": "3mc8s3qkejv",
"target_type": "scripts",
"type": "forms:finished",
"id": "bhq2uxxr1u6",
"condition_value": null
}
],
"notification_trigger": {
"variable_name": "assignee_emails",
"enabled": false
},
"access_control": {
"is_public": false,
"required_roles": []
}
}
],
"scripts": [
{
"id": "3mc8s3qkejv",
"file": "send_contract_to_sign.py",
"title": "Send Contract to Sign",
"is_initial": false,
"workflow_position": [
-352.0,
-224.0
],
"transitions": [
{
"target_id": "5mjfvxrgfu6",
"target_type": "scripts",
"type": "scripts:finished",
"id": "d1w4vu66sx4",
"condition_value": null
}
]
},
{
"id": "5mjfvxrgfu6",
"file": "slack_notification.py",
"title": "Notify on Slack Channel",
"is_initial": false,
"workflow_position": [
64.0,
-224.0
],
"transitions": []
}
],
"iterators": [],
"conditions": [],
"version": "11.0"
}