@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.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +945 -337
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -3,12 +3,12 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "HTTP Polling Boundary Catch Event Connector",
5
5
  "id": "io.camunda.connectors.http.Polling.Boundary",
6
- "version": 1,
7
6
  "description": "Polls endpoint at regular intervals",
8
- "icon": {
9
- "contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0'%3F%3E%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cg class='layer'%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath d='m17.03,9c0,4.45 -3.6,8.05 -8.05,8.05c-4.45,0 -8.05,-3.6 -8.05,-8.05c0,-4.45 3.6,-8.05 8.05,-8.05c4.45,0 8.05,3.6 8.05,8.05z' fill='%23505562' id='svg_1'/%3E%3Cpath d='m4.93,14.16l1.85,-10.45l3.36,0c1.05,0 1.84,0.27 2.37,0.81c0.54,0.53 0.8,1.21 0.8,2.06c0,0.86 -0.24,1.58 -0.73,2.13c-0.47,0.55 -1.12,0.93 -1.95,1.14l-0.48,0.09l-0.53,0.03l-0.6,0.05l-1.79,0l-0.73,4.14l-1.58,0zm2.57,-5.57l1.74,0c0.76,0 1.35,-0.17 1.78,-0.5c0.44,-0.35 0.65,-0.82 0.65,-1.42c0,-0.48 -0.15,-0.85 -0.44,-1.12c-0.3,-0.28 -0.77,-0.42 -1.42,-0.42l-1.7,0l-0.61,3.46z' fill='white' id='svg_2'/%3E%3C/g%3E%3C/svg%3E"
7
+ "metadata": {
8
+ "keywords": []
10
9
  },
11
10
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/polling/",
11
+ "version": 4,
12
12
  "category": {
13
13
  "id": "connectors",
14
14
  "name": "Connectors"
@@ -18,6 +18,9 @@
18
18
  "value": "bpmn:BoundaryEvent",
19
19
  "eventDefinition": "bpmn:MessageEventDefinition"
20
20
  },
21
+ "engines": {
22
+ "camunda": "^8.8"
23
+ },
21
24
  "groups": [
22
25
  {
23
26
  "id": "authentication",
@@ -28,56 +31,55 @@
28
31
  "label": "HTTP Polling configuration"
29
32
  },
30
33
  {
31
- "id": "input",
34
+ "id": "payload",
32
35
  "label": "Payload"
33
36
  },
34
37
  {
35
- "id": "activation",
36
- "label": "Condition to proceed"
38
+ "id": "interval",
39
+ "label": "HTTP Polling Interval"
37
40
  },
38
41
  {
39
- "id": "timer",
40
- "label": "Timer"
42
+ "id": "timeout",
43
+ "label": "Connection timeout"
41
44
  },
42
45
  {
43
- "id": "timeout",
44
- "label": "Connect timeout"
46
+ "id": "activation",
47
+ "label": "Activation"
45
48
  },
46
49
  {
47
- "id": "variable-mapping",
48
- "label": "Response mapping"
50
+ "id": "correlation",
51
+ "label": "Correlation",
52
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
53
+ },
54
+ {
55
+ "id": "output",
56
+ "label": "Output mapping"
49
57
  }
50
58
  ],
51
59
  "properties": [
52
60
  {
53
- "type": "Hidden",
54
61
  "value": "io.camunda:http-polling:1",
55
62
  "binding": {
56
- "type": "zeebe:property",
57
- "name": "inbound.type"
58
- }
59
- },
60
- {
61
- "type": "Hidden",
62
- "generatedValue": {
63
- "type": "uuid"
63
+ "name": "inbound.type",
64
+ "type": "zeebe:property"
64
65
  },
65
- "binding": {
66
- "type": "bpmn:Message#property",
67
- "name": "name"
68
- }
66
+ "type": "Hidden"
69
67
  },
70
68
  {
69
+ "id": "authentication.type",
71
70
  "label": "Type",
72
- "id": "authenticationType",
73
- "group": "authentication",
74
71
  "description": "Choose the authentication type. Select 'None' if no authentication is necessary",
75
72
  "value": "noAuth",
73
+ "group": "authentication",
74
+ "binding": {
75
+ "name": "authentication.type",
76
+ "type": "zeebe:property"
77
+ },
76
78
  "type": "Dropdown",
77
79
  "choices": [
78
80
  {
79
- "name": "None",
80
- "value": "noAuth"
81
+ "name": "API key",
82
+ "value": "apiKey"
81
83
  },
82
84
  {
83
85
  "name": "Basic",
@@ -87,229 +89,241 @@
87
89
  "name": "Bearer token",
88
90
  "value": "bearer"
89
91
  },
92
+ {
93
+ "name": "None",
94
+ "value": "noAuth"
95
+ },
90
96
  {
91
97
  "name": "OAuth 2.0",
92
98
  "value": "oauth-client-credentials-flow"
93
99
  }
94
- ],
95
- "binding": {
96
- "type": "zeebe:property",
97
- "name": "authentication.type"
98
- }
100
+ ]
99
101
  },
100
102
  {
101
- "id": "method",
102
- "label": "Method",
103
- "group": "endpoint",
103
+ "id": "authentication.apiKeyLocation",
104
+ "label": "Api key location",
105
+ "description": "Choose type: Send API key in header or as query parameter.",
106
+ "optional": false,
107
+ "value": "headers",
108
+ "constraints": {
109
+ "notEmpty": true
110
+ },
111
+ "group": "authentication",
112
+ "binding": {
113
+ "name": "authentication.apiKeyLocation",
114
+ "type": "zeebe:property"
115
+ },
116
+ "condition": {
117
+ "property": "authentication.type",
118
+ "equals": "apiKey",
119
+ "type": "simple"
120
+ },
104
121
  "type": "Dropdown",
105
- "value": "get",
106
122
  "choices": [
107
123
  {
108
- "name": "GET",
109
- "value": "get"
110
- },
111
- {
112
- "name": "POST",
113
- "value": "post"
114
- },
115
- {
116
- "name": "PATCH",
117
- "value": "patch"
118
- },
119
- {
120
- "name": "PUT",
121
- "value": "put"
124
+ "name": "Headers",
125
+ "value": "headers"
122
126
  },
123
127
  {
124
- "name": "DELETE",
125
- "value": "delete"
128
+ "name": "Query parameters",
129
+ "value": "query"
126
130
  }
127
- ],
128
- "binding": {
129
- "type": "zeebe:property",
130
- "name": "method"
131
- }
131
+ ]
132
132
  },
133
133
  {
134
- "label": "URL",
135
- "group": "endpoint",
136
- "type": "String",
137
- "feel": "optional",
138
- "binding": {
139
- "type": "zeebe:property",
140
- "name": "url"
141
- },
134
+ "id": "authentication.name",
135
+ "label": "API key name",
136
+ "optional": false,
142
137
  "constraints": {
143
- "notEmpty": true,
144
- "pattern": {
145
- "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
146
- "message": "must be a http(s) URL"
147
- }
148
- }
149
- },
150
- {
151
- "label": "Query parameters",
152
- "description": "Map of query parameters to add to the request URL",
153
- "group": "endpoint",
154
- "type": "Text",
155
- "feel": "required",
138
+ "notEmpty": true
139
+ },
140
+ "group": "authentication",
156
141
  "binding": {
157
- "type": "zeebe:property",
158
- "name": "queryParameters"
142
+ "name": "authentication.name",
143
+ "type": "zeebe:property"
159
144
  },
160
- "optional": true
145
+ "condition": {
146
+ "property": "authentication.type",
147
+ "equals": "apiKey",
148
+ "type": "simple"
149
+ },
150
+ "type": "String"
161
151
  },
162
152
  {
163
- "label": "HTTP headers",
164
- "description": "Map of HTTP headers to add to the request",
165
- "group": "endpoint",
166
- "type": "Text",
167
- "feel": "required",
153
+ "id": "authentication.value",
154
+ "label": "API key value",
155
+ "optional": false,
156
+ "constraints": {
157
+ "notEmpty": true
158
+ },
159
+ "group": "authentication",
168
160
  "binding": {
169
- "type": "zeebe:property",
170
- "name": "headers"
161
+ "name": "authentication.value",
162
+ "type": "zeebe:property"
171
163
  },
172
- "optional": true
164
+ "condition": {
165
+ "property": "authentication.type",
166
+ "equals": "apiKey",
167
+ "type": "simple"
168
+ },
169
+ "type": "String"
173
170
  },
