@camunda/connectors-element-templates 1.0.17 → 1.0.18

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 +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  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 +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  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 +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  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 +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  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 +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  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 +1380 -772
  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 +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  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 +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -1,4 +1,587 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Power Automate Outbound Connector",
5
+ "id": "io.camunda.connectors.PowerAutomate.v1",
6
+ "deprecated": {
7
+ "message": "Replace with 'Power Automate' template.",
8
+ "documentationRef": "https://marketplace.camunda.com/en-US/apps/427601/power-automate-connector"
9
+ },
10
+ "version": 4,
11
+ "description": "Orchestrate your Power Automate flows with Camunda",
12
+ "keywords": [
13
+ "trigger flow run",
14
+ "get flow run status",
15
+ "get flow outputs",
16
+ "run flow",
17
+ "automation",
18
+ "workflow",
19
+ "automate task"
20
+ ],
21
+ "icon": {
22
+ "contents": "data:image/svg+xml;utf8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='filter0_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='0.4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3Cfilter id='filter1_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear' x1='43' y1='55' x2='29' y2='10' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230D36A5'/%3E%3Cstop offset='1' stop-color='%231152D4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='46' y1='10' x2='46' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2384CAFF'/%3E%3Cstop offset='1' stop-color='%2361B1FB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='37.5' y1='10' x2='37.5' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233B90F5'/%3E%3Cstop offset='1' stop-color='%232A78EE'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip0)'%3E%3Cg clip-path='url(%23clip1)'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='-1' y='10' width='97' height='76'%3E%3Cpath d='M61.2116 10C62.3496 10 63.4337 10.4847 64.1925 11.3328L94.6136 45.3328C95.9723 46.8514 95.9723 49.1486 94.6136 50.6672L64.1925 84.6672C63.4337 85.5153 62.3496 86 61.2116 86H3.94634C0.488777 86 -1.34012 81.9095 0.965366 79.3328L29 48L0.965366 16.6672C-1.34012 14.0905 0.488777 10 3.94634 10H61.2116Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M63 10L29 48L-5 10H63Z' fill='url(%23paint0_linear)'/%3E%3Cg filter='url(%23filter0_f)'%3E%3Cpath d='M63 10.4L-5 86.4H63L97 48.4L63 10.4Z' fill='black' fill-opacity='0.24'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f)'%3E%3Cpath d='M63 12L-5 88H63L97 50L63 12Z' fill='black' fill-opacity='0.32'/%3E%3C/g%3E%3Cpath d='M-5 86L63 10L97 48L63 86H-5Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M-5 86L63 10L80 29L29 86H-5Z' fill='url(%23paint2_linear)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"
23
+ },
24
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/power-automate/",
25
+ "category": {
26
+ "id": "connectors",
27
+ "name": "Connectors"
28
+ },
29
+ "appliesTo": ["bpmn:Task"],
30
+ "elementType": {
31
+ "value": "bpmn:ServiceTask"
32
+ },
33
+ "groups": [
34
+ {
35
+ "id": "operation",
36
+ "label": "Operation"
37
+ },
38
+ {
39
+ "id": "authentication",
40
+ "label": "Authentication"
41
+ },
42
+ {
43
+ "id": "configuration",
44
+ "label": "Configuration"
45
+ },
46
+ {
47
+ "id": "input",
48
+ "label": "Input"
49
+ },
50
+ {
51
+ "id": "output",
52
+ "label": "Output"
53
+ },
54
+ {
55
+ "id": "errors",
56
+ "label": "Error handling"
57
+ }
58
+ ],
59
+ "properties": [
60
+ {
61
+ "type": "Hidden",
62
+ "value": "io.camunda:http-json:1",
63
+ "binding": {
64
+ "type": "zeebe:taskDefinition",
65
+ "property": "type"
66
+ }
67
+ },
68
+ {
69
+ "label": "Operation type",
70
+ "id": "operationType",
71
+ "group": "operation",
72
+ "type": "Dropdown",
73
+ "value": "getStatusOfFlowRun",
74
+ "choices": [
75
+ {
76
+ "name": "Get the status of a flow run",
77
+ "value": "getStatusOfFlowRun"
78
+ },
79
+ {
80
+ "name": "Get flow outputs",
81
+ "value": "getFlowOutputs"
82
+ },
83
+ {
84
+ "name": "Trigger a flow run",
85
+ "value": "triggerFlowRun"
86
+ }
87
+ ],
88
+ "binding": {
89
+ "type": "zeebe:input",
90
+ "name": "operationType"
91
+ }
92
+ },
93
+ {
94
+ "label": "Organization URI",
95
+ "description": "Dynamics 365 URL. <a href=\"https://learn.microsoft.com/en-us/power-apps/developer/data-platform/discovery-service\">Find your organization url</a>. See also <a href=\"https://learn.microsoft.com/en-us/power-automate/web-api#compose-http-requests\">this page</a>",
96
+ "group": "configuration",
97
+ "type": "String",
98
+ "value": "",
99
+ "binding": {
100
+ "type": "zeebe:input",
101
+ "name": "organizationUri"
102
+ },
103
+ "constraints": {
104
+ "notEmpty": true
105
+ }
106
+ },
107
+ {
108
+ "label": "Type",
109
+ "id": "authenticationType",
110
+ "group": "authentication",
111
+ "description": "Choose the authentication type",
112
+ "type": "Dropdown",
113
+ "choices": [
114
+ {
115
+ "name": "Bearer token",
116
+ "value": "bearer"
117
+ },
118
+ {
119
+ "name": "OAuth 2.0 client credentials",
120
+ "value": "oauth-client-credentials-flow"
121
+ }
122
+ ],
123
+ "binding": {
124
+ "type": "zeebe:input",
125
+ "name": "authentication.type"
126
+ }
127
+ },
128
+ {
129
+ "type": "Hidden",
130
+ "value": "=organizationUri + \"/.default\"",
131
+ "binding": {
132
+ "type": "zeebe:input",
133
+ "name": "authentication.scopes"
134
+ },
135
+ "condition": {
136
+ "property": "authenticationType",
137
+ "equals": "oauth-client-credentials-flow"
138
+ }
139
+ },
140
+ {
141
+ "label": "Bearer token",
142
+ "group": "authentication",
143
+ "type": "String",
144
+ "feel": "optional",
145
+ "binding": {
146
+ "type": "zeebe:input",
147
+ "name": "authentication.token"
148
+ },
149
+ "constraints": {
150
+ "notEmpty": true
151
+ },
152
+ "condition": {
153
+ "property": "authenticationType",
154
+ "equals": "bearer"
155
+ }
156
+ },
157
+ {
158
+ "group": "authentication",
159
+ "label": "OAuth token endpoint",
160
+ "description": "Find out more <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/power-automate/#oauth-token-endpoint\">here</a>",
161
+ "type": "String",
162
+ "value": "",
163
+ "feel": "optional",
164
+ "binding": {
165
+ "type": "zeebe:input",
166
+ "name": "authentication.oauthTokenEndpoint"
167
+ },
168
+ "constraints": {
169
+ "notEmpty": true
170
+ },
171
+ "condition": {
172
+ "property": "authenticationType",
173
+ "equals": "oauth-client-credentials-flow"
174
+ }
175
+ },
176
+ {
177
+ "label": "Client Id (secret ID)",
178
+ "description": "Microsoft Azure Application Client id. <a href=\"https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app#register-an-application\">See where to find it</a>",
179
+ "group": "authentication",
180
+ "type": "String",
181
+ "feel": "optional",
182
+ "binding": {
183
+ "type": "zeebe:input",
184
+ "name": "authentication.clientId"
185
+ },
186
+ "constraints": {
187
+ "notEmpty": true
188
+ },
189
+ "condition": {
190
+ "property": "authenticationType",
191
+ "equals": "oauth-client-credentials-flow"
192
+ }
193
+ },
194
+ {
195
+ "label": "Client secret (Client secret value)",
196
+ "description": "Microsoft Azure Application Client Secret value. <a href=\"https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app#register-an-application\">See where to find it</a>",
197
+ "group": "authentication",
198
+ "type": "String",
199
+ "feel": "optional",
200
+ "binding": {
201
+ "type": "zeebe:input",
202
+ "name": "authentication.clientSecret"
203
+ },
204
+ "constraints": {
205
+ "notEmpty": true
206
+ },
207
+ "condition": {
208
+ "property": "authenticationType",
209
+ "equals": "oauth-client-credentials-flow"
210
+ }
211
+ },
212
+ {
213
+ "id": "authentication.clientAuthentication",
214
+ "group": "authentication",
215
+ "value": "basicAuthHeader",
216
+ "type": "Hidden",
217
+ "binding": {
218
+ "type": "zeebe:input",
219
+ "name": "authentication.clientAuthentication"
220
+ },
221
+ "condition": {
222
+ "property": "authenticationType",
223
+ "equals": "oauth-client-credentials-flow"
224
+ }
225
+ },
226
+ {
227
+ "id": "methodPost",
228
+ "group": "configuration",
229
+ "type": "Hidden",
230
+ "value": "post",
231
+ "binding": {
232
+ "type": "zeebe:input",
233
+ "name": "method"
234
+ },
235
+ "condition": {
236
+ "property": "operationType",
237
+ "oneOf": ["triggerFlowRun"]
238
+ }
239
+ },
240
+ {
241
+ "id": "methodGet",
242
+ "group": "configuration",
243
+ "type": "Hidden",
244
+ "value": "get",
245
+ "binding": {
246
+ "type": "zeebe:input",
247
+ "name": "method"
248
+ },
249
+ "condition": {
250
+ "property": "operationType",
251
+ "oneOf": ["getStatusOfFlowRun", "getFlowOutputs"]
252
+ }
253
+ },
254
+ {
255
+ "label": "Flow session ID",
256
+ "description": "Unique identifier for entity instances. You can find this in the response of the 'Trigger a flow run' method",
257
+ "feel": "optional",
258
+ "group": "input",
259
+ "type": "String",
260
+ "binding": {
261
+ "type": "zeebe:input",
262
+ "name": "flowSessionId"
263
+ },
264
+ "constraints": {
265
+ "notEmpty": true
266
+ },
267
+ "condition": {
268
+ "property": "operationType",
269
+ "oneOf": ["getStatusOfFlowRun", "getFlowOutputs"]
270
+ }
271
+ },
272
+ {
273
+ "label": "Workflow ID (flow ID)",
274
+ "description": "The ID of the desktop flow that you want to run",
275
+ "feel": "optional",
276
+ "group": "input",
277
+ "type": "String",
278
+ "binding": {
279
+ "type": "zeebe:input",
280
+ "name": "workflowId"
281
+ },
282
+ "constraints": {
283
+ "notEmpty": true
284
+ },
285
+ "condition": {
286
+ "property": "operationType",
287
+ "oneOf": ["triggerFlowRun"]
288
+ }
289
+ },
290
+ {
291
+ "label": "Connection name",
292
+ "description": "Identifies the connection to be used with the desktop flow script",
293
+ "feel": "optional",
294
+ "group": "input",
295
+ "type": "String",
296
+ "binding": {
297
+ "type": "zeebe:input",
298
+ "name": "connectionName"
299
+ },
300
+ "constraints": {
301
+ "notEmpty": true
302
+ },
303
+ "condition": {
304
+ "property": "operationType",
305
+ "oneOf": ["triggerFlowRun"]
306
+ }
307
+ },
308
+ {
309
+ "label": "Connection type",
310
+ "description": "Identifies which type of connection is used in the connectionName",
311
+ "group": "input",
312
+ "type": "Dropdown",
313
+ "value": "1",
314
+ "choices": [
315
+ {
316
+ "name": "Connection type",
317
+ "value": "1"
318
+ },
319
+ {
320
+ "name": "Connection reference type",
321
+ "value": "2"
322
+ }
323
+ ],
324
+ "binding": {
325
+ "type": "zeebe:input",
326
+ "name": "connectionType"
327
+ },
328
+ "constraints": {
329
+ "notEmpty": true
330
+ },
331
+ "condition": {
332
+ "property": "operationType",
333
+ "oneOf": ["triggerFlowRun"]
334
+ }
335
+ },
336
+ {
337
+ "label": "Run mode",
338
+ "description": "Choose between attended or unattended",
339
+ "group": "input",
340
+ "type": "Dropdown",
341
+ "value": "attended",
342
+ "choices": [
343
+ {
344
+ "name": "Attended",
345
+ "value": "attended"
346
+ },
347
+ {
348
+ "name": "Unattended",
349
+ "value": "unattended"
350
+ }
351
+ ],
352
+ "binding": {
353
+ "type": "zeebe:input",
354
+ "name": "runMode"
355
+ },
356
+ "constraints": {
357
+ "notEmpty": true
358
+ },
359
+ "condition": {
360
+ "property": "operationType",
361
+ "oneOf": ["triggerFlowRun"]
362
+ }
363
+ },
364
+ {
365
+ "label": "Run priority",
366
+ "feel": "optional",
367
+ "description": "Choose an option (normal, high) or add your own",
368
+ "group": "input",
369
+ "type": "String",
370
+ "value": "normal",
371
+ "binding": {
372
+ "type": "zeebe:input",
373
+ "name": "runPriority"
374
+ },
375
+ "optional": true,
376
+ "condition": {
377
+ "property": "operationType",
378
+ "oneOf": ["triggerFlowRun"]
379
+ }
380
+ },
381
+ {
382
+ "label": "Timeout",
383
+ "feel": "optional",
384
+ "description": "Timeout for Power Automate script execution in seconds (default = 3 hours, max = 24 hours)",
385
+ "group": "input",
386
+ "type": "String",
387
+ "binding": {
388
+ "type": "zeebe:input",
389
+ "name": "runTimeout"
390
+ },
391
+ "optional": true,
392
+ "condition": {
393
+ "property": "operationType",
394
+ "oneOf": ["triggerFlowRun"]
395
+ }
396
+ },
397
+ {
398
+ "label": "Inputs",
399
+ "description": "The desktop flow script input parameters (json serialized string)",
400
+ "group": "input",
401
+ "type": "String",
402
+ "feel": "required",
403
+ "binding": {
404
+ "type": "zeebe:input",
405
+ "name": "runInputs"
406
+ },
407
+ "optional": true,
408
+ "condition": {
409
+ "property": "operationType",
410
+ "oneOf": ["triggerFlowRun"]
411
+ }
412
+ },
413
+ {
414
+ "label": "Callback URL",
415
+ "feel": "optional",
416
+ "description": "URL that will be called once the desktop flow script is complete. You can use the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/\">webhook connector</a> for this purpose",
417
+ "group": "input",
418
+ "type": "String",
419
+ "binding": {
420
+ "type": "zeebe:input",
421
+ "name": "callbackUrl"
422
+ },
423
+ "optional": true,
424
+ "condition": {
425
+ "property": "operationType",
426
+ "oneOf": ["triggerFlowRun"]
427
+ }
428
+ },
429
+ {
430
+ "group": "configuration",
431
+ "type": "Hidden",
432
+ "value": "={\"Content-Type\":\"application/json\"}",
433
+ "binding": {
434
+ "type": "zeebe:input",
435
+ "name": "headers"
436
+ },
437
+ "constraints": {
438
+ "notEmpty": true
439
+ }
440
+ },
441
+ {
442
+ "group": "input",
443
+ "type": "Hidden",
444
+ "value": "={\"runMode\":if runMode = null then null else runMode, \"runPriority\":if runPriority = null then null else runPriority,\"connectionName\":if connectionName = null then null else connectionName,\"timeout\":if runTimeout = null then 7200 else runTimeout,\"inputs\":if runInputs = null then null else runInputs,\"connectionType\":if connectionType = null then 1 else connectionType,\"callbackUrl\":if callbackUrl = null then null else callbackUrl}",
445
+ "binding": {
446
+ "type": "zeebe:input",
447
+ "name": "body"
448
+ },
449
+ "condition": {
450
+ "property": "operationType",
451
+ "oneOf": ["triggerFlowRun"]
452
+ },
453
+ "optional": true
454
+ },
455
+ {
456
+ "label": "Result variable",
457
+ "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>",
458
+ "group": "output",
459
+ "type": "String",
460
+ "binding": {
461
+ "type": "zeebe:taskHeader",
462
+ "key": "resultVariable"
463
+ }
464
+ },
465
+ {
466
+ "label": "Result expression",
467
+ "id": "resultExpressionGetBodySessionId",
468
+ "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>",
469
+ "group": "output",
470
+ "type": "String",
471
+ "feel": "required",
472
+ "value": "={flowSessionId: response.body.flowsessionId}",
473
+ "binding": {
474
+ "type": "zeebe:taskHeader",
475
+ "key": "resultExpression"
476
+ },
477
+ "condition": {
478
+ "property": "operationType",
479
+ "oneOf": ["triggerFlowRun"]
480
+ }
481
+ },
482
+ {
483
+ "label": "Result expression",
484
+ "id": "resultExpressionGetStatusCode",
485
+ "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>",
486
+ "group": "output",
487
+ "type": "String",
488
+ "feel": "required",
489
+ "value": "={statusCode: response.body.statuscode}",
490
+ "binding": {
491
+ "type": "zeebe:taskHeader",
492
+ "key": "resultExpression"
493
+ },
494
+ "condition": {
495
+ "property": "operationType",
496
+ "oneOf": ["getStatusOfFlowRun"]
497
+ }
498
+ },
499
+ {
500
+ "label": "Result expression",
501
+ "id": "resultExpressionGetBody",
502
+ "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>",
503
+ "group": "output",
504
+ "type": "String",
505
+ "feel": "required",
506
+ "value": "={flowOutputs: response.body}",
507
+ "binding": {
508
+ "type": "zeebe:taskHeader",
509
+ "key": "resultExpression"
510
+ },
511
+ "condition": {
512
+ "property": "operationType",
513
+ "oneOf": ["getFlowOutputs"]
514
+ }
515
+ },
516
+ {
517
+ "label": "Connection timeout",
518
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
519
+ "group": "errors",
520
+ "type": "String",
521
+ "value": "20",
522
+ "binding": {
523
+ "type": "zeebe:input",
524
+ "name": "connectionTimeoutInSeconds"
525
+ },
526
+ "optional": true,
527
+ "feel": "optional",
528
+ "constraints": {
529
+ "notEmpty": false,
530
+ "pattern": {
531
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
532
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
533
+ }
534
+ }
535
+ },
536
+ {
537
+ "type": "Hidden",
538
+ "value": "=organizationUri + \"/api/data/v9.2/flowsessions(\" + flowSessionId + \")?$select=statuscode,statecode,startedon,completedon\"",
539
+ "binding": {
540
+ "type": "zeebe:input",
541
+ "name": "url"
542
+ },
543
+ "condition": {
544
+ "property": "operationType",
545
+ "oneOf": ["getStatusOfFlowRun"]
546
+ }
547
+ },
548
+ {
549
+ "type": "Hidden",
550
+ "value": "=organizationUri + \"/api/data/v9.2/flowsessions(\" + flowSessionId + \")/outputs/$value\"",
551
+ "binding": {
552
+ "type": "zeebe:input",
553
+ "name": "url"
554
+ },
555
+ "condition": {
556
+ "property": "operationType",
557
+ "oneOf": ["getFlowOutputs"]
558
+ }
559
+ },
560
+ {
561
+ "type": "Hidden",
562
+ "value": "=organizationUri + \"/api/data/v9.2/workflows(\" + workflowId + \")/Microsoft.Dynamics.CRM.RunDesktopFlow\"",
563
+ "binding": {
564
+ "type": "zeebe:input",
565
+ "name": "url"
566
+ },
567
+ "condition": {
568
+ "property": "operationType",
569
+ "oneOf": ["triggerFlowRun"]
570
+ }
571
+ },
572
+ {
573
+ "label": "Error expression",
574
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
575
+ "group": "errors",
576
+ "type": "Text",
577
+ "feel": "required",
578
+ "binding": {
579
+ "type": "zeebe:taskHeader",
580
+ "key": "errorExpression"
581
+ }
582
+ }
583
+ ]
584
+ },
2
585
  {
3
586
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
587
  "name": "Power Automate connector",
@@ -7,7 +590,7 @@
7
590
  "message": "Replace with 'Power Automate' template.",
8
591
  "documentationRef": "https://marketplace.camunda.com/en-US/apps/427601/power-automate-connector"
9
592
  },
