@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
@@ -3,9 +3,9 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Twilio Boundary Event Connector",
5
5
  "id": "io.camunda.connectors.Twilio.Webhook.Boundary.v1",
6
- "version": 1,
6
+ "version": 2,
7
7
  "description": "Receive incoming message with Twilio service",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
9
9
  "category": {
10
10
  "id": "connectors",
11
11
  "name": "Connectors"
@@ -107,7 +107,7 @@
107
107
  "id": "shouldValidateHmac",
108
108
  "label": "HMAC authentication",
109
109
  "group": "endpoint",
110
- "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
110
+ "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
111
111
  "value": "disabled",
112
112
  "type": "Dropdown",
113
113
  "choices": [
@@ -205,6 +205,18 @@
205
205
  "notEmpty": true
206
206
  }
207
207
  },
208
+ {
209
+ "label": "Message ID expression",
210
+ "feel": "required",
211
+ "type": "String",
212
+ "optional": true,
213
+ "group": "activation",
214
+ "binding": {
215
+ "type": "zeebe:property",
216
+ "name": "messageIdExpression"
217
+ },
218
+ "description": "Expression to extract unique identifier of a message"
219
+ },
208
220
  {
209
221
  "label": "Condition",
210
222
  "type": "String",
@@ -215,7 +227,7 @@
215
227
  "type": "zeebe:property",
216
228
  "name": "inbound.activationCondition"
217
229
  },
218
- "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
230
+ "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
219
231
  },
220
232
  {
221
233
  "label": "Result variable",
@@ -252,9 +264,9 @@
252
264
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
253
265
  "name": "Twilio Boundary Event Connector",
254
266
  "id": "io.camunda.connectors.Twilio.Webhook.Boundary.v1",
255
- "version": 2,
267
+ "version": 1,
256
268
  "description": "Receive incoming message with Twilio service",
257
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
269
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
258
270
  "category": {
259
271
  "id": "connectors",
260
272
  "name": "Connectors"
@@ -356,7 +368,7 @@
356
368
  "id": "shouldValidateHmac",
357
369
  "label": "HMAC authentication",
358
370
  "group": "endpoint",
359
- "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
371
+ "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
360
372
  "value": "disabled",
361
373
  "type": "Dropdown",
362
374
  "choices": [
@@ -454,18 +466,6 @@
454
466
  "notEmpty": true
455
467
  }
456
468
  },
457
- {
458
- "label": "Message ID expression",
459
- "feel": "required",
460
- "type": "String",
461
- "optional": true,
462
- "group": "activation",
463
- "binding": {
464
- "type": "zeebe:property",
465
- "name": "messageIdExpression"
466
- },
467
- "description": "Expression to extract unique identifier of a message"
468
- },
469
469
  {
470
470
  "label": "Condition",
471
471
  "type": "String",
@@ -476,7 +476,7 @@
476
476
  "type": "zeebe:property",
477
477
  "name": "inbound.activationCondition"
478
478
  },
479
- "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
479
+ "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
480
480
  },
481
481
  {
482
482
  "label": "Result variable",
@@ -574,7 +574,6 @@
574
574
  "id": "webhookMethod",
575
575
  "label": "Webhook method",
576
576
  "group": "endpoint",
577
- "description": "Select HTTP method",
578
577
  "value": "any",
579
578
  "type": "Dropdown",
580
579
  "choices": [
@@ -604,7 +603,7 @@
604
603
  "type": "zeebe:property",
605
604
  "name": "inbound.context"
606
605
  },
607
- "description": "The webhook ID is a part of the URL",
606
+ "tooltip": "The webhook ID is a part of the URL.",
608
607
  "constraints": {
609
608
  "notEmpty": true
610
609
  }
@@ -629,7 +628,7 @@
629
628
  "id": "shouldValidateHmac",
630
629
  "label": "HMAC authentication",
631
630
  "group": "endpoint",
632
- "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
631
+ "tooltip": "Enabled verifies the HMAC signature on incoming requests; disabled skips verification. See the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>HMAC configuration</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>HMAC example</a> for how to use the HMAC-related fields.",
633
632
  "value": "disabled",
634
633
  "type": "Dropdown",
635
634
  "choices": [
@@ -649,7 +648,7 @@
649
648
  },
650
649
  {
651
650
  "label": "HMAC secret key",
652
- "description": "Shared secret key",
651
+ "tooltip": "Shared secret key used to verify the HMAC signature.",
653
652
  "type": "String",
654
653
  "group": "endpoint",
655
654
  "optional": true,
@@ -704,7 +703,7 @@
704
703
  "type": "String",
705
704
  "group": "activation",
706
705
  "feel": "required",
707
- "description": "Sets up the correlation key from process variables",
706
+ "tooltip": "Sets up the correlation key from process variables.",
708
707
  "binding": {
709
708
  "type": "bpmn:Message#zeebe:subscription#property",
710
709
  "name": "correlationKey"
@@ -722,7 +721,7 @@
722
721
  "type": "zeebe:property",
723
722
  "name": "correlationKeyExpression"
724
723
  },
725
- "description": "Extracts the correlation key from the incoming message payload",
724
+ "tooltip": "Extracts the correlation key from the incoming message payload.",
726
725
  "constraints": {
727
726
  "notEmpty": true
728
727
  }
@@ -737,7 +736,7 @@
737
736
  "type": "zeebe:property",
738
737
  "name": "messageIdExpression"
739
738
  },
740
- "description": "Expression to extract unique identifier of a message"
739
+ "tooltip": "Expression to extract the unique identifier of a message."
741
740
  },