174
171
  {
175
- "label": "Interval",
176
- "description": "The delay between HTTP requests, defined as ISO 8601 durations format. <a href='https://docs.camunda.io/docs/components/modeler/bpmn/timer-events/#time-duration' target='_blank'>How to configure a time duration</a>",
177
- "group": "endpoint",
178
- "type": "String",
179
- "feel": "optional",
180
- "value": "PT50S",
172
+ "id": "authentication.username",
173
+ "label": "Username",
174
+ "optional": false,
175
+ "constraints": {
176
+ "notEmpty": true
177
+ },
178
+ "group": "authentication",
181
179
  "binding": {
182
- "type": "zeebe:property",
183
- "name": "httpRequestInterval"
180
+ "name": "authentication.username",
181
+ "type": "zeebe:property"
184
182
  },
185
- "constraints": {
186
- "notEmpty": true,
187
- "pattern": {
188
- "value": "^=|P(?=\\d|T\\d)(?:\\d+Y)?(?:\\d+M)?(?:\\d+W)?(?:\\d+D)?(?:T(?:\\d+H)?(?:\\d+M)?(?:\\d+(?:\\.\\d{1,3})?S)?)$",
189
- "message": "value must be defined"
190
- }
183
+ "condition": {
184
+ "property": "authentication.type",
185
+ "equals": "basic",
186
+ "type": "simple"
191
187
  },
192
- "optional": false
188
+ "type": "String"
193
189
  },
194
190
  {
195
- "group": "endpoint",
196
- "type": "Hidden",
197
- "value": "PT5S",
191
+ "id": "authentication.password",
192
+ "label": "Password",
193
+ "optional": false,
194
+ "constraints": {
195
+ "notEmpty": true
196
+ },
197
+ "group": "authentication",
198
198
  "binding": {
199
- "type": "zeebe:property",
200
- "name": "operatePollingInterval"
199
+ "name": "authentication.password",
200
+ "type": "zeebe:property"
201
201
  },
202
- "optional": true
202
+ "condition": {
203
+ "property": "authentication.type",
204
+ "equals": "basic",
205
+ "type": "simple"
206
+ },
207
+ "type": "String"
203
208
  },
204
209
  {
210
+ "id": "authentication.token",
205
211
  "label": "Bearer token",
206
- "group": "authentication",
207
- "type": "String",
208
- "feel": "optional",
209
- "binding": {
210
- "type": "zeebe:property",
211
- "name": "authentication.token"
212
- },
212
+ "optional": false,
213
213
  "constraints": {
214
214
  "notEmpty": true
215
215
  },
216
- "condition": {
217
- "property": "authenticationType",
218
- "equals": "bearer"
219
- }
220
- },
221
- {
222
- "label": "OAuth token endpoint",
223
- "description": "The OAuth token endpoint",
224
216
  "group": "authentication",
225
- "type": "String",
226
- "feel": "optional",
227
217
  "binding": {
228
- "type": "zeebe:property",
229
- "name": "authentication.oauthTokenEndpoint"
230
- },
231
- "constraints": {
232
- "notEmpty": true
218
+ "name": "authentication.token",
219
+ "type": "zeebe:property"
233
220
  },
234
221
  "condition": {
235
- "property": "authenticationType",
236
- "equals": "oauth-client-credentials-flow"
237
- }
222
+ "property": "authentication.type",
223
+ "equals": "bearer",
224
+ "type": "simple"
225
+ },
226
+ "type": "String"
238
227
  },
239
228
  {
240
- "label": "Client ID",
241
- "description": "Your application's client ID from the OAuth client",
229
+ "id": "authentication.oauthTokenEndpoint",
230
+ "label": "OAuth 2.0 token endpoint",
231
+ "description": "The OAuth token endpoint",
232
+ "optional": false,
233
+ "constraints": {
234
+ "notEmpty": true,
235
+ "pattern": {
236
+ "value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
237
+ "message": "Must be a http(s) URL"
238
+ }
239
+ },
242
240
  "group": "authentication",
243
- "type": "String",
244
- "feel": "optional",
245
241
  "binding": {
246
- "type": "zeebe:property",
247
- "name": "authentication.clientId"
242
+ "name": "authentication.oauthTokenEndpoint",
243
+ "type": "zeebe:property"
244
+ },
245
+ "condition": {
246
+ "property": "authentication.type",
247
+ "equals": "oauth-client-credentials-flow",
248
+ "type": "simple"
248
249
  },
250
+ "type": "String"
251
+ },
252
+ {
253
+ "id": "authentication.clientId",
254
+ "label": "Client ID",
255
+ "description": "Your application's client ID from the OAuth client",
256
+ "optional": false,
249
257
  "constraints": {
250
258
  "notEmpty": true
251
259
  },
260
+ "group": "authentication",
261
+ "binding": {
262
+ "name": "authentication.clientId",
263
+ "type": "zeebe:property"
264
+ },
252
265
  "condition": {
253
- "property": "authenticationType",
254
- "equals": "oauth-client-credentials-flow"
255
- }
266
+ "property": "authentication.type",
267
+ "equals": "oauth-client-credentials-flow",
268
+ "type": "simple"
269
+ },
270
+ "type": "String"
256
271
  },
257
272
  {
273
+ "id": "authentication.clientSecret",
258
274
  "label": "Client secret",
259
275
  "description": "Your application's client secret from the OAuth client",
260
- "group": "authentication",
261
- "type": "String",
262
- "feel": "optional",
263
- "binding": {
264
- "type": "zeebe:property",
265
- "name": "authentication.clientSecret"
266
- },
276
+ "optional": false,
267
277
  "constraints": {
268
278
  "notEmpty": true
269
279
  },
270
- "condition": {
271
- "property": "authenticationType",
272
- "equals": "oauth-client-credentials-flow"
273
- }
274
- },
275
- {
276
- "label": "Scopes",
277
- "description": "The scopes which you want to request authorization for (e.g.read:contacts)",
278
280
  "group": "authentication",
279
- "type": "String",
280
- "feel": "optional",
281
- "optional": true,
282
281
  "binding": {
283
- "type": "zeebe:property",
284
- "name": "authentication.scopes"
282
+ "name": "authentication.clientSecret",
283
+ "type": "zeebe:property"
285
284
  },
286
285
  "condition": {
287
- "property": "authenticationType",
288
- "equals": "oauth-client-credentials-flow"
289
- }
286
+ "property": "authentication.type",
287
+ "equals": "oauth-client-credentials-flow",
288
+ "type": "simple"
289
+ },
290
+ "type": "String"
290
291
  },
291
292
  {
293
+ "id": "authentication.audience",
292
294
  "label": "Audience",
293
295
  "description": "The unique identifier of the target API you want to access",
294
- "group": "authentication",
295
- "type": "String",
296
- "feel": "optional",
297
296
  "optional": true,
297
+ "group": "authentication",
298
298
  "binding": {
299
- "type": "zeebe:property",
300
- "name": "authentication.audience"
299
+ "name": "authentication.audience",
300
+ "type": "zeebe:property"
301
301
  },
302
302
  "condition": {
303
- "property": "authenticationType",
304
- "equals": "oauth-client-credentials-flow"
305
- }
303
+ "property": "authentication.type",
304
+ "equals": "oauth-client-credentials-flow",
305
+ "type": "simple"
306
+ },
307
+ "type": "String"
306
308
  },
307
309
  {
308
- "label": "Client authentication",
309
310
  "id": "authentication.clientAuthentication",
310
- "group": "authentication",
311
+ "label": "Client authentication",
311
312
  "description": "Send client ID and client secret as Basic Auth request in the header, or as client credentials in the request body",
312
- "value": "basicAuthHeader",
313
+ "optional": false,
314
+ "constraints": {
315
+ "notEmpty": true
316
+ },
317
+ "group": "authentication",
318
+ "binding": {
319
+ "name": "authentication.clientAuthentication",
320
+ "type": "zeebe:property"
321
+ },
322
+ "condition": {
323
+ "property": "authentication.type",
324
+ "equals": "oauth-client-credentials-flow",
325
+ "type": "simple"
326
+ },
313
327
  "type": "Dropdown",
314
328
  "choices": [
315
329
  {
@@ -320,159 +334,327 @@
320
334
  "name": "Send as Basic Auth header",
321
335
  "value": "basicAuthHeader"
322
336
  }
323
- ],
324
- "binding": {
325
- "type": "zeebe:property",
326
- "name": "authentication.clientAuthentication"
327
- },
328
- "condition": {
329
- "property": "authenticationType",
330
- "equals": "oauth-client-credentials-flow"
331
- }
337
+ ]
332
338
  },
333
339
  {
334
- "label": "Username",
340
+ "id": "authentication.scopes",
341
+ "label": "Scopes",
342
+ "description": "The scopes which you want to request authorization for (e.g.read:contacts)",
343
+ "optional": true,
335
344
  "group": "authentication",
336
- "type": "String",
337
- "feel": "optional",
338
345
  "binding": {
339
- "type": "zeebe:property",
340
- "name": "authentication.username"
341
- },
342
- "constraints": {
343
- "notEmpty": true
346
+ "name": "authentication.scopes",
347
+ "type": "zeebe:property"
344
348
  },
345
349
  "condition": {
346
- "property": "authenticationType",
347
- "equals": "basic"
348
- }
350
+ "property": "authentication.type",
351
+ "equals": "oauth-client-credentials-flow",
352
+ "type": "simple"
353
+ },
354
+ "type": "String"
349
355
  },