10
- "version": 1,
593
+ "version": 2,
11
594
  "description": "Orchestrate your Power Automate flows with Camunda",
12
595
  "icon": {
13
596
  "contents": "data:image/svg+xml;utf8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='filter0_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='0.4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3Cfilter id='filter1_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear' x1='43' y1='55' x2='29' y2='10' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230D36A5'/%3E%3Cstop offset='1' stop-color='%231152D4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='46' y1='10' x2='46' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2384CAFF'/%3E%3Cstop offset='1' stop-color='%2361B1FB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='37.5' y1='10' x2='37.5' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233B90F5'/%3E%3Cstop offset='1' stop-color='%232A78EE'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip0)'%3E%3Cg clip-path='url(%23clip1)'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='-1' y='10' width='97' height='76'%3E%3Cpath d='M61.2116 10C62.3496 10 63.4337 10.4847 64.1925 11.3328L94.6136 45.3328C95.9723 46.8514 95.9723 49.1486 94.6136 50.6672L64.1925 84.6672C63.4337 85.5153 62.3496 86 61.2116 86H3.94634C0.488777 86 -1.34012 81.9095 0.965366 79.3328L29 48L0.965366 16.6672C-1.34012 14.0905 0.488777 10 3.94634 10H61.2116Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M63 10L29 48L-5 10H63Z' fill='url(%23paint0_linear)'/%3E%3Cg filter='url(%23filter0_f)'%3E%3Cpath d='M63 10.4L-5 86.4H63L97 48.4L63 10.4Z' fill='black' fill-opacity='0.24'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f)'%3E%3Cpath d='M63 12L-5 88H63L97 50L63 12Z' fill='black' fill-opacity='0.32'/%3E%3C/g%3E%3Cpath d='M-5 86L63 10L97 48L63 86H-5Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M-5 86L63 10L80 29L29 86H-5Z' fill='url(%23paint2_linear)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"
@@ -519,7 +1102,7 @@
519
1102
  "constraints": {
520
1103
  "notEmpty": false,
521
1104
  "pattern": {
522
- "value": "^(=|([0-9]+|secrets\\..+)$)",
1105
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
523
1106
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
524
1107
  }
525
1108
  }
@@ -575,14 +1158,23 @@
575
1158
  },
