@camunda/connectors-element-templates 1.0.17 → 1.0.19

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 (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  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 +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  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 +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  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 +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  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 +945 -337
  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 +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  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 +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -1,10 +1,687 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "Asana connector",
4
+ "name": "Asana Outbound Connector",
5
+ "id": "io.camunda.connectors.Asana.v1",
6
+ "version": 2,
7
+ "description": "Manage your Asana project with Camunda",
8
+ "icon": {
9
+ "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
+ },
11
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/asana/",
12
+ "category": {
13
+ "id": "connectors",
14
+ "name": "Connectors"
15
+ },
16
+ "appliesTo": ["bpmn:Task"],
17
+ "elementType": {
18
+ "value": "bpmn:ServiceTask"
19
+ },
20
+ "engines": {
21
+ "camunda": "^8.2"
22
+ },
23
+ "groups": [
24
+ {
25
+ "id": "operation",
26
+ "label": "Operation"
27
+ },
28
+ {
29
+ "id": "authentication",
30
+ "label": "Authentication"
31
+ },
32
+ {
33
+ "id": "output",
34
+ "label": "Output"
35
+ },
36
+ {
37
+ "id": "errors",
38
+ "label": "Error handling"
39
+ }
40
+ ],
41
+ "properties": [
42
+ {
43
+ "type": "Hidden",
44
+ "value": "io.camunda:http-json:1",
45
+ "binding": {
46
+ "type": "zeebe:taskDefinition",
47
+ "property": "type"
48
+ }
49
+ },
50
+ {
51
+ "type": "Hidden",
52
+ "value": "bearer",
53
+ "binding": {
54
+ "type": "zeebe:input",
55
+ "name": "authentication.type"
56
+ }
57
+ },
58
+ {
59
+ "label": "Personal access token",
60
+ "group": "authentication",
61
+ "type": "String",
62
+ "feel": "optional",
63
+ "binding": {
64
+ "type": "zeebe:input",
65
+ "name": "authentication.token"
66
+ },
67
+ "constraints": {
68
+ "notEmpty": true
69
+ }
70
+ },
71
+ {
72
+ "type": "Hidden",
73
+ "value": "https://app.asana.com",
74
+ "binding": {
75
+ "type": "zeebe:input",
76
+ "name": "asanaBaseUrl"
77
+ }
78
+ },
79
+ {
80
+ "label": "Operation group",
81
+ "id": "operationGroup",
82
+ "group": "operation",
83
+ "description": "Choose operation group",
84
+ "type": "Dropdown",
85
+ "choices": [
86
+ {
87
+ "name": "Tasks",
88
+ "value": "tasks"
89
+ },
90
+ {
91
+ "name": "Projects",
92
+ "value": "projects"
93
+ }
94
+ ],
95
+ "binding": {
96
+ "type": "zeebe:input",
97
+ "name": "operationGroup"
98
+ }
99
+ },
100
+ {
101
+ "label": "Operation",
102
+ "id": "taskOperation",
103
+ "group": "operation",
104
+ "description": "Choose operation to perform",
105
+ "type": "Dropdown",
106
+ "choices": [
107
+ {
108
+ "name": "Get tasks from a project",
109
+ "value": "getTasksFromProject"
110
+ },
111
+ {
112
+ "name": "Get a task by ID",
113
+ "value": "getTaskById"
114
+ },
115
+ {
116
+ "name": "Create a task",
117
+ "value": "createTask"
118
+ },
119
+ {
120
+ "name": "Delete a task",
121
+ "value": "deleteTask"
122
+ }
123
+ ],
124
+ "binding": {
125
+ "type": "zeebe:input",
126
+ "name": "operation"
127
+ },
128
+ "condition": {
129
+ "property": "operationGroup",
130
+ "equals": "tasks"
131
+ }
132
+ },
133
+ {
134
+ "label": "Operation",
135
+ "id": "projectOperation",
136
+ "group": "operation",
137
+ "description": "Choose operation to perform",
138
+ "type": "Dropdown",
139
+ "choices": [
140
+ {
141
+ "name": "Get projects",
142
+ "value": "getProjects"
143
+ },
144
+ {
145
+ "name": "Get a project by ID",
146
+ "value": "getProjectById"
147
+ },
148
+ {
149
+ "name": "Create a project in a workspace",
150
+ "value": "createProjectInWorkspace"
151
+ },
152
+ {
153
+ "name": "Delete a project",
154
+ "value": "deleteProject"
155
+ }
156
+ ],
157
+ "binding": {
158
+ "type": "zeebe:input",
159
+ "name": "operation"
160
+ },
161
+ "condition": {
162
+ "property": "operationGroup",
163
+ "equals": "projects"
164
+ }
165
+ },
166
+ {
167
+ "type": "Hidden",
168
+ "value": "get",
169
+ "binding": {
170
+ "type": "zeebe:input",
171
+ "name": "method"
172
+ },
173
+ "condition": {
174
+ "property": "taskOperation",
175
+ "oneOf": ["getTasksFromProject", "getTaskById"]
176
+ }
177
+ },
178
+ {
179
+ "type": "Hidden",
180
+ "value": "get",
181
+ "binding": {
182
+ "type": "zeebe:input",
183
+ "name": "method"
184
+ },
185
+ "condition": {
186
+ "property": "projectOperation",
187
+ "oneOf": ["getProjects", "getProjectById"]
188
+ }
189
+ },
190
+ {
191
+ "type": "Hidden",
192
+ "value": "post",
193
+ "binding": {
194
+ "type": "zeebe:input",
195
+ "name": "method"
196
+ },
197
+ "condition": {
198
+ "property": "taskOperation",
199
+ "oneOf": ["createTask"]
200
+ }
201
+ },
202
+ {
203
+ "type": "Hidden",
204
+ "value": "post",
205
+ "binding": {
206
+ "type": "zeebe:input",
207
+ "name": "method"
208
+ },
209
+ "condition": {
210
+ "property": "projectOperation",
211
+ "oneOf": ["createProject"]
212
+ }
213
+ },
214
+ {
215
+ "type": "Hidden",
216
+ "value": "delete",
217
+ "binding": {
218
+ "type": "zeebe:input",
219
+ "name": "method"
220
+ },
221
+ "condition": {
222
+ "property": "taskOperation",
223
+ "oneOf": ["deleteTask"]
224
+ }
225
+ },
226
+ {
227
+ "type": "Hidden",
228
+ "value": "delete",
229
+ "binding": {
230
+ "type": "zeebe:input",
231
+ "name": "method"
232
+ },
233
+ "condition": {
234
+ "property": "projectOperation",
235
+ "oneOf": ["deleteProject"]
236
+ }
237
+ },
238
+ {
239
+ "label": "Project ID",
240
+ "description": "Globally unique identifier for the project",
241
+ "group": "operation",
242
+ "type": "String",
243
+ "feel": "optional",
244
+ "binding": {
245
+ "type": "zeebe:input",
246
+ "name": "projectId"
247
+ },
248
+ "constraints": {
249
+ "notEmpty": true
250
+ },
251
+ "condition": {
252
+ "property": "taskOperation",
253
+ "oneOf": ["getTasksFromProject"]
254
+ }
255
+ },
256
+ {
257
+ "type": "Hidden",
258
+ "value": "=asanaBaseUrl + \"/api/1.0/tasks\"",
259
+ "binding": {
260
+ "type": "zeebe:input",
261
+ "name": "url"
262
+ },
263
+ "condition": {
264
+ "property": "taskOperation",
265
+ "oneOf": ["getTasksFromProject"]
266
+ }
267
+ },
268
+ {
269
+ "type": "Hidden",
270
+ "value": "={\"project\":projectId}",
271
+ "binding": {
272
+ "type": "zeebe:input",
273
+ "name": "queryParameters"
274
+ },
275
+ "condition": {
276
+ "property": "taskOperation",
277
+ "oneOf": ["getTasksFromProject"]
278
+ }
279
+ },
280
+ {
281
+ "label": "Task ID",
282
+ "description": "The task to operate on",
283
+ "group": "operation",
284
+ "type": "String",
285
+ "feel": "optional",
286
+ "binding": {
287
+ "type": "zeebe:input",
288
+ "name": "taskId"
289
+ },
290
+ "constraints": {
291
+ "notEmpty": true
292
+ },
293
+ "condition": {
294
+ "property": "taskOperation",
295
+ "oneOf": ["getTaskById"]
296
+ }
297
+ },
298
+ {
299
+ "type": "Hidden",
300
+ "value": "=asanaBaseUrl + \"/api/1.0/tasks/\" + taskId",
301
+ "binding": {
302
+ "type": "zeebe:input",
303
+ "name": "url"
304
+ },
305
+ "condition": {
306
+ "property": "taskOperation",
307
+ "oneOf": ["getTaskById"]
308
+ }
309
+ },
310
+ {
311
+ "label": "Task ID",
312
+ "description": "The task to operate on",
313
+ "group": "operation",
314
+ "type": "String",
315
+ "feel": "optional",
316
+ "binding": {
317
+ "type": "zeebe:input",
318
+ "name": "taskId"
319
+ },
320
+ "constraints": {
321
+ "notEmpty": true
322
+ },
323
+ "condition": {
324
+ "property": "taskOperation",
325
+ "oneOf": ["deleteTask"]
326
+ }
327
+ },
328
+ {
329
+ "type": "Hidden",
330
+ "value": "=asanaBaseUrl + \"/api/1.0/tasks/\" + taskId",
331
+ "binding": {
332
+ "type": "zeebe:input",
333
+ "name": "url"
334
+ },
335
+ "condition": {
336
+ "property": "taskOperation",
337
+ "oneOf": ["deleteTask"]
338
+ }
339
+ },
340
+ {
341
+ "label": "Task name",
342
+ "description": "The name of the task",
343
+ "group": "operation",
344
+ "type": "String",
345
+ "feel": "optional",
346
+ "binding": {
347
+ "type": "zeebe:input",
348
+ "name": "taskName"
349
+ },
350
+ "constraints": {
351
+ "notEmpty": true
352
+ },
353
+ "condition": {
354
+ "property": "taskOperation",
355
+ "oneOf": ["createTask"]
356
+ }
357
+ },
358
+ {
359
+ "label": "Project ID",
360
+ "description": "Globally unique identifier for the project",
361
+ "group": "operation",
362
+ "type": "String",
363
+ "feel": "optional",
364
+ "binding": {
365
+ "type": "zeebe:input",
366
+ "name": "projectId"
367
+ },
368
+ "constraints": {
369
+ "notEmpty": true
370
+ },
371
+ "condition": {
372
+ "property": "taskOperation",
373
+ "oneOf": ["createTask"]
374
+ }
375
+ },
376
+ {
377
+ "label": "Parent task ID",
378
+ "description": "Globally unique identifier for the parent task",
379
+ "group": "operation",
380
+ "type": "String",
381
+ "feel": "optional",
382
+ "optional": true,
383
+ "binding": {
384
+ "type": "zeebe:input",
385
+ "name": "parentTaskId"
386
+ },
387
+ "condition": {
388
+ "property": "taskOperation",
389
+ "oneOf": ["createTask"]
390
+ }
391
+ },
392
+ {
393
+ "label": "Notes",
394
+ "description": "Free-form textual information associated with the task (i.e. its description)",
395
+ "group": "operation",
396
+ "type": "String",
397
+ "feel": "optional",
398
+ "optional": true,
399
+ "binding": {
400
+ "type": "zeebe:input",
401
+ "name": "taskNotes"
402
+ },
403
+ "condition": {
404
+ "property": "taskOperation",
405
+ "oneOf": ["createTask"]
406
+ }
407
+ },
408
+ {
409
+ "type": "Hidden",
410
+ "value": "=asanaBaseUrl + \"/api/1.0/tasks/\"",
411
+ "binding": {
412
+ "type": "zeebe:input",
413
+ "name": "url"
414
+ },
415
+ "condition": {
416
+ "property": "taskOperation",
417
+ "oneOf": ["createTask"]
418
+ }
419
+ },
420
+ {
421
+ "type": "Hidden",
422
+ "value": "={\"data\":{\"projects\":[ projectId ], \"name\": taskName, \"parent\": if parentTaskId = null then null else parentTaskId, \"notes\": if taskNotes = null then null else taskNotes }}",
423
+ "binding": {
424
+ "type": "zeebe:input",
425
+ "name": "body"
426
+ },
427
+ "condition": {
428
+ "property": "taskOperation",
429
+ "oneOf": ["createTask"]
430
+ }
431
+ },
432
+ {
433
+ "label": "Workspace ID",
434
+ "description": "The workspace or organization to filter projects on",
435
+ "group": "operation",
436
+ "type": "String",
437
+ "feel": "optional",
438
+ "optional": true,
439
+ "binding": {
440
+ "type": "zeebe:input",
441
+ "name": "workspaceId"
442
+ },
443
+ "condition": {
444
+ "property": "projectOperation",
445
+ "oneOf": ["getProjects"]
446
+ }
447
+ },
448
+ {
449
+ "label": "Team ID",
450
+ "description": "The team to filter projects on",
451
+ "group": "operation",
452
+ "type": "String",
453
+ "feel": "optional",
454
+ "optional": true,
455
+ "binding": {
456
+ "type": "zeebe:input",
457
+ "name": "teamId"
458
+ },
459
+ "condition": {
460
+ "property": "projectOperation",
461
+ "oneOf": ["getProjects"]
462
+ }
463
+ },
464
+ {
465
+ "type": "Hidden",
466
+ "value": "=asanaBaseUrl + \"/api/1.0/projects\"",
467
+ "binding": {
468
+ "type": "zeebe:input",
469
+ "name": "url"
470
+ },
471
+ "condition": {
472
+ "property": "projectOperation",
473
+ "oneOf": ["getProjects"]
474
+ }
475
+ },
476
+ {
477
+ "type": "Hidden",
478
+ "value": "={\"workspace\":if workspaceId = null then null else workspaceId, \"team\":if teamId = null then null else teamId}",
479
+ "binding": {
480
+ "type": "zeebe:input",
481
+ "name": "queryParameters"
482
+ },
483
+ "condition": {
484
+ "property": "projectOperation",
485
+ "oneOf": ["getProjects"]
486
+ }
487
+ },
488
+ {
489
+ "label": "Project ID",
490
+ "description": "Globally unique identifier for the project",
491
+ "group": "operation",
492
+ "type": "String",
493
+ "feel": "optional",
494
+ "binding": {
495
+ "type": "zeebe:input",
496
+ "name": "projectId"
497
+ },
498
+ "constraints": {
499
+ "notEmpty": true
500
+ },
501
+ "condition": {
502
+ "property": "projectOperation",
503
+ "oneOf": ["getProjectById"]
504
+ }
505
+ },
506
+ {
507
+ "type": "Hidden",
508
+ "value": "=asanaBaseUrl + \"/api/1.0/projects/\" + projectId",
509
+ "binding": {
510
+ "type": "zeebe:input",
511
+ "name": "url"
512
+ },
513
+ "condition": {
514
+ "property": "projectOperation",
515
+ "oneOf": ["getProjectById"]
516
+ }
517
+ },
518
+ {
519
+ "label": "Workspace ID",
520
+ "description": "Globally unique identifier for the workspace or organization",
521
+ "group": "operation",
522
+ "type": "String",
523
+ "feel": "optional",
524
+ "binding": {
525
+ "type": "zeebe:input",
526
+ "name": "workspaceId"
527
+ },
528
+ "constraints": {
529
+ "notEmpty": true
530
+ },
531
+ "condition": {
532
+ "property": "projectOperation",
533
+ "oneOf": ["createProjectInWorkspace"]
534
+ }
535
+ },
536
+ {
537
+ "label": "Project name",
538
+ "description": "Name of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability",
539
+ "group": "operation",
540
+ "type": "String",
541
+ "feel": "optional",
542
+ "binding": {
543
+ "type": "zeebe:input",
544
+ "name": "projectName"
545
+ },
546
+ "constraints": {
547
+ "notEmpty": true
548
+ },
549
+ "condition": {
550
+ "property": "projectOperation",
551
+ "oneOf": ["createProjectInWorkspace"]
552
+ }
553
+ },
554
+ {
555
+ "label": "Project note",
556
+ "description": "Free-form textual information associated with the project (ie., its description)",
557
+ "group": "operation",
558
+ "type": "Text",
559
+ "feel": "optional",
560
+ "optional": true,
561
+ "binding": {
562
+ "type": "zeebe:input",
563
+ "name": "projectNote"
564
+ },
565
+ "condition": {
566
+ "property": "projectOperation",
567
+ "oneOf": ["createProjectInWorkspace"]
568
+ }
569
+ },
570
+ {
571
+ "type": "Hidden",
572
+ "value": "=asanaBaseUrl + \"/api/1.0/workspaces/\" + workspaceId + \"/projects\"",
573
+ "binding": {
574
+ "type": "zeebe:input",
575
+ "name": "url"
576
+ },
577
+ "condition": {
578
+ "property": "projectOperation",
579
+ "oneOf": ["createProjectInWorkspace"]
580
+ }
581
+ },
582
+ {
583
+ "type": "Hidden",
584
+ "value": "={\"data\":{\"name\": projectName,\"notes\": if projectNote = null then null else projectNote }}",
585
+ "binding": {
586
+ "type": "zeebe:input",
587
+ "name": "body"
588
+ },
589
+ "condition": {
590
+ "property": "projectOperation",
591
+ "oneOf": ["createProjectInWorkspace"]
592
+ }
593
+ },
594
+ {
595
+ "label": "Project ID",
596
+ "description": "Globally unique identifier for the project",
597
+ "group": "operation",
598
+ "type": "String",
599
+ "feel": "optional",
600
+ "binding": {
601
+ "type": "zeebe:input",
602
+ "name": "projectId"
603
+ },
604
+ "constraints": {
605
+ "notEmpty": true
606
+ },
607
+ "condition": {
608
+ "property": "projectOperation",
609
+ "oneOf": ["deleteProject"]
610
+ }
611
+ },
612
+ {
613
+ "type": "Hidden",
614
+ "value": "=asanaBaseUrl + \"/api/1.0/projects/\" + projectId",
615
+ "binding": {
616
+ "type": "zeebe:input",
617
+ "name": "url"
618
+ },
619
+ "condition": {
620
+ "property": "projectOperation",
621
+ "oneOf": ["deleteProject"]
622
+ }
623
+ },
624
+ {
625
+ "type": "Hidden",
626
+ "value": "20",
627
+ "binding": {
628
+ "type": "zeebe:input",
629
+ "name": "connectionTimeoutInSeconds"
630
+ }
631
+ },
632
+ {
633
+ "label": "Result variable",
634
+ "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>",
635
+ "group": "output",
636
+ "type": "String",
637
+ "binding": {
638
+ "type": "zeebe:taskHeader",
639
+ "key": "resultVariable"
640
+ }
641
+ },
642
+ {
643
+ "label": "Result expression",
644
+ "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>",
645
+ "group": "output",
646
+ "type": "Text",
647
+ "feel": "required",
648
+ "binding": {
649
+ "type": "zeebe:taskHeader",
650
+ "key": "resultExpression"
651
+ }
652
+ },
653
+ {
654
+ "label": "Error expression",
655
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
656
+ "group": "errors",
657
+ "type": "Text",
658
+ "feel": "required",
659
+ "binding": {
660
+ "type": "zeebe:taskHeader",
661
+ "key": "errorExpression"
662
+ }
663
+ }
664
+ ]
665
+ },
666
+ {
667
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
668
+ "name": "Asana Outbound Connector",
5
669
  "id": "io.camunda.connectors.Asana.v1",
6
- "version": 1,
7
- "description": "Manage your Asana project with Camunda",
670
+ "version": 3,
671
+ "description": "Create, update, and manage tasks and projects in Asana.",
672
+ "keywords": [
673
+ "get task",
674
+ "get tasks from project",
675
+ "get task by ID",
676
+ "create task",
677
+ "delete task",
678
+ "task management",
679
+ "get project",
680
+ "get project by ID",
681
+ "create project",
682
+ "delete project",
683
+ "project management"
684
+ ],
8
685
  "icon": {
9
686
  "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
687
  },
@@ -18,7 +695,7 @@
18
695
  "value": "bpmn:ServiceTask"
19
696
  },