350
356
  {
351
- "label": "Password",
352
- "group": "authentication",
353
- "type": "String",
354
- "feel": "optional",
355
- "binding": {
356
- "type": "zeebe:property",
357
- "name": "authentication.password"
358
- },
357
+ "id": "method",
358
+ "label": "Method",
359
+ "optional": false,
360
+ "value": "GET",
359
361
  "constraints": {
360
362
  "notEmpty": true
361
363
  },
362
- "condition": {
363
- "property": "authenticationType",
364
- "equals": "basic"
365
- }
364
+ "group": "endpoint",
365
+ "binding": {
366
+ "name": "method",
367
+ "type": "zeebe:property"
368
+ },
369
+ "type": "Dropdown",
370
+ "choices": [
371
+ {
372
+ "name": "POST",
373
+ "value": "POST"
374
+ },
375
+ {
376
+ "name": "GET",
377
+ "value": "GET"
378
+ },
379
+ {
380
+ "name": "DELETE",
381
+ "value": "DELETE"
382
+ },
383
+ {
384
+ "name": "PATCH",
385
+ "value": "PATCH"
386
+ },
387
+ {
388
+ "name": "PUT",
389
+ "value": "PUT"
390
+ }
391
+ ]
366
392
  },
367
393
  {
368
- "label": "Request body",
369
- "description": "Payload to send with the request",
370
- "group": "input",
371
- "type": "Text",
394
+ "id": "url",
395
+ "label": "URL",
396
+ "optional": false,
397
+ "constraints": {
398
+ "notEmpty": true,
399
+ "pattern": {
400
+ "value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
401
+ "message": "Must be a http(s) URL"
402
+ }
403
+ },
372
404
  "feel": "optional",
405
+ "group": "endpoint",
373
406
  "binding": {
374
- "type": "zeebe:property",
375
- "name": "body"
376
- },
377
- "condition": {
378
- "property": "method",
379
- "oneOf": ["post", "put", "patch"]
407
+ "name": "url",
408
+ "type": "zeebe:property"
380
409
  },
381
- "optional": true
410
+ "type": "String"
382
411
  },
383
412
  {
384
- "label": "Correlation key (process)",
385
- "type": "String",
386
- "group": "activation",
413
+ "id": "queryParameters",
414
+ "label": "Query parameters",
415
+ "description": "Map of query parameters to add to the request URL",
416
+ "optional": true,
387
417
  "feel": "required",
388
- "description": "Sets up the correlation key from process variables",
418
+ "group": "endpoint",
389
419
  "binding": {
390
- "type": "bpmn:Message#zeebe:subscription#property",
391
- "name": "correlationKey"
420
+ "name": "queryParameters",
421
+ "type": "zeebe:property"
392
422
  },
393
- "constraints": {
394
- "notEmpty": true
395
- }
423
+ "type": "String"
396
424
  },
397
425
  {
398
- "label": "Correlation key (payload)",
399
- "type": "String",
400
- "group": "activation",
426
+ "id": "headers",
427
+ "label": "Headers",
428
+ "description": "Map of HTTP headers to add to the request",
429
+ "optional": true,
401
430
  "feel": "required",
431
+ "group": "endpoint",
402
432
  "binding": {
403
- "type": "zeebe:property",
404
- "name": "correlationKeyExpression"
433
+ "name": "headers",
434
+ "type": "zeebe:property"
405
435
  },
406
- "description": "Extracts the correlation key from the incoming message payload",
407
- "constraints": {
408
- "notEmpty": true
409
- }
436
+ "type": "String"
410
437
  },
411
438
  {
412
- "label": "Condition",
413
- "type": "String",
414
- "group": "activation",
415
- "feel": "required",
439
+ "id": "skipEncoding",
440
+ "label": "Skip URL encoding",
441
+ "description": "Skip the default URL decoding and encoding behavior",
416
442
  "optional": true,
443
+ "group": "endpoint",
417
444
  "binding": {
418
- "type": "zeebe:property",
419
- "name": "activationCondition"
445
+ "name": "skipEncoding",
446
+ "type": "zeebe:property"
420
447
  },
421
- "description": "Condition under which the connector triggers. Leave empty to catch all events. <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>"
448
+ "type": "Hidden"
422
449
  },
423
450
  {
424
- "label": "Connection timeout",
425
- "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
426
- "group": "endpoint",
427
- "type": "String",
451
+ "id": "body",
452
+ "label": "Request body",
453
+ "description": "Payload to send with the request",
454
+ "optional": true,
455
+ "feel": "optional",
456
+ "group": "payload",
457
+ "binding": {
458
+ "name": "body",
459
+ "type": "zeebe:property"
460
+ },
461
+ "condition": {
462
+ "property": "method",
463
+ "oneOf": ["POST", "PUT", "PATCH"],
464
+ "type": "simple"
465
+ },
466
+ "type": "Text"
467
+ },
468
+ {
469
+ "id": "httpRequestInterval",
470
+ "label": "Http request interval",
471
+ "description": "The delay between HTTP requests, defined as ISO 8601 durations format. <a href='https://docs.camunda.io/docs/components/modeler/bpmn/timer-events/#time-duration' target='_blank'>How to configure a time duration</a>",
472
+ "optional": false,
473
+ "value": "PT50S",
474
+ "feel": "optional",
475
+ "group": "interval",
476
+ "binding": {
477
+ "name": "httpRequestInterval",
478
+ "type": "zeebe:property"
479
+ },
480
+ "type": "String"
481
+ },
482
+ {
483
+ "id": "processPollingInterval",
484
+ "label": "Process polling interval",
485
+ "optional": false,
486
+ "value": "PT5S",
487
+ "group": "interval",
488
+ "binding": {
489
+ "name": "processPollingInterval",
490
+ "type": "zeebe:property"
491
+ },
492
+ "type": "Hidden"
493
+ },
494
+ {
495
+ "id": "connectionTimeoutInSeconds",
496
+ "label": "Connection timeout in seconds",
497
+ "description": "Defines the connection timeout in seconds, or 0 for an infinite timeout",
498
+ "optional": false,
499
+ "value": "20",
500
+ "constraints": {
501
+ "notEmpty": true,
502
+ "pattern": {
503
+ "value": "^\\d+$",
504
+ "message": "Must be a number"
505
+ }
506
+ },
507
+ "feel": "optional",
508
+ "group": "timeout",
509
+ "binding": {
510
+ "name": "connectionTimeoutInSeconds",
511
+ "type": "zeebe:property"
512
+ },
513
+ "tooltip": "Set the timeout in seconds to establish a connection or 0 for an infinite timeout",
514
+ "type": "String"
515
+ },
516
+ {
517
+ "id": "readTimeoutInSeconds",
518
+ "label": "Read timeout in seconds",
519
+ "description": "Timeout in seconds to read data from an established connection or 0 for an infinite timeout",
520
+ "optional": false,
428
521
  "value": "20",
522
+ "constraints": {
523
+ "notEmpty": true,
524
+ "pattern": {
525
+ "value": "^\\d+$",
526
+ "message": "Must be a number"
527
+ }
528
+ },
529
+ "feel": "optional",
530
+ "group": "timeout",
429
531
  "binding": {
430
- "type": "zeebe:property",
431
- "name": "connectionTimeoutInSeconds"
532
+ "name": "readTimeoutInSeconds",
533
+ "type": "zeebe:property"
432
534
  },
535
+ "type": "String"
536
+ },
537
+ {
538
+ "id": "activationCondition",
539
+ "label": "Activation condition",
540
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
541
+ "optional": true,
542
+ "feel": "required",
543
+ "group": "activation",
544
+ "binding": {
545
+ "name": "activationCondition",
546
+ "type": "zeebe:property"
547
+ },
548
+ "type": "String"
549
+ },
550
+ {
551
+ "id": "correlationKeyProcess",
552
+ "label": "Correlation key (process)",
553
+ "description": "Sets up the correlation key from process variables",
554
+ "constraints": {
555
+ "notEmpty": true
556
+ },
557
+ "feel": "required",
558
+ "group": "correlation",
559
+ "binding": {
560
+ "name": "correlationKey",
561
+ "type": "bpmn:Message#zeebe:subscription#property"
562
+ },
563
+ "type": "String"
564
+ },
565
+ {
566
+ "id": "correlationKeyPayload",
567
+ "label": "Correlation key (payload)",
568
+ "description": "Extracts the correlation key from the incoming message payload",
569
+ "constraints": {
570
+ "notEmpty": true
571
+ },
572
+ "feel": "required",
573
+ "group": "correlation",
574
+ "binding": {
575
+ "name": "correlationKeyExpression",
576
+ "type": "zeebe:property"
577
+ },
578
+ "type": "String"
579
+ },
580
+ {
581
+ "id": "messageIdExpression",
582
+ "label": "Message ID expression",
583
+ "description": "Expression to extract unique identifier of a message",
584
+ "optional": true,
585
+ "feel": "required",
586
+ "group": "correlation",
587
+ "binding": {
588
+ "name": "messageIdExpression",
589
+ "type": "zeebe:property"
590
+ },
591
+ "type": "String"
592
+ },
593
+ {
594
+ "id": "messageTtl",
595
+ "label": "Message TTL",
596
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
433
597
  "optional": true,
434
- "feel": "optional",
435
598
  "constraints": {
436
599
  "notEmpty": false,
437
600
  "pattern": {
438
- "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
439
- "message": "must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
601
+ "value": "^(PT.*|)$",
602
+ "message": "must be an ISO-8601 duration"
440
603
  }
441
- }
604
+ },
605
+ "feel": "optional",
606
+ "group": "correlation",
607
+ "binding": {
608
+ "name": "messageTtl",
609
+ "type": "zeebe:property"
610
+ },
611
+ "type": "String"
612
+ },
613
+ {
614
+ "id": "messageNameUuid",
615
+ "generatedValue": {
616
+ "type": "uuid"
617
+ },
618
+ "group": "correlation",
619
+ "binding": {
620
+ "name": "name",
621
+ "type": "bpmn:Message#property"
622
+ },
623
+ "type": "Hidden"
442
624
  },