742
741
  {
743
742
  "label": "Condition",
@@ -749,7 +748,7 @@
749
748
  "type": "zeebe:property",
750
749
  "name": "inbound.activationCondition"
751
750
  },
752
- "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
751
+ "tooltip": "Condition under which the connector triggers. Leave empty to catch all events. See the <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>Twilio webhook activation guide</a>."
753
752
  },
754
753
  {
755
754
  "label": "Result variable",
@@ -760,7 +759,7 @@
760
759
  "type": "zeebe:property",
761
760
  "name": "resultVariable"
762
761
  },
763
- "description": "Name of variable to store the result of the connector in"
762
+ "tooltip": "Name of variable to store the result of the connector in."
764
763
  },
765
764
  {
766
765
  "label": "Result expression",
@@ -772,7 +771,7 @@
772
771
  "type": "zeebe:property",
773
772
  "name": "resultExpression"
774
773
  },
775
- "description": "Expression to map the inbound payload to process variables"
774
+ "tooltip": "Expression to map the inbound payload to process variables."
776
775
  }
777
776
  ],
778
777
  "icon": {
@@ -1,16 +1,31 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "Twilio connector",
4
+ "name": "Twilio Start Event Connector",
5
5
  "id": "io.camunda.connectors.TwilioWebhook.v1",
6
- "version": 1,
6
+ "version": 4,
7
+ "engines": {
8
+ "camunda": "^8.3"
9
+ },
7
10
  "description": "Receive incoming message with Twilio service",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
11
+ "keywords": [
12
+ "SMS received",
13
+ "receive SMS",
14
+ "incoming SMS",
15
+ "phone event",
16
+ "text message received",
17
+ "webhook",
18
+ "inbound message"
19
+ ],
20
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
9
21
  "category": {
10
22
  "id": "connectors",
11
23
  "name": "Connectors"
12
24
  },
13
25
  "appliesTo": ["bpmn:StartEvent"],
26
+ "deprecated": {
27
+ "message": "Migrate to Twilio Message Start Event Connector"
28
+ },
14
29
  "elementType": {
15
30
  "value": "bpmn:StartEvent"
16
31
  },
@@ -41,7 +56,6 @@
41
56
  "id": "webhookMethod",
42
57
  "label": "Webhook method",
43
58
  "group": "endpoint",
44
- "description": "Select HTTP method",
45
59
  "value": "any",
46
60
  "type": "Dropdown",
47
61
  "choices": [
@@ -71,7 +85,7 @@
71
85
  "type": "zeebe:property",
72
86
  "name": "inbound.context"
73
87
  },
74
- "description": "The webhook ID is a part of the URL",
88
+ "tooltip": "The webhook ID is a part of the URL.",
75
89
  "constraints": {
76
90
  "notEmpty": true
77
91
  }
@@ -84,23 +98,11 @@
84
98
  "name": "inbound.subtype"
85
99
  }
86
100
  },
