@camunda/connectors-element-templates 1.0.20 → 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.
Files changed (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -1,4 +1,304 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Send Message Connector (Intermediate Throw Event)",
5
+ "id": "io.camunda.connectors.message.intermediate.v1",
6
+ "keywords": [
7
+ "send message",
8
+ "correlate message",
9
+ "publish message",
10
+ "message event",
11
+ "trigger process",
12
+ "signal process"
13
+ ],
14
+ "version": 1,
15
+ "category": {
16
+ "id": "connectors",
17
+ "name": "Connectors"
18
+ },
19
+ "appliesTo": ["bpmn:IntermediateThrowEvent"],
20
+ "elementType": {
21
+ "value": "bpmn:IntermediateThrowEvent",
22
+ "eventDefinition": "bpmn:MessageEventDefinition"
23
+ },
24
+ "engines": {
25
+ "camunda": "^8.3"
26
+ },
27
+ "groups": [
28
+ {
29
+ "id": "operation",
30
+ "label": "Operation"
31
+ },
32
+ {
33
+ "id": "connector",
34
+ "label": "Connector"
35
+ },
36
+ {
37
+ "id": "output",
38
+ "label": "Output mapping"
39
+ },
40
+ {
41
+ "id": "error",
42
+ "label": "Error handling"
43
+ },
44
+ {
45
+ "id": "retries",
46
+ "label": "Retries"
47
+ }
48
+ ],
49
+ "properties": [
50
+ {
51
+ "value": "io.camunda:sendMessage:1",
52
+ "binding": {
53
+ "property": "type",
54
+ "type": "zeebe:taskDefinition"
55
+ },
56
+ "type": "Hidden"
57
+ },
58
+ {
59
+ "id": "messageName",
60
+ "label": "Message name",
61
+ "constraints": {
62
+ "notEmpty": true
63
+ },
64
+ "feel": "optional",
65
+ "binding": {
66
+ "name": "messageName",
67
+ "type": "zeebe:input"
68
+ },
69
+ "type": "String"
70
+ },
71
+ {
72
+ "id": "correlationKey",
73
+ "label": "Correlation key",
74
+ "optional": true,
75
+ "feel": "optional",
76
+ "binding": {
77
+ "name": "correlationKey",
78
+ "type": "zeebe:input"
79
+ },
80
+ "type": "String"
81
+ },
82
+ {
83
+ "id": "variables",
84
+ "label": "Payload",
85
+ "optional": true,
86
+ "feel": "optional",
87
+ "binding": {
88
+ "name": "variables",
89
+ "type": "zeebe:input"
90
+ },
91
+ "type": "String"
92
+ },
93
+ {
94
+ "id": "tenantId",
95
+ "label": "Tenant id",
96
+ "optional": true,
97
+ "feel": "optional",
98
+ "binding": {
99
+ "name": "tenantId",
100
+ "type": "zeebe:input"
101
+ },
102
+ "type": "String"
103
+ },
104
+ {
105
+ "id": "requestTimeout",
106
+ "label": "Request timeout",
107
+ "optional": true,
108
+ "feel": "optional",
109
+ "binding": {
110
+ "name": "requestTimeout",
111
+ "type": "zeebe:input"
112
+ },
113
+ "type": "String"
114
+ },
115
+ {
116
+ "id": "correlationType.type",
117
+ "label": "Correlation mode",
118
+ "description": "Send message with <a href='https://docs.camunda.io/docs/components/concepts/messages/#message-buffering' target='_blank'>buffer (publish)</a> or with <a href='https://docs.camunda.io/docs/components/concepts/messages/#message-response' target='_blank'>result (correlate)</a>",
119
+ "value": "publish",
120
+ "group": "operation",
121
+ "binding": {
122
+ "name": "correlationType.type",
123
+ "type": "zeebe:input"
124
+ },
125
+ "type": "Dropdown",
126
+ "choices": [
127
+ {
128
+ "name": "Correlate message (with result)",
129
+ "value": "correlate"
130
+ },
131
+ {
132
+ "name": "Publish message (with buffer)",
133
+ "value": "publish"
134
+ }
135
+ ]
136
+ },
137
+ {
138
+ "id": "correlationType.timeToLive",
139
+ "label": "Time to live (as ISO 8601)",
140
+ "optional": true,
141
+ "feel": "optional",
142
+ "group": "operation",
143
+ "binding": {
144
+ "name": "correlationType.timeToLive",
145
+ "type": "zeebe:input"
146
+ },
147
+ "condition": {
148
+ "property": "correlationType.type",
149
+ "equals": "publish",
150
+ "type": "simple"
151
+ },
152
+ "tooltip": "Duration for which the message remains buffered",
153
+ "type": "String"
154
+ },
155
+ {
156
+ "id": "correlationType.messageId",
157
+ "label": "Message id (optional)",
158
+ "optional": true,
159
+ "feel": "optional",
160
+ "group": "operation",
161
+ "binding": {
162
+ "name": "correlationType.messageId",
163
+ "type": "zeebe:input"
164
+ },
165
+ "condition": {
166
+ "property": "correlationType.type",
167
+ "equals": "publish",
168
+ "type": "simple"
169
+ },
170
+ "type": "String"
171
+ },
172
+ {
173
+ "id": "version",
174
+ "label": "Version",
175
+ "description": "Version of the element template",
176
+ "value": "1",
177
+ "group": "connector",
178
+ "binding": {
179
+ "key": "elementTemplateVersion",
180
+ "type": "zeebe:taskHeader"
181
+ },
182
+ "type": "Hidden"
183
+ },
184
+ {
185
+ "id": "id",
186
+ "label": "ID",
187
+ "description": "ID of the element template",
188
+ "value": "io.camunda.connectors.message.v1",
189
+ "group": "connector",
190
+ "binding": {
191
+ "key": "elementTemplateId",
192
+ "type": "zeebe:taskHeader"
193
+ },
194
+ "type": "Hidden"
195
+ },
196
+ {
197
+ "id": "resultVariable",
198
+ "label": "Result variable",
199
+ "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>.",
200
+ "group": "output",
201
+ "binding": {
202
+ "key": "resultVariable",
203
+ "type": "zeebe:taskHeader"
204
+ },
205
+ "type": "String"
206
+ },
207
+ {
208
+ "id": "resultExpression",
209
+ "label": "Result expression",
210
+ "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>.",
211
+ "feel": "required",
212
+ "group": "output",
213
+ "binding": {
214
+ "key": "resultExpression",
215
+ "type": "zeebe:taskHeader"
216
+ },
217
+ "type": "Text"
218
+ },
219
+ {
220
+ "id": "errorExpression",
221
+ "label": "Error expression",
222
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
223
+ "feel": "required",
224
+ "group": "error",
225
+ "binding": {
226
+ "key": "errorExpression",
227
+ "type": "zeebe:taskHeader"
228
+ },
229
+ "type": "Text"
230
+ },
231
+ {
232
+ "id": "retryCount",
233
+ "label": "Retries",
234
+ "description": "Number of retries",
235
+ "value": "3",
236
+ "feel": "optional",
237
+ "group": "retries",
238
+ "binding": {
239
+ "property": "retries",
240
+ "type": "zeebe:taskDefinition"
241
+ },
242
+ "type": "String"
243
+ },
244
+ {
245
+ "id": "retryBackoff",
246
+ "label": "Retry backoff",
247
+ "description": "ISO-8601 duration to wait between retries",
248
+ "value": "PT30S",
249
+ "group": "retries",
250
+ "binding": {
251
+ "key": "retryBackoff",
252
+ "type": "zeebe:taskHeader"
253
+ },
254
+ "type": "String"
255
+ }
256
+ ],
257
+ "steps": [
258
+ {
259
+ "name": "Correlate message (with result)",
260
+ "description": "Correlate a message to a running process instance in Camunda and receive the result",
261
+ "keywords": [
262
+ "correlate message",
263
+ "message correlation",
264
+ "receive result",
265
+ "await response",
266
+ "synchronous message"
267
+ ],
268
+ "presetId": "type_correlate"
269
+ },
270
+ {
271
+ "name": "Publish message (with buffer)",
272
+ "description": "Publish a message to Camunda with buffering support",
273
+ "keywords": [
274
+ "publish message",
275
+ "buffer message",
276
+ "send message",
277
+ "emit event",
278
+ "broadcast message",
279
+ "trigger message"
280
+ ],
281
+ "presetId": "type_publish"
282
+ }
283
+ ],
284
+ "presets": [
285
+ {
286
+ "id": "type_correlate",
287
+ "properties": {
288
+ "correlationType.type": "correlate"
289
+ }
290
+ },
291
+ {
292
+ "id": "type_publish",
293
+ "properties": {
294
+ "correlationType.type": "publish"
295
+ }
296
+ }
297
+ ],
298
+ "icon": {
299
+ "contents": "data:image/svg+xml;base64,PHN2ZwogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHdpZHRoPSIyMDAwIgogICBoZWlnaHQ9IjIwMDAiCiAgIHZpZXdCb3g9IjAgMCAyMDAwIDIwMDAiCiAgIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KICA8cGF0aAogICAgIHN0eWxlPSJjb2xvcjojMDAwMDAwIgogICAgIGQ9Im0gMCwyODQgMjAwMCwwIC0xMDAwLDU1NCB6Ii8+CiAgPHBhdGgKICAgICBzdHlsZT0iY29sb3I6IzAwMDAwMCIKICAgICBkPSJtIDAsNDUyIDEwMDAsNTQ4IDEwMDAsLTU0OCAwLDEwOTYgLTIwMDAsMCB6Ii8+Cjwvc3ZnPgo="
300
+ }
301
+ },
2
302
  {
3
303
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
304
  "name": "Send Message Connector (Intermediate Throw Event)",
@@ -262,5 +262,305 @@
262
262
  "icon": {
263
263
  "contents": "data:image/svg+xml;base64,PHN2ZwogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHdpZHRoPSIyMDAwIgogICBoZWlnaHQ9IjIwMDAiCiAgIHZpZXdCb3g9IjAgMCAyMDAwIDIwMDAiCiAgIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KICA8cGF0aAogICAgIHN0eWxlPSJjb2xvcjojMDAwMDAwIgogICAgIGQ9Im0gMCwyODQgMjAwMCwwIC0xMDAwLDU1NCB6Ii8+CiAgPHBhdGgKICAgICBzdHlsZT0iY29sb3I6IzAwMDAwMCIKICAgICBkPSJtIDAsNDUyIDEwMDAsNTQ4IDEwMDAsLTU0OCAwLDEwOTYgLTIwMDAsMCB6Ii8+Cjwvc3ZnPgo="
264
264
  }
265
+ },
266
+ {
267
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
268
+ "name": "Send Message Connector (Message End Event)",
269
+ "id": "io.camunda.connectors.message.end.v1",
270
+ "keywords": [
271
+ "send message",
272
+ "correlate message",
273
+ "publish message",
274
+ "message event",
275
+ "trigger process",
276
+ "signal process"
277
+ ],
278
+ "version": 1,
279
+ "category": {
280
+ "id": "connectors",
281
+ "name": "Connectors"
282
+ },
283
+ "appliesTo": ["bpmn:EndEvent"],
284
+ "elementType": {
285
+ "value": "bpmn:EndEvent",
286
+ "eventDefinition": "bpmn:MessageEventDefinition"
287
+ },
288
+ "engines": {
289
+ "camunda": "^8.3"
290
+ },
291
+ "groups": [
292
+ {
293
+ "id": "operation",
294
+ "label": "Operation"
295
+ },
296
+ {
297
+ "id": "connector",
298
+ "label": "Connector"
299
+ },
300
+ {
301
+ "id": "output",
302
+ "label": "Output mapping"
303
+ },
304
+ {
305
+ "id": "error",
306
+ "label": "Error handling"
307
+ },
308
+ {
309
+ "id": "retries",
310
+ "label": "Retries"
311
+ }
312
+ ],
313
+ "properties": [
314
+ {
315
+ "value": "io.camunda:sendMessage:1",
316
+ "binding": {
317
+ "property": "type",
318
+ "type": "zeebe:taskDefinition"
319
+ },
320
+ "type": "Hidden"
321
+ },
322
+ {
323
+ "id": "messageName",
324
+ "label": "Message name",
325
+ "constraints": {
326
+ "notEmpty": true
327
+ },
328
+ "feel": "optional",
329
+ "binding": {
330
+ "name": "messageName",
331
+ "type": "zeebe:input"
332
+ },
333
+ "type": "String"
334
+ },
335
+ {
336
+ "id": "correlationKey",
337
+ "label": "Correlation key",
338
+ "optional": true,
339
+ "feel": "optional",
340
+ "binding": {
341
+ "name": "correlationKey",
342
+ "type": "zeebe:input"
343
+ },
344
+ "type": "String"
345
+ },
346
+ {
347
+ "id": "variables",
348
+ "label": "Payload",
349
+ "optional": true,
350
+ "feel": "optional",
351
+ "binding": {
352
+ "name": "variables",
353
+ "type": "zeebe:input"
354
+ },
355
+ "type": "String"
356
+ },
357
+ {
358
+ "id": "tenantId",
359
+ "label": "Tenant id",
360
+ "optional": true,
361
+ "feel": "optional",
362
+ "binding": {
363
+ "name": "tenantId",
364
+ "type": "zeebe:input"
365
+ },
366
+ "type": "String"
367
+ },
368
+ {
369
+ "id": "requestTimeout",
370
+ "label": "Request timeout",
371
+ "optional": true,
372
+ "feel": "optional",
373
+ "binding": {
374
+ "name": "requestTimeout",
375
+ "type": "zeebe:input"
376
+ },
377
+ "type": "String"
378
+ },
379
+ {
380
+ "id": "correlationType.type",
381
+ "label": "Correlation mode",
382
+ "description": "Send message with <a href='https://docs.camunda.io/docs/components/concepts/messages/#message-buffering' target='_blank'>buffer (publish)</a> or with <a href='https://docs.camunda.io/docs/components/concepts/messages/#message-response' target='_blank'>result (correlate)</a>",
383
+ "value": "publish",
384
+ "group": "operation",
385
+ "binding": {
386
+ "name": "correlationType.type",
387
+ "type": "zeebe:input"
388
+ },
389
+ "type": "Dropdown",
390
+ "choices": [
391
+ {
392
+ "name": "Correlate message (with result)",
393
+ "value": "correlate"
394
+ },
395
+ {
396
+ "name": "Publish message (with buffer)",
397
+ "value": "publish"
398
+ }
399
+ ]
400
+ },
401
+ {
402
+ "id": "correlationType.timeToLive",
403
+ "label": "Time to live (as ISO 8601)",
404
+ "optional": true,
405
+ "feel": "optional",
406
+ "group": "operation",
407
+ "binding": {
408
+ "name": "correlationType.timeToLive",
409
+ "type": "zeebe:input"
410
+ },
411
+ "condition": {
412
+ "property": "correlationType.type",
413
+ "equals": "publish",
414
+ "type": "simple"
415
+ },
416
+ "tooltip": "Duration for which the message remains buffered",
417
+ "type": "String"
418
+ },
419
+ {
420
+ "id": "correlationType.messageId",
421
+ "label": "Message id (optional)",
422
+ "optional": true,
423
+ "feel": "optional",
424
+ "group": "operation",
425
+ "binding": {
426
+ "name": "correlationType.messageId",
427
+ "type": "zeebe:input"
428
+ },
429
+ "condition": {
430
+ "property": "correlationType.type",
431
+ "equals": "publish",
432
+ "type": "simple"
433
+ },
434
+ "type": "String"
435
+ },
436
+ {
437
+ "id": "version",
438
+ "label": "Version",
439
+ "description": "Version of the element template",
440
+ "value": "1",
441
+ "group": "connector",
442
+ "binding": {
443
+ "key": "elementTemplateVersion",
444
+ "type": "zeebe:taskHeader"
445
+ },
446
+ "type": "Hidden"
447
+ },
448
+ {
449
+ "id": "id",
450
+ "label": "ID",
451
+ "description": "ID of the element template",
452
+ "value": "io.camunda.connectors.message.v1",
453
+ "group": "connector",
454
+ "binding": {
455
+ "key": "elementTemplateId",
456
+ "type": "zeebe:taskHeader"
457
+ },
458
+ "type": "Hidden"
459
+ },
460
+ {
461
+ "id": "resultVariable",
462
+ "label": "Result variable",
463
+ "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>.",
464
+ "group": "output",
465
+ "binding": {
466
+ "key": "resultVariable",
467
+ "type": "zeebe:taskHeader"
468
+ },
469
+ "type": "String"
470
+ },
471
+ {
472
+ "id": "resultExpression",
473
+ "label": "Result expression",
474
+ "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>.",
475
+ "feel": "required",
476
+ "group": "output",
477
+ "binding": {
478
+ "key": "resultExpression",
479
+ "type": "zeebe:taskHeader"
480
+ },
481
+ "type": "Text"
482
+ },
483
+ {
484
+ "id": "errorExpression",
485
+ "label": "Error expression",
486
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
487
+ "feel": "required",
488
+ "group": "error",
489
+ "binding": {
490
+ "key": "errorExpression",
491
+ "type": "zeebe:taskHeader"
492
+ },
493
+ "type": "Text"
494
+ },
495
+ {
496
+ "id": "retryCount",
497
+ "label": "Retries",
498
+ "description": "Number of retries",
499
+ "value": "3",
500
+ "feel": "optional",
501
+ "group": "retries",
502
+ "binding": {
503
+ "property": "retries",
504
+ "type": "zeebe:taskDefinition"
505
+ },
506
+ "type": "String"
507
+ },
508
+ {
509
+ "id": "retryBackoff",
510
+ "label": "Retry backoff",
511
+ "description": "ISO-8601 duration to wait between retries",
512
+ "value": "PT30S",
513
+ "group": "retries",
514
+ "binding": {
515
+ "key": "retryBackoff",
516
+ "type": "zeebe:taskHeader"
517
+ },
518
+ "type": "String"
519
+ }
520
+ ],
521
+ "steps": [
522
+ {
523
+ "name": "Correlate message (with result)",
524
+ "description": "Correlate a message to a running process instance in Camunda and receive the result",
525
+ "keywords": [
526
+ "correlate message",
527
+ "message correlation",
528
+ "receive result",
529
+ "await response",
530
+ "synchronous message"
531
+ ],
532
+ "presetId": "type_correlate"
533
+ },
534
+ {
535
+ "name": "Publish message (with buffer)",
536
+ "description": "Publish a message to Camunda with buffering support",
537
+ "keywords": [
538
+ "publish message",
539
+ "buffer message",
540
+ "send message",
541
+ "emit event",
542
+ "broadcast message",
543
+ "trigger message"
544
+ ],
545
+ "presetId": "type_publish"
546
+ }
547
+ ],
548
+ "presets": [
549
+ {
550
+ "id": "type_correlate",
551
+ "properties": {
552
+ "correlationType.type": "correlate"
553
+ }
554
+ },
555
+ {
556
+ "id": "type_publish",
557
+ "properties": {
558
+ "correlationType.type": "publish"
559
+ }
560
+ }
561
+ ],
562
+ "icon": {
563
+ "contents": "data:image/svg+xml;base64,PHN2ZwogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHdpZHRoPSIyMDAwIgogICBoZWlnaHQ9IjIwMDAiCiAgIHZpZXdCb3g9IjAgMCAyMDAwIDIwMDAiCiAgIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KICA8cGF0aAogICAgIHN0eWxlPSJjb2xvcjojMDAwMDAwIgogICAgIGQ9Im0gMCwyODQgMjAwMCwwIC0xMDAwLDU1NCB6Ii8+CiAgPHBhdGgKICAgICBzdHlsZT0iY29sb3I6IzAwMDAwMCIKICAgICBkPSJtIDAsNDUyIDEwMDAsNTQ4IDEwMDAsLTU0OCAwLDEwOTYgLTIwMDAsMCB6Ii8+Cjwvc3ZnPgo="
564
+ }
265
565
  }
266
566
  ]