@camunda/connectors-element-templates 1.0.19 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -3,8 +3,855 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Asana Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.Asana.v1",
|
|
6
|
-
"version":
|
|
7
|
-
"description": "
|
|
6
|
+
"version": 5,
|
|
7
|
+
"description": "Create, update, and manage tasks and projects in Asana.",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"get task",
|
|
10
|
+
"get tasks from project",
|
|
11
|
+
"get task by ID",
|
|
12
|
+
"create task",
|
|
13
|
+
"delete task",
|
|
14
|
+
"task management",
|
|
15
|
+
"get project",
|
|
16
|
+
"get project by ID",
|
|
17
|
+
"create project",
|
|
18
|
+
"delete project",
|
|
19
|
+
"project management"
|
|
20
|
+
],
|
|
21
|
+
"icon": {
|
|
22
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='781.361 0 944.893 873.377'%3E%3CradialGradient id='a' cx='943.992' cy='1221.416' r='.663' gradientTransform='matrix(944.8934 0 0 -873.3772 -890717.875 1067234.75)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffb900'/%3E%3Cstop offset='.6' stop-color='%23f95d8f'/%3E%3Cstop offset='.999' stop-color='%23f95353'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23a)' d='M1520.766 462.371c-113.508 0-205.508 92-205.508 205.488 0 113.499 92 205.518 205.508 205.518 113.489 0 205.488-92.019 205.488-205.518 0-113.488-91.999-205.488-205.488-205.488zm-533.907.01c-113.489.01-205.498 91.99-205.498 205.488 0 113.489 92.009 205.498 205.498 205.498 113.498 0 205.508-92.009 205.508-205.498 0-113.499-92.01-205.488-205.518-205.488h.01zm472.447-256.883c0 113.489-91.999 205.518-205.488 205.518-113.508 0-205.508-92.029-205.508-205.518S1140.31 0 1253.817 0c113.489 0 205.479 92.009 205.479 205.498h.01z'/%3E%3C/svg%3E"
|
|
23
|
+
},
|
|
24
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/asana/",
|
|
25
|
+
"category": {
|
|
26
|
+
"id": "connectors",
|
|
27
|
+
"name": "Connectors"
|
|
28
|
+
},
|
|
29
|
+
"appliesTo": ["bpmn:Task"],
|
|
30
|
+
"elementType": {
|
|
31
|
+
"value": "bpmn:ServiceTask"
|
|
32
|
+
},
|
|
33
|
+
"engines": {
|
|
34
|
+
"camunda": "^8.3"
|
|
35
|
+
},
|
|
36
|
+
"groups": [
|
|
37
|
+
{
|
|
38
|
+
"id": "operation",
|
|
39
|
+
"label": "Operation"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "authentication",
|
|
43
|
+
"label": "Authentication"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "connector",
|
|
47
|
+
"label": "Connector"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "output",
|
|
51
|
+
"label": "Output"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "errors",
|
|
55
|
+
"label": "Error handling"
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"properties": [
|
|
59
|
+
{
|
|
60
|
+
"type": "Hidden",
|
|
61
|
+
"value": "io.camunda:http-json:1",
|
|
62
|
+
"binding": {
|
|
63
|
+
"type": "zeebe:taskDefinition",
|
|
64
|
+
"property": "type"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"type": "Hidden",
|
|
69
|
+
"value": "bearer",
|
|
70
|
+
"binding": {
|
|
71
|
+
"type": "zeebe:input",
|
|
72
|
+
"name": "authentication.type"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"label": "Personal access token",
|
|
77
|
+
"group": "authentication",
|
|
78
|
+
"type": "String",
|
|
79
|
+
"feel": "optional",
|
|
80
|
+
"binding": {
|
|
81
|
+
"type": "zeebe:input",
|
|
82
|
+
"name": "authentication.token"
|
|
83
|
+
},
|
|
84
|
+
"constraints": {
|
|
85
|
+
"notEmpty": true
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"type": "Hidden",
|
|
90
|
+
"value": "https://app.asana.com",
|
|
91
|
+
"binding": {
|
|
92
|
+
"type": "zeebe:input",
|
|
93
|
+
"name": "asanaBaseUrl"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"label": "Operation group",
|
|
98
|
+
"id": "operationGroup",
|
|
99
|
+
"group": "operation",
|
|
100
|
+
"type": "Dropdown",
|
|
101
|
+
"choices": [
|
|
102
|
+
{
|
|
103
|
+
"name": "Tasks",
|
|
104
|
+
"value": "tasks"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "Projects",
|
|
108
|
+
"value": "projects"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"binding": {
|
|
112
|
+
"type": "zeebe:input",
|
|
113
|
+
"name": "operationGroup"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"label": "Operation",
|
|
118
|
+
"id": "taskOperation",
|
|
119
|
+
"group": "operation",
|
|
120
|
+
"type": "Dropdown",
|
|
121
|
+
"choices": [
|
|
122
|
+
{
|
|
123
|
+
"name": "Get tasks from a project",
|
|
124
|
+
"value": "getTasksFromProject"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "Get a task by ID",
|
|
128
|
+
"value": "getTaskById"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "Create a task",
|
|
132
|
+
"value": "createTask"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "Delete a task",
|
|
136
|
+
"value": "deleteTask"
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"binding": {
|
|
140
|
+
"type": "zeebe:input",
|
|
141
|
+
"name": "operation"
|
|
142
|
+
},
|
|
143
|
+
"condition": {
|
|
144
|
+
"property": "operationGroup",
|
|
145
|
+
"equals": "tasks"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"label": "Operation",
|
|
150
|
+
"id": "projectOperation",
|
|
151
|
+
"group": "operation",
|
|
152
|
+
"type": "Dropdown",
|
|
153
|
+
"choices": [
|
|
154
|
+
{
|
|
155
|
+
"name": "Get projects",
|
|
156
|
+
"value": "getProjects"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "Get a project by ID",
|
|
160
|
+
"value": "getProjectById"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "Create a project in a workspace",
|
|
164
|
+
"value": "createProjectInWorkspace"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "Delete a project",
|
|
168
|
+
"value": "deleteProject"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"binding": {
|
|
172
|
+
"type": "zeebe:input",
|
|
173
|
+
"name": "operation"
|
|
174
|
+
},
|
|
175
|
+
"condition": {
|
|
176
|
+
"property": "operationGroup",
|
|
177
|
+
"equals": "projects"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"type": "Hidden",
|
|
182
|
+
"value": "get",
|
|
183
|
+
"binding": {
|
|
184
|
+
"type": "zeebe:input",
|
|
185
|
+
"name": "method"
|
|
186
|
+
},
|
|
187
|
+
"condition": {
|
|
188
|
+
"property": "taskOperation",
|
|
189
|
+
"oneOf": ["getTasksFromProject", "getTaskById"]
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"type": "Hidden",
|
|
194
|
+
"value": "get",
|
|
195
|
+
"binding": {
|
|
196
|
+
"type": "zeebe:input",
|
|
197
|
+
"name": "method"
|
|
198
|
+
},
|
|
199
|
+
"condition": {
|
|
200
|
+
"property": "projectOperation",
|
|
201
|
+
"oneOf": ["getProjects", "getProjectById"]
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"type": "Hidden",
|
|
206
|
+
"value": "post",
|
|
207
|
+
"binding": {
|
|
208
|
+
"type": "zeebe:input",
|
|
209
|
+
"name": "method"
|
|
210
|
+
},
|
|
211
|
+
"condition": {
|
|
212
|
+
"property": "taskOperation",
|
|
213
|
+
"equals": "createTask"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"type": "Hidden",
|
|
218
|
+
"value": "post",
|
|
219
|
+
"binding": {
|
|
220
|
+
"type": "zeebe:input",
|
|
221
|
+
"name": "method"
|
|
222
|
+
},
|
|
223
|
+
"condition": {
|
|
224
|
+
"property": "projectOperation",
|
|
225
|
+
"equals": "createProjectInWorkspace"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"type": "Hidden",
|
|
230
|
+
"value": "delete",
|
|
231
|
+
"binding": {
|
|
232
|
+
"type": "zeebe:input",
|
|
233
|
+
"name": "method"
|
|
234
|
+
},
|
|
235
|
+
"condition": {
|
|
236
|
+
"property": "taskOperation",
|
|
237
|
+
"equals": "deleteTask"
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"type": "Hidden",
|
|
242
|
+
"value": "delete",
|
|
243
|
+
"binding": {
|
|
244
|
+
"type": "zeebe:input",
|
|
245
|
+
"name": "method"
|
|
246
|
+
},
|
|
247
|
+
"condition": {
|
|
248
|
+
"property": "projectOperation",
|
|
249
|
+
"equals": "deleteProject"
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"label": "Project ID",
|
|
254
|
+
"tooltip": "Globally unique identifier for the project",
|
|
255
|
+
"group": "operation",
|
|
256
|
+
"type": "String",
|
|
257
|
+
"feel": "optional",
|
|
258
|
+
"binding": {
|
|
259
|
+
"type": "zeebe:input",
|
|
260
|
+
"name": "projectId"
|
|
261
|
+
},
|
|
262
|
+
"constraints": {
|
|
263
|
+
"notEmpty": true
|
|
264
|
+
},
|
|
265
|
+
"condition": {
|
|
266
|
+
"property": "taskOperation",
|
|
267
|
+
"equals": "getTasksFromProject"
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"type": "Hidden",
|
|
272
|
+
"value": "=asanaBaseUrl + \"/api/1.0/tasks\"",
|
|
273
|
+
"binding": {
|
|
274
|
+
"type": "zeebe:input",
|
|
275
|
+
"name": "url"
|
|
276
|
+
},
|
|
277
|
+
"condition": {
|
|
278
|
+
"property": "taskOperation",
|
|
279
|
+
"equals": "getTasksFromProject"
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"type": "Hidden",
|
|
284
|
+
"value": "={\"project\":projectId}",
|
|
285
|
+
"binding": {
|
|
286
|
+
"type": "zeebe:input",
|
|
287
|
+
"name": "queryParameters"
|
|
288
|
+
},
|
|
289
|
+
"condition": {
|
|
290
|
+
"property": "taskOperation",
|
|
291
|
+
"equals": "getTasksFromProject"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"label": "Task ID",
|
|
296
|
+
"group": "operation",
|
|
297
|
+
"type": "String",
|
|
298
|
+
"feel": "optional",
|
|
299
|
+
"binding": {
|
|
300
|
+
"type": "zeebe:input",
|
|
301
|
+
"name": "taskId"
|
|
302
|
+
},
|
|
303
|
+
"constraints": {
|
|
304
|
+
"notEmpty": true
|
|
305
|
+
},
|
|
306
|
+
"condition": {
|
|
307
|
+
"property": "taskOperation",
|
|
308
|
+
"equals": "getTaskById"
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"type": "Hidden",
|
|
313
|
+
"value": "=asanaBaseUrl + \"/api/1.0/tasks/\" + taskId",
|
|
314
|
+
"binding": {
|
|
315
|
+
"type": "zeebe:input",
|
|
316
|
+
"name": "url"
|
|
317
|
+
},
|
|
318
|
+
"condition": {
|
|
319
|
+
"property": "taskOperation",
|
|
320
|
+
"equals": "getTaskById"
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"label": "Task ID",
|
|
325
|
+
"group": "operation",
|
|
326
|
+
"type": "String",
|
|
327
|
+
"feel": "optional",
|
|
328
|
+
"binding": {
|
|
329
|
+
"type": "zeebe:input",
|
|
330
|
+
"name": "taskId"
|
|
331
|
+
},
|
|
332
|
+
"constraints": {
|
|
333
|
+
"notEmpty": true
|
|
334
|
+
},
|
|
335
|
+
"condition": {
|
|
336
|
+
"property": "taskOperation",
|
|
337
|
+
"equals": "deleteTask"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"type": "Hidden",
|
|
342
|
+
"value": "=asanaBaseUrl + \"/api/1.0/tasks/\" + taskId",
|
|
343
|
+
"binding": {
|
|
344
|
+
"type": "zeebe:input",
|
|
345
|
+
"name": "url"
|
|
346
|
+
},
|
|
347
|
+
"condition": {
|
|
348
|
+
"property": "taskOperation",
|
|
349
|
+
"equals": "deleteTask"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"label": "Task name",
|
|
354
|
+
"group": "operation",
|
|
355
|
+
"type": "String",
|
|
356
|
+
"feel": "optional",
|
|
357
|
+
"binding": {
|
|
358
|
+
"type": "zeebe:input",
|
|
359
|
+
"name": "taskName"
|
|
360
|
+
},
|
|
361
|
+
"constraints": {
|
|
362
|
+
"notEmpty": true
|
|
363
|
+
},
|
|
364
|
+
"condition": {
|
|
365
|
+
"property": "taskOperation",
|
|
366
|
+
"equals": "createTask"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"label": "Project ID",
|
|
371
|
+
"tooltip": "Globally unique identifier for the project",
|
|
372
|
+
"group": "operation",
|
|
373
|
+
"type": "String",
|
|
374
|
+
"feel": "optional",
|
|
375
|
+
"binding": {
|
|
376
|
+
"type": "zeebe:input",
|
|
377
|
+
"name": "projectId"
|
|
378
|
+
},
|
|
379
|
+
"constraints": {
|
|
380
|
+
"notEmpty": true
|
|
381
|
+
},
|
|
382
|
+
"condition": {
|
|
383
|
+
"property": "taskOperation",
|
|
384
|
+
"equals": "createTask"
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"label": "Parent task ID",
|
|
389
|
+
"tooltip": "Globally unique identifier for the parent task",
|
|
390
|
+
"group": "operation",
|
|
391
|
+
"type": "String",
|
|
392
|
+
"feel": "optional",
|
|
393
|
+
"optional": true,
|
|
394
|
+
"binding": {
|
|
395
|
+
"type": "zeebe:input",
|
|
396
|
+
"name": "parentTaskId"
|
|
397
|
+
},
|
|
398
|
+
"condition": {
|
|
399
|
+
"property": "taskOperation",
|
|
400
|
+
"equals": "createTask"
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"label": "Notes",
|
|
405
|
+
"tooltip": "Free-form textual information associated with the task (i.e., its description)",
|
|
406
|
+
"group": "operation",
|
|
407
|
+
"type": "String",
|
|
408
|
+
"feel": "optional",
|
|
409
|
+
"optional": true,
|
|
410
|
+
"binding": {
|
|
411
|
+
"type": "zeebe:input",
|
|
412
|
+
"name": "taskNotes"
|
|
413
|
+
},
|
|
414
|
+
"condition": {
|
|
415
|
+
"property": "taskOperation",
|
|
416
|
+
"equals": "createTask"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"type": "Hidden",
|
|
421
|
+
"value": "=asanaBaseUrl + \"/api/1.0/tasks/\"",
|
|
422
|
+
"binding": {
|
|
423
|
+
"type": "zeebe:input",
|
|
424
|
+
"name": "url"
|
|
425
|
+
},
|
|
426
|
+
"condition": {
|
|
427
|
+
"property": "taskOperation",
|
|
428
|
+
"equals": "createTask"
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"type": "Hidden",
|
|
433
|
+
"value": "={\"data\":{\"projects\":[ projectId ], \"name\": taskName, \"parent\": if parentTaskId = null then null else parentTaskId, \"notes\": if taskNotes = null then null else taskNotes }}",
|
|
434
|
+
"binding": {
|
|
435
|
+
"type": "zeebe:input",
|
|
436
|
+
"name": "body"
|
|
437
|
+
},
|
|
438
|
+
"condition": {
|
|
439
|
+
"property": "taskOperation",
|
|
440
|
+
"equals": "createTask"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"label": "Workspace ID",
|
|
445
|
+
"tooltip": "The workspace or organization to filter projects on",
|
|
446
|
+
"group": "operation",
|
|
447
|
+
"type": "String",
|
|
448
|
+
"feel": "optional",
|
|
449
|
+
"optional": true,
|
|
450
|
+
"binding": {
|
|
451
|
+
"type": "zeebe:input",
|
|
452
|
+
"name": "workspaceId"
|
|
453
|
+
},
|
|
454
|
+
"condition": {
|
|
455
|
+
"property": "projectOperation",
|
|
456
|
+
"equals": "getProjects"
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"label": "Team ID",
|
|
461
|
+
"tooltip": "The team to filter projects on",
|
|
462
|
+
"group": "operation",
|
|
463
|
+
"type": "String",
|
|
464
|
+
"feel": "optional",
|
|
465
|
+
"optional": true,
|
|
466
|
+
"binding": {
|
|
467
|
+
"type": "zeebe:input",
|
|
468
|
+
"name": "teamId"
|
|
469
|
+
},
|
|
470
|
+
"condition": {
|
|
471
|
+
"property": "projectOperation",
|
|
472
|
+
"equals": "getProjects"
|
|
473
|
+
}
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"type": "Hidden",
|
|
477
|
+
"value": "=asanaBaseUrl + \"/api/1.0/projects\"",
|
|
478
|
+
"binding": {
|
|
479
|
+
"type": "zeebe:input",
|
|
480
|
+
"name": "url"
|
|
481
|
+
},
|
|
482
|
+
"condition": {
|
|
483
|
+
"property": "projectOperation",
|
|
484
|
+
"equals": "getProjects"
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"type": "Hidden",
|
|
489
|
+
"value": "={\"workspace\":if workspaceId = null then null else workspaceId, \"team\":if teamId = null then null else teamId}",
|
|
490
|
+
"binding": {
|
|
491
|
+
"type": "zeebe:input",
|
|
492
|
+
"name": "queryParameters"
|
|
493
|
+
},
|
|
494
|
+
"condition": {
|
|
495
|
+
"property": "projectOperation",
|
|
496
|
+
"equals": "getProjects"
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"label": "Project ID",
|
|
501
|
+
"tooltip": "Globally unique identifier for the project",
|
|
502
|
+
"group": "operation",
|
|
503
|
+
"type": "String",
|
|
504
|
+
"feel": "optional",
|
|
505
|
+
"binding": {
|
|
506
|
+
"type": "zeebe:input",
|
|
507
|
+
"name": "projectId"
|
|
508
|
+
},
|
|
509
|
+
"constraints": {
|
|
510
|
+
"notEmpty": true
|
|
511
|
+
},
|
|
512
|
+
"condition": {
|
|
513
|
+
"property": "projectOperation",
|
|
514
|
+
"equals": "getProjectById"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"type": "Hidden",
|
|
519
|
+
"value": "=asanaBaseUrl + \"/api/1.0/projects/\" + projectId",
|
|
520
|
+
"binding": {
|
|
521
|
+
"type": "zeebe:input",
|
|
522
|
+
"name": "url"
|
|
523
|
+
},
|
|
524
|
+
"condition": {
|
|
525
|
+
"property": "projectOperation",
|
|
526
|
+
"equals": "getProjectById"
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"label": "Workspace ID",
|
|
531
|
+
"tooltip": "Globally unique identifier for the workspace or organization",
|
|
532
|
+
"group": "operation",
|
|
533
|
+
"type": "String",
|
|
534
|
+
"feel": "optional",
|
|
535
|
+
"binding": {
|
|
536
|
+
"type": "zeebe:input",
|
|
537
|
+
"name": "workspaceId"
|
|
538
|
+
},
|
|
539
|
+
"constraints": {
|
|
540
|
+
"notEmpty": true
|
|
541
|
+
},
|
|
542
|
+
"condition": {
|
|
543
|
+
"property": "projectOperation",
|
|
544
|
+
"equals": "createProjectInWorkspace"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"label": "Project name",
|
|
549
|
+
"tooltip": "Generally a short sentence fragment that fits on a line in the UI for maximum readability",
|
|
550
|
+
"group": "operation",
|
|
551
|
+
"type": "String",
|
|
552
|
+
"feel": "optional",
|
|
553
|
+
"binding": {
|
|
554
|
+
"type": "zeebe:input",
|
|
555
|
+
"name": "projectName"
|
|
556
|
+
},
|
|
557
|
+
"constraints": {
|
|
558
|
+
"notEmpty": true
|
|
559
|
+
},
|
|
560
|
+
"condition": {
|
|
561
|
+
"property": "projectOperation",
|
|
562
|
+
"equals": "createProjectInWorkspace"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"label": "Project note",
|
|
567
|
+
"tooltip": "Free-form textual information associated with the project (i.e., its description)",
|
|
568
|
+
"group": "operation",
|
|
569
|
+
"type": "Text",
|
|
570
|
+
"feel": "optional",
|
|
571
|
+
"optional": true,
|
|
572
|
+
"binding": {
|
|
573
|
+
"type": "zeebe:input",
|
|
574
|
+
"name": "projectNote"
|
|
575
|
+
},
|
|
576
|
+
"condition": {
|
|
577
|
+
"property": "projectOperation",
|
|
578
|
+
"equals": "createProjectInWorkspace"
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"type": "Hidden",
|
|
583
|
+
"value": "=asanaBaseUrl + \"/api/1.0/workspaces/\" + workspaceId + \"/projects\"",
|
|
584
|
+
"binding": {
|
|
585
|
+
"type": "zeebe:input",
|
|
586
|
+
"name": "url"
|
|
587
|
+
},
|
|
588
|
+
"condition": {
|
|
589
|
+
"property": "projectOperation",
|
|
590
|
+
"equals": "createProjectInWorkspace"
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"type": "Hidden",
|
|
595
|
+
"value": "={\"data\":{\"name\": projectName,\"notes\": if projectNote = null then null else projectNote }}",
|
|
596
|
+
"binding": {
|
|
597
|
+
"type": "zeebe:input",
|
|
598
|
+
"name": "body"
|
|
599
|
+
},
|
|
600
|
+
"condition": {
|
|
601
|
+
"property": "projectOperation",
|
|
602
|
+
"equals": "createProjectInWorkspace"
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"label": "Project ID",
|
|
607
|
+
"tooltip": "Globally unique identifier for the project",
|
|
608
|
+
"group": "operation",
|
|
609
|
+
"type": "String",
|
|
610
|
+
"feel": "optional",
|
|
611
|
+
"binding": {
|
|
612
|
+
"type": "zeebe:input",
|
|
613
|
+
"name": "projectId"
|
|
614
|
+
},
|
|
615
|
+
"constraints": {
|
|
616
|
+
"notEmpty": true
|
|
617
|
+
},
|
|
618
|
+
"condition": {
|
|
619
|
+
"property": "projectOperation",
|
|
620
|
+
"equals": "deleteProject"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"type": "Hidden",
|
|
625
|
+
"value": "=asanaBaseUrl + \"/api/1.0/projects/\" + projectId",
|
|
626
|
+
"binding": {
|
|
627
|
+
"type": "zeebe:input",
|
|
628
|
+
"name": "url"
|
|
629
|
+
},
|
|
630
|
+
"condition": {
|
|
631
|
+
"property": "projectOperation",
|
|
632
|
+
"equals": "deleteProject"
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"type": "Hidden",
|
|
637
|
+
"value": "20",
|
|
638
|
+
"binding": {
|
|
639
|
+
"type": "zeebe:input",
|
|
640
|
+
"name": "connectionTimeoutInSeconds"
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"id": "version",
|
|
645
|
+
"label": "Version",
|
|
646
|
+
"description": "Version of the element template",
|
|
647
|
+
"value": "5",
|
|
648
|
+
"group": "connector",
|
|
649
|
+
"binding": {
|
|
650
|
+
"key": "elementTemplateVersion",
|
|
651
|
+
"type": "zeebe:taskHeader"
|
|
652
|
+
},
|
|
653
|
+
"type": "Hidden"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"id": "id",
|
|
657
|
+
"label": "ID",
|
|
658
|
+
"description": "ID of the element template",
|
|
659
|
+
"value": "io.camunda.connectors.Asana.v1",
|
|
660
|
+
"group": "connector",
|
|
661
|
+
"binding": {
|
|
662
|
+
"key": "elementTemplateId",
|
|
663
|
+
"type": "zeebe:taskHeader"
|
|
664
|
+
},
|
|
665
|
+
"type": "Hidden"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"label": "Result variable",
|
|
669
|
+
"tooltip": "Name of variable to store the response in. <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">result variable documentation</a>",
|
|
670
|
+
"group": "output",
|
|
671
|
+
"type": "String",
|
|
672
|
+
"binding": {
|
|
673
|
+
"type": "zeebe:taskHeader",
|
|
674
|
+
"key": "resultVariable"
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"label": "Result expression",
|
|
679
|
+
"tooltip": "Expression to map the response into process variables. <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">result expression documentation</a>",
|
|
680
|
+
"group": "output",
|
|
681
|
+
"type": "Text",
|
|
682
|
+
"feel": "required",
|
|
683
|
+
"binding": {
|
|
684
|
+
"type": "zeebe:taskHeader",
|
|
685
|
+
"key": "resultExpression"
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"label": "Error expression",
|
|
690
|
+
"tooltip": "Expression to handle errors. <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">BPMN error handling documentation</a>",
|
|
691
|
+
"group": "errors",
|
|
692
|
+
"type": "Text",
|
|
693
|
+
"feel": "required",
|
|
694
|
+
"binding": {
|
|
695
|
+
"type": "zeebe:taskHeader",
|
|
696
|
+
"key": "errorExpression"
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
],
|
|
700
|
+
"steps": [
|
|
701
|
+
{
|
|
702
|
+
"name": "Tasks",
|
|
703
|
+
"description": "Retrieve, create or delete tasks in Asana",
|
|
704
|
+
"steps": [
|
|
705
|
+
{
|
|
706
|
+
"name": "Get tasks from a project",
|
|
707
|
+
"description": "Retrieve all tasks belonging to a specific Asana project.",
|
|
708
|
+
"keywords": [
|
|
709
|
+
"get tasks",
|
|
710
|
+
"list tasks",
|
|
711
|
+
"tasks from project",
|
|
712
|
+
"project tasks"
|
|
713
|
+
],
|
|
714
|
+
"presetId": "tasks_getTasksFromProject"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "Get a task by ID",
|
|
718
|
+
"description": "Retrieve a single Asana task by its unique identifier.",
|
|
719
|
+
"keywords": ["get task", "task by id", "fetch task", "lookup task"],
|
|
720
|
+
"presetId": "tasks_getTaskById"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"name": "Create a task",
|
|
724
|
+
"description": "Create a new task in Asana.",
|
|
725
|
+
"keywords": ["create task", "new task", "add task"],
|
|
726
|
+
"presetId": "tasks_createTask"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "Delete a task",
|
|
730
|
+
"description": "Delete an existing Asana task by its identifier.",
|
|
731
|
+
"keywords": ["delete task", "remove task", "drop task"],
|
|
732
|
+
"presetId": "tasks_deleteTask"
|
|
733
|
+
}
|
|
734
|
+
]
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"name": "Projects",
|
|
738
|
+
"description": "Retrieve, create or delete projects in Asana",
|
|
739
|
+
"steps": [
|
|
740
|
+
{
|
|
741
|
+
"name": "Get projects",
|
|
742
|
+
"description": "Retrieve the list of projects available in Asana.",
|
|
743
|
+
"keywords": ["get projects", "list projects", "all projects"],
|
|
744
|
+
"presetId": "projects_getProjects"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"name": "Get a project by ID",
|
|
748
|
+
"description": "Retrieve a single Asana project by its unique identifier.",
|
|
749
|
+
"keywords": [
|
|
750
|
+
"get project",
|
|
751
|
+
"project by id",
|
|
752
|
+
"fetch project",
|
|
753
|
+
"lookup project"
|
|
754
|
+
],
|
|
755
|
+
"presetId": "projects_getProjectById"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"name": "Create a project in a workspace",
|
|
759
|
+
"description": "Create a new project inside an Asana workspace.",
|
|
760
|
+
"keywords": [
|
|
761
|
+
"create project",
|
|
762
|
+
"new project",
|
|
763
|
+
"add project",
|
|
764
|
+
"workspace project"
|
|
765
|
+
],
|
|
766
|
+
"presetId": "projects_createProjectInWorkspace"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"name": "Delete a project",
|
|
770
|
+
"description": "Delete an existing Asana project by its identifier.",
|
|
771
|
+
"keywords": ["delete project", "remove project", "drop project"],
|
|
772
|
+
"presetId": "projects_deleteProject"
|
|
773
|
+
}
|
|
774
|
+
]
|
|
775
|
+
}
|
|
776
|
+
],
|
|
777
|
+
"presets": [
|
|
778
|
+
{
|
|
779
|
+
"id": "tasks_getTasksFromProject",
|
|
780
|
+
"properties": {
|
|
781
|
+
"operationGroup": "tasks",
|
|
782
|
+
"taskOperation": "getTasksFromProject"
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"id": "tasks_getTaskById",
|
|
787
|
+
"properties": {
|
|
788
|
+
"operationGroup": "tasks",
|
|
789
|
+
"taskOperation": "getTaskById"
|
|
790
|
+
}
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"id": "tasks_createTask",
|
|
794
|
+
"properties": {
|
|
795
|
+
"operationGroup": "tasks",
|
|
796
|
+
"taskOperation": "createTask"
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"id": "tasks_deleteTask",
|
|
801
|
+
"properties": {
|
|
802
|
+
"operationGroup": "tasks",
|
|
803
|
+
"taskOperation": "deleteTask"
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"id": "projects_getProjects",
|
|
808
|
+
"properties": {
|
|
809
|
+
"operationGroup": "projects",
|
|
810
|
+
"projectOperation": "getProjects"
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"id": "projects_getProjectById",
|
|
815
|
+
"properties": {
|
|
816
|
+
"operationGroup": "projects",
|
|
817
|
+
"projectOperation": "getProjectById"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"id": "projects_createProjectInWorkspace",
|
|
822
|
+
"properties": {
|
|
823
|
+
"operationGroup": "projects",
|
|
824
|
+
"projectOperation": "createProjectInWorkspace"
|
|
825
|
+
}
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"id": "projects_deleteProject",
|
|
829
|
+
"properties": {
|
|
830
|
+
"operationGroup": "projects",
|
|
831
|
+
"projectOperation": "deleteProject"
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
]
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
838
|
+
"name": "Asana Outbound Connector",
|
|
839
|
+
"id": "io.camunda.connectors.Asana.v1",
|
|
840
|
+
"version": 4,
|
|
841
|
+
"description": "Create, update, and manage tasks and projects in Asana.",
|
|
842
|
+
"keywords": [
|
|
843
|
+
"get task",
|
|
844
|
+
"get tasks from project",
|
|
845
|
+
"get task by ID",
|
|
846
|
+
"create task",
|
|
847
|
+
"delete task",
|
|
848
|
+
"task management",
|
|
849
|
+
"get project",
|
|
850
|
+
"get project by ID",
|
|
851
|
+
"create project",
|
|
852
|
+
"delete project",
|
|
853
|
+
"project management"
|
|
854
|
+
],
|
|
8
855
|
"icon": {
|
|
9
856
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='781.361 0 944.893 873.377'%3E%3CradialGradient id='a' cx='943.992' cy='1221.416' r='.663' gradientTransform='matrix(944.8934 0 0 -873.3772 -890717.875 1067234.75)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffb900'/%3E%3Cstop offset='.6' stop-color='%23f95d8f'/%3E%3Cstop offset='.999' stop-color='%23f95353'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23a)' d='M1520.766 462.371c-113.508 0-205.508 92-205.508 205.488 0 113.499 92 205.518 205.508 205.518 113.489 0 205.488-92.019 205.488-205.518 0-113.488-91.999-205.488-205.488-205.488zm-533.907.01c-113.489.01-205.498 91.99-205.498 205.488 0 113.489 92.009 205.498 205.498 205.498 113.498 0 205.508-92.009 205.508-205.498 0-113.499-92.01-205.488-205.518-205.488h.01zm472.447-256.883c0 113.489-91.999 205.518-205.488 205.518-113.508 0-205.508-92.029-205.508-205.518S1140.31 0 1253.817 0c113.489 0 205.479 92.009 205.479 205.498h.01z'/%3E%3C/svg%3E"
|
|
10
857
|
},
|
|
@@ -18,7 +865,7 @@
|
|
|
18
865
|
"value": "bpmn:ServiceTask"
|
|
19
866
|
},
|
|
20
867
|
"engines": {
|
|
21
|
-
"camunda": "^8.
|
|
868
|
+
"camunda": "^8.3"
|
|
22
869
|
},
|
|
23
870
|
"groups": [
|
|
24
871
|
{
|
|
@@ -29,6 +876,10 @@
|
|
|
29
876
|
"id": "authentication",
|
|
30
877
|
"label": "Authentication"
|
|
31
878
|
},
|
|
879
|
+
{
|
|
880
|
+
"id": "connector",
|
|
881
|
+
"label": "Connector"
|
|
882
|
+
},
|
|
32
883
|
{
|
|
33
884
|
"id": "output",
|
|
34
885
|
"label": "Output"
|
|
@@ -196,7 +1047,7 @@
|
|
|
196
1047
|
},
|
|
197
1048
|
"condition": {
|
|
198
1049
|
"property": "taskOperation",
|
|
199
|
-
"
|
|
1050
|
+
"equals": "createTask"
|
|
200
1051
|
}
|
|
201
1052
|
},
|
|
202
1053
|
{
|
|
@@ -208,7 +1059,7 @@
|
|
|
208
1059
|
},
|
|
209
1060
|
"condition": {
|
|
210
1061
|
"property": "projectOperation",
|
|
211
|
-
"
|
|
1062
|
+
"equals": "createProjectInWorkspace"
|
|
212
1063
|
}
|
|
213
1064
|
},
|
|
214
1065
|
{
|
|
@@ -220,7 +1071,7 @@
|
|
|
220
1071
|
},
|
|
221
1072
|
"condition": {
|
|
222
1073
|
"property": "taskOperation",
|
|
223
|
-
"
|
|
1074
|
+
"equals": "deleteTask"
|
|
224
1075
|
}
|
|
225
1076
|
},
|
|
226
1077
|
{
|
|
@@ -232,7 +1083,7 @@
|
|
|
232
1083
|
},
|
|
233
1084
|
"condition": {
|
|
234
1085
|
"property": "projectOperation",
|
|
235
|
-
"
|
|
1086
|
+
"equals": "deleteProject"
|
|
236
1087
|
}
|
|
237
1088
|
},
|
|
238
1089
|
{
|
|
@@ -250,7 +1101,7 @@
|
|
|
250
1101
|
},
|
|
251
1102
|
"condition": {
|
|
252
1103
|
"property": "taskOperation",
|
|
253
|
-
"
|
|
1104
|
+
"equals": "getTasksFromProject"
|
|
254
1105
|
}
|
|
255
1106
|
},
|
|
256
1107
|
{
|
|
@@ -262,7 +1113,7 @@
|
|
|
262
1113
|
},
|
|
263
1114
|
"condition": {
|
|
264
1115
|
"property": "taskOperation",
|
|
265
|
-
"
|
|
1116
|
+
"equals": "getTasksFromProject"
|
|
266
1117
|
}
|
|
267
1118
|
},
|
|
268
1119
|
{
|
|
@@ -274,7 +1125,7 @@
|
|
|
274
1125
|
},
|
|
275
1126
|
"condition": {
|
|
276
1127
|
"property": "taskOperation",
|
|
277
|
-
"
|
|
1128
|
+
"equals": "getTasksFromProject"
|
|
278
1129
|
}
|
|
279
1130
|
},
|
|
280
1131
|
{
|
|
@@ -292,7 +1143,7 @@
|
|
|
292
1143
|
},
|
|
293
1144
|
"condition": {
|
|
294
1145
|
"property": "taskOperation",
|
|
295
|
-
"
|
|
1146
|
+
"equals": "getTaskById"
|
|
296
1147
|
}
|
|
297
1148
|
},
|
|
298
1149
|
{
|
|
@@ -304,7 +1155,7 @@
|
|
|
304
1155
|
},
|
|
305
1156
|
"condition": {
|
|
306
1157
|
"property": "taskOperation",
|
|
307
|
-
"
|
|
1158
|
+
"equals": "getTaskById"
|
|
308
1159
|
}
|
|
309
1160
|
},
|
|
310
1161
|
{
|
|
@@ -322,7 +1173,7 @@
|
|
|
322
1173
|
},
|
|
323
1174
|
"condition": {
|
|
324
1175
|
"property": "taskOperation",
|
|
325
|
-
"
|
|
1176
|
+
"equals": "deleteTask"
|
|
326
1177
|
}
|
|
327
1178
|
},
|
|
328
1179
|
{
|
|
@@ -334,7 +1185,7 @@
|
|
|
334
1185
|
},
|
|
335
1186
|
"condition": {
|
|
336
1187
|
"property": "taskOperation",
|
|
337
|
-
"
|
|
1188
|
+
"equals": "deleteTask"
|
|
338
1189
|
}
|
|
339
1190
|
},
|
|
340
1191
|
{
|
|
@@ -352,7 +1203,7 @@
|
|
|
352
1203
|
},
|
|
353
1204
|
"condition": {
|
|
354
1205
|
"property": "taskOperation",
|
|
355
|
-
"
|
|
1206
|
+
"equals": "createTask"
|
|
356
1207
|
}
|
|
357
1208
|
},
|
|
358
1209
|
{
|
|
@@ -370,7 +1221,7 @@
|
|
|
370
1221
|
},
|
|
371
1222
|
"condition": {
|
|
372
1223
|
"property": "taskOperation",
|
|
373
|
-
"
|
|
1224
|
+
"equals": "createTask"
|
|
374
1225
|
}
|
|
375
1226
|
},
|
|
376
1227
|
{
|
|
@@ -386,7 +1237,7 @@
|
|
|
386
1237
|
},
|
|
387
1238
|
"condition": {
|
|
388
1239
|
"property": "taskOperation",
|
|
389
|
-
"
|
|
1240
|
+
"equals": "createTask"
|
|
390
1241
|
}
|
|
391
1242
|
},
|
|
392
1243
|
{
|
|
@@ -402,7 +1253,7 @@
|
|
|
402
1253
|
},
|
|
403
1254
|
"condition": {
|
|
404
1255
|
"property": "taskOperation",
|
|
405
|
-
"
|
|
1256
|
+
"equals": "createTask"
|
|
406
1257
|
}
|
|
407
1258
|
},
|
|
408
1259
|
{
|
|
@@ -414,7 +1265,7 @@
|
|
|
414
1265
|
},
|
|
415
1266
|
"condition": {
|
|
416
1267
|
"property": "taskOperation",
|
|
417
|
-
"
|
|
1268
|
+
"equals": "createTask"
|
|
418
1269
|
}
|
|
419
1270
|
},
|
|
420
1271
|
{
|
|
@@ -426,7 +1277,7 @@
|
|
|
426
1277
|
},
|
|
427
1278
|
"condition": {
|
|
428
1279
|
"property": "taskOperation",
|
|
429
|
-
"
|
|
1280
|
+
"equals": "createTask"
|
|
430
1281
|
}
|
|
431
1282
|
},
|
|
432
1283
|
{
|
|
@@ -442,7 +1293,7 @@
|
|
|
442
1293
|
},
|
|
443
1294
|
"condition": {
|
|
444
1295
|
"property": "projectOperation",
|
|
445
|
-
"
|
|
1296
|
+
"equals": "getProjects"
|
|
446
1297
|
}
|
|
447
1298
|
},
|
|
448
1299
|
{
|
|
@@ -458,7 +1309,7 @@
|
|
|
458
1309
|
},
|
|
459
1310
|
"condition": {
|
|
460
1311
|
"property": "projectOperation",
|
|
461
|
-
"
|
|
1312
|
+
"equals": "getProjects"
|
|
462
1313
|
}
|
|
463
1314
|
},
|
|
464
1315
|
{
|
|
@@ -470,7 +1321,7 @@
|
|
|
470
1321
|
},
|
|
471
1322
|
"condition": {
|
|
472
1323
|
"property": "projectOperation",
|
|
473
|
-
"
|
|
1324
|
+
"equals": "getProjects"
|
|
474
1325
|
}
|
|
475
1326
|
},
|
|
476
1327
|
{
|
|
@@ -482,7 +1333,7 @@
|
|
|
482
1333
|
},
|
|
483
1334
|
"condition": {
|
|
484
1335
|
"property": "projectOperation",
|
|
485
|
-
"
|
|
1336
|
+
"equals": "getProjects"
|
|
486
1337
|
}
|
|
487
1338
|
},
|
|
488
1339
|
{
|
|
@@ -500,7 +1351,7 @@
|
|
|
500
1351
|
},
|
|
501
1352
|
"condition": {
|
|
502
1353
|
"property": "projectOperation",
|
|
503
|
-
"
|
|
1354
|
+
"equals": "getProjectById"
|
|
504
1355
|
}
|
|
505
1356
|
},
|
|
506
1357
|
{
|
|
@@ -512,7 +1363,7 @@
|
|
|
512
1363
|
},
|
|
513
1364
|
"condition": {
|
|
514
1365
|
"property": "projectOperation",
|
|
515
|
-
"
|
|
1366
|
+
"equals": "getProjectById"
|
|
516
1367
|
}
|
|
517
1368
|
},
|
|
518
1369
|
{
|
|
@@ -530,7 +1381,7 @@
|
|
|
530
1381
|
},
|
|
531
1382
|
"condition": {
|
|
532
1383
|
"property": "projectOperation",
|
|
533
|
-
"
|
|
1384
|
+
"equals": "createProjectInWorkspace"
|
|
534
1385
|
}
|
|
535
1386
|
},
|
|
536
1387
|
{
|
|
@@ -548,7 +1399,7 @@
|
|
|
548
1399
|
},
|
|
549
1400
|
"condition": {
|
|
550
1401
|
"property": "projectOperation",
|
|
551
|
-
"
|
|
1402
|
+
"equals": "createProjectInWorkspace"
|
|
552
1403
|
}
|
|
553
1404
|
},
|
|
554
1405
|
{
|
|
@@ -564,7 +1415,7 @@
|
|
|
564
1415
|
},
|
|
565
1416
|
"condition": {
|
|
566
1417
|
"property": "projectOperation",
|
|
567
|
-
"
|
|
1418
|
+
"equals": "createProjectInWorkspace"
|
|
568
1419
|
}
|
|
569
1420
|
},
|
|
570
1421
|
{
|
|
@@ -576,7 +1427,7 @@
|
|
|
576
1427
|
},
|
|
577
1428
|
"condition": {
|
|
578
1429
|
"property": "projectOperation",
|
|
579
|
-
"
|
|
1430
|
+
"equals": "createProjectInWorkspace"
|
|
580
1431
|
}
|
|
581
1432
|
},
|
|
582
1433
|
{
|
|
@@ -588,7 +1439,7 @@
|
|
|
588
1439
|
},
|
|
589
1440
|
"condition": {
|
|
590
1441
|
"property": "projectOperation",
|
|
591
|
-
"
|
|
1442
|
+
"equals": "createProjectInWorkspace"
|
|
592
1443
|
}
|
|
593
1444
|
},
|
|
594
1445
|
{
|
|
@@ -606,7 +1457,7 @@
|
|
|
606
1457
|
},
|
|
607
1458
|
"condition": {
|
|
608
1459
|
"property": "projectOperation",
|
|
609
|
-
"
|
|
1460
|
+
"equals": "deleteProject"
|
|
610
1461
|
}
|
|
611
1462
|
},
|
|
612
1463
|
{
|
|
@@ -618,7 +1469,7 @@
|
|
|
618
1469
|
},
|
|
619
1470
|
"condition": {
|
|
620
1471
|
"property": "projectOperation",
|
|
621
|
-
"
|
|
1472
|
+
"equals": "deleteProject"
|
|
622
1473
|
}
|
|
623
1474
|
},
|
|
624
1475
|
{
|
|
@@ -629,6 +1480,30 @@
|
|
|
629
1480
|
"name": "connectionTimeoutInSeconds"
|
|
630
1481
|
}
|
|
631
1482
|
},
|
|
1483
|
+
{
|
|
1484
|
+
"id": "version",
|
|
1485
|
+
"label": "Version",
|
|
1486
|
+
"description": "Version of the element template",
|
|
1487
|
+
"value": "4",
|
|
1488
|
+
"group": "connector",
|
|
1489
|
+
"binding": {
|
|
1490
|
+
"key": "elementTemplateVersion",
|
|
1491
|
+
"type": "zeebe:taskHeader"
|
|
1492
|
+
},
|
|
1493
|
+
"type": "Hidden"
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"id": "id",
|
|
1497
|
+
"label": "ID",
|
|
1498
|
+
"description": "ID of the element template",
|
|
1499
|
+
"value": "io.camunda.connectors.Asana.v1",
|
|
1500
|
+
"group": "connector",
|
|
1501
|
+
"binding": {
|
|
1502
|
+
"key": "elementTemplateId",
|
|
1503
|
+
"type": "zeebe:taskHeader"
|
|
1504
|
+
},
|
|
1505
|
+
"type": "Hidden"
|
|
1506
|
+
},
|
|
632
1507
|
{
|
|
633
1508
|
"label": "Result variable",
|
|
634
1509
|
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
@@ -652,7 +1527,7 @@
|
|
|
652
1527
|
},
|
|
653
1528
|
{
|
|
654
1529
|
"label": "Error expression",
|
|
655
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1530
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
656
1531
|
"group": "errors",
|
|
657
1532
|
"type": "Text",
|
|
658
1533
|
"feel": "required",
|
|
@@ -2032,21 +2907,8 @@
|
|
|
2032
2907
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2033
2908
|
"name": "Asana Outbound Connector",
|
|
2034
2909
|
"id": "io.camunda.connectors.Asana.v1",
|
|
2035
|
-
"version":
|
|
2036
|
-
"description": "
|
|
2037
|
-
"keywords": [
|
|
2038
|
-
"get task",
|
|
2039
|
-
"get tasks from project",
|
|
2040
|
-
"get task by ID",
|
|
2041
|
-
"create task",
|
|
2042
|
-
"delete task",
|
|
2043
|
-
"task management",
|
|
2044
|
-
"get project",
|
|
2045
|
-
"get project by ID",
|
|
2046
|
-
"create project",
|
|
2047
|
-
"delete project",
|
|
2048
|
-
"project management"
|
|
2049
|
-
],
|
|
2910
|
+
"version": 2,
|
|
2911
|
+
"description": "Manage your Asana project with Camunda",
|
|
2050
2912
|
"icon": {
|
|
2051
2913
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='781.361 0 944.893 873.377'%3E%3CradialGradient id='a' cx='943.992' cy='1221.416' r='.663' gradientTransform='matrix(944.8934 0 0 -873.3772 -890717.875 1067234.75)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffb900'/%3E%3Cstop offset='.6' stop-color='%23f95d8f'/%3E%3Cstop offset='.999' stop-color='%23f95353'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23a)' d='M1520.766 462.371c-113.508 0-205.508 92-205.508 205.488 0 113.499 92 205.518 205.508 205.518 113.489 0 205.488-92.019 205.488-205.518 0-113.488-91.999-205.488-205.488-205.488zm-533.907.01c-113.489.01-205.498 91.99-205.498 205.488 0 113.489 92.009 205.498 205.498 205.498 113.498 0 205.508-92.009 205.508-205.498 0-113.499-92.01-205.488-205.518-205.488h.01zm472.447-256.883c0 113.489-91.999 205.518-205.488 205.518-113.508 0-205.508-92.029-205.508-205.518S1140.31 0 1253.817 0c113.489 0 205.479 92.009 205.479 205.498h.01z'/%3E%3C/svg%3E"
|
|
2052
2914
|
},
|
|
@@ -2060,7 +2922,7 @@
|
|
|
2060
2922
|
"value": "bpmn:ServiceTask"
|
|
2061
2923
|
},
|
|
2062
2924
|
"engines": {
|
|
2063
|
-
"camunda": "^8.
|
|
2925
|
+
"camunda": "^8.2"
|
|
2064
2926
|
},
|
|
2065
2927
|
"groups": [
|
|
2066
2928
|
{
|
|
@@ -2071,10 +2933,6 @@
|
|
|
2071
2933
|
"id": "authentication",
|
|
2072
2934
|
"label": "Authentication"
|
|
2073
2935
|
},
|
|
2074
|
-
{
|
|
2075
|
-
"id": "connector",
|
|
2076
|
-
"label": "Connector"
|
|
2077
|
-
},
|
|
2078
2936
|
{
|
|
2079
2937
|
"id": "output",
|
|
2080
2938
|
"label": "Output"
|
|
@@ -2242,7 +3100,7 @@
|
|
|
2242
3100
|
},
|
|
2243
3101
|
"condition": {
|
|
2244
3102
|
"property": "taskOperation",
|
|
2245
|
-
"
|
|
3103
|
+
"oneOf": ["createTask"]
|
|
2246
3104
|
}
|
|
2247
3105
|
},
|
|
2248
3106
|
{
|
|
@@ -2254,7 +3112,7 @@
|
|
|
2254
3112
|
},
|
|
2255
3113
|
"condition": {
|
|
2256
3114
|
"property": "projectOperation",
|
|
2257
|
-
"
|
|
3115
|
+
"oneOf": ["createProject"]
|
|
2258
3116
|
}
|
|
2259
3117
|
},
|
|
2260
3118
|
{
|
|
@@ -2266,7 +3124,7 @@
|
|
|
2266
3124
|
},
|
|
2267
3125
|
"condition": {
|
|
2268
3126
|
"property": "taskOperation",
|
|
2269
|
-
"
|
|
3127
|
+
"oneOf": ["deleteTask"]
|
|
2270
3128
|
}
|
|
2271
3129
|
},
|
|
2272
3130
|
{
|
|
@@ -2278,7 +3136,7 @@
|
|
|
2278
3136
|
},
|
|
2279
3137
|
"condition": {
|
|
2280
3138
|
"property": "projectOperation",
|
|
2281
|
-
"
|
|
3139
|
+
"oneOf": ["deleteProject"]
|
|
2282
3140
|
}
|
|
2283
3141
|
},
|
|
2284
3142
|
{
|
|
@@ -2296,7 +3154,7 @@
|
|
|
2296
3154
|
},
|
|
2297
3155
|
"condition": {
|
|
2298
3156
|
"property": "taskOperation",
|
|
2299
|
-
"
|
|
3157
|
+
"oneOf": ["getTasksFromProject"]
|
|
2300
3158
|
}
|
|
2301
3159
|
},
|
|
2302
3160
|
{
|
|
@@ -2308,7 +3166,7 @@
|
|
|
2308
3166
|
},
|
|
2309
3167
|
"condition": {
|
|
2310
3168
|
"property": "taskOperation",
|
|
2311
|
-
"
|
|
3169
|
+
"oneOf": ["getTasksFromProject"]
|
|
2312
3170
|
}
|
|
2313
3171
|
},
|
|
2314
3172
|
{
|
|
@@ -2320,7 +3178,7 @@
|
|
|
2320
3178
|
},
|
|
2321
3179
|
"condition": {
|
|
2322
3180
|
"property": "taskOperation",
|
|
2323
|
-
"
|
|
3181
|
+
"oneOf": ["getTasksFromProject"]
|
|
2324
3182
|
}
|
|
2325
3183
|
},
|
|
2326
3184
|
{
|
|
@@ -2338,7 +3196,7 @@
|
|
|
2338
3196
|
},
|
|
2339
3197
|
"condition": {
|
|
2340
3198
|
"property": "taskOperation",
|
|
2341
|
-
"
|
|
3199
|
+
"oneOf": ["getTaskById"]
|
|
2342
3200
|
}
|
|
2343
3201
|
},
|
|
2344
3202
|
{
|
|
@@ -2350,7 +3208,7 @@
|
|
|
2350
3208
|
},
|
|
2351
3209
|
"condition": {
|
|
2352
3210
|
"property": "taskOperation",
|
|
2353
|
-
"
|
|
3211
|
+
"oneOf": ["getTaskById"]
|
|
2354
3212
|
}
|
|
2355
3213
|
},
|
|
2356
3214
|
{
|
|
@@ -2368,7 +3226,7 @@
|
|
|
2368
3226
|
},
|
|
2369
3227
|
"condition": {
|
|
2370
3228
|
"property": "taskOperation",
|
|
2371
|
-
"
|
|
3229
|
+
"oneOf": ["deleteTask"]
|
|
2372
3230
|
}
|
|
2373
3231
|
},
|
|
2374
3232
|
{
|
|
@@ -2380,7 +3238,7 @@
|
|
|
2380
3238
|
},
|
|
2381
3239
|
"condition": {
|
|
2382
3240
|
"property": "taskOperation",
|
|
2383
|
-
"
|
|
3241
|
+
"oneOf": ["deleteTask"]
|
|
2384
3242
|
}
|
|
2385
3243
|
},
|
|
2386
3244
|
{
|
|
@@ -2398,7 +3256,7 @@
|
|
|
2398
3256
|
},
|
|
2399
3257
|
"condition": {
|
|
2400
3258
|
"property": "taskOperation",
|
|
2401
|
-
"
|
|
3259
|
+
"oneOf": ["createTask"]
|
|
2402
3260
|
}
|
|
2403
3261
|
},
|
|
2404
3262
|
{
|
|
@@ -2416,7 +3274,7 @@
|
|
|
2416
3274
|
},
|
|
2417
3275
|
"condition": {
|
|
2418
3276
|
"property": "taskOperation",
|
|
2419
|
-
"
|
|
3277
|
+
"oneOf": ["createTask"]
|
|
2420
3278
|
}
|
|
2421
3279
|
},
|
|
2422
3280
|
{
|
|
@@ -2432,7 +3290,7 @@
|
|
|
2432
3290
|
},
|
|
2433
3291
|
"condition": {
|
|
2434
3292
|
"property": "taskOperation",
|
|
2435
|
-
"
|
|
3293
|
+
"oneOf": ["createTask"]
|
|
2436
3294
|
}
|
|
2437
3295
|
},
|
|
2438
3296
|
{
|
|
@@ -2448,7 +3306,7 @@
|
|
|
2448
3306
|
},
|
|
2449
3307
|
"condition": {
|
|
2450
3308
|
"property": "taskOperation",
|
|
2451
|
-
"
|
|
3309
|
+
"oneOf": ["createTask"]
|
|
2452
3310
|
}
|
|
2453
3311
|
},
|
|
2454
3312
|
{
|
|
@@ -2460,7 +3318,7 @@
|
|
|
2460
3318
|
},
|
|
2461
3319
|
"condition": {
|
|
2462
3320
|
"property": "taskOperation",
|
|
2463
|
-
"
|
|
3321
|
+
"oneOf": ["createTask"]
|
|
2464
3322
|
}
|
|
2465
3323
|
},
|
|
2466
3324
|
{
|
|
@@ -2472,7 +3330,7 @@
|
|
|
2472
3330
|
},
|
|
2473
3331
|
"condition": {
|
|
2474
3332
|
"property": "taskOperation",
|
|
2475
|
-
"
|
|
3333
|
+
"oneOf": ["createTask"]
|
|
2476
3334
|
}
|
|
2477
3335
|
},
|
|
2478
3336
|
{
|
|
@@ -2488,7 +3346,7 @@
|
|
|
2488
3346
|
},
|
|
2489
3347
|
"condition": {
|
|
2490
3348
|
"property": "projectOperation",
|
|
2491
|
-
"
|
|
3349
|
+
"oneOf": ["getProjects"]
|
|
2492
3350
|
}
|
|
2493
3351
|
},
|
|
2494
3352
|
{
|
|
@@ -2504,7 +3362,7 @@
|
|
|
2504
3362
|
},
|
|
2505
3363
|
"condition": {
|
|
2506
3364
|
"property": "projectOperation",
|
|
2507
|
-
"
|
|
3365
|
+
"oneOf": ["getProjects"]
|
|
2508
3366
|
}
|
|
2509
3367
|
},
|
|
2510
3368
|
{
|
|
@@ -2516,7 +3374,7 @@
|
|
|
2516
3374
|
},
|
|
2517
3375
|
"condition": {
|
|
2518
3376
|
"property": "projectOperation",
|
|
2519
|
-
"
|
|
3377
|
+
"oneOf": ["getProjects"]
|
|
2520
3378
|
}
|
|
2521
3379
|
},
|
|
2522
3380
|
{
|
|
@@ -2528,7 +3386,7 @@
|
|
|
2528
3386
|
},
|
|
2529
3387
|
"condition": {
|
|
2530
3388
|
"property": "projectOperation",
|
|
2531
|
-
"
|
|
3389
|
+
"oneOf": ["getProjects"]
|
|
2532
3390
|
}
|
|
2533
3391
|
},
|
|
2534
3392
|
{
|
|
@@ -2546,7 +3404,7 @@
|
|
|
2546
3404
|
},
|
|
2547
3405
|
"condition": {
|
|
2548
3406
|
"property": "projectOperation",
|
|
2549
|
-
"
|
|
3407
|
+
"oneOf": ["getProjectById"]
|
|
2550
3408
|
}
|
|
2551
3409
|
},
|
|
2552
3410
|
{
|
|
@@ -2558,7 +3416,7 @@
|
|
|
2558
3416
|
},
|
|
2559
3417
|
"condition": {
|
|
2560
3418
|
"property": "projectOperation",
|
|
2561
|
-
"
|
|
3419
|
+
"oneOf": ["getProjectById"]
|
|
2562
3420
|
}
|
|
2563
3421
|
},
|
|
2564
3422
|
{
|
|
@@ -2576,7 +3434,7 @@
|
|
|
2576
3434
|
},
|
|
2577
3435
|
"condition": {
|
|
2578
3436
|
"property": "projectOperation",
|
|
2579
|
-
"
|
|
3437
|
+
"oneOf": ["createProjectInWorkspace"]
|
|
2580
3438
|
}
|
|
2581
3439
|
},
|
|
2582
3440
|
{
|
|
@@ -2594,7 +3452,7 @@
|
|
|
2594
3452
|
},
|
|
2595
3453
|
"condition": {
|
|
2596
3454
|
"property": "projectOperation",
|
|
2597
|
-
"
|
|
3455
|
+
"oneOf": ["createProjectInWorkspace"]
|
|
2598
3456
|
}
|
|
2599
3457
|
},
|
|
2600
3458
|
{
|
|
@@ -2610,7 +3468,7 @@
|
|
|
2610
3468
|
},
|
|
2611
3469
|
"condition": {
|
|
2612
3470
|
"property": "projectOperation",
|
|
2613
|
-
"
|
|
3471
|
+
"oneOf": ["createProjectInWorkspace"]
|
|
2614
3472
|
}
|
|
2615
3473
|
},
|
|
2616
3474
|
{
|
|
@@ -2622,7 +3480,7 @@
|
|
|
2622
3480
|
},
|
|
2623
3481
|
"condition": {
|
|
2624
3482
|
"property": "projectOperation",
|
|
2625
|
-
"
|
|
3483
|
+
"oneOf": ["createProjectInWorkspace"]
|
|
2626
3484
|
}
|
|
2627
3485
|
},
|
|
2628
3486
|
{
|
|
@@ -2634,7 +3492,7 @@
|
|
|
2634
3492
|
},
|
|
2635
3493
|
"condition": {
|
|
2636
3494
|
"property": "projectOperation",
|
|
2637
|
-
"
|
|
3495
|
+
"oneOf": ["createProjectInWorkspace"]
|
|
2638
3496
|
}
|
|
2639
3497
|
},
|
|
2640
3498
|
{
|
|
@@ -2652,7 +3510,7 @@
|
|
|
2652
3510
|
},
|
|
2653
3511
|
"condition": {
|
|
2654
3512
|
"property": "projectOperation",
|
|
2655
|
-
"
|
|
3513
|
+
"oneOf": ["deleteProject"]
|
|
2656
3514
|
}
|
|
2657
3515
|
},
|
|
2658
3516
|
{
|
|
@@ -2664,7 +3522,7 @@
|
|
|
2664
3522
|
},
|
|
2665
3523
|
"condition": {
|
|
2666
3524
|
"property": "projectOperation",
|
|
2667
|
-
"
|
|
3525
|
+
"oneOf": ["deleteProject"]
|
|
2668
3526
|
}
|
|
2669
3527
|
},
|
|
2670
3528
|
{
|
|
@@ -2675,30 +3533,6 @@
|
|
|
2675
3533
|
"name": "connectionTimeoutInSeconds"
|
|
2676
3534
|
}
|
|
2677
3535
|
},
|
|
2678
|
-
{
|
|
2679
|
-
"id": "version",
|
|
2680
|
-
"label": "Version",
|
|
2681
|
-
"description": "Version of the element template",
|
|
2682
|
-
"value": "3",
|
|
2683
|
-
"group": "connector",
|
|
2684
|
-
"binding": {
|
|
2685
|
-
"key": "elementTemplateVersion",
|
|
2686
|
-
"type": "zeebe:taskHeader"
|
|
2687
|
-
},
|
|
2688
|
-
"type": "Hidden"
|
|
2689
|
-
},
|
|
2690
|
-
{
|
|
2691
|
-
"id": "id",
|
|
2692
|
-
"label": "ID",
|
|
2693
|
-
"description": "ID of the element template",
|
|
2694
|
-
"value": "io.camunda.connectors.Asana.v1",
|
|
2695
|
-
"group": "connector",
|
|
2696
|
-
"binding": {
|
|
2697
|
-
"key": "elementTemplateId",
|
|
2698
|
-
"type": "zeebe:taskHeader"
|
|
2699
|
-
},
|
|
2700
|
-
"type": "Hidden"
|
|
2701
|
-
},
|
|
2702
3536
|
{
|
|
2703
3537
|
"label": "Result variable",
|
|
2704
3538
|
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
@@ -2722,7 +3556,7 @@
|
|
|
2722
3556
|
},
|
|
2723
3557
|
{
|
|
2724
3558
|
"label": "Error expression",
|
|
2725
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
3559
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
|
|
2726
3560
|
"group": "errors",
|
|
2727
3561
|
"type": "Text",
|
|
2728
3562
|
"feel": "required",
|