20
697
  "engines": {
21
- "camunda": "^8.2"
698
+ "camunda": "^8.3"
22
699
  },
23
700
  "groups": [
24
701
  {
@@ -196,7 +873,7 @@
196
873
  },
197
874
  "condition": {
198
875
  "property": "taskOperation",
199
- "oneOf": ["createTask"]
876
+ "equals": "createTask"
200
877
  }
201
878
  },
202
879
  {
@@ -207,8 +884,8 @@
207
884
  "name": "method"
208
885
  },
209
886
  "condition": {
210
- "property": "operation",
211
- "oneOf": ["createProject"]
887
+ "property": "projectOperation",
888
+ "equals": "createProject"
212
889
  }
213
890
  },
214
891
  {
@@ -220,7 +897,7 @@
220
897
  },
221
898
  "condition": {
222
899
  "property": "taskOperation",
223
- "oneOf": ["deleteTask"]
900
+ "equals": "deleteTask"
224
901
  }
225
902
  },
226
903
  {
@@ -232,7 +909,7 @@
232
909
  },
233
910
  "condition": {
234
911
  "property": "projectOperation",
235
- "oneOf": ["deleteProject"]
912
+ "equals": "deleteProject"
236
913
  }
237
914
  },
238
915
  {
@@ -250,7 +927,7 @@
250
927
  },