87
- {
88
- "type": "Hidden",
89
- "value": "=[\"url\",\"body\",\"parameters\"]",
90
- "binding": {
91
- "type": "zeebe:property",
92
- "name": "inbound.hmacScopes"
93
- },
94
- "condition": {
95
- "property": "shouldValidateHmac",
96
- "equals": "enabled"
97
- }
98
- },
99
101
  {
100
102
  "id": "shouldValidateHmac",
101
103
  "label": "HMAC authentication",
102
104
  "group": "endpoint",
103
- "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
105
+ "tooltip": "Enabled verifies the HMAC signature on incoming requests; disabled skips verification. See the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>HMAC configuration</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>HMAC example</a> for how to use the HMAC-related fields.",
104
106
  "value": "disabled",
105
107
  "type": "Dropdown",
106
108
  "choices": [
@@ -118,9 +120,21 @@
118
120
  "name": "inbound.shouldValidateHmac"
119
121
  }
120
122
  },
123
+ {
124
+ "type": "Hidden",
125
+ "value": "=[\"url\",\"body\",\"parameters\"]",
126
+ "binding": {
127
+ "type": "zeebe:property",
128
+ "name": "inbound.hmacScopes"
129
+ },
130
+ "condition": {
131
+ "property": "shouldValidateHmac",
132
+ "equals": "enabled"
133
+ }
134
+ },
121
135
  {
122
136
  "label": "HMAC secret key",
123
- "description": "Shared secret key",
137
+ "tooltip": "Shared secret key used to verify the HMAC signature.",
124
138
  "type": "String",
125
139
  "group": "endpoint",
126
140
  "optional": true,
@@ -175,7 +189,7 @@
175
189
  "type": "zeebe:property",
176
190
  "name": "inbound.activationCondition"
177
191
  },
178
- "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
192
+ "tooltip": "Condition under which the connector triggers. Leave empty to catch all events. See the <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>Twilio webhook activation guide</a>."
179
193
  },
180
194
  {
181
195
  "label": "Result variable",
@@ -186,7 +200,7 @@
186
200
  "type": "zeebe:property",
187
201
  "name": "resultVariable"
188
202
  },
189
- "description": "Name of variable to store the result of the connector in"
203
+ "tooltip": "Name of variable to store the result of the connector in."
190
204
  },
191
205
  {
192
206
  "label": "Result expression",
@@ -198,14 +212,11 @@
198
212
  "type": "zeebe:property",
199
213
  "name": "resultExpression"
200
214
  },
201
- "description": "Expression to map the inbound payload to process variables"
215
+ "tooltip": "Expression to map the inbound payload to process variables."
202
216
  }
203
217
  ],
204
218
  "icon": {
205
219
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
206
- },
207
- "engines": {
208
- "camunda": "^8.2"
209
220
  }
210
221
  },
211
222
  {
@@ -640,31 +651,16 @@
640
651
  },
641
652
  {
642
653
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
643
- "name": "Twilio Start Event Connector",
654
+ "name": "Twilio connector",
644
655
  "id": "io.camunda.connectors.TwilioWebhook.v1",
645
- "version": 4,
646
- "engines": {
647
- "camunda": "^8.3"
648
- },
656
+ "version": 1,
649
657
  "description": "Receive incoming message with Twilio service",
650
- "keywords": [
651
- "SMS received",
652
- "receive SMS",
653
- "incoming SMS",
654
- "phone event",
655
- "text message received",
656
- "webhook",
657
- "inbound message"
658
- ],
659
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
658
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
660
659
  "category": {
661
660
  "id": "connectors",
662
661
  "name": "Connectors"
663
662
  },
664
663
  "appliesTo": ["bpmn:StartEvent"],
665
- "deprecated": {
666
- "message": "Migrate to Twilio Message Start Event Connector"
667
- },
668
664
  "elementType": {
669
665
  "value": "bpmn:StartEvent"
670
666
  },
@@ -738,11 +734,23 @@
738
734
  "name": "inbound.subtype"
739
735
  }
740
736
  },