443
625
  {
626
+ "id": "resultVariable",
444
627
  "label": "Result variable",
445
- "type": "String",
446
- "group": "variable-mapping",
447
- "optional": true,
628
+ "description": "Name of variable to store the response in",
629
+ "group": "output",
448
630
  "binding": {
449
- "type": "zeebe:property",
450
- "name": "resultVariable"
631
+ "name": "resultVariable",
632
+ "type": "zeebe:property"
451
633
  },
452
- "description": "Name of variable to store the result of the connector in"
634
+ "type": "String"
453
635
  },
454
636
  {
637
+ "id": "resultExpression",
455
638
  "label": "Result expression",
456
- "type": "String",
457
- "group": "variable-mapping",
639
+ "description": "Expression to map the response into process variables",
458
640
  "feel": "required",
459
- "optional": true,
641
+ "group": "output",
460
642
  "binding": {
461
- "type": "zeebe:property",
462
- "name": "resultExpression"
643
+ "name": "resultExpression",
644
+ "type": "zeebe:property"
463
645
  },
464
- "description": "Expression to map the inbound payload to process variables"
646
+ "type": "Text"
465
647
  }
466
648
  ],
467
- "engines": {
468
- "camunda": "^8.3"
649
+ "icon": {
650
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJz8+Cjxzdmcgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPgogICAgPGcgY2xhc3M9J2xheWVyJz4KICAgICAgICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgICAgICAgPHBhdGggZD0nbTE3LjAzLDljMCw0LjQ1IC0zLjYsOC4wNSAtOC4wNSw4LjA1Yy00LjQ1LDAgLTguMDUsLTMuNiAtOC4wNSwtOC4wNWMwLC00LjQ1IDMuNiwtOC4wNSA4LjA1LC04LjA1YzQuNDUsMCA4LjA1LDMuNiA4LjA1LDguMDV6JwogICAgICAgICAgICAgIGZpbGw9JyM1MDU1NjInIGlkPSdzdmdfMScvPgogICAgICAgIDxwYXRoIGQ9J200LjkzLDE0LjE2bDEuODUsLTEwLjQ1bDMuMzYsMGMxLjA1LDAgMS44NCwwLjI3IDIuMzcsMC44MWMwLjU0LDAuNTMgMC44LDEuMjEgMC44LDIuMDZjMCwwLjg2IC0wLjI0LDEuNTggLTAuNzMsMi4xM2MtMC40NywwLjU1IC0xLjEyLDAuOTMgLTEuOTUsMS4xNGwtMC40OCwwLjA5bC0wLjUzLDAuMDNsLTAuNiwwLjA1bC0xLjc5LDBsLTAuNzMsNC4xNGwtMS41OCwwem0yLjU3LC01LjU3bDEuNzQsMGMwLjc2LDAgMS4zNSwtMC4xNyAxLjc4LC0wLjVjMC40NCwtMC4zNSAwLjY1LC0wLjgyIDAuNjUsLTEuNDJjMCwtMC40OCAtMC4xNSwtMC44NSAtMC40NCwtMS4xMmMtMC4zLC0wLjI4IC0wLjc3LC0wLjQyIC0xLjQyLC0wLjQybC0xLjcsMGwtMC42MSwzLjQ2eicKICAgICAgICAgICAgICBmaWxsPSd3aGl0ZScgaWQ9J3N2Z18yJy8+CiAgICA8L2c+Cjwvc3ZnPg=="
469
651
  }
470
652
  },
