@camunda/connectors-element-templates 1.0.16 → 1.0.18

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.
Files changed (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1406 -798
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -1,4 +1,709 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Asana Outbound Connector",
5
+ "id": "io.camunda.connectors.Asana.v1",
6
+ "version": 4,
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
+ "description": "Choose operation group",
101
+ "type": "Dropdown",
102
+ "choices": [
103
+ {
104
+ "name": "Tasks",
105
+ "value": "tasks"
106
+ },
107
+ {
108
+ "name": "Projects",
109
+ "value": "projects"
110
+ }
111
+ ],
112
+ "binding": {
113
+ "type": "zeebe:input",
114
+ "name": "operationGroup"
115
+ }
116
+ },
117
+ {
118
+ "label": "Operation",
119
+ "id": "taskOperation",
120
+ "group": "operation",
121
+ "description": "Choose operation to perform",
122
+ "type": "Dropdown",
123
+ "choices": [
124
+ {
125
+ "name": "Get tasks from a project",
126
+ "value": "getTasksFromProject"
127
+ },
128
+ {
129
+ "name": "Get a task by ID",
130
+ "value": "getTaskById"
131
+ },
132
+ {
133
+ "name": "Create a task",
134
+ "value": "createTask"
135
+ },
136
+ {
137
+ "name": "Delete a task",
138
+ "value": "deleteTask"
139
+ }
140
+ ],
141
+ "binding": {
142
+ "type": "zeebe:input",
143
+ "name": "operation"
144
+ },
145
+ "condition": {
146
+ "property": "operationGroup",
147
+ "equals": "tasks"
148
+ }
149
+ },
150
+ {
151
+ "label": "Operation",
152
+ "id": "projectOperation",
153
+ "group": "operation",
154
+ "description": "Choose operation to perform",
155
+ "type": "Dropdown",
156
+ "choices": [
157
+ {
158
+ "name": "Get projects",
159
+ "value": "getProjects"
160
+ },
161
+ {
162
+ "name": "Get a project by ID",
163
+ "value": "getProjectById"
164
+ },
165
+ {
166
+ "name": "Create a project in a workspace",
167
+ "value": "createProjectInWorkspace"
168
+ },
169
+ {
170
+ "name": "Delete a project",
171
+ "value": "deleteProject"
172
+ }
173
+ ],
174
+ "binding": {
175
+ "type": "zeebe:input",
176
+ "name": "operation"
177
+ },
178
+ "condition": {
179
+ "property": "operationGroup",
180
+ "equals": "projects"
181
+ }
182
+ },
183
+ {
184
+ "type": "Hidden",
185
+ "value": "get",
186
+ "binding": {
187
+ "type": "zeebe:input",
188
+ "name": "method"
189
+ },
190
+ "condition": {
191
+ "property": "taskOperation",
192
+ "oneOf": ["getTasksFromProject", "getTaskById"]
193
+ }
194
+ },
195
+ {
196
+ "type": "Hidden",
197
+ "value": "get",
198
+ "binding": {
199
+ "type": "zeebe:input",
200
+ "name": "method"
201
+ },
202
+ "condition": {
203
+ "property": "projectOperation",
204
+ "oneOf": ["getProjects", "getProjectById"]
205
+ }
206
+ },
207
+ {
208
+ "type": "Hidden",
209
+ "value": "post",
210
+ "binding": {
211
+ "type": "zeebe:input",
212
+ "name": "method"
213
+ },
214
+ "condition": {
215
+ "property": "taskOperation",
216
+ "equals": "createTask"
217
+ }
218
+ },
219
+ {
220
+ "type": "Hidden",
221
+ "value": "post",
222
+ "binding": {
223
+ "type": "zeebe:input",
224
+ "name": "method"
225
+ },
226
+ "condition": {
227
+ "property": "projectOperation",
228
+ "equals": "createProjectInWorkspace"
229
+ }
230
+ },
231
+ {
232
+ "type": "Hidden",
233
+ "value": "delete",
234
+ "binding": {
235
+ "type": "zeebe:input",
236
+ "name": "method"
237
+ },
238
+ "condition": {
239
+ "property": "taskOperation",
240
+ "equals": "deleteTask"
241
+ }
242
+ },
243
+ {
244
+ "type": "Hidden",
245
+ "value": "delete",
246
+ "binding": {
247
+ "type": "zeebe:input",
248
+ "name": "method"
249
+ },
250
+ "condition": {
251
+ "property": "projectOperation",
252
+ "equals": "deleteProject"
253
+ }
254
+ },
255
+ {
256
+ "label": "Project ID",
257
+ "description": "Globally unique identifier for the project",
258
+ "group": "operation",
259
+ "type": "String",
260
+ "feel": "optional",
261
+ "binding": {
262
+ "type": "zeebe:input",
263
+ "name": "projectId"
264
+ },
265
+ "constraints": {
266
+ "notEmpty": true
267
+ },
268
+ "condition": {
269
+ "property": "taskOperation",
270
+ "equals": "getTasksFromProject"
271
+ }
272
+ },
273
+ {
274
+ "type": "Hidden",
275
+ "value": "=asanaBaseUrl + \"/api/1.0/tasks\"",
276
+ "binding": {
277
+ "type": "zeebe:input",
278
+ "name": "url"
279
+ },
280
+ "condition": {
281
+ "property": "taskOperation",
282
+ "equals": "getTasksFromProject"
283
+ }
284
+ },
285
+ {
286
+ "type": "Hidden",
287
+ "value": "={\"project\":projectId}",
288
+ "binding": {
289
+ "type": "zeebe:input",
290
+ "name": "queryParameters"
291
+ },
292
+ "condition": {
293
+ "property": "taskOperation",
294
+ "equals": "getTasksFromProject"
295
+ }
296
+ },
297
+ {
298
+ "label": "Task ID",
299
+ "description": "The task to operate on",
300
+ "group": "operation",
301
+ "type": "String",
302
+ "feel": "optional",
303
+ "binding": {
304
+ "type": "zeebe:input",
305
+ "name": "taskId"
306
+ },
307
+ "constraints": {
308
+ "notEmpty": true
309
+ },
310
+ "condition": {
311
+ "property": "taskOperation",
312
+ "equals": "getTaskById"
313
+ }
314
+ },
315
+ {
316
+ "type": "Hidden",
317
+ "value": "=asanaBaseUrl + \"/api/1.0/tasks/\" + taskId",
318
+ "binding": {
319
+ "type": "zeebe:input",
320
+ "name": "url"
321
+ },
322
+ "condition": {
323
+ "property": "taskOperation",
324
+ "equals": "getTaskById"
325
+ }
326
+ },
327
+ {
328
+ "label": "Task ID",
329
+ "description": "The task to operate on",
330
+ "group": "operation",
331
+ "type": "String",
332
+ "feel": "optional",
333
+ "binding": {
334
+ "type": "zeebe:input",
335
+ "name": "taskId"
336
+ },
337
+ "constraints": {
338
+ "notEmpty": true
339
+ },
340
+ "condition": {
341
+ "property": "taskOperation",
342
+ "equals": "deleteTask"
343
+ }
344
+ },
345
+ {
346
+ "type": "Hidden",
347
+ "value": "=asanaBaseUrl + \"/api/1.0/tasks/\" + taskId",
348
+ "binding": {
349
+ "type": "zeebe:input",
350
+ "name": "url"
351
+ },
352
+ "condition": {
353
+ "property": "taskOperation",
354
+ "equals": "deleteTask"
355
+ }
356
+ },
357
+ {
358
+ "label": "Task name",
359
+ "description": "The name of the task",
360
+ "group": "operation",
361
+ "type": "String",
362
+ "feel": "optional",
363
+ "binding": {
364
+ "type": "zeebe:input",
365
+ "name": "taskName"
366
+ },
367
+ "constraints": {
368
+ "notEmpty": true
369
+ },
370
+ "condition": {
371
+ "property": "taskOperation",
372
+ "equals": "createTask"
373
+ }
374
+ },
375
+ {
376
+ "label": "Project ID",
377
+ "description": "Globally unique identifier for the project",
378
+ "group": "operation",
379
+ "type": "String",
380
+ "feel": "optional",
381
+ "binding": {
382
+ "type": "zeebe:input",
383
+ "name": "projectId"
384
+ },
385
+ "constraints": {
386
+ "notEmpty": true
387
+ },
388
+ "condition": {
389
+ "property": "taskOperation",
390
+ "equals": "createTask"
391
+ }
392
+ },
393
+ {
394
+ "label": "Parent task ID",
395
+ "description": "Globally unique identifier for the parent task",
396
+ "group": "operation",
397
+ "type": "String",
398
+ "feel": "optional",
399
+ "optional": true,
400
+ "binding": {
401
+ "type": "zeebe:input",
402
+ "name": "parentTaskId"
403
+ },
404
+ "condition": {
405
+ "property": "taskOperation",
406
+ "equals": "createTask"
407
+ }
408
+ },
409
+ {
410
+ "label": "Notes",
411
+ "description": "Free-form textual information associated with the task (i.e. its description)",
412
+ "group": "operation",
413
+ "type": "String",
414
+ "feel": "optional",
415
+ "optional": true,
416
+ "binding": {
417
+ "type": "zeebe:input",
418
+ "name": "taskNotes"
419
+ },
420
+ "condition": {
421
+ "property": "taskOperation",
422
+ "equals": "createTask"
423
+ }
424
+ },
425
+ {
426
+ "type": "Hidden",
427
+ "value": "=asanaBaseUrl + \"/api/1.0/tasks/\"",
428
+ "binding": {
429
+ "type": "zeebe:input",
430
+ "name": "url"
431
+ },
432
+ "condition": {
433
+ "property": "taskOperation",
434
+ "equals": "createTask"
435
+ }
436
+ },
437
+ {
438
+ "type": "Hidden",
439
+ "value": "={\"data\":{\"projects\":[ projectId ], \"name\": taskName, \"parent\": if parentTaskId = null then null else parentTaskId, \"notes\": if taskNotes = null then null else taskNotes }}",
440
+ "binding": {
441
+ "type": "zeebe:input",
442
+ "name": "body"
443
+ },
444
+ "condition": {
445
+ "property": "taskOperation",
446
+ "equals": "createTask"
447
+ }
448
+ },
449
+ {
450
+ "label": "Workspace ID",
451
+ "description": "The workspace or organization to filter projects on",
452
+ "group": "operation",
453
+ "type": "String",
454
+ "feel": "optional",
455
+ "optional": true,
456
+ "binding": {
457
+ "type": "zeebe:input",
458
+ "name": "workspaceId"
459
+ },
460
+ "condition": {
461
+ "property": "projectOperation",
462
+ "equals": "getProjects"
463
+ }
464
+ },
465
+ {
466
+ "label": "Team ID",
467
+ "description": "The team to filter projects on",
468
+ "group": "operation",
469
+ "type": "String",
470
+ "feel": "optional",
471
+ "optional": true,
472
+ "binding": {
473
+ "type": "zeebe:input",
474
+ "name": "teamId"
475
+ },
476
+ "condition": {
477
+ "property": "projectOperation",
478
+ "equals": "getProjects"
479
+ }
480
+ },
481
+ {
482
+ "type": "Hidden",
483
+ "value": "=asanaBaseUrl + \"/api/1.0/projects\"",
484
+ "binding": {
485
+ "type": "zeebe:input",
486
+ "name": "url"
487
+ },
488
+ "condition": {
489
+ "property": "projectOperation",
490
+ "equals": "getProjects"
491
+ }
492
+ },
493
+ {
494
+ "type": "Hidden",
495
+ "value": "={\"workspace\":if workspaceId = null then null else workspaceId, \"team\":if teamId = null then null else teamId}",
496
+ "binding": {
497
+ "type": "zeebe:input",
498
+ "name": "queryParameters"
499
+ },
500
+ "condition": {
501
+ "property": "projectOperation",
502
+ "equals": "getProjects"
503
+ }
504
+ },
505
+ {
506
+ "label": "Project ID",
507
+ "description": "Globally unique identifier for the project",
508
+ "group": "operation",
509
+ "type": "String",
510
+ "feel": "optional",
511
+ "binding": {
512
+ "type": "zeebe:input",
513
+ "name": "projectId"
514
+ },
515
+ "constraints": {
516
+ "notEmpty": true
517
+ },
518
+ "condition": {
519
+ "property": "projectOperation",
520
+ "equals": "getProjectById"
521
+ }
522
+ },
523
+ {
524
+ "type": "Hidden",
525
+ "value": "=asanaBaseUrl + \"/api/1.0/projects/\" + projectId",
526
+ "binding": {
527
+ "type": "zeebe:input",
528
+ "name": "url"
529
+ },
530
+ "condition": {
531
+ "property": "projectOperation",
532
+ "equals": "getProjectById"
533
+ }
534
+ },
535
+ {
536
+ "label": "Workspace ID",
537
+ "description": "Globally unique identifier for the workspace or organization",
538
+ "group": "operation",
539
+ "type": "String",
540
+ "feel": "optional",
541
+ "binding": {
542
+ "type": "zeebe:input",
543
+ "name": "workspaceId"
544
+ },
545
+ "constraints": {
546
+ "notEmpty": true
547
+ },
548
+ "condition": {
549
+ "property": "projectOperation",
550
+ "equals": "createProjectInWorkspace"
551
+ }
552
+ },
553
+ {
554
+ "label": "Project name",
555
+ "description": "Name of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability",
556
+ "group": "operation",
557
+ "type": "String",
558
+ "feel": "optional",
559
+ "binding": {
560
+ "type": "zeebe:input",
561
+ "name": "projectName"
562
+ },
563
+ "constraints": {
564
+ "notEmpty": true
565
+ },
566
+ "condition": {
567
+ "property": "projectOperation",
568
+ "equals": "createProjectInWorkspace"
569
+ }
570
+ },
571
+ {
572
+ "label": "Project note",
573
+ "description": "Free-form textual information associated with the project (ie., its description)",
574
+ "group": "operation",
575
+ "type": "Text",
576
+ "feel": "optional",
577
+ "optional": true,
578
+ "binding": {
579
+ "type": "zeebe:input",
580
+ "name": "projectNote"
581
+ },
582
+ "condition": {
583
+ "property": "projectOperation",
584
+ "equals": "createProjectInWorkspace"
585
+ }
586
+ },
587
+ {
588
+ "type": "Hidden",
589
+ "value": "=asanaBaseUrl + \"/api/1.0/workspaces/\" + workspaceId + \"/projects\"",
590
+ "binding": {
591
+ "type": "zeebe:input",
592
+ "name": "url"
593
+ },
594
+ "condition": {
595
+ "property": "projectOperation",
596
+ "equals": "createProjectInWorkspace"
597
+ }
598
+ },
599
+ {
600
+ "type": "Hidden",
601
+ "value": "={\"data\":{\"name\": projectName,\"notes\": if projectNote = null then null else projectNote }}",
602
+ "binding": {
603
+ "type": "zeebe:input",
604
+ "name": "body"
605
+ },
606
+ "condition": {
607
+ "property": "projectOperation",
608
+ "equals": "createProjectInWorkspace"
609
+ }
610
+ },
611
+ {
612
+ "label": "Project ID",
613
+ "description": "Globally unique identifier for the project",
614
+ "group": "operation",
615
+ "type": "String",
616
+ "feel": "optional",
617
+ "binding": {
618
+ "type": "zeebe:input",
619
+ "name": "projectId"
620
+ },
621
+ "constraints": {
622
+ "notEmpty": true
623
+ },
624
+ "condition": {
625
+ "property": "projectOperation",
626
+ "equals": "deleteProject"
627
+ }
628
+ },
629
+ {
630
+ "type": "Hidden",
631
+ "value": "=asanaBaseUrl + \"/api/1.0/projects/\" + projectId",
632
+ "binding": {
633
+ "type": "zeebe:input",
634
+ "name": "url"
635
+ },
636
+ "condition": {
637
+ "property": "projectOperation",
638
+ "equals": "deleteProject"
639
+ }
640
+ },
641
+ {
642
+ "type": "Hidden",
643
+ "value": "20",
644
+ "binding": {
645
+ "type": "zeebe:input",
646
+ "name": "connectionTimeoutInSeconds"
647
+ }
648
+ },
649
+ {
650
+ "id": "version",
651
+ "label": "Version",
652
+ "description": "Version of the element template",
653
+ "value": "3",
654
+ "group": "connector",
655
+ "binding": {
656
+ "key": "elementTemplateVersion",
657
+ "type": "zeebe:taskHeader"
658
+ },
659
+ "type": "Hidden"
660
+ },
661
+ {
662
+ "id": "id",
663
+ "label": "ID",
664
+ "description": "ID of the element template",
665
+ "value": "io.camunda.connectors.Asana.v1",
666
+ "group": "connector",
667
+ "binding": {
668
+ "key": "elementTemplateId",
669
+ "type": "zeebe:taskHeader"
670
+ },
671
+ "type": "Hidden"
672
+ },
673
+ {
674
+ "label": "Result variable",
675
+ "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>",
676
+ "group": "output",
677
+ "type": "String",
678
+ "binding": {
679
+ "type": "zeebe:taskHeader",
680
+ "key": "resultVariable"
681
+ }
682
+ },
683
+ {
684
+ "label": "Result expression",
685
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
686
+ "group": "output",
687
+ "type": "Text",
688
+ "feel": "required",
689
+ "binding": {
690
+ "type": "zeebe:taskHeader",
691
+ "key": "resultExpression"
692
+ }
693
+ },
694
+ {
695
+ "label": "Error expression",
696
+ "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>",
697
+ "group": "errors",
698
+ "type": "Text",
699
+ "feel": "required",
700
+ "binding": {
701
+ "type": "zeebe:taskHeader",
702
+ "key": "errorExpression"
703
+ }
704
+ }
705
+ ]
706
+ },
2
707
  {
3
708
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
709
  "name": "Asana connector",
@@ -1333,13 +2038,19 @@
1333
2038
  "id": "io.camunda.connectors.Asana.v1",
1334
2039
  "version": 3,
1335
2040
  "description": "Create, update, and manage tasks and projects in Asana.",
1336
- "metadata": {
1337
- "keywords": [
1338
- "get task or project by ID",
1339
- "get tasks from project",
1340
- "create project in workspace"
1341
- ]
1342
- },
2041
+ "keywords": [
2042
+ "get task",
2043
+ "get tasks from project",
2044
+ "get task by ID",
2045
+ "create task",
2046
+ "delete task",
2047
+ "task management",
2048
+ "get project",
2049
+ "get project by ID",
2050
+ "create project",
2051
+ "delete project",
2052
+ "project management"
2053
+ ],
1343
2054
  "icon": {
1344
2055
  "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"
1345
2056
  },