@camunda/connectors-element-templates 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -239,207 +239,6 @@
|
|
|
239
239
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
240
240
|
}
|
|
241
241
|
},
|
|
242
|
-
{
|
|
243
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
244
|
-
"name": "Slack Webhook Message Start Event Connector",
|
|
245
|
-
"id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
|
|
246
|
-
"description": "Receive events from Slack",
|
|
247
|
-
"version": 1,
|
|
248
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
249
|
-
"category": {
|
|
250
|
-
"id": "connectors",
|
|
251
|
-
"name": "Connectors"
|
|
252
|
-
},
|
|
253
|
-
"appliesTo": ["bpmn:StartEvent"],
|
|
254
|
-
"elementType": {
|
|
255
|
-
"value": "bpmn:StartEvent",
|
|
256
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
257
|
-
},
|
|
258
|
-
"groups": [
|
|
259
|
-
{
|
|
260
|
-
"id": "endpoint",
|
|
261
|
-
"label": "Webhook configuration"
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"id": "activation",
|
|
265
|
-
"label": "Activation"
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"id": "correlation",
|
|
269
|
-
"label": "Subprocess correlation"
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"id": "variable-mapping",
|
|
273
|
-
"label": "Variable mapping"
|
|
274
|
-
}
|
|
275
|
-
],
|
|
276
|
-
"properties": [
|
|
277
|
-
{
|
|
278
|
-
"type": "Hidden",
|
|
279
|
-
"value": "io.camunda:slack-webhook:1",
|
|
280
|
-
"binding": {
|
|
281
|
-
"type": "zeebe:property",
|
|
282
|
-
"name": "inbound.type"
|
|
283
|
-
}
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"type": "Hidden",
|
|
287
|
-
"value": "SlackEventsWebhook",
|
|
288
|
-
"binding": {
|
|
289
|
-
"type": "zeebe:property",
|
|
290
|
-
"name": "inbound.subtype"
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"type": "Hidden",
|
|
295
|
-
"generatedValue": {
|
|
296
|
-
"type": "uuid"
|
|
297
|
-
},
|
|
298
|
-
"binding": {
|
|
299
|
-
"type": "bpmn:Message#property",
|
|
300
|
-
"name": "name"
|
|
301
|
-
}
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"label": "Webhook ID",
|
|
305
|
-
"type": "String",
|
|
306
|
-
"group": "endpoint",
|
|
307
|
-
"binding": {
|
|
308
|
-
"type": "zeebe:property",
|
|
309
|
-
"name": "inbound.context"
|
|
310
|
-
},
|
|
311
|
-
"description": "The webhook ID is a part of the URL endpoint",
|
|
312
|
-
"constraints": {
|
|
313
|
-
"notEmpty": true
|
|
314
|
-
}
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"label": "Slack signing secret",
|
|
318
|
-
"description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
|
|
319
|
-
"type": "String",
|
|
320
|
-
"group": "endpoint",
|
|
321
|
-
"feel": "optional",
|
|
322
|
-
"binding": {
|
|
323
|
-
"type": "zeebe:property",
|
|
324
|
-
"name": "inbound.slackSigningSecret"
|
|
325
|
-
},
|
|
326
|
-
"constraints": {
|
|
327
|
-
"notEmpty": true
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"label": "Message ID expression",
|
|
332
|
-
"feel": "required",
|
|
333
|
-
"type": "String",
|
|
334
|
-
"optional": true,
|
|
335
|
-
"group": "activation",
|
|
336
|
-
"binding": {
|
|
337
|
-
"type": "zeebe:property",
|
|
338
|
-
"name": "messageIdExpression"
|
|
339
|
-
},
|
|
340
|
-
"description": "Expression to extract unique identifier of a message"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"label": "Condition",
|
|
344
|
-
"type": "String",
|
|
345
|
-
"group": "activation",
|
|
346
|
-
"feel": "required",
|
|
347
|
-
"optional": true,
|
|
348
|
-
"binding": {
|
|
349
|
-
"type": "zeebe:property",
|
|
350
|
-
"name": "activationCondition"
|
|
351
|
-
},
|
|
352
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"label": "Correlation required",
|
|
356
|
-
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
357
|
-
"id": "correlationRequired",
|
|
358
|
-
"group": "correlation",
|
|
359
|
-
"type": "Dropdown",
|
|
360
|
-
"value": "notRequired",
|
|
361
|
-
"choices": [
|
|
362
|
-
{
|
|
363
|
-
"name": "Correlation not required",
|
|
364
|
-
"value": "notRequired"
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"name": "Correlation required",
|
|
368
|
-
"value": "required"
|
|
369
|
-
}
|
|
370
|
-
],
|
|
371
|
-
"binding": {
|
|
372
|
-
"type": "zeebe:property",
|
|
373
|
-
"name": "correlationRequired"
|
|
374
|
-
}
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"label": "Correlation key (process)",
|
|
378
|
-
"type": "String",
|
|
379
|
-
"group": "correlation",
|
|
380
|
-
"feel": "required",
|
|
381
|
-
"description": "Sets up the correlation key from process variables",
|
|
382
|
-
"binding": {
|
|
383
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
384
|
-
"name": "correlationKey"
|
|
385
|
-
},
|
|
386
|
-
"constraints": {
|
|
387
|
-
"notEmpty": true
|
|
388
|
-
},
|
|
389
|
-
"condition": {
|
|
390
|
-
"property": "correlationRequired",
|
|
391
|
-
"equals": "required"
|
|
392
|
-
}
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"label": "Correlation key (payload)",
|
|
396
|
-
"type": "String",
|
|
397
|
-
"group": "correlation",
|
|
398
|
-
"feel": "required",
|
|
399
|
-
"binding": {
|
|
400
|
-
"type": "zeebe:property",
|
|
401
|
-
"name": "correlationKeyExpression"
|
|
402
|
-
},
|
|
403
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
404
|
-
"constraints": {
|
|
405
|
-
"notEmpty": true
|
|
406
|
-
},
|
|
407
|
-
"condition": {
|
|
408
|
-
"property": "correlationRequired",
|
|
409
|
-
"equals": "required"
|
|
410
|
-
}
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"label": "Result variable",
|
|
414
|
-
"type": "String",
|
|
415
|
-
"group": "variable-mapping",
|
|
416
|
-
"optional": true,
|
|
417
|
-
"binding": {
|
|
418
|
-
"type": "zeebe:property",
|
|
419
|
-
"name": "resultVariable"
|
|
420
|
-
},
|
|
421
|
-
"description": "Name of variable to store the result of the connector in"
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"label": "Result expression",
|
|
425
|
-
"type": "String",
|
|
426
|
-
"group": "variable-mapping",
|
|
427
|
-
"feel": "required",
|
|
428
|
-
"optional": true,
|
|
429
|
-
"binding": {
|
|
430
|
-
"type": "zeebe:property",
|
|
431
|
-
"name": "resultExpression"
|
|
432
|
-
},
|
|
433
|
-
"description": "Expression to map the inbound payload to process variables"
|
|
434
|
-
}
|
|
435
|
-
],
|
|
436
|
-
"icon": {
|
|
437
|
-
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
|
|
438
|
-
},
|
|
439
|
-
"engines": {
|
|
440
|
-
"camunda": "^8.2"
|
|
441
|
-
}
|
|
442
|
-
},
|
|
443
242
|
{
|
|
444
243
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
445
244
|
"name": "Slack Webhook Message Start Event Connector",
|
|
@@ -886,6 +685,207 @@
|
|
|
886
685
|
"camunda": "^8.5"
|
|
887
686
|
}
|
|
888
687
|
},
|
|
688
|
+
{
|
|
689
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
690
|
+
"name": "Slack Webhook Message Start Event Connector",
|
|
691
|
+
"id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
|
|
692
|
+
"description": "Receive events from Slack",
|
|
693
|
+
"version": 1,
|
|
694
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
695
|
+
"category": {
|
|
696
|
+
"id": "connectors",
|
|
697
|
+
"name": "Connectors"
|
|
698
|
+
},
|
|
699
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
700
|
+
"elementType": {
|
|
701
|
+
"value": "bpmn:StartEvent",
|
|
702
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
703
|
+
},
|
|
704
|
+
"groups": [
|
|
705
|
+
{
|
|
706
|
+
"id": "endpoint",
|
|
707
|
+
"label": "Webhook configuration"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"id": "activation",
|
|
711
|
+
"label": "Activation"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"id": "correlation",
|
|
715
|
+
"label": "Subprocess correlation"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"id": "variable-mapping",
|
|
719
|
+
"label": "Variable mapping"
|
|
720
|
+
}
|
|
721
|
+
],
|
|
722
|
+
"properties": [
|
|
723
|
+
{
|
|
724
|
+
"type": "Hidden",
|
|
725
|
+
"value": "io.camunda:slack-webhook:1",
|
|
726
|
+
"binding": {
|
|
727
|
+
"type": "zeebe:property",
|
|
728
|
+
"name": "inbound.type"
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"type": "Hidden",
|
|
733
|
+
"value": "SlackEventsWebhook",
|
|
734
|
+
"binding": {
|
|
735
|
+
"type": "zeebe:property",
|
|
736
|
+
"name": "inbound.subtype"
|
|
737
|
+
}
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"type": "Hidden",
|
|
741
|
+
"generatedValue": {
|
|
742
|
+
"type": "uuid"
|
|
743
|
+
},
|
|
744
|
+
"binding": {
|
|
745
|
+
"type": "bpmn:Message#property",
|
|
746
|
+
"name": "name"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"label": "Webhook ID",
|
|
751
|
+
"type": "String",
|
|
752
|
+
"group": "endpoint",
|
|
753
|
+
"binding": {
|
|
754
|
+
"type": "zeebe:property",
|
|
755
|
+
"name": "inbound.context"
|
|
756
|
+
},
|
|
757
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
758
|
+
"constraints": {
|
|
759
|
+
"notEmpty": true
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"label": "Slack signing secret",
|
|
764
|
+
"description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
|
|
765
|
+
"type": "String",
|
|
766
|
+
"group": "endpoint",
|
|
767
|
+
"feel": "optional",
|
|
768
|
+
"binding": {
|
|
769
|
+
"type": "zeebe:property",
|
|
770
|
+
"name": "inbound.slackSigningSecret"
|
|
771
|
+
},
|
|
772
|
+
"constraints": {
|
|
773
|
+
"notEmpty": true
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"label": "Message ID expression",
|
|
778
|
+
"feel": "required",
|
|
779
|
+
"type": "String",
|
|
780
|
+
"optional": true,
|
|
781
|
+
"group": "activation",
|
|
782
|
+
"binding": {
|
|
783
|
+
"type": "zeebe:property",
|
|
784
|
+
"name": "messageIdExpression"
|
|
785
|
+
},
|
|
786
|
+
"description": "Expression to extract unique identifier of a message"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"label": "Condition",
|
|
790
|
+
"type": "String",
|
|
791
|
+
"group": "activation",
|
|
792
|
+
"feel": "required",
|
|
793
|
+
"optional": true,
|
|
794
|
+
"binding": {
|
|
795
|
+
"type": "zeebe:property",
|
|
796
|
+
"name": "activationCondition"
|
|
797
|
+
},
|
|
798
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"label": "Correlation required",
|
|
802
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
803
|
+
"id": "correlationRequired",
|
|
804
|
+
"group": "correlation",
|
|
805
|
+
"type": "Dropdown",
|
|
806
|
+
"value": "notRequired",
|
|
807
|
+
"choices": [
|
|
808
|
+
{
|
|
809
|
+
"name": "Correlation not required",
|
|
810
|
+
"value": "notRequired"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"name": "Correlation required",
|
|
814
|
+
"value": "required"
|
|
815
|
+
}
|
|
816
|
+
],
|
|
817
|
+
"binding": {
|
|
818
|
+
"type": "zeebe:property",
|
|
819
|
+
"name": "correlationRequired"
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"label": "Correlation key (process)",
|
|
824
|
+
"type": "String",
|
|
825
|
+
"group": "correlation",
|
|
826
|
+
"feel": "required",
|
|
827
|
+
"description": "Sets up the correlation key from process variables",
|
|
828
|
+
"binding": {
|
|
829
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
830
|
+
"name": "correlationKey"
|
|
831
|
+
},
|
|
832
|
+
"constraints": {
|
|
833
|
+
"notEmpty": true
|
|
834
|
+
},
|
|
835
|
+
"condition": {
|
|
836
|
+
"property": "correlationRequired",
|
|
837
|
+
"equals": "required"
|
|
838
|
+
}
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"label": "Correlation key (payload)",
|
|
842
|
+
"type": "String",
|
|
843
|
+
"group": "correlation",
|
|
844
|
+
"feel": "required",
|
|
845
|
+
"binding": {
|
|
846
|
+
"type": "zeebe:property",
|
|
847
|
+
"name": "correlationKeyExpression"
|
|
848
|
+
},
|
|
849
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
850
|
+
"constraints": {
|
|
851
|
+
"notEmpty": true
|
|
852
|
+
},
|
|
853
|
+
"condition": {
|
|
854
|
+
"property": "correlationRequired",
|
|
855
|
+
"equals": "required"
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"label": "Result variable",
|
|
860
|
+
"type": "String",
|
|
861
|
+
"group": "variable-mapping",
|
|
862
|
+
"optional": true,
|
|
863
|
+
"binding": {
|
|
864
|
+
"type": "zeebe:property",
|
|
865
|
+
"name": "resultVariable"
|
|
866
|
+
},
|
|
867
|
+
"description": "Name of variable to store the result of the connector in"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"label": "Result expression",
|
|
871
|
+
"type": "String",
|
|
872
|
+
"group": "variable-mapping",
|
|
873
|
+
"feel": "required",
|
|
874
|
+
"optional": true,
|
|
875
|
+
"binding": {
|
|
876
|
+
"type": "zeebe:property",
|
|
877
|
+
"name": "resultExpression"
|
|
878
|
+
},
|
|
879
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
880
|
+
}
|
|
881
|
+
],
|
|
882
|
+
"icon": {
|
|
883
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
|
|
884
|
+
},
|
|
885
|
+
"engines": {
|
|
886
|
+
"camunda": "^8.2"
|
|
887
|
+
}
|
|
888
|
+
},
|
|
889
889
|
{
|
|
890
890
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
891
891
|
"name": "Slack Webhook Message Start Event Connector",
|