471
653
  {
472
654
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
473
655
  "name": "HTTP Polling Boundary Catch Event Connector",
474
656
  "id": "io.camunda.connectors.http.Polling.Boundary",
475
- "version": 2,
657
+ "version": 1,
476
658
  "description": "Polls endpoint at regular intervals",
477
659
  "icon": {
478
660
  "contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0'%3F%3E%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cg class='layer'%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath d='m17.03,9c0,4.45 -3.6,8.05 -8.05,8.05c-4.45,0 -8.05,-3.6 -8.05,-8.05c0,-4.45 3.6,-8.05 8.05,-8.05c4.45,0 8.05,3.6 8.05,8.05z' fill='%23505562' id='svg_1'/%3E%3Cpath d='m4.93,14.16l1.85,-10.45l3.36,0c1.05,0 1.84,0.27 2.37,0.81c0.54,0.53 0.8,1.21 0.8,2.06c0,0.86 -0.24,1.58 -0.73,2.13c-0.47,0.55 -1.12,0.93 -1.95,1.14l-0.48,0.09l-0.53,0.03l-0.6,0.05l-1.79,0l-0.73,4.14l-1.58,0zm2.57,-5.57l1.74,0c0.76,0 1.35,-0.17 1.78,-0.5c0.44,-0.35 0.65,-0.82 0.65,-1.42c0,-0.48 -0.15,-0.85 -0.44,-1.12c-0.3,-0.28 -0.77,-0.42 -1.42,-0.42l-1.7,0l-0.61,3.46z' fill='white' id='svg_2'/%3E%3C/g%3E%3C/svg%3E"
@@ -654,7 +836,7 @@
654
836
  "constraints": {
655
837
  "notEmpty": true,
656
838
  "pattern": {
657
- "value": "^P(?=\\d|T\\d)(?:\\d+Y)?(?:\\d+M)?(?:\\d+W)?(?:\\d+D)?(?:T(?:\\d+H)?(?:\\d+M)?(?:\\d+(?:\\.\\d{1,3})?S)?)$",
839
+ "value": "^=|P(?=\\d|T\\d)(?:\\d+Y)?(?:\\d+M)?(?:\\d+W)?(?:\\d+D)?(?:T(?:\\d+H)?(?:\\d+M)?(?:\\d+(?:\\.\\d{1,3})?S)?)$",
658
840
  "message": "value must be defined"
659
841
  }
660
842
  },
@@ -666,7 +848,7 @@
666
848
  "value": "PT5S",
667
849
  "binding": {
668
850
  "type": "zeebe:property",
669
- "name": "processPollingInterval"
851
+ "name": "operatePollingInterval"
670
852
  },
671
853
  "optional": true
672
854
  },
@@ -941,12 +1123,12 @@
941
1123
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
942
1124
  "name": "HTTP Polling Boundary Catch Event Connector",
943
1125
  "id": "io.camunda.connectors.http.Polling.Boundary",
1126
+ "version": 2,
944
1127
  "description": "Polls endpoint at regular intervals",
945
- "metadata": {
946
- "keywords": []
1128
+ "icon": {
1129
+ "contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0'%3F%3E%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cg class='layer'%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath d='m17.03,9c0,4.45 -3.6,8.05 -8.05,8.05c-4.45,0 -8.05,-3.6 -8.05,-8.05c0,-4.45 3.6,-8.05 8.05,-8.05c4.45,0 8.05,3.6 8.05,8.05z' fill='%23505562' id='svg_1'/%3E%3Cpath d='m4.93,14.16l1.85,-10.45l3.36,0c1.05,0 1.84,0.27 2.37,0.81c0.54,0.53 0.8,1.21 0.8,2.06c0,0.86 -0.24,1.58 -0.73,2.13c-0.47,0.55 -1.12,0.93 -1.95,1.14l-0.48,0.09l-0.53,0.03l-0.6,0.05l-1.79,0l-0.73,4.14l-1.58,0zm2.57,-5.57l1.74,0c0.76,0 1.35,-0.17 1.78,-0.5c0.44,-0.35 0.65,-0.82 0.65,-1.42c0,-0.48 -0.15,-0.85 -0.44,-1.12c-0.3,-0.28 -0.77,-0.42 -1.42,-0.42l-1.7,0l-0.61,3.46z' fill='white' id='svg_2'/%3E%3C/g%3E%3C/svg%3E"
947
1130
  },
948
1131
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/polling/",
949
- "version": 4,
950
1132
  "category": {
951
1133
  "id": "connectors",
952
1134
  "name": "Connectors"
@@ -956,9 +1138,6 @@
956
1138
  "value": "bpmn:BoundaryEvent",
957
1139
  "eventDefinition": "bpmn:MessageEventDefinition"
958
1140
  },
959
- "engines": {
960
- "camunda": "^8.8"
961
- },
962
1141
  "groups": [
963
1142
  {
964
1143
  "id": "authentication",
@@ -969,55 +1148,56 @@
969
1148
  "label": "HTTP Polling configuration"
970
1149
  },
971
1150
  {
972
- "id": "payload",
1151
+ "id": "input",
973
1152
  "label": "Payload"
974
1153
  },
975
1154
  {
976
- "id": "interval",
977
- "label": "HTTP Polling Interval"
978
- },
979
- {
980
- "id": "timeout",
981
- "label": "Connection timeout"
1155
+ "id": "activation",
1156
+ "label": "Condition to proceed"
982
1157
  },
983
1158
  {
984
- "id": "activation",
985
- "label": "Activation"
1159
+ "id": "timer",
1160
+ "label": "Timer"
986
1161
  },
987
1162
  {
988
- "id": "correlation",
989
- "label": "Correlation",
990
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1163
+ "id": "timeout",
1164
+ "label": "Connect timeout"
991
1165
  },
992
1166
  {
993
- "id": "output",
994
- "label": "Output mapping"
1167
+ "id": "variable-mapping",
1168
+ "label": "Response mapping"
995
1169
  }
996
1170
  ],
997
1171
  "properties": [
998
1172
  {
1173
+ "type": "Hidden",
999
1174
  "value": "io.camunda:http-polling:1",
1000
1175
  "binding": {
1001
- "name": "inbound.type",
1002
- "type": "zeebe:property"
1003
- },
1004
- "type": "Hidden"
1176
+ "type": "zeebe:property",
1177
+ "name": "inbound.type"
1178
+ }
1179
+ },
1180
+ {
1181
+ "type": "Hidden",
1182
+ "generatedValue": {
1183
+ "type": "uuid"
1184
+ },
1185
+ "binding": {
1186
+ "type": "bpmn:Message#property",
1187
+ "name": "name"
1188
+ }
1005
1189
  },
1006
1190
  {
1007
- "id": "authentication.type",
1008
1191
  "label": "Type",
1192
+ "id": "authenticationType",
1193
+ "group": "authentication",
1009
1194
  "description": "Choose the authentication type. Select 'None' if no authentication is necessary",
1010
1195
  "value": "noAuth",
1011
- "group": "authentication",
1012
- "binding": {
1013
- "name": "authentication.type",
1014
- "type": "zeebe:property"
1015
- },
1016
1196
  "type": "Dropdown",
1017
1197
  "choices": [
1018
1198
  {
1019
- "name": "API key",
1020
- "value": "apiKey"
1199
+ "name": "None",
1200
+ "value": "noAuth"
1021
1201
  },
1022
1202
  {
1023
1203
  "name": "Basic",
@@ -1027,565 +1207,385 @@
1027
1207
  "name": "Bearer token",
1028
1208
  "value": "bearer"
1029
1209
  },
1030
- {
1031
- "name": "None",
1032
- "value": "noAuth"
1033
- },
1034
1210
  {
1035
1211
  "name": "OAuth 2.0",
1036
1212
  "value": "oauth-client-credentials-flow"
1037
1213
  }
1038
- ]
1214
+ ],
1215
+ "binding": {
1216
+ "type": "zeebe:property",
1217
+ "name": "authentication.type"
1218
+ }
1039
1219
  },
1040
1220
  {
1041
- "id": "authentication.apiKeyLocation",
1042
- "label": "Api key location",
1043
- "description": "Choose type: Send API key in header or as query parameter.",
1044
- "optional": false,
1045
- "value": "headers",
1046
- "constraints": {
1047
- "notEmpty": true
1048
- },
1049
- "group": "authentication",
1050
- "binding": {
1051
- "name": "authentication.apiKeyLocation",
1052
- "type": "zeebe:property"
1053
- },
1054
- "condition": {
1055
- "property": "authentication.type",
1056
- "equals": "apiKey",
1057
- "type": "simple"
1058
- },
1221
+ "id": "method",
1222
+ "label": "Method",
1223
+ "group": "endpoint",
1059
1224
  "type": "Dropdown",
1225
+ "value": "get",
1060
1226
  "choices": [
1061
1227
  {
1062
- "name": "Headers",
1063
- "value": "headers"
1228
+ "name": "GET",
1229
+ "value": "get"
1064
1230
  },
1065
1231
  {
1066
- "name": "Query parameters",
1067
- "value": "query"
1232
+ "name": "POST",
1233
+ "value": "post"
1234
+ },
1235
+ {
1236
+ "name": "PATCH",
1237
+ "value": "patch"
1238
+ },
1239
+ {
1240
+ "name": "PUT",
1241
+ "value": "put"
1242
+ },
1243
+ {
1244
+ "name": "DELETE",
1245
+ "value": "delete"
1068
1246
  }
1069
- ]
1070
- },
1071
- {
1072
- "id": "authentication.name",
1073
- "label": "API key name",
1074
- "optional": false,
1075
- "constraints": {
1076
- "notEmpty": true
1077
- },
1078
- "group": "authentication",
1247
+ ],
1079
1248
  "binding": {
1080
- "name": "authentication.name",
1081
- "type": "zeebe:property"
1082
- },
1083
- "condition": {
1084
- "property": "authentication.type",
1085
- "equals": "apiKey",
1086
- "type": "simple"
1087
- },
1088
- "type": "String"
1249
+ "type": "zeebe:property",
1250
+ "name": "method"
1251
+ }
1089
1252
  },
1090
1253
  {
1091
- "id": "authentication.value",
1092
- "label": "API key value",
1093
- "optional": false,
1094
- "constraints": {
1095
- "notEmpty": true
1096
- },
1097
- "group": "authentication",
1254
+ "label": "URL",
1255
+ "group": "endpoint",
1256
+ "type": "String",
1257
+ "feel": "optional",
1098
1258
  "binding": {
1099
- "name": "authentication.value",
1100
- "type": "zeebe:property"
1101
- },
1102
- "condition": {
1103
- "property": "authentication.type",
1104
- "equals": "apiKey",
1105
- "type": "simple"
1259
+ "type": "zeebe:property",
1260
+ "name": "url"
1106
1261
  },
1107
- "type": "String"
1262
+ "constraints": {
1263
+ "notEmpty": true,
1264
+ "pattern": {
1265
+ "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
1266
+ "message": "must be a http(s) URL"
1267
+ }
1268
+ }
1108
1269
  },
1109
1270
  {
1110
- "id": "authentication.username",
1111
- "label": "Username",
1112
- "optional": false,
1113
- "constraints": {
1114
- "notEmpty": true
1115
- },
1116
- "group": "authentication",
1271
+ "label": "Query parameters",
1272
+ "description": "Map of query parameters to add to the request URL",
1273
+ "group": "endpoint",
1274
+ "type": "Text",
1275
+ "feel": "required",
1117
1276
  "binding": {
1118
- "name": "authentication.username",
1119
- "type": "zeebe:property"
1120
- },
1121
- "condition": {
1122
- "property": "authentication.type",
1123
- "equals": "basic",
1124
- "type": "simple"
1277
+ "type": "zeebe:property",
1278
+ "name": "queryParameters"
1125
1279
  },
1126
- "type": "String"
1280
+ "optional": true
1127
1281
  },
1128
1282
  {
1129
- "id": "authentication.password",
1130
- "label": "Password",
1131
- "optional": false,
1132
- "constraints": {
1133
- "notEmpty": true
1134
- },
1135
- "group": "authentication",
1283
+ "label": "HTTP headers",
1284
+ "description": "Map of HTTP headers to add to the request",
1285
+ "group": "endpoint",
1286
+ "type": "Text",
1287
+ "feel": "required",
1136
1288
  "binding": {
1137
- "name": "authentication.password",
1138
- "type": "zeebe:property"
1139
- },
1140
- "condition": {
1141
- "property": "authentication.type",
1142
- "equals": "basic",
1143
- "type": "simple"
1289
+ "type": "zeebe:property",
1290
+ "name": "headers"
1144
1291
  },
1145
- "type": "String"
1292
+ "optional": true
1146
1293
  },