737
+ {
738
+ "type": "Hidden",
739
+ "value": "=[\"url\",\"body\",\"parameters\"]",
740
+ "binding": {
741
+ "type": "zeebe:property",
742
+ "name": "inbound.hmacScopes"
743
+ },
744
+ "condition": {
745
+ "property": "shouldValidateHmac",
746
+ "equals": "enabled"
747
+ }
748
+ },
741
749
  {
742
750
  "id": "shouldValidateHmac",
743
751
  "label": "HMAC authentication",
744
752
  "group": "endpoint",
745
- "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
753
+ "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
746
754
  "value": "disabled",
747
755
  "type": "Dropdown",
748
756
  "choices": [
@@ -760,18 +768,6 @@
760
768
  "name": "inbound.shouldValidateHmac"
761
769
  }
762
770
  },
763
- {
764
- "type": "Hidden",
765
- "value": "=[\"url\",\"body\",\"parameters\"]",
766
- "binding": {
767
- "type": "zeebe:property",
768
- "name": "inbound.hmacScopes"
769
- },
770
- "condition": {
771
- "property": "shouldValidateHmac",
772
- "equals": "enabled"
773
- }
774
- },
775
771
  {
776
772
  "label": "HMAC secret key",
777
773
  "description": "Shared secret key",
@@ -829,7 +825,7 @@
829
825
  "type": "zeebe:property",
830
826
  "name": "inbound.activationCondition"
831
827
  },
832
- "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
828
+ "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
833
829
  },
834
830
  {
835
831
  "label": "Result variable",
@@ -857,6 +853,9 @@
857
853
  ],
858
854
  "icon": {
859
855
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
856
+ },
857
+ "engines": {
858
+ "camunda": "^8.2"
860
859
  }
861
860
  }
862
861
  ]
@@ -1,11 +1,11 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "Twilio Intermediate Catch Event Connector",
4
+ "name": "Twilio connector",
5
5
  "id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
6
- "version": 3,
6
+ "version": 1,
7
7
  "description": "Receive incoming message with Twilio service",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
9
9
  "category": {
10
10
  "id": "connectors",
11
11
  "name": "Connectors"
@@ -107,7 +107,7 @@
107
107
  "id": "shouldValidateHmac",
108
108
  "label": "HMAC authentication",
109
109
  "group": "endpoint",
110
- "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
110
+ "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
111
111
  "value": "disabled",
112
112
  "type": "Dropdown",
113
113
  "choices": [
@@ -205,18 +205,6 @@
205
205
  "notEmpty": true
206
206
  }
207
207
  },
208
- {
209
- "label": "Message ID expression",
210
- "feel": "required",
211
- "type": "String",
212
- "optional": true,
213
- "group": "activation",
214
- "binding": {
215
- "type": "zeebe:property",
216
- "name": "messageIdExpression"
217
- },
218
- "description": "Expression to extract unique identifier of a message"
219
- },
220
208
  {
221
209
  "label": "Condition",
222
210
  "type": "String",
@@ -227,7 +215,7 @@
227
215
  "type": "zeebe:property",
228
216
  "name": "inbound.activationCondition"
229
217
  },
230
- "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
218
+ "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
231
219
  },
232
220
  {
233
221
  "label": "Result variable",
@@ -257,7 +245,7 @@
257
245
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
258
246
  },
259
247
  "engines": {
260
- "camunda": "^8.4"
248
+ "camunda": "^8.2"
261
249
  }
262
250
  },
263
251
  {
@@ -511,11 +499,11 @@
511
499
  },
512
500
  {
513
501
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
514
- "name": "Twilio connector",
502
+ "name": "Twilio Intermediate Catch Event Connector",
515
503
  "id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
516
- "version": 1,
504
+ "version": 3,
517
505
  "description": "Receive incoming message with Twilio service",
518
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
506
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
519
507
  "category": {
520
508
  "id": "connectors",
521
509
  "name": "Connectors"
@@ -617,7 +605,7 @@
617
605
  "id": "shouldValidateHmac",
618
606
  "label": "HMAC authentication",
619
607
  "group": "endpoint",
620
- "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
608
+ "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
621
609
  "value": "disabled",
622
610
  "type": "Dropdown",
623
611
  "choices": [
@@ -715,6 +703,18 @@
715
703
  "notEmpty": true
716
704
  }
717
705
  },
706
+ {
707
+ "label": "Message ID expression",
708
+ "feel": "required",
709
+ "type": "String",
710
+ "optional": true,
711
+ "group": "activation",
712
+ "binding": {
713
+ "type": "zeebe:property",
714
+ "name": "messageIdExpression"
715
+ },
716
+ "description": "Expression to extract unique identifier of a message"
717
+ },
718
718
  {
719
719
  "label": "Condition",
720
720
  "type": "String",
@@ -725,7 +725,7 @@
725
725
  "type": "zeebe:property",
726
726
  "name": "inbound.activationCondition"
727
727
  },
728
- "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
728
+ "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
729
729
  },
