@camunda/connectors-element-templates 1.0.6 → 1.0.8

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 (99) hide show
  1. package/package.json +1 -1
  2. package/src/build_element_template_array_json_files.sh +9 -0
  3. package/src/connectors.js +26 -2
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
  9. package/src/element-templates/asana-connector.json +104 -104
  10. package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
  11. package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
  12. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  13. package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
  14. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  15. package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
  16. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  17. package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
  18. package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
  19. package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
  20. package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
  21. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  22. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  23. package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
  24. package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
  25. package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
  26. package/src/element-templates/aws-sns-inbound-receive.json +304 -0
  27. package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
  28. package/src/element-templates/aws-sns-outbound-connector.json +726 -726
  29. package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
  30. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
  31. package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
  32. package/src/element-templates/aws-sqs-receive-connector.json +418 -0
  33. package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
  34. package/src/element-templates/aws-sqs-start-message.json +461 -461
  35. package/src/element-templates/azure-open-ai-connector.json +32 -32
  36. package/src/element-templates/blue-prism-connector.json +50 -50
  37. package/src/element-templates/box-outbound-connector.json +30 -30
  38. package/src/element-templates/csv-outbound-connector.json +412 -0
  39. package/src/element-templates/easy-post-connector.json +149 -149
  40. package/src/element-templates/email-inbound-connector-boundary.json +19 -19
  41. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  42. package/src/element-templates/email-outbound-connector.json +233 -233
  43. package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
  44. package/src/element-templates/github-connector.json +2417 -2417
  45. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  46. package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
  47. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  48. package/src/element-templates/github-webhook-connector-receive.json +202 -0
  49. package/src/element-templates/github-webhook-connector-start-event.json +57 -57
  50. package/src/element-templates/gitlab-connector.json +1103 -1103
  51. package/src/element-templates/google-drive-outbound-connector.json +846 -846
  52. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  53. package/src/element-templates/google-maps-platform-connector.json +78 -78
  54. package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
  55. package/src/element-templates/graphql-outbound-connector.json +1181 -1181
  56. package/src/element-templates/http-json-connector.json +2471 -1866
  57. package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
  58. package/src/element-templates/http-polling-connector.json +635 -6
  59. package/src/element-templates/hugging-face-connector.json +34 -34
  60. package/src/element-templates/jdbc-outbound-connector.json +43 -43
  61. package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
  62. package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
  63. package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
  64. package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
  65. package/src/element-templates/kafka-outbound-connector.json +385 -385
  66. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  67. package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
  68. package/src/element-templates/openai-connector.json +122 -122
  69. package/src/element-templates/operate-connector.json +76 -72
  70. package/src/element-templates/power-automate-connector.json +10 -10
  71. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
  72. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
  73. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
  74. package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
  75. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
  76. package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
  77. package/src/element-templates/salesforce-connector.json +44 -44
  78. package/src/element-templates/sendgrid-outbound-connector.json +470 -470
  79. package/src/element-templates/servicenow-connector.json +942 -0
  80. package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
  81. package/src/element-templates/servicenow-incident-connector.json +969 -0
  82. package/src/element-templates/slack-inbound-boundary.json +303 -303
  83. package/src/element-templates/slack-inbound-intermediate.json +277 -277
  84. package/src/element-templates/slack-inbound-message-start.json +11 -11
  85. package/src/element-templates/slack-inbound-receive.json +290 -0
  86. package/src/element-templates/slack-inbound-start-event.json +247 -247
  87. package/src/element-templates/slack-outbound-connector.json +966 -966
  88. package/src/element-templates/twilio-connector.json +52 -52
  89. package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
  90. package/src/element-templates/twilio-webhook-connector.json +11 -11
  91. package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
  92. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  93. package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
  94. package/src/element-templates/webhook-connector-boundary.json +1150 -1150
  95. package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
  96. package/src/element-templates/webhook-connector-receive.json +609 -0
  97. package/src/element-templates/webhook-connector-start-event.json +1495 -1495
  98. package/src/element-templates/webhook-connector-start-message.json +586 -586
  99. package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
@@ -213,8 +213,11 @@
213
213
  "name": "Slack Webhook Message Start Event Connector",
214
214
  "id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
215
215
  "description": "Receive events from Slack",
216
+ "metadata": {
217
+ "keywords": []
218
+ },
216
219
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
217
- "version": 5,
220
+ "version": 6,
218
221
  "category": {
219
222
  "id": "connectors",
220
223
  "name": "Connectors"
@@ -438,11 +441,11 @@
438
441
  "type": "Text"
439
442
  }
440
443
  ],
444
+ "engines": {
445
+ "camunda": "^8.3"
446
+ },
441
447
  "icon": {
442
448
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
443
- },
444
- "engines": {
445
- "camunda": "^8.5"
446
449
  }