1147
1294
  {
1148
- "id": "authentication.token",
1149
- "label": "Bearer token",
1150
- "optional": false,
1151
- "constraints": {
1152
- "notEmpty": true
1153
- },
1154
- "group": "authentication",
1295
+ "label": "Interval",
1296
+ "description": "The delay between HTTP requests, defined as ISO 8601 durations format. <a href='https://docs.camunda.io/docs/components/modeler/bpmn/timer-events/#time-duration' target='_blank'>How to configure a time duration</a>",
1297
+ "group": "endpoint",
1298
+ "type": "String",
1299
+ "feel": "optional",
1300
+ "value": "PT50S",
1155
1301
  "binding": {
1156
- "name": "authentication.token",
1157
- "type": "zeebe:property"
1158
- },
1159
- "condition": {
1160
- "property": "authentication.type",
1161
- "equals": "bearer",
1162
- "type": "simple"
1302
+ "type": "zeebe:property",
1303
+ "name": "httpRequestInterval"
1163
1304
  },
1164
- "type": "String"
1165
- },
1166
- {
1167
- "id": "authentication.oauthTokenEndpoint",
1168
- "label": "OAuth 2.0 token endpoint",
1169
- "description": "The OAuth token endpoint",
1170
- "optional": false,
1171
1305
  "constraints": {
1172
1306
  "notEmpty": true,
1173
1307
  "pattern": {
1174
- "value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
1175
- "message": "Must be a http(s) URL"
1308
+ "value": "^P(?=\\d|T\\d)(?:\\d+Y)?(?:\\d+M)?(?:\\d+W)?(?:\\d+D)?(?:T(?:\\d+H)?(?:\\d+M)?(?:\\d+(?:\\.\\d{1,3})?S)?)$",
1309
+ "message": "value must be defined"
1176
1310
  }
1177
1311
  },
1178
- "group": "authentication",
1312
+ "optional": false
1313
+ },
1314
+ {
1315
+ "group": "endpoint",
1316
+ "type": "Hidden",
1317
+ "value": "PT5S",
1179
1318
  "binding": {
1180
- "name": "authentication.oauthTokenEndpoint",
1181
- "type": "zeebe:property"
1182
- },
1183
- "condition": {
1184
- "property": "authentication.type",
1185
- "equals": "oauth-client-credentials-flow",
1186
- "type": "simple"
1319
+ "type": "zeebe:property",
1320
+ "name": "processPollingInterval"
1187
1321
  },
1188
- "type": "String"
1322
+ "optional": true
1189
1323
  },
1190
1324
  {
1191
- "id": "authentication.clientId",
1192
- "label": "Client ID",
1193
- "description": "Your application's client ID from the OAuth client",
1194
- "optional": false,
1195
- "constraints": {
1196
- "notEmpty": true
1197
- },
1325
+ "label": "Bearer token",
1198
1326
  "group": "authentication",
1327
+ "type": "String",
1328
+ "feel": "optional",
1199
1329
  "binding": {
1200
- "name": "authentication.clientId",
1201
- "type": "zeebe:property"
1202
- },
1203
- "condition": {
1204
- "property": "authentication.type",
1205
- "equals": "oauth-client-credentials-flow",
1206
- "type": "simple"
1330
+ "type": "zeebe:property",
1331
+ "name": "authentication.token"
1207
1332
  },
1208
- "type": "String"
1209
- },
1210
- {
1211
- "id": "authentication.clientSecret",
1212
- "label": "Client secret",
1213
- "description": "Your application's client secret from the OAuth client",
1214
- "optional": false,
1215
1333
  "constraints": {
1216
1334
  "notEmpty": true
1217
1335
  },
1218
- "group": "authentication",
1219
- "binding": {
1220
- "name": "authentication.clientSecret",
1221
- "type": "zeebe:property"
1222
- },
1223
1336
  "condition": {
1224
- "property": "authentication.type",
1225
- "equals": "oauth-client-credentials-flow",
1226
- "type": "simple"
1227
- },
1228
- "type": "String"
1337
+ "property": "authenticationType",
1338
+ "equals": "bearer"
1339
+ }
1229
1340
  },
1230
1341
  {
1231
- "id": "authentication.audience",
1232
- "label": "Audience",
1233
- "description": "The unique identifier of the target API you want to access",
1234
- "optional": true,
1342
+ "label": "OAuth token endpoint",
1343
+ "description": "The OAuth token endpoint",
1235
1344
  "group": "authentication",
1345
+ "type": "String",
1346
+ "feel": "optional",
1236
1347
  "binding": {
1237
- "name": "authentication.audience",
1238
- "type": "zeebe:property"
1239
- },
1240
- "condition": {
1241
- "property": "authentication.type",
1242
- "equals": "oauth-client-credentials-flow",
1243
- "type": "simple"
1348
+ "type": "zeebe:property",
1349
+ "name": "authentication.oauthTokenEndpoint"
1244
1350
  },
1245
- "type": "String"
1246
- },
1247
- {
1248
- "id": "authentication.clientAuthentication",
1249
- "label": "Client authentication",
1250
- "description": "Send client ID and client secret as Basic Auth request in the header, or as client credentials in the request body",
1251
- "optional": false,
1252
1351
  "constraints": {
1253
1352
  "notEmpty": true
1254
1353
  },
1255
- "group": "authentication",
1256
- "binding": {
1257
- "name": "authentication.clientAuthentication",
1258
- "type": "zeebe:property"
1259
- },
1260
1354
  "condition": {
1261
- "property": "authentication.type",
1262
- "equals": "oauth-client-credentials-flow",
1263
- "type": "simple"
1264
- },
1265
- "type": "Dropdown",
1266
- "choices": [
1267
- {
1268
- "name": "Send client credentials in body",
1269
- "value": "credentialsBody"
1270
- },
1271
- {
1272
- "name": "Send as Basic Auth header",
1273
- "value": "basicAuthHeader"
1274
- }
1275
- ]
1355
+ "property": "authenticationType",
1356
+ "equals": "oauth-client-credentials-flow"
1357
+ }
1276
1358
  },
1277
1359
  {
1278
- "id": "authentication.scopes",
1279
- "label": "Scopes",
1280
- "description": "The scopes which you want to request authorization for (e.g.read:contacts)",
1281
- "optional": true,
1360
+ "label": "Client ID",
1361
+ "description": "Your application's client ID from the OAuth client",
1282
1362
  "group": "authentication",
1363
+ "type": "String",
1364
+ "feel": "optional",
1283
1365
  "binding": {
1284
- "name": "authentication.scopes",
1285
- "type": "zeebe:property"
1286
- },
1287
- "condition": {
1288
- "property": "authentication.type",
1289
- "equals": "oauth-client-credentials-flow",
1290
- "type": "simple"
1366
+ "type": "zeebe:property",
1367
+ "name": "authentication.clientId"
1291
1368
  },
1292
- "type": "String"
1293
- },
1294
- {
1295
- "id": "method",
1296
- "label": "Method",
1297
- "optional": false,
1298
- "value": "GET",
1299
1369
  "constraints": {
1300
1370
  "notEmpty": true
1301
1371
  },
1302
- "group": "endpoint",
1303
- "binding": {
1304
- "name": "method",
1305
- "type": "zeebe:property"
1306
- },
1307
- "type": "Dropdown",
1308
- "choices": [
1309
- {
1310
- "name": "POST",
1311
- "value": "POST"
1312
- },
1313
- {
1314
- "name": "GET",
1315
- "value": "GET"
1316
- },
1317
- {
1318
- "name": "DELETE",
1319
- "value": "DELETE"
1320
- },
1321
- {
1322
- "name": "PATCH",
1323
- "value": "PATCH"
1324
- },
1325
- {
1326
- "name": "PUT",
1327
- "value": "PUT"
1328
- }
1329
- ]
1372
+ "condition": {
1373
+ "property": "authenticationType",
1374
+ "equals": "oauth-client-credentials-flow"
1375
+ }
1330
1376
  },