251
928
  "condition": {
252
929
  "property": "taskOperation",
253
- "oneOf": ["getTasksFromProject"]
930
+ "equals": "getTasksFromProject"
254
931
  }
255
932
  },
256
933
  {
@@ -262,7 +939,7 @@
262
939
  },
263
940
  "condition": {
264
941
  "property": "taskOperation",
265
- "oneOf": ["getTasksFromProject"]
942
+ "equals": "getTasksFromProject"
266
943
  }
267
944
  },
268
945
  {
@@ -274,7 +951,7 @@
274
951
  },
275
952
  "condition": {
276
953
  "property": "taskOperation",
277
- "oneOf": ["getTasksFromProject"]
954
+ "equals": "getTasksFromProject"
278
955
  }
279
956
  },
280
957
  {
@@ -292,7 +969,7 @@
292
969
  },
293
970
  "condition": {
294
971
  "property": "taskOperation",
295
- "oneOf": ["getTaskById"]
972
+ "equals": "getTaskById"
296
973
  }
297
974
  },
298
975
  {
@@ -304,7 +981,7 @@
304
981
  },
305
982
  "condition": {
306
983
  "property": "taskOperation",
307
- "oneOf": ["getTaskById"]
984
+ "equals": "getTaskById"
308
985
  }
309
986
  },
