@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.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +945 -337
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -286,5 +286,302 @@
|
|
|
286
286
|
"icon": {
|
|
287
287
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
288
288
|
}
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
292
|
+
"name": "Slack Webhook Receive Task Connector",
|
|
293
|
+
"id": "io.camunda.connectors.inbound.Slack.ReceiveTask.v1",
|
|
294
|
+
"description": "Receive events from Slack",
|
|
295
|
+
"keywords": [
|
|
296
|
+
"message received",
|
|
297
|
+
"event received",
|
|
298
|
+
"channel event",
|
|
299
|
+
"webhook",
|
|
300
|
+
"messaging",
|
|
301
|
+
"new message"
|
|
302
|
+
],
|
|
303
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
304
|
+
"version": 8,
|
|
305
|
+
"category": {
|
|
306
|
+
"id": "connectors",
|
|
307
|
+
"name": "Connectors"
|
|
308
|
+
},
|
|
309
|
+
"appliesTo": ["bpmn:ReceiveTask"],
|
|
310
|
+
"elementType": {
|
|
311
|
+
"value": "bpmn:ReceiveTask"
|
|
312
|
+
},
|
|
313
|
+
"engines": {
|
|
314
|
+
"camunda": "^8.3"
|
|
315
|
+
},
|
|
316
|
+
"groups": [
|
|
317
|
+
{
|
|
318
|
+
"id": "endpoint",
|
|
319
|
+
"label": "Webhook configuration"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"id": "activation",
|
|
323
|
+
"label": "Activation"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"id": "correlation",
|
|
327
|
+
"label": "Correlation",
|
|
328
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"id": "deduplication",
|
|
332
|
+
"label": "Deduplication",
|
|
333
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"id": "output",
|
|
337
|
+
"label": "Output mapping"
|
|
338
|
+
}
|
|
339
|
+
],
|
|
340
|
+
"properties": [
|
|
341
|
+
{
|
|
342
|
+
"value": "io.camunda:slack-webhook:1",
|
|
343
|
+
"binding": {
|
|
344
|
+
"name": "inbound.type",
|
|
345
|
+
"type": "zeebe:property"
|
|
346
|
+
},
|
|
347
|
+
"type": "Hidden"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"id": "inbound.context",
|
|
351
|
+
"label": "Webhook ID",
|
|
352
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
353
|
+
"optional": false,
|
|
354
|
+
"constraints": {
|
|
355
|
+
"notEmpty": true
|
|
356
|
+
},
|
|
357
|
+
"group": "endpoint",
|
|
358
|
+
"binding": {
|
|
359
|
+
"name": "inbound.context",
|
|
360
|
+
"type": "zeebe:property"
|
|
361
|
+
},
|
|
362
|
+
"type": "String"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"id": "inbound.slackSigningSecret",
|
|
366
|
+
"label": "Slack signing secret",
|
|
367
|
+
"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",
|
|
368
|
+
"optional": false,
|
|
369
|
+
"constraints": {
|
|
370
|
+
"notEmpty": true
|
|
371
|
+
},
|
|
372
|
+
"group": "endpoint",
|
|
373
|
+
"binding": {
|
|
374
|
+
"name": "inbound.slackSigningSecret",
|
|
375
|
+
"type": "zeebe:property"
|
|
376
|
+
},
|
|
377
|
+
"type": "String"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"id": "inbound.verificationExpression",
|
|
381
|
+
"label": "Verification expression",
|
|
382
|
+
"optional": true,
|
|
383
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
384
|
+
"group": "endpoint",
|
|
385
|
+
"binding": {
|
|
386
|
+
"name": "inbound.verificationExpression",
|
|
387
|
+
"type": "zeebe:property"
|
|
388
|
+
},
|
|
389
|
+
"type": "Hidden"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"id": "activationCondition",
|
|
393
|
+
"label": "Activation condition",
|
|
394
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
395
|
+
"optional": true,
|
|
396
|
+
"feel": "required",
|
|
397
|
+
"group": "activation",
|
|
398
|
+
"binding": {
|
|
399
|
+
"name": "activationCondition",
|
|
400
|
+
"type": "zeebe:property"
|
|
401
|
+
},
|
|
402
|
+
"type": "String"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"id": "consumeUnmatchedEvents",
|
|
406
|
+
"label": "Consume unmatched events",
|
|
407
|
+
"value": true,
|
|
408
|
+
"group": "activation",
|
|
409
|
+
"binding": {
|
|
410
|
+
"name": "consumeUnmatchedEvents",
|
|
411
|
+
"type": "zeebe:property"
|
|
412
|
+
},
|
|
413
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
414
|
+
"type": "Boolean"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"id": "correlationKeyProcess",
|
|
418
|
+
"label": "Correlation key (process)",
|
|
419
|
+
"description": "Sets up the correlation key from process variables",
|
|
420
|
+
"constraints": {
|
|
421
|
+
"notEmpty": true
|
|
422
|
+
},
|
|
423
|
+
"feel": "required",
|
|
424
|
+
"group": "correlation",
|
|
425
|
+
"binding": {
|
|
426
|
+
"name": "correlationKey",
|
|
427
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
428
|
+
},
|
|
429
|
+
"type": "String"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"id": "correlationKeyPayload",
|
|
433
|
+
"label": "Correlation key (payload)",
|
|
434
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
435
|
+
"constraints": {
|
|
436
|
+
"notEmpty": true
|
|
437
|
+
},
|
|
438
|
+
"feel": "required",
|
|
439
|
+
"group": "correlation",
|
|
440
|
+
"binding": {
|
|
441
|
+
"name": "correlationKeyExpression",
|
|
442
|
+
"type": "zeebe:property"
|
|
443
|
+
},
|
|
444
|
+
"type": "String"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"id": "messageIdExpression",
|
|
448
|
+
"label": "Message ID expression",
|
|
449
|
+
"description": "Expression to extract unique identifier of a message",
|
|
450
|
+
"optional": true,
|
|
451
|
+
"feel": "required",
|
|
452
|
+
"group": "correlation",
|
|
453
|
+
"binding": {
|
|
454
|
+
"name": "messageIdExpression",
|
|
455
|
+
"type": "zeebe:property"
|
|
456
|
+
},
|
|
457
|
+
"type": "String"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"id": "messageTtl",
|
|
461
|
+
"label": "Message TTL",
|
|
462
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
463
|
+
"optional": true,
|
|
464
|
+
"constraints": {
|
|
465
|
+
"notEmpty": false,
|
|
466
|
+
"pattern": {
|
|
467
|
+
"value": "^(PT.*|)$",
|
|
468
|
+
"message": "must be an ISO-8601 duration"
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
"feel": "optional",
|
|
472
|
+
"group": "correlation",
|
|
473
|
+
"binding": {
|
|
474
|
+
"name": "messageTtl",
|
|
475
|
+
"type": "zeebe:property"
|
|
476
|
+
},
|
|
477
|
+
"type": "String"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"id": "messageNameUuid",
|
|
481
|
+
"label": "Message name",
|
|
482
|
+
"generatedValue": {
|
|
483
|
+
"type": "uuid"
|
|
484
|
+
},
|
|
485
|
+
"feel": "optional",
|
|
486
|
+
"group": "correlation",
|
|
487
|
+
"binding": {
|
|
488
|
+
"name": "name",
|
|
489
|
+
"type": "bpmn:Message#property"
|
|
490
|
+
},
|
|
491
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
492
|
+
"type": "String"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"id": "deduplicationModeManualFlag",
|
|
496
|
+
"label": "Manual mode",
|
|
497
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
498
|
+
"value": false,
|
|
499
|
+
"group": "deduplication",
|
|
500
|
+
"binding": {
|
|
501
|
+
"name": "deduplicationModeManualFlag",
|
|
502
|
+
"type": "zeebe:property"
|
|
503
|
+
},
|
|
504
|
+
"type": "Boolean"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"id": "deduplicationId",
|
|
508
|
+
"label": "Deduplication ID",
|
|
509
|
+
"constraints": {
|
|
510
|
+
"notEmpty": true,
|
|
511
|
+
"pattern": {
|
|
512
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
513
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
"group": "deduplication",
|
|
517
|
+
"binding": {
|
|
518
|
+
"name": "deduplicationId",
|
|
519
|
+
"type": "zeebe:property"
|
|
520
|
+
},
|
|
521
|
+
"condition": {
|
|
522
|
+
"property": "deduplicationModeManualFlag",
|
|
523
|
+
"equals": true,
|
|
524
|
+
"type": "simple"
|
|
525
|
+
},
|
|
526
|
+
"type": "String"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"id": "deduplicationModeManual",
|
|
530
|
+
"value": "MANUAL",
|
|
531
|
+
"group": "deduplication",
|
|
532
|
+
"binding": {
|
|
533
|
+
"name": "deduplicationMode",
|
|
534
|
+
"type": "zeebe:property"
|
|
535
|
+
},
|
|
536
|
+
"condition": {
|
|
537
|
+
"property": "deduplicationId",
|
|
538
|
+
"isActive": true,
|
|
539
|
+
"type": "simple"
|
|
540
|
+
},
|
|
541
|
+
"type": "Hidden"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"id": "deduplicationModeAuto",
|
|
545
|
+
"value": "AUTO",
|
|
546
|
+
"group": "deduplication",
|
|
547
|
+
"binding": {
|
|
548
|
+
"name": "deduplicationMode",
|
|
549
|
+
"type": "zeebe:property"
|
|
550
|
+
},
|
|
551
|
+
"condition": {
|
|
552
|
+
"property": "deduplicationId",
|
|
553
|
+
"isActive": false,
|
|
554
|
+
"type": "simple"
|
|
555
|
+
},
|
|
556
|
+
"type": "Hidden"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"id": "resultVariable",
|
|
560
|
+
"label": "Result variable",
|
|
561
|
+
"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>.",
|
|
562
|
+
"group": "output",
|
|
563
|
+
"binding": {
|
|
564
|
+
"name": "resultVariable",
|
|
565
|
+
"type": "zeebe:property"
|
|
566
|
+
},
|
|
567
|
+
"type": "String"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"id": "resultExpression",
|
|
571
|
+
"label": "Result expression",
|
|
572
|
+
"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>.",
|
|
573
|
+
"value": "{\n myRequestBody: request.body\n // Use FEEL to extract values, e.g.,:\n // myUserId: request.body.event.user\n}",
|
|
574
|
+
"feel": "required",
|
|
575
|
+
"group": "output",
|
|
576
|
+
"binding": {
|
|
577
|
+
"name": "resultExpression",
|
|
578
|
+
"type": "zeebe:property"
|
|
579
|
+
},
|
|
580
|
+
"type": "Text"
|
|
581
|
+
}
|
|
582
|
+
],
|
|
583
|
+
"icon": {
|
|
584
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
585
|
+
}
|
|
289
586
|
}
|
|
290
587
|
]
|