1331
1377
  {
1332
- "id": "url",
1333
- "label": "URL",
1334
- "optional": false,
1335
- "constraints": {
1336
- "notEmpty": true,
1337
- "pattern": {
1338
- "value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
1339
- "message": "Must be a http(s) URL"
1340
- }
1341
- },
1378
+ "label": "Client secret",
1379
+ "description": "Your application's client secret from the OAuth client",
1380
+ "group": "authentication",
1381
+ "type": "String",
1342
1382
  "feel": "optional",
1343
- "group": "endpoint",
1344
- "binding": {
1345
- "name": "url",
1346
- "type": "zeebe:property"
1347
- },
1348
- "type": "String"
1349
- },
1350
- {
1351
- "id": "queryParameters",
1352
- "label": "Query parameters",
1353
- "description": "Map of query parameters to add to the request URL",
1354
- "optional": true,
1355
- "feel": "required",
1356
- "group": "endpoint",
1357
1383
  "binding": {
1358
- "name": "queryParameters",
1359
- "type": "zeebe:property"
1360
- },
1361
- "type": "String"
1362
- },
1363
- {
1364
- "id": "headers",
1365
- "label": "Headers",
1366
- "description": "Map of HTTP headers to add to the request",
1367
- "optional": true,
1368
- "feel": "required",
1369
- "group": "endpoint",
1370
- "binding": {
1371
- "name": "headers",
1372
- "type": "zeebe:property"
1373
- },
1374
- "type": "String"
1375
- },
1376
- {
1377
- "id": "skipEncoding",
1378
- "label": "Skip URL encoding",
1379
- "description": "Skip the default URL decoding and encoding behavior",
1380
- "optional": true,
1381
- "group": "endpoint",
1382
- "binding": {
1383
- "name": "skipEncoding",
1384
- "type": "zeebe:property"
1384
+ "type": "zeebe:property",
1385
+ "name": "authentication.clientSecret"
1385
1386
  },
1386
- "type": "Hidden"
1387
- },
1388
- {
1389
- "id": "body",
1390
- "label": "Request body",
1391
- "description": "Payload to send with the request",
1392
- "optional": true,
1393
- "feel": "optional",
1394
- "group": "payload",
1395
- "binding": {
1396
- "name": "body",
1397
- "type": "zeebe:property"
1387
+ "constraints": {
1388
+ "notEmpty": true
1398
1389
  },
1399
1390
  "condition": {
1400
- "property": "method",
1401
- "oneOf": ["POST", "PUT", "PATCH"],
1402
- "type": "simple"
1403
- },
1404
- "type": "Text"
1391
+ "property": "authenticationType",
1392
+ "equals": "oauth-client-credentials-flow"
1393
+ }
1405
1394
  },
1406
1395
  {
1407
- "id": "httpRequestInterval",
1408
- "label": "Http request interval",
1409
- "description": "The delay between HTTP requests, defined as ISO 8601 durations format. <a href='https://docs.camunda.io/docs/components/modeler/bpmn/timer-events/#time-duration' target='_blank'>How to configure a time duration</a>",
1410
- "optional": false,
1411
- "value": "PT50S",
1396
+ "label": "Scopes",
1397
+ "description": "The scopes which you want to request authorization for (e.g.read:contacts)",
1398
+ "group": "authentication",
1399
+ "type": "String",
1412
1400
  "feel": "optional",
1413
- "group": "interval",
1401
+ "optional": true,
1414
1402
  "binding": {
1415
- "name": "httpRequestInterval",
1416
- "type": "zeebe:property"
1403
+ "type": "zeebe:property",
1404
+ "name": "authentication.scopes"
1417
1405
  },
1418
- "type": "String"
1406
+ "condition": {
1407
+ "property": "authenticationType",
1408
+ "equals": "oauth-client-credentials-flow"
1409
+ }
1419
1410
  },
1420
1411
  {
1421
- "id": "processPollingInterval",
1422
- "label": "Process polling interval",
1423
- "optional": false,
1424
- "value": "PT5S",
1425
- "group": "interval",
1412
+ "label": "Audience",
1413
+ "description": "The unique identifier of the target API you want to access",
1414
+ "group": "authentication",
1415
+ "type": "String",
1416
+ "feel": "optional",
1417
+ "optional": true,
1426
1418
  "binding": {
1427
- "name": "processPollingInterval",
1428
- "type": "zeebe:property"
1419
+ "type": "zeebe:property",
1420
+ "name": "authentication.audience"
1429
1421
  },
1430
- "type": "Hidden"
1422
+ "condition": {
1423
+ "property": "authenticationType",
1424
+ "equals": "oauth-client-credentials-flow"
1425
+ }
1431
1426
  },
1432
1427
  {
1433
- "id": "connectionTimeoutInSeconds",
1434
- "label": "Connection timeout in seconds",
1435
- "description": "Defines the connection timeout in seconds, or 0 for an infinite timeout",
1436
- "optional": false,
1437
- "value": "20",
1438
- "constraints": {
1439
- "notEmpty": true,
1440
- "pattern": {
1441
- "value": "^\\d+$",
1442
- "message": "Must be a number"
1428
+ "label": "Client authentication",
1429
+ "id": "authentication.clientAuthentication",
1430
+ "group": "authentication",
1431
+ "description": "Send client ID and client secret as Basic Auth request in the header, or as client credentials in the request body",
1432
+ "value": "basicAuthHeader",
1433
+ "type": "Dropdown",
1434
+ "choices": [
1435
+ {
1436
+ "name": "Send client credentials in body",
1437
+ "value": "credentialsBody"
1438
+ },
1439
+ {
1440
+ "name": "Send as Basic Auth header",
1441
+ "value": "basicAuthHeader"
1443
1442
  }
1444
- },
1445
- "feel": "optional",
1446
- "group": "timeout",
1443
+ ],
1447
1444
  "binding": {
1448
- "name": "connectionTimeoutInSeconds",
1449
- "type": "zeebe:property"
1445
+ "type": "zeebe:property",
1446
+ "name": "authentication.clientAuthentication"
1450
1447
  },
1451
- "tooltip": "Set the timeout in seconds to establish a connection or 0 for an infinite timeout",
1452
- "type": "String"
1448
+ "condition": {
1449
+ "property": "authenticationType",
1450
+ "equals": "oauth-client-credentials-flow"
1451
+ }
1453
1452
  },
1454
1453
  {
1455
- "id": "readTimeoutInSeconds",
1456
- "label": "Read timeout in seconds",
1457
- "description": "Timeout in seconds to read data from an established connection or 0 for an infinite timeout",
1458
- "optional": false,
1459
- "value": "20",
1454
+ "label": "Username",
1455
+ "group": "authentication",
1456
+ "type": "String",
1457
+ "feel": "optional",
1458
+ "binding": {
1459
+ "type": "zeebe:property",
1460
+ "name": "authentication.username"
1461
+ },
1460
1462
  "constraints": {
1461
- "notEmpty": true,
1462
- "pattern": {
1463
- "value": "^\\d+$",
1464
- "message": "Must be a number"
1465
- }
1463
+ "notEmpty": true
1466
1464
  },
1465
+ "condition": {
1466
+ "property": "authenticationType",
1467
+ "equals": "basic"
1468
+ }
1469
+ },
1470
+ {
1471
+ "label": "Password",
1472
+ "group": "authentication",
1473
+ "type": "String",
1467
1474
  "feel": "optional",
1468
- "group": "timeout",
1469
1475
  "binding": {
1470
- "name": "readTimeoutInSeconds",
1471
- "type": "zeebe:property"
1476
+ "type": "zeebe:property",
1477
+ "name": "authentication.password"
1472
1478
  },
1473
- "type": "String"
1479
+ "constraints": {
1480
+ "notEmpty": true
1481
+ },
1482
+ "condition": {
1483
+ "property": "authenticationType",
1484
+ "equals": "basic"
1485
+ }
1474
1486
  },
1475
1487
  {
1476
- "id": "activationCondition",
1477
- "label": "Activation condition",
1478
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1479
- "optional": true,
1480
- "feel": "required",
1481
- "group": "activation",
1488
+ "label": "Request body",
1489
+ "description": "Payload to send with the request",
1490
+ "group": "input",
1491
+ "type": "Text",
1492
+ "feel": "optional",
1482
1493
  "binding": {
1483
- "name": "activationCondition",
1484
- "type": "zeebe:property"
1494
+ "type": "zeebe:property",
1495
+ "name": "body"
1485
1496
  },
1486
- "type": "String"
1497
+ "condition": {
1498
+ "property": "method",
1499
+ "oneOf": ["post", "put", "patch"]
1500
+ },
1501
+ "optional": true
1487
1502
  },
1488
1503
  {
1489
- "id": "correlationKeyProcess",
1490
1504
  "label": "Correlation key (process)",
1491
- "description": "Sets up the correlation key from process variables",
1492
- "constraints": {
1493
- "notEmpty": true
1494
- },
1505
+ "type": "String",
1506
+ "group": "activation",
1495
1507
  "feel": "required",
1496
- "group": "correlation",
1508
+ "description": "Sets up the correlation key from process variables",
1497
1509
  "binding": {
1498
- "name": "correlationKey",
1499
- "type": "bpmn:Message#zeebe:subscription#property"
1510
+ "type": "bpmn:Message#zeebe:subscription#property",
1511
+ "name": "correlationKey"
1500
1512
  },
1501
- "type": "String"
1513
+ "constraints": {
1514
+ "notEmpty": true
1515
+ }
1502
1516
  },
1503
1517
  {
1504
- "id": "correlationKeyPayload",
1505
1518
  "label": "Correlation key (payload)",
1506
- "description": "Extracts the correlation key from the incoming message payload",
1507
- "constraints": {
1508
- "notEmpty": true
1509
- },
1519
+ "type": "String",
1520
+ "group": "activation",
1510
1521
  "feel": "required",
1511
- "group": "correlation",
1512
1522
  "binding": {
1513
- "name": "correlationKeyExpression",
1514
- "type": "zeebe:property"
1523
+ "type": "zeebe:property",
1524
+ "name": "correlationKeyExpression"
1515
1525
  },
1516
- "type": "String"
1526
+ "description": "Extracts the correlation key from the incoming message payload",
1527
+ "constraints": {
1528
+ "notEmpty": true
1529
+ }
1517
1530
  },
1518
1531
  {
1519
- "id": "messageIdExpression",
1520
- "label": "Message ID expression",
1521
- "description": "Expression to extract unique identifier of a message",
1522
- "optional": true,
1532
+ "label": "Condition",
1533
+ "type": "String",
1534
+ "group": "activation",
1523
1535
  "feel": "required",
1524
- "group": "correlation",
1536
+ "optional": true,
1525
1537
  "binding": {
1526
- "name": "messageIdExpression",
1527
- "type": "zeebe:property"
1538
+ "type": "zeebe:property",
1539
+ "name": "activationCondition"
1528
1540
  },
1529
- "type": "String"
1541
+ "description": "Condition under which the connector triggers. Leave empty to catch all events. <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>"
1530
1542
  },
1531
1543
  {
1532
- "id": "messageTtl",
1533
- "label": "Message TTL",
1534
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1544
+ "label": "Connection timeout",
1545
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
1546
+ "group": "endpoint",
1547
+ "type": "String",
1548
+ "value": "20",
1549
+ "binding": {
1550
+ "type": "zeebe:property",
1551
+ "name": "connectionTimeoutInSeconds"
1552
+ },
1535
1553
  "optional": true,
1554
+ "feel": "optional",
1536
1555
  "constraints": {
1537
1556
  "notEmpty": false,
1538
1557
  "pattern": {
1539
- "value": "^(PT.*|)$",
1540
- "message": "must be an ISO-8601 duration"
1558
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
1559
+ "message": "must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
1541
1560
  }
1542
- },
1543
- "feel": "optional",
1544
- "group": "correlation",
1545
- "binding": {
1546
- "name": "messageTtl",
1547
- "type": "zeebe:property"
1548
- },
1549
- "type": "String"
1550
- },
1551
- {
1552
- "id": "messageNameUuid",
1553
- "generatedValue": {
1554
- "type": "uuid"
1555
- },
1556
- "group": "correlation",
1557
- "binding": {
1558
- "name": "name",
1559
- "type": "bpmn:Message#property"
1560
- },
1561
- "type": "Hidden"
1561
+ }
1562
1562
  },