576
1159
  {
577
1160
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
578
- "name": "Power Automate connector",
1161
+ "name": "Power Automate Outbound Connector",
579
1162
  "id": "io.camunda.connectors.PowerAutomate.v1",
580
1163
  "deprecated": {
581
1164
  "message": "Replace with 'Power Automate' template.",
582
1165
  "documentationRef": "https://marketplace.camunda.com/en-US/apps/427601/power-automate-connector"
583
1166
  },
584
- "version": 2,
1167
+ "version": 3,
585
1168
  "description": "Orchestrate your Power Automate flows with Camunda",
1169
+ "keywords": [
1170
+ "trigger flow run",
1171
+ "get flow run status",
1172
+ "get flow outputs",
1173
+ "run flow",
1174
+ "automation",
1175
+ "workflow",
1176
+ "automate task"
1177
+ ],
586
1178
  "icon": {
587
1179
  "contents": "data:image/svg+xml;utf8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='filter0_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='0.4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3Cfilter id='filter1_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear' x1='43' y1='55' x2='29' y2='10' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230D36A5'/%3E%3Cstop offset='1' stop-color='%231152D4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='46' y1='10' x2='46' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2384CAFF'/%3E%3Cstop offset='1' stop-color='%2361B1FB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='37.5' y1='10' x2='37.5' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233B90F5'/%3E%3Cstop offset='1' stop-color='%232A78EE'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip0)'%3E%3Cg clip-path='url(%23clip1)'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='-1' y='10' width='97' height='76'%3E%3Cpath d='M61.2116 10C62.3496 10 63.4337 10.4847 64.1925 11.3328L94.6136 45.3328C95.9723 46.8514 95.9723 49.1486 94.6136 50.6672L64.1925 84.6672C63.4337 85.5153 62.3496 86 61.2116 86H3.94634C0.488777 86 -1.34012 81.9095 0.965366 79.3328L29 48L0.965366 16.6672C-1.34012 14.0905 0.488777 10 3.94634 10H61.2116Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M63 10L29 48L-5 10H63Z' fill='url(%23paint0_linear)'/%3E%3Cg filter='url(%23filter0_f)'%3E%3Cpath d='M63 10.4L-5 86.4H63L97 48.4L63 10.4Z' fill='black' fill-opacity='0.24'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f)'%3E%3Cpath d='M63 12L-5 88H63L97 50L63 12Z' fill='black' fill-opacity='0.32'/%3E%3C/g%3E%3Cpath d='M-5 86L63 10L97 48L63 86H-5Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M-5 86L63 10L80 29L29 86H-5Z' fill='url(%23paint2_linear)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"
588
1180
  },
@@ -1029,7 +1621,7 @@
1029
1621
  },