310
987
  {
@@ -322,7 +999,7 @@
322
999
  },
323
1000
  "condition": {
324
1001
  "property": "taskOperation",
325
- "oneOf": ["deleteTask"]
1002
+ "equals": "deleteTask"
326
1003
  }
327
1004
  },
328
1005
  {
@@ -334,7 +1011,7 @@
334
1011
  },
335
1012
  "condition": {
336
1013
  "property": "taskOperation",
337
- "oneOf": ["deleteTask"]
1014
+ "equals": "deleteTask"
338
1015
  }
339
1016
  },
340
1017
  {
@@ -352,7 +1029,7 @@
352
1029
  },
353
1030
  "condition": {
354
1031
  "property": "taskOperation",
355
- "oneOf": ["createTask"]
1032
+ "equals": "createTask"
356
1033
  }
357
1034
  },
358
1035
  {
@@ -370,7 +1047,7 @@
370
1047
  },
371
1048
  "condition": {
372
1049
  "property": "taskOperation",
373
- "oneOf": ["createTask"]
1050
+ "equals": "createTask"
374
1051
  }
375
1052
  },
376
1053
  {
@@ -386,7 +1063,7 @@
386
1063
  },
387
1064
  "condition": {
388
1065
  "property": "taskOperation",
389
- "oneOf": ["createTask"]
1066
+ "equals": "createTask"
390
1067
  }