447
450
  },
448
451
  {
@@ -450,11 +453,8 @@
450
453
  "name": "Slack Webhook Message Start Event Connector",
451
454
  "id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
452
455
  "description": "Receive events from Slack",
453
- "metadata": {
454
- "keywords": []
455
- },
456
456
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
457
- "version": 6,
457
+ "version": 5,
458
458
  "category": {
459
459
  "id": "connectors",
460
460
  "name": "Connectors"
@@ -678,11 +678,11 @@
678
678
  "type": "Text"
679
679
  }
680
680
  ],
681
- "engines": {
682
- "camunda": "^8.3"
683
- },
684
681
  "icon": {
685
682
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
683
+ },
684
+ "engines": {
685
+ "camunda": "^8.5"
686
686
  }
687
687
  },
688
688
  {
@@ -0,0 +1,290 @@
1
+ [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Slack Webhook Receive Task Connector",
5
+ "id": "io.camunda.connectors.inbound.Slack.ReceiveTask.v1",
6
+ "description": "Receive events from Slack",
7
+ "metadata": {
8
+ "keywords": []
9
+ },
10
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
11
+ "version": 7,
12
+ "category": {
13
+ "id": "connectors",
14
+ "name": "Connectors"
15
+ },
16
+ "appliesTo": ["bpmn:ReceiveTask"],
17
+ "elementType": {
18
+ "value": "bpmn:ReceiveTask"
19
+ },
20
+ "engines": {
21
+ "camunda": "^8.3"
22
+ },
23
+ "groups": [
24
+ {
25
+ "id": "endpoint",
26
+ "label": "Webhook configuration"
27
+ },
28
+ {
29
+ "id": "activation",
30
+ "label": "Activation"
31
+ },
32
+ {
33
+ "id": "correlation",
34
+ "label": "Correlation",
35
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
36
+ },
37
+ {
38
+ "id": "deduplication",
39
+ "label": "Deduplication",
40
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
41
+ },
42
+ {
43
+ "id": "output",
44
+ "label": "Output mapping"
45
+ }
46
+ ],
47
+ "properties": [
48
+ {
49
+ "value": "io.camunda:slack-webhook:1",
50
+ "binding": {
51
+ "name": "inbound.type",
52
+ "type": "zeebe:property"
53
+ },
54
+ "type": "Hidden"
55
+ },
56
+ {
57
+ "id": "inbound.context",
58
+ "label": "Webhook ID",
59
+ "description": "The webhook ID is a part of the URL endpoint",
60
+ "optional": false,
61
+ "constraints": {
62
+ "notEmpty": true
63
+ },
64
+ "group": "endpoint",
65
+ "binding": {
66
+ "name": "inbound.context",
67
+ "type": "zeebe:property"
68
+ },
69
+ "type": "String"
70
+ },
71
+ {
72
+ "id": "inbound.slackSigningSecret",
73
+ "label": "Slack signing secret",
74
+ "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",
75
+ "optional": false,
76
+ "constraints": {
77
+ "notEmpty": true
78
+ },
79
+ "group": "endpoint",
80
+ "binding": {
81
+ "name": "inbound.slackSigningSecret",
82
+ "type": "zeebe:property"
83
+ },
84
+ "type": "String"
85
+ },
86
+ {
87
+ "id": "inbound.verificationExpression",
88
+ "label": "Verification expression",
89
+ "optional": true,
90
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
91
+ "group": "endpoint",
92
+ "binding": {
93
+ "name": "inbound.verificationExpression",
94
+ "type": "zeebe:property"
95
+ },
96
+ "type": "Hidden"
97
+ },
98
+ {
99
+ "id": "activationCondition",
100
+ "label": "Activation condition",
101
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
102
+ "optional": true,
103
+ "feel": "required",
104
+ "group": "activation",
105
+ "binding": {
106
+ "name": "activationCondition",
107
+ "type": "zeebe:property"
108
+ },
109
+ "type": "String"
110
+ },
111
+ {
112
+ "id": "consumeUnmatchedEvents",
113
+ "label": "Consume unmatched events",
114
+ "value": true,
115
+ "group": "activation",
116
+ "binding": {
117
+ "name": "consumeUnmatchedEvents",
118
+ "type": "zeebe:property"
119
+ },
120
+ "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",
121
+ "type": "Boolean"
122
+ },
123
+ {
124
+ "id": "correlationKeyProcess",
125
+ "label": "Correlation key (process)",
126
+ "description": "Sets up the correlation key from process variables",
127
+ "constraints": {
128
+ "notEmpty": true
129
+ },
130
+ "feel": "required",
131
+ "group": "correlation",
132
+ "binding": {
133
+ "name": "correlationKey",
134
+ "type": "bpmn:Message#zeebe:subscription#property"
135
+ },
136
+ "type": "String"
137
+ },
138
+ {
139
+ "id": "correlationKeyPayload",
140
+ "label": "Correlation key (payload)",
141
+ "description": "Extracts the correlation key from the incoming message payload",
142
+ "constraints": {
143
+ "notEmpty": true
144
+ },
145
+ "feel": "required",
146
+ "group": "correlation",
147
+ "binding": {
148
+ "name": "correlationKeyExpression",
149
+ "type": "zeebe:property"
150
+ },
151
+ "type": "String"
152
+ },
153
+ {
154
+ "id": "messageIdExpression",
155
+ "label": "Message ID expression",
156
+ "description": "Expression to extract unique identifier of a message",
157
+ "optional": true,
158
+ "feel": "required",
159
+ "group": "correlation",
160
+ "binding": {
161
+ "name": "messageIdExpression",
162
+ "type": "zeebe:property"
163
+ },
164
+ "type": "String"
165
+ },
166
+ {
167
+ "id": "messageTtl",
168
+ "label": "Message TTL",
169
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
170
+ "optional": true,
171
+ "constraints": {
172
+ "notEmpty": false,
173
+ "pattern": {
174
+ "value": "^(PT.*|)$",
175
+ "message": "must be an ISO-8601 duration"
176
+ }
177
+ },
178
+ "feel": "optional",
179
+ "group": "correlation",
180
+ "binding": {
181
+ "name": "messageTtl",
182
+ "type": "zeebe:property"
183
+ },
184
+ "type": "String"
185
+ },
186
+ {
187
+ "id": "messageNameUuid",
188
+ "generatedValue": {
189
+ "type": "uuid"
190
+ },
191
+ "group": "correlation",
192
+ "binding": {
193
+ "name": "name",
194
+ "type": "bpmn:Message#property"
195
+ },
196
+ "type": "Hidden"
197
+ },
198
+ {
199
+ "id": "deduplicationModeManualFlag",
200
+ "label": "Manual mode",
201
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
202
+ "value": false,
203
+ "group": "deduplication",
204
+ "binding": {
205
+ "name": "deduplicationModeManualFlag",
206
+ "type": "zeebe:property"
207
+ },
208
+ "type": "Boolean"
209
+ },
210
+ {
211
+ "id": "deduplicationId",
212
+ "label": "Deduplication ID",
213
+ "constraints": {
214
+ "notEmpty": true,
215
+ "pattern": {
216
+ "value": "^[a-zA-Z0-9_-]+$",
217
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
218
+ }
219
+ },
220
+ "group": "deduplication",
221
+ "binding": {
222
+ "name": "deduplicationId",
223
+ "type": "zeebe:property"
224
+ },
225
+ "condition": {
226
+ "property": "deduplicationModeManualFlag",
227
+ "equals": true,
228
+ "type": "simple"
229
+ },
230
+ "type": "String"
231
+ },
232
+ {
233
+ "id": "deduplicationModeManual",
234
+ "value": "MANUAL",
235
+ "group": "deduplication",
236
+ "binding": {
237
+ "name": "deduplicationMode",
238
+ "type": "zeebe:property"
239
+ },
240
+ "condition": {
241
+ "property": "deduplicationId",
242
+ "isActive": true,
243
+ "type": "simple"
244
+ },
245
+ "type": "Hidden"
246
+ },
247
+ {
248
+ "id": "deduplicationModeAuto",
249
+ "value": "AUTO",
250
+ "group": "deduplication",
251
+ "binding": {
252
+ "name": "deduplicationMode",
253
+ "type": "zeebe:property"
254
+ },
255
+ "condition": {
256
+ "property": "deduplicationId",
257
+ "isActive": false,
258
+ "type": "simple"
259
+ },
260
+ "type": "Hidden"
261
+ },
262
+ {
263
+ "id": "resultVariable",
264
+ "label": "Result variable",
265
+ "description": "Name of variable to store the response in",
266
+ "group": "output",
267
+ "binding": {
268
+ "name": "resultVariable",
269
+ "type": "zeebe:property"
270
+ },
271
+ "type": "String"
272
+ },
273
+ {
274
+ "id": "resultExpression",
275
+ "label": "Result expression",
276
+ "description": "Expression to map the response into process variables",
277
+ "feel": "required",
278
+ "group": "output",
279
+ "binding": {
280
+ "name": "resultExpression",
281
+ "type": "zeebe:property"
282
+ },
283
+ "type": "Text"
284
+ }
285
+ ],
286
+ "icon": {
287
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
288
+ }
289
+ }
290
+ ]