1030
1622
  {
1031
1623
  "label": "Result expression",
1032
- "id": "resultExpressionGetSessionId",
1624
+ "id": "resultExpressionGetBodySessionId",
1033
1625
  "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>",
1034
1626
  "group": "output",
1035
1627
  "type": "String",
@@ -1093,7 +1685,7 @@
1093
1685
  "constraints": {
1094
1686
  "notEmpty": false,
1095
1687
  "pattern": {
1096
- "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
1688
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
1097
1689
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
1098
1690
  }
1099
1691
  }
@@ -1136,7 +1728,7 @@
1136
1728
  },
1137
1729
  {
1138
1730
  "label": "Error expression",
1139
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
1731
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
1140
1732
  "group": "errors",
1141
1733
  "type": "Text",
1142
1734
  "feel": "required",
@@ -1149,13 +1741,13 @@
1149
1741
  },
1150
1742
  {
1151
1743
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1152
- "name": "Power Automate Outbound Connector",
1744
+ "name": "Power Automate connector",
1153
1745
  "id": "io.camunda.connectors.PowerAutomate.v1",
1154
1746
  "deprecated": {
1155
1747
  "message": "Replace with 'Power Automate' template.",
1156
1748
  "documentationRef": "https://marketplace.camunda.com/en-US/apps/427601/power-automate-connector"
1157
1749
  },
1158
- "version": 3,
1750
+ "version": 1,
1159
1751
  "description": "Orchestrate your Power Automate flows with Camunda",
1160
1752
  "icon": {
1161
1753
  "contents": "data:image/svg+xml;utf8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='filter0_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='0.4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3Cfilter id='filter1_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear' x1='43' y1='55' x2='29' y2='10' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230D36A5'/%3E%3Cstop offset='1' stop-color='%231152D4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='46' y1='10' x2='46' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2384CAFF'/%3E%3Cstop offset='1' stop-color='%2361B1FB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='37.5' y1='10' x2='37.5' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233B90F5'/%3E%3Cstop offset='1' stop-color='%232A78EE'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip0)'%3E%3Cg clip-path='url(%23clip1)'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='-1' y='10' width='97' height='76'%3E%3Cpath d='M61.2116 10C62.3496 10 63.4337 10.4847 64.1925 11.3328L94.6136 45.3328C95.9723 46.8514 95.9723 49.1486 94.6136 50.6672L64.1925 84.6672C63.4337 85.5153 62.3496 86 61.2116 86H3.94634C0.488777 86 -1.34012 81.9095 0.965366 79.3328L29 48L0.965366 16.6672C-1.34012 14.0905 0.488777 10 3.94634 10H61.2116Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M63 10L29 48L-5 10H63Z' fill='url(%23paint0_linear)'/%3E%3Cg filter='url(%23filter0_f)'%3E%3Cpath d='M63 10.4L-5 86.4H63L97 48.4L63 10.4Z' fill='black' fill-opacity='0.24'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f)'%3E%3Cpath d='M63 12L-5 88H63L97 50L63 12Z' fill='black' fill-opacity='0.32'/%3E%3C/g%3E%3Cpath d='M-5 86L63 10L97 48L63 86H-5Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M-5 86L63 10L80 29L29 86H-5Z' fill='url(%23paint2_linear)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"
@@ -1603,7 +2195,7 @@
1603
2195
  },
1604
2196
  {
1605
2197
  "label": "Result expression",
1606
- "id": "resultExpressionGetBodySessionId",
2198
+ "id": "resultExpressionGetSessionId",
1607
2199
  "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>",
1608
2200
  "group": "output",
1609
2201
  "type": "String",
@@ -1667,7 +2259,7 @@
1667
2259
  "constraints": {
1668
2260
  "notEmpty": false,
1669
2261
  "pattern": {
1670
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
2262
+ "value": "^(=|([0-9]+|secrets\\..+)$)",
1671
2263
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
1672
2264
  }
1673
2265
  }
@@ -1710,7 +2302,7 @@
1710
2302
  },
1711
2303
  {
1712
2304
  "label": "Error expression",
1713
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
2305
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
1714
2306
  "group": "errors",
1715
2307
  "type": "Text",
1716
2308
  "feel": "required",