391
1068
  },
392
1069
  {
@@ -402,7 +1079,7 @@
402
1079
  },
403
1080
  "condition": {
404
1081
  "property": "taskOperation",
405
- "oneOf": ["createTask"]
1082
+ "equals": "createTask"
406
1083
  }
407
1084
  },
408
1085
  {
@@ -414,7 +1091,7 @@
414
1091
  },
415
1092
  "condition": {
416
1093
  "property": "taskOperation",
417
- "oneOf": ["createTask"]
1094
+ "equals": "createTask"
418
1095
  }
419
1096
  },
420
1097
  {
@@ -426,7 +1103,7 @@
426
1103
  },
427
1104
  "condition": {
428
1105
  "property": "taskOperation",
429
- "oneOf": ["createTask"]
1106
+ "equals": "createTask"
430
1107
  }
431
1108
  },
432
1109
  {
@@ -442,7 +1119,7 @@
442
1119
  },
443
1120
  "condition": {
444
1121
  "property": "projectOperation",
445
- "oneOf": ["getProjects"]
1122
+ "equals": "getProjects"
446
1123
  }
447
1124
  },
448
1125
  {
@@ -458,7 +1135,7 @@
458
1135
  },
459
1136
  "condition": {
460
1137
  "property": "projectOperation",
461
- "oneOf": ["getProjects"]
1138
+ "equals": "getProjects"
462
1139
  }