730
730
  {
731
731
  "label": "Result variable",
@@ -755,7 +755,7 @@
755
755
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
756
756
  },
757
757
  "engines": {
758
- "camunda": "^8.2"
758
+ "camunda": "^8.4"
759
759
  }
760
760
  },
761
761
  {
@@ -823,7 +823,6 @@
823
823
  "id": "webhookMethod",
824
824
  "label": "Webhook method",
825
825
  "group": "endpoint",
826
- "description": "Select HTTP method",
827
826
  "value": "any",
828
827
  "type": "Dropdown",
829
828
  "choices": [
@@ -853,7 +852,7 @@
853
852
  "type": "zeebe:property",
854
853
  "name": "inbound.context"
855
854
  },
856
- "description": "The webhook ID is a part of the URL",
855
+ "tooltip": "The webhook ID is a part of the URL.",
857
856
  "constraints": {
858
857
  "notEmpty": true
859
858
  }
@@ -878,7 +877,7 @@
878
877
  "id": "shouldValidateHmac",
879
878
  "label": "HMAC authentication",
880
879
  "group": "endpoint",
881
- "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
880
+ "tooltip": "Enabled verifies the HMAC signature on incoming requests; disabled skips verification. See the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>HMAC configuration</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>HMAC example</a> for how to use the HMAC-related fields.",
882
881
  "value": "disabled",
883
882
  "type": "Dropdown",
884
883
  "choices": [
@@ -898,7 +897,7 @@
898
897
  },
899
898
  {
900
899
  "label": "HMAC secret key",
901
- "description": "Shared secret key",
900
+ "tooltip": "Shared secret key used to verify the HMAC signature.",
902
901
  "type": "String",
903
902
  "group": "endpoint",
904
903
  "optional": true,
@@ -953,7 +952,7 @@
953
952
  "type": "String",
954
953
  "group": "activation",
955
954
  "feel": "required",
956
- "description": "Sets up the correlation key from process variables",
955
+ "tooltip": "Sets up the correlation key from process variables.",
957
956
  "binding": {
958
957
  "type": "bpmn:Message#zeebe:subscription#property",
959
958
  "name": "correlationKey"
@@ -971,7 +970,7 @@
971
970
  "type": "zeebe:property",
972
971
  "name": "correlationKeyExpression"
973
972
  },
974
- "description": "Extracts the correlation key from the incoming message payload",
973
+ "tooltip": "Extracts the correlation key from the incoming message payload.",
975
974
  "constraints": {
976
975
  "notEmpty": true
977
976
  }
@@ -986,7 +985,7 @@
986
985
  "type": "zeebe:property",
987
986
  "name": "messageIdExpression"
988
987
  },
989
- "description": "Expression to extract unique identifier of a message"
988
+ "tooltip": "Expression to extract the unique identifier of a message."
990
989
  },
991
990
  {
992
991
  "label": "Condition",
@@ -998,7 +997,7 @@
998
997
  "type": "zeebe:property",
999
998
  "name": "inbound.activationCondition"
1000
999
  },
1001
- "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
1000
+ "tooltip": "Condition under which the connector triggers. Leave empty to catch all events. See the <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>Twilio webhook activation guide</a>."
1002
1001
  },
1003
1002
  {
1004
1003
  "label": "Result variable",
@@ -1009,7 +1008,7 @@
1009
1008
  "type": "zeebe:property",
1010
1009
  "name": "resultVariable"
1011
1010
  },
1012
- "description": "Name of variable to store the result of the connector in"
1011
+ "tooltip": "Name of variable to store the result of the connector in."
1013
1012
  },
1014
1013
  {
1015
1014
  "label": "Result expression",
@@ -1021,7 +1020,7 @@
1021
1020
  "type": "zeebe:property",
1022
1021
  "name": "resultExpression"
1023
1022
  },
1024
- "description": "Expression to map the inbound payload to process variables"
1023
+ "tooltip": "Expression to map the inbound payload to process variables."
1025
1024
  }
1026
1025
  ],
1027
1026
  "icon": {