1563
1563
  {
1564
- "id": "resultVariable",
1565
1564
  "label": "Result variable",
1566
- "description": "Name of variable to store the response in",
1567
- "group": "output",
1565
+ "type": "String",
1566
+ "group": "variable-mapping",
1567
+ "optional": true,
1568
1568
  "binding": {
1569
- "name": "resultVariable",
1570
- "type": "zeebe:property"
1569
+ "type": "zeebe:property",
1570
+ "name": "resultVariable"
1571
1571
  },
1572
- "type": "String"
1572
+ "description": "Name of variable to store the result of the connector in"
1573
1573
  },
1574
1574
  {
1575
- "id": "resultExpression",
1576
1575
  "label": "Result expression",
1577
- "description": "Expression to map the response into process variables",
1576
+ "type": "String",
1577
+ "group": "variable-mapping",
1578
1578
  "feel": "required",
1579
- "group": "output",
1579
+ "optional": true,
1580
1580
  "binding": {
1581
- "name": "resultExpression",
1582
- "type": "zeebe:property"
1581
+ "type": "zeebe:property",
1582
+ "name": "resultExpression"
1583
1583
  },
1584
- "type": "Text"
1584
+ "description": "Expression to map the inbound payload to process variables"
1585
1585
  }
1586
1586
  ],
1587
- "icon": {
1588
- "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJz8+Cjxzdmcgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPgogICAgPGcgY2xhc3M9J2xheWVyJz4KICAgICAgICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgICAgICAgPHBhdGggZD0nbTE3LjAzLDljMCw0LjQ1IC0zLjYsOC4wNSAtOC4wNSw4LjA1Yy00LjQ1LDAgLTguMDUsLTMuNiAtOC4wNSwtOC4wNWMwLC00LjQ1IDMuNiwtOC4wNSA4LjA1LC04LjA1YzQuNDUsMCA4LjA1LDMuNiA4LjA1LDguMDV6JwogICAgICAgICAgICAgIGZpbGw9JyM1MDU1NjInIGlkPSdzdmdfMScvPgogICAgICAgIDxwYXRoIGQ9J200LjkzLDE0LjE2bDEuODUsLTEwLjQ1bDMuMzYsMGMxLjA1LDAgMS44NCwwLjI3IDIuMzcsMC44MWMwLjU0LDAuNTMgMC44LDEuMjEgMC44LDIuMDZjMCwwLjg2IC0wLjI0LDEuNTggLTAuNzMsMi4xM2MtMC40NywwLjU1IC0xLjEyLDAuOTMgLTEuOTUsMS4xNGwtMC40OCwwLjA5bC0wLjUzLDAuMDNsLTAuNiwwLjA1bC0xLjc5LDBsLTAuNzMsNC4xNGwtMS41OCwwem0yLjU3LC01LjU3bDEuNzQsMGMwLjc2LDAgMS4zNSwtMC4xNyAxLjc4LC0wLjVjMC40NCwtMC4zNSAwLjY1LC0wLjgyIDAuNjUsLTEuNDJjMCwtMC40OCAtMC4xNSwtMC44NSAtMC40NCwtMS4xMmMtMC4zLC0wLjI4IC0wLjc3LC0wLjQyIC0xLjQyLC0wLjQybC0xLjcsMGwtMC42MSwzLjQ2eicKICAgICAgICAgICAgICBmaWxsPSd3aGl0ZScgaWQ9J3N2Z18yJy8+CiAgICA8L2c+Cjwvc3ZnPg=="
1587
+ "engines": {
1588
+ "camunda": "^8.3"
1589
1589
  }
1590
1590
  },
1591
1591
  {
@@ -2062,9 +2062,16 @@
2062
2062
  "name": "HTTP Polling Boundary Catch Event Connector",
2063
2063
  "id": "io.camunda.connectors.http.Polling.Boundary",
2064
2064
  "description": "Polls endpoint at regular intervals",
2065
- "metadata": {
2066
- "keywords": []
2067
- },
2065
+ "keywords": [
2066
+ "poll",
2067
+ "polling",
2068
+ "HTTP",
2069
+ "REST",
2070
+ "wait for response",
2071
+ "check status",
2072
+ "periodic request",
2073
+ "HTTP callback"
2074
+ ],
2068
2075
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/polling/",
2069
2076
  "version": 5,
2070
2077
  "category": {
@@ -2684,20 +2691,23 @@
2684
2691
  },
2685
2692
  {
2686
2693
  "id": "messageNameUuid",
2694
+ "label": "Message name",
2687
2695
  "generatedValue": {
2688
2696
  "type": "uuid"
2689
2697
  },
2698
+ "feel": "optional",
2690
2699
  "group": "correlation",
2691
2700
  "binding": {
2692
2701
  "name": "name",
2693
2702
  "type": "bpmn:Message#property"
2694
2703
  },
2695
- "type": "Hidden"
2704
+ "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.",
2705
+ "type": "String"
2696
2706
  },
2697
2707
  {
2698
2708
  "id": "resultVariable",
2699
2709
  "label": "Result variable",
2700
- "description": "Name of variable to store the response in",
2710
+ "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>.",
2701
2711
  "group": "output",
2702
2712
  "binding": {
2703
2713
  "name": "resultVariable",
@@ -2708,7 +2718,8 @@
2708
2718
  {
2709
2719
  "id": "resultExpression",
2710
2720
  "label": "Result expression",
2711
- "description": "Expression to map the response into process variables",
2721
+ "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>.",
2722
+ "value": "{\n myResponseBody: response.body\n // Use FEEL to extract values, e.g.,:\n // myUserId: response.body.post.userId\n}",
2712
2723
  "feel": "required",
2713
2724
  "group": "output",
2714
2725
  "binding": {