463
1140
  },
464
1141
  {
@@ -470,7 +1147,7 @@
470
1147
  },
471
1148
  "condition": {
472
1149
  "property": "projectOperation",
473
- "oneOf": ["getProjects"]
1150
+ "equals": "getProjects"
474
1151
  }
475
1152
  },
476
1153
  {
@@ -482,7 +1159,7 @@
482
1159
  },
483
1160
  "condition": {
484
1161
  "property": "projectOperation",
485
- "oneOf": ["getProjects"]
1162
+ "equals": "getProjects"
486
1163
  }
487
1164
  },
488
1165
  {
@@ -500,7 +1177,7 @@
500
1177
  },
501
1178
  "condition": {
502
1179
  "property": "projectOperation",
503
- "oneOf": ["getProjectById"]
1180
+ "equals": "getProjectById"
504
1181
  }
505
1182
  },
506
1183
  {
@@ -512,7 +1189,7 @@
512
1189
  },
513
1190
  "condition": {
514
1191
  "property": "projectOperation",
515
- "oneOf": ["getProjectById"]
1192
+ "equals": "getProjectById"
516
1193
  }
517
1194
  },
518
1195
  {
@@ -530,7 +1207,7 @@
530
1207
  },
531
1208
  "condition": {
532
1209
  "property": "projectOperation",
533
- "oneOf": ["createProjectInWorkspace"]
1210
+ "equals": "createProjectInWorkspace"
534
1211
  }
535
1212
  },
536
1213
  {
@@ -548,7 +1225,7 @@
548
1225
  },
549
1226
  "condition": {
550
1227
  "property": "projectOperation",
551
- "oneOf": ["createProjectInWorkspace"]
1228
+ "equals": "createProjectInWorkspace"
552
1229
  }
553
1230
  },
554
1231
  {
@@ -564,7 +1241,7 @@
564
1241
  },
565
1242
  "condition": {
566
1243
  "property": "projectOperation",
567
- "oneOf": ["createProjectInWorkspace"]
1244
+ "equals": "createProjectInWorkspace"
568
1245
  }
569
1246
  },
570
1247
  {
@@ -576,7 +1253,7 @@
576
1253
  },
577
1254
  "condition": {
578
1255
  "property": "projectOperation",
579
- "oneOf": ["createProjectInWorkspace"]
1256
+ "equals": "createProjectInWorkspace"
580
1257
  }
581
1258
  },
582
1259
  {
@@ -588,7 +1265,7 @@
588
1265
  },
589
1266
  "condition": {
590
1267
  "property": "projectOperation",
591
- "oneOf": ["createProjectInWorkspace"]
1268
+ "equals": "createProjectInWorkspace"
592
1269
  }
593
1270
  },
594
1271
  {
@@ -606,7 +1283,7 @@
606
1283
  },
607
1284
  "condition": {
608
1285
  "property": "projectOperation",
609
- "oneOf": ["deleteProject"]
1286
+ "equals": "deleteProject"
610
1287
  }
611
1288
  },
612
1289
  {
@@ -618,7 +1295,7 @@
618
1295
  },
619
1296
  "condition": {
620
1297
  "property": "projectOperation",
621
- "oneOf": ["deleteProject"]
1298
+ "equals": "deleteProject"
622
1299
  }
623
1300
  },
624
1301
  {
@@ -629,6 +1306,30 @@
629
1306
  "name": "connectionTimeoutInSeconds"
630
1307
  }
631
1308
  },
1309
+ {
1310
+ "id": "version",
1311
+ "label": "Version",
1312
+ "description": "Version of the element template",
1313
+ "value": "3",
1314
+ "group": "connector",
1315
+ "binding": {
1316
+ "key": "elementTemplateVersion",
1317
+ "type": "zeebe:taskHeader"
1318
+ },
1319
+ "type": "Hidden"
1320
+ },
1321
+ {
1322
+ "id": "id",
1323
+ "label": "ID",
1324
+ "description": "ID of the element template",
1325
+ "value": "io.camunda.connectors.Asana.v1",
1326
+ "group": "connector",
1327
+ "binding": {
1328
+ "key": "elementTemplateId",
1329
+ "type": "zeebe:taskHeader"
1330
+ },
1331
+ "type": "Hidden"
1332
+ },
632
1333
  {
633
1334
  "label": "Result variable",
634
1335
  "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>",
@@ -665,9 +1366,9 @@
665
1366
  },
666
1367
  {
667
1368
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
668
- "name": "Asana Outbound Connector",
1369
+ "name": "Asana connector",
669
1370
  "id": "io.camunda.connectors.Asana.v1",
670
- "version": 2,
1371
+ "version": 1,
671
1372
  "description": "Manage your Asana project with Camunda",
672
1373
  "icon": {
673
1374
  "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"
@@ -871,7 +1572,7 @@
871
1572
  "name": "method"
872
1573
  },
873
1574
  "condition": {
874
- "property": "projectOperation",
1575
+ "property": "operation",
875
1576
  "oneOf": ["createProject"]
876
1577
  }
877
1578
  },
@@ -1316,7 +2017,7 @@
1316
2017
  },
1317
2018
  {
1318
2019
  "label": "Error expression",
1319
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
2020
+ "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>",
1320
2021
  "group": "errors",
1321
2022
  "type": "Text",
1322
2023
  "feel": "required",
@@ -1331,15 +2032,21 @@
1331
2032
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1332
2033
  "name": "Asana Outbound Connector",
1333
2034
  "id": "io.camunda.connectors.Asana.v1",
1334
- "version": 3,
2035
+ "version": 4,
1335
2036
  "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
- },
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
+ ],
1343
2050
  "icon": {
1344
2051
  "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
2052
  },
@@ -1364,6 +2071,10 @@
1364
2071
  "id": "authentication",
1365
2072
  "label": "Authentication"
1366
2073
  },
2074
+ {
2075
+ "id": "connector",
2076
+ "label": "Connector"
2077
+ },
1367
2078
  {
1368
2079
  "id": "output",
1369
2080
  "label": "Output"
@@ -1543,7 +2254,7 @@
1543
2254
  },
1544
2255
  "condition": {
1545
2256
  "property": "projectOperation",
1546
- "equals": "createProject"
2257
+ "equals": "createProjectInWorkspace"
1547
2258
  }
1548
2259
  },
1549
2260
  {