@camunda/connectors-element-templates 1.0.19 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "AWS Lambda
|
|
4
|
+
"name": "Invoke AWS Lambda Function",
|
|
5
5
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
6
|
+
"description": "Invoke AWS Lambda functions.",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"invoke function",
|
|
9
|
+
"run function",
|
|
10
|
+
"execute function",
|
|
11
|
+
"serverless",
|
|
12
|
+
"function as a service"
|
|
13
|
+
],
|
|
8
14
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
15
|
+
"version": 7,
|
|
9
16
|
"category": {
|
|
10
17
|
"id": "connectors",
|
|
11
18
|
"name": "Connectors"
|
|
@@ -14,6 +21,9 @@
|
|
|
14
21
|
"elementType": {
|
|
15
22
|
"value": "bpmn:ServiceTask"
|
|
16
23
|
},
|
|
24
|
+
"engines": {
|
|
25
|
+
"camunda": "^8.3"
|
|
26
|
+
},
|
|
17
27
|
"groups": [
|
|
18
28
|
{
|
|
19
29
|
"id": "authentication",
|
|
@@ -31,48 +41,411 @@
|
|
|
31
41
|
"id": "operationDetails",
|
|
32
42
|
"label": "Operation details"
|
|
33
43
|
},
|
|
44
|
+
{
|
|
45
|
+
"id": "connector",
|
|
46
|
+
"label": "Connector"
|
|
47
|
+
},
|
|
34
48
|
{
|
|
35
49
|
"id": "output",
|
|
36
50
|
"label": "Output mapping"
|
|
37
51
|
},
|
|
38
52
|
{
|
|
39
|
-
"id": "
|
|
53
|
+
"id": "error",
|
|
40
54
|
"label": "Error handling"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "retries",
|
|
58
|
+
"label": "Retries"
|
|
41
59
|
}
|
|
42
60
|
],
|
|
43
61
|
"properties": [
|
|
44
62
|
{
|
|
45
|
-
"type": "Hidden",
|
|
46
63
|
"value": "io.camunda:aws-lambda:1",
|
|
47
64
|
"binding": {
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
}
|
|
65
|
+
"property": "type",
|
|
66
|
+
"type": "zeebe:taskDefinition"
|
|
67
|
+
},
|
|
68
|
+
"type": "Hidden"
|
|
51
69
|
},
|
|
52
70
|
{
|
|
53
|
-
"id": "
|
|
71
|
+
"id": "authentication.type",
|
|
54
72
|
"label": "Authentication",
|
|
55
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda
|
|
73
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
74
|
+
"value": "credentials",
|
|
56
75
|
"group": "authentication",
|
|
76
|
+
"binding": {
|
|
77
|
+
"name": "authentication.type",
|
|
78
|
+
"type": "zeebe:input"
|
|
79
|
+
},
|
|
57
80
|
"type": "Dropdown",
|
|
58
|
-
"optional": false,
|
|
59
|
-
"value": "credentials",
|
|
60
81
|
"choices": [
|
|
82
|
+
{
|
|
83
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
84
|
+
"value": "defaultCredentialsChain"
|
|
85
|
+
},
|
|
61
86
|
{
|
|
62
87
|
"name": "Credentials",
|
|
63
88
|
"value": "credentials"
|
|
64
|
-
}
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"id": "authentication.accessKey",
|
|
94
|
+
"label": "Access key",
|
|
95
|
+
"optional": false,
|
|
96
|
+
"constraints": {
|
|
97
|
+
"notEmpty": true
|
|
98
|
+
},
|
|
99
|
+
"feel": "optional",
|
|
100
|
+
"group": "authentication",
|
|
101
|
+
"binding": {
|
|
102
|
+
"name": "authentication.accessKey",
|
|
103
|
+
"type": "zeebe:input"
|
|
104
|
+
},
|
|
105
|
+
"condition": {
|
|
106
|
+
"property": "authentication.type",
|
|
107
|
+
"equals": "credentials",
|
|
108
|
+
"type": "simple"
|
|
109
|
+
},
|
|
110
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
111
|
+
"type": "String",
|
|
112
|
+
"secret": true
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "authentication.secretKey",
|
|
116
|
+
"label": "Secret key",
|
|
117
|
+
"optional": false,
|
|
118
|
+
"constraints": {
|
|
119
|
+
"notEmpty": true
|
|
120
|
+
},
|
|
121
|
+
"feel": "optional",
|
|
122
|
+
"group": "authentication",
|
|
123
|
+
"binding": {
|
|
124
|
+
"name": "authentication.secretKey",
|
|
125
|
+
"type": "zeebe:input"
|
|
126
|
+
},
|
|
127
|
+
"condition": {
|
|
128
|
+
"property": "authentication.type",
|
|
129
|
+
"equals": "credentials",
|
|
130
|
+
"type": "simple"
|
|
131
|
+
},
|
|
132
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
133
|
+
"type": "String",
|
|
134
|
+
"secret": true
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"id": "awsCredential",
|
|
138
|
+
"label": "AWS credential",
|
|
139
|
+
"description": "Choose a reusable AWS credential. When set, it is bound as a whole to the connector's 'awsCredential' input.",
|
|
140
|
+
"optional": true,
|
|
141
|
+
"group": "authentication",
|
|
142
|
+
"binding": {
|
|
143
|
+
"name": "awsCredential",
|
|
144
|
+
"type": "zeebe:input"
|
|
145
|
+
},
|
|
146
|
+
"type": "Configuration",
|
|
147
|
+
"configurationTemplate": "io.camunda:aws-credential:1"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"id": "configuration.region",
|
|
151
|
+
"label": "Region",
|
|
152
|
+
"optional": false,
|
|
153
|
+
"constraints": {
|
|
154
|
+
"notEmpty": true
|
|
155
|
+
},
|
|
156
|
+
"feel": "optional",
|
|
157
|
+
"group": "configuration",
|
|
158
|
+
"binding": {
|
|
159
|
+
"name": "configuration.region",
|
|
160
|
+
"type": "zeebe:input"
|
|
161
|
+
},
|
|
162
|
+
"type": "String"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": "configuration.endpoint",
|
|
166
|
+
"label": "Endpoint",
|
|
167
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
168
|
+
"optional": true,
|
|
169
|
+
"group": "configuration",
|
|
170
|
+
"binding": {
|
|
171
|
+
"name": "configuration.endpoint",
|
|
172
|
+
"type": "zeebe:input"
|
|
173
|
+
},
|
|
174
|
+
"type": "Hidden"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"id": "awsFunction.operationType",
|
|
178
|
+
"label": "Operation type",
|
|
179
|
+
"optional": false,
|
|
180
|
+
"value": "sync",
|
|
181
|
+
"group": "operation",
|
|
182
|
+
"binding": {
|
|
183
|
+
"name": "awsFunction.operationType",
|
|
184
|
+
"type": "zeebe:input"
|
|
185
|
+
},
|
|
186
|
+
"type": "Dropdown",
|
|
187
|
+
"choices": [
|
|
65
188
|
{
|
|
66
|
-
"name": "
|
|
67
|
-
"value": "
|
|
189
|
+
"name": "Invoke function (sync)",
|
|
190
|
+
"value": "sync"
|
|
68
191
|
}
|
|
69
|
-
]
|
|
192
|
+
]
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "awsFunction.functionName",
|
|
196
|
+
"label": "Function name",
|
|
197
|
+
"optional": false,
|
|
198
|
+
"constraints": {
|
|
199
|
+
"notEmpty": true
|
|
200
|
+
},
|
|
201
|
+
"feel": "optional",
|
|
202
|
+
"group": "operationDetails",
|
|
70
203
|
"binding": {
|
|
71
|
-
"
|
|
72
|
-
"
|
|
204
|
+
"name": "awsFunction.functionName",
|
|
205
|
+
"type": "zeebe:input"
|
|
73
206
|
},
|
|
207
|
+
"tooltip": "Name, ARN or alias of your function",
|
|
208
|
+
"type": "String"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": "awsFunction.payload",
|
|
212
|
+
"label": "Payload",
|
|
213
|
+
"optional": false,
|
|
74
214
|
"constraints": {
|
|
75
215
|
"notEmpty": true
|
|
216
|
+
},
|
|
217
|
+
"feel": "optional",
|
|
218
|
+
"group": "operationDetails",
|
|
219
|
+
"binding": {
|
|
220
|
+
"name": "awsFunction.payload",
|
|
221
|
+
"type": "zeebe:input"
|
|
222
|
+
},
|
|
223
|
+
"tooltip": "JSON input passed to the Lambda function when it is invoked.",
|
|
224
|
+
"placeholder": "{\"key\": \"value\"}",
|
|
225
|
+
"type": "Text"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"id": "version",
|
|
229
|
+
"label": "Version",
|
|
230
|
+
"description": "Version of the element template",
|
|
231
|
+
"value": "7",
|
|
232
|
+
"group": "connector",
|
|
233
|
+
"binding": {
|
|
234
|
+
"key": "elementTemplateVersion",
|
|
235
|
+
"type": "zeebe:taskHeader"
|
|
236
|
+
},
|
|
237
|
+
"type": "Hidden"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"id": "id",
|
|
241
|
+
"label": "ID",
|
|
242
|
+
"description": "ID of the element template",
|
|
243
|
+
"value": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
244
|
+
"group": "connector",
|
|
245
|
+
"binding": {
|
|
246
|
+
"key": "elementTemplateId",
|
|
247
|
+
"type": "zeebe:taskHeader"
|
|
248
|
+
},
|
|
249
|
+
"type": "Hidden"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"id": "resultVariable",
|
|
253
|
+
"label": "Result variable",
|
|
254
|
+
"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>.",
|
|
255
|
+
"group": "output",
|
|
256
|
+
"binding": {
|
|
257
|
+
"key": "resultVariable",
|
|
258
|
+
"type": "zeebe:taskHeader"
|
|
259
|
+
},
|
|
260
|
+
"type": "String"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"id": "resultExpression",
|
|
264
|
+
"label": "Result expression",
|
|
265
|
+
"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>.",
|
|
266
|
+
"feel": "required",
|
|
267
|
+
"group": "output",
|
|
268
|
+
"binding": {
|
|
269
|
+
"key": "resultExpression",
|
|
270
|
+
"type": "zeebe:taskHeader"
|
|
271
|
+
},
|
|
272
|
+
"type": "Text"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"id": "errorExpression",
|
|
276
|
+
"label": "Error expression",
|
|
277
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
278
|
+
"feel": "required",
|
|
279
|
+
"group": "error",
|
|
280
|
+
"binding": {
|
|
281
|
+
"key": "errorExpression",
|
|
282
|
+
"type": "zeebe:taskHeader"
|
|
283
|
+
},
|
|
284
|
+
"type": "Text"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"id": "retryCount",
|
|
288
|
+
"label": "Retries",
|
|
289
|
+
"description": "Number of retries",
|
|
290
|
+
"value": "3",
|
|
291
|
+
"feel": "optional",
|
|
292
|
+
"group": "retries",
|
|
293
|
+
"binding": {
|
|
294
|
+
"property": "retries",
|
|
295
|
+
"type": "zeebe:taskDefinition"
|
|
296
|
+
},
|
|
297
|
+
"type": "String"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"id": "retryBackoff",
|
|
301
|
+
"label": "Retry backoff",
|
|
302
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
303
|
+
"value": "PT30S",
|
|
304
|
+
"group": "retries",
|
|
305
|
+
"binding": {
|
|
306
|
+
"key": "retryBackoff",
|
|
307
|
+
"type": "zeebe:taskHeader"
|
|
308
|
+
},
|
|
309
|
+
"type": "String"
|
|
310
|
+
}
|
|
311
|
+
],
|
|
312
|
+
"configurationTemplates": [
|
|
313
|
+
{
|
|
314
|
+
"id": "io.camunda:aws-credential:1",
|
|
315
|
+
"kind": "CREDENTIAL",
|
|
316
|
+
"version": 1,
|
|
317
|
+
"name": "AWS Credential",
|
|
318
|
+
"properties": [
|
|
319
|
+
{
|
|
320
|
+
"id": "authentication.type",
|
|
321
|
+
"label": "Authentication",
|
|
322
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
323
|
+
"value": "credentials",
|
|
324
|
+
"group": "authentication",
|
|
325
|
+
"binding": {
|
|
326
|
+
"name": "authentication.type",
|
|
327
|
+
"type": "property"
|
|
328
|
+
},
|
|
329
|
+
"type": "Dropdown",
|
|
330
|
+
"choices": [
|
|
331
|
+
{
|
|
332
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
333
|
+
"value": "defaultCredentialsChain"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "Credentials",
|
|
337
|
+
"value": "credentials"
|
|
338
|
+
}
|
|
339
|
+
]
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"id": "authentication.accessKey",
|
|
343
|
+
"label": "Access key",
|
|
344
|
+
"constraints": {
|
|
345
|
+
"notEmpty": true
|
|
346
|
+
},
|
|
347
|
+
"group": "authentication",
|
|
348
|
+
"binding": {
|
|
349
|
+
"name": "authentication.accessKey",
|
|
350
|
+
"type": "property"
|
|
351
|
+
},
|
|
352
|
+
"condition": {
|
|
353
|
+
"property": "authentication.type",
|
|
354
|
+
"equals": "credentials",
|
|
355
|
+
"type": "simple"
|
|
356
|
+
},
|
|
357
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
358
|
+
"type": "String",
|
|
359
|
+
"secret": true
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"id": "authentication.secretKey",
|
|
363
|
+
"label": "Secret key",
|
|
364
|
+
"constraints": {
|
|
365
|
+
"notEmpty": true
|
|
366
|
+
},
|
|
367
|
+
"group": "authentication",
|
|
368
|
+
"binding": {
|
|
369
|
+
"name": "authentication.secretKey",
|
|
370
|
+
"type": "property"
|
|
371
|
+
},
|
|
372
|
+
"condition": {
|
|
373
|
+
"property": "authentication.type",
|
|
374
|
+
"equals": "credentials",
|
|
375
|
+
"type": "simple"
|
|
376
|
+
},
|
|
377
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
378
|
+
"type": "String",
|
|
379
|
+
"secret": true
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"id": "region",
|
|
383
|
+
"label": "Region",
|
|
384
|
+
"constraints": {
|
|
385
|
+
"notEmpty": true
|
|
386
|
+
},
|
|
387
|
+
"group": "configuration",
|
|
388
|
+
"binding": {
|
|
389
|
+
"name": "region",
|
|
390
|
+
"type": "property"
|
|
391
|
+
},
|
|
392
|
+
"type": "String"
|
|
393
|
+
}
|
|
394
|
+
]
|
|
395
|
+
}
|
|
396
|
+
],
|
|
397
|
+
"icon": {
|
|
398
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPgogICAgPHRpdGxlPkljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDhfTGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9J0ljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDgnIHN0cm9rZT0nbm9uZScgc3Ryb2tlLXdpZHRoPScxJyBmaWxsPSdub25lJwogICAgICAgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjQsNDQgQzEyLjk3Miw0NCA0LDM1LjAyOCA0LDI0IEM0LDEyLjk3MiAxMi45NzIsNCAyNCw0IEMzNS4wMjgsNCA0NCwxMi45NzIgNDQsMjQgQzQ0LDM1LjAyOCAzNS4wMjgsNDQgMjQsNDQgTDI0LDQ0IFogTTI0LDIgQzExLjg2OSwyIDIsMTEuODY5IDIsMjQgQzIsMzYuMTMxIDExLjg2OSw0NiAyNCw0NiBDMzYuMTMxLDQ2IDQ2LDM2LjEzMSA0NiwyNCBDNDYsMTEuODY5IDM2LjEzMSwyIDI0LDIgTDI0LDIgWiBNMTcuMjMxLDM1LjI1IEwxMS44NzYsMzUuMjUgTDE4LjIyMSwyMS45NTkgTDIwLjkwMiwyNy40OTIgTDE3LjIzMSwzNS4yNSBaIE0xOS4xMTQsMTkuMjE1IEMxOC45NDYsMTguODcgMTguNTk3LDE4LjY1MSAxOC4yMTQsMTguNjUxIEwxOC4yMTEsMTguNjUxIEMxNy44MjYsMTguNjUyIDE3LjQ3NywxOC44NzQgMTcuMzEyLDE5LjIyMSBMOS4zODksMzUuODE5IEM5LjI0LDM2LjEyOSA5LjI2MiwzNi40OTMgOS40NDUsMzYuNzgzIEM5LjYyOCwzNy4wNzQgOS45NDcsMzcuMjUgMTAuMjkxLDM3LjI1IEwxNy44NjQsMzcuMjUgQzE4LjI1MSwzNy4yNSAxOC42MDMsMzcuMDI3IDE4Ljc2OSwzNi42NzggTDIyLjkxNSwyNy45MTUgQzIzLjA0NCwyNy42NDIgMjMuMDQzLDI3LjMyMyAyMi45MTEsMjcuMDUxIEwxOS4xMTQsMTkuMjE1IFogTTM2LjEyNSwzNS4yNSBMMzAuNjczLDM1LjI1IEwyMC43NjEsMTMuOTUzIEMyMC41OTcsMTMuNjAxIDIwLjI0MywxMy4zNzUgMTkuODU0LDEzLjM3NSBMMTYuMjUxLDEzLjM3NSBMMTYuMjU1LDkuMjUgTDIzLjQ3NSw5LjI1IEwzMy4zMzksMzAuNTQ1IEMzMy41MDMsMzAuODk4IDMzLjg1NiwzMS4xMjUgMzQuMjQ2LDMxLjEyNSBMMzYuMTI1LDMxLjEyNSBMMzYuMTI1LDM1LjI1IFogTTM3LjEyNSwyOS4xMjUgTDM0Ljg4NSwyOS4xMjUgTDI1LjAyMSw3LjgzIEMyNC44NTYsNy40NzcgMjQuNTAzLDcuMjUgMjQuMTEzLDcuMjUgTDE1LjI1Niw3LjI1IEMxNC43MDQsNy4yNSAxNC4yNTcsNy42OTcgMTQuMjU2LDguMjQ5IEwxNC4yNSwxNC4zNzQgQzE0LjI1LDE0LjY0IDE0LjM1NSwxNC44OTQgMTQuNTQzLDE1LjA4MiBDMTQuNzMsMTUuMjcgMTQuOTg0LDE1LjM3NSAxNS4yNSwxNS4zNzUgTDE5LjIxNywxNS4zNzUgTDI5LjEyOSwzNi42NzIgQzI5LjI5MywzNy4wMjQgMjkuNjQ2LDM3LjI1IDMwLjAzNSwzNy4yNSBMMzcuMTI1LDM3LjI1IEMzNy42NzgsMzcuMjUgMzguMTI1LDM2LjgwMyAzOC4xMjUsMzYuMjUgTDM4LjEyNSwzMC4xMjUgQzM4LjEyNSwyOS41NzIgMzcuNjc4LDI5LjEyNSAzNy4xMjUsMjkuMTI1IEwzNy4xMjUsMjkuMTI1IFonCiAgICAgICAgICAgICAgaWQ9J0FtYXpvbi1MYW1iZGEtTGFtYmRhLUZ1bmN0aW9uX1Jlc291cmNlLUljb25fbGlnaHQtYmcnIGZpbGw9JyNENDVCMDcnPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
403
|
+
"name": "AWS Lambda connector",
|
|
404
|
+
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
405
|
+
"version": 2,
|
|
406
|
+
"description": "Invoke a function",
|
|
407
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
408
|
+
"category": {
|
|
409
|
+
"id": "connectors",
|
|
410
|
+
"name": "Connectors"
|
|
411
|
+
},
|
|
412
|
+
"appliesTo": ["bpmn:Task"],
|
|
413
|
+
"elementType": {
|
|
414
|
+
"value": "bpmn:ServiceTask"
|
|
415
|
+
},
|
|
416
|
+
"groups": [
|
|
417
|
+
{
|
|
418
|
+
"id": "authentication",
|
|
419
|
+
"label": "Authentication"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"id": "configuration",
|
|
423
|
+
"label": "Configuration"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"id": "operation",
|
|
427
|
+
"label": "Select operation"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"id": "operationDetails",
|
|
431
|
+
"label": "Operation details"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"id": "output",
|
|
435
|
+
"label": "Output mapping"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"id": "errors",
|
|
439
|
+
"label": "Error handling"
|
|
440
|
+
}
|
|
441
|
+
],
|
|
442
|
+
"properties": [
|
|
443
|
+
{
|
|
444
|
+
"type": "Hidden",
|
|
445
|
+
"value": "io.camunda:aws-lambda:1",
|
|
446
|
+
"binding": {
|
|
447
|
+
"type": "zeebe:taskDefinition",
|
|
448
|
+
"property": "type"
|
|
76
449
|
}
|
|
77
450
|
},
|
|
78
451
|
{
|
|
@@ -86,10 +459,6 @@
|
|
|
86
459
|
},
|
|
87
460
|
"constraints": {
|
|
88
461
|
"notEmpty": true
|
|
89
|
-
},
|
|
90
|
-
"condition": {
|
|
91
|
-
"property": "authenticationType",
|
|
92
|
-
"equals": "credentials"
|
|
93
462
|
}
|
|
94
463
|
},
|
|
95
464
|
{
|
|
@@ -103,10 +472,6 @@
|
|
|
103
472
|
},
|
|
104
473
|
"constraints": {
|
|
105
474
|
"notEmpty": true
|
|
106
|
-
},
|
|
107
|
-
"condition": {
|
|
108
|
-
"property": "authenticationType",
|
|
109
|
-
"equals": "credentials"
|
|
110
475
|
}
|
|
111
476
|
},
|
|
112
477
|
{
|
|
@@ -166,14 +531,10 @@
|
|
|
166
531
|
"group": "operationDetails",
|
|
167
532
|
"type": "Text",
|
|
168
533
|
"feel": "required",
|
|
169
|
-
"optional": false,
|
|
170
534
|
"binding": {
|
|
171
535
|
"type": "zeebe:input",
|
|
172
536
|
"name": "awsFunction.payload"
|
|
173
537
|
},
|
|
174
|
-
"constraints": {
|
|
175
|
-
"notEmpty": true
|
|
176
|
-
},
|
|
177
538
|
"condition": {
|
|
178
539
|
"property": "operationType",
|
|
179
540
|
"equals": "sync"
|
|
@@ -216,16 +577,23 @@
|
|
|
216
577
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 48 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcon-Resource/Compute/Res_Amazon-Lambda_Lambda-Function_48_Light%3C/title%3E%3Cg id='Icon-Resource/Compute/Res_Amazon-Lambda_Lambda-Function_48' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M24,44 C12.972,44 4,35.028 4,24 C4,12.972 12.972,4 24,4 C35.028,4 44,12.972 44,24 C44,35.028 35.028,44 24,44 L24,44 Z M24,2 C11.869,2 2,11.869 2,24 C2,36.131 11.869,46 24,46 C36.131,46 46,36.131 46,24 C46,11.869 36.131,2 24,2 L24,2 Z M17.231,35.25 L11.876,35.25 L18.221,21.959 L20.902,27.492 L17.231,35.25 Z M19.114,19.215 C18.946,18.87 18.597,18.651 18.214,18.651 L18.211,18.651 C17.826,18.652 17.477,18.874 17.312,19.221 L9.389,35.819 C9.24,36.129 9.262,36.493 9.445,36.783 C9.628,37.074 9.947,37.25 10.291,37.25 L17.864,37.25 C18.251,37.25 18.603,37.027 18.769,36.678 L22.915,27.915 C23.044,27.642 23.043,27.323 22.911,27.051 L19.114,19.215 Z M36.125,35.25 L30.673,35.25 L20.761,13.953 C20.597,13.601 20.243,13.375 19.854,13.375 L16.251,13.375 L16.255,9.25 L23.475,9.25 L33.339,30.545 C33.503,30.898 33.856,31.125 34.246,31.125 L36.125,31.125 L36.125,35.25 Z M37.125,29.125 L34.885,29.125 L25.021,7.83 C24.856,7.477 24.503,7.25 24.113,7.25 L15.256,7.25 C14.704,7.25 14.257,7.697 14.256,8.249 L14.25,14.374 C14.25,14.64 14.355,14.894 14.543,15.082 C14.73,15.27 14.984,15.375 15.25,15.375 L19.217,15.375 L29.129,36.672 C29.293,37.024 29.646,37.25 30.035,37.25 L37.125,37.25 C37.678,37.25 38.125,36.803 38.125,36.25 L38.125,30.125 C38.125,29.572 37.678,29.125 37.125,29.125 L37.125,29.125 Z' id='Amazon-Lambda-Lambda-Function_Resource-Icon_light-bg' fill='%23D45B07'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
217
578
|
},
|
|
218
579
|
"engines": {
|
|
219
|
-
"camunda": "^8.
|
|
580
|
+
"camunda": "^8.2"
|
|
220
581
|
}
|
|
221
582
|
},
|
|
222
583
|
{
|
|
223
584
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
224
|
-
"name": "AWS Lambda
|
|
585
|
+
"name": "Invoke AWS Lambda Function",
|
|
225
586
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
226
|
-
"description": "Invoke
|
|
587
|
+
"description": "Invoke AWS Lambda functions.",
|
|
588
|
+
"keywords": [
|
|
589
|
+
"invoke function",
|
|
590
|
+
"run function",
|
|
591
|
+
"execute function",
|
|
592
|
+
"serverless",
|
|
593
|
+
"function as a service"
|
|
594
|
+
],
|
|
227
595
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
228
|
-
"version":
|
|
596
|
+
"version": 6,
|
|
229
597
|
"category": {
|
|
230
598
|
"id": "connectors",
|
|
231
599
|
"name": "Connectors"
|
|
@@ -234,6 +602,9 @@
|
|
|
234
602
|
"elementType": {
|
|
235
603
|
"value": "bpmn:ServiceTask"
|
|
236
604
|
},
|
|
605
|
+
"engines": {
|
|
606
|
+
"camunda": "^8.3"
|
|
607
|
+
},
|
|
237
608
|
"groups": [
|
|
238
609
|
{
|
|
239
610
|
"id": "authentication",
|
|
@@ -251,6 +622,10 @@
|
|
|
251
622
|
"id": "operationDetails",
|
|
252
623
|
"label": "Operation details"
|
|
253
624
|
},
|
|
625
|
+
{
|
|
626
|
+
"id": "connector",
|
|
627
|
+
"label": "Connector"
|
|
628
|
+
},
|
|
254
629
|
{
|
|
255
630
|
"id": "output",
|
|
256
631
|
"label": "Output mapping"
|
|
@@ -298,7 +673,6 @@
|
|
|
298
673
|
{
|
|
299
674
|
"id": "authentication.accessKey",
|
|
300
675
|
"label": "Access key",
|
|
301
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
302
676
|
"optional": false,
|
|
303
677
|
"constraints": {
|
|
304
678
|
"notEmpty": true
|
|
@@ -314,12 +688,12 @@
|
|
|
314
688
|
"equals": "credentials",
|
|
315
689
|
"type": "simple"
|
|
316
690
|
},
|
|
691
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
317
692
|
"type": "String"
|
|
318
693
|
},
|
|
319
694
|
{
|
|
320
695
|
"id": "authentication.secretKey",
|
|
321
696
|
"label": "Secret key",
|
|
322
|
-
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
323
697
|
"optional": false,
|
|
324
698
|
"constraints": {
|
|
325
699
|
"notEmpty": true
|
|
@@ -335,13 +709,16 @@
|
|
|
335
709
|
"equals": "credentials",
|
|
336
710
|
"type": "simple"
|
|
337
711
|
},
|
|
712
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
338
713
|
"type": "String"
|
|
339
714
|
},
|
|
340
715
|
{
|
|
341
716
|
"id": "configuration.region",
|
|
342
717
|
"label": "Region",
|
|
343
|
-
"
|
|
344
|
-
"
|
|
718
|
+
"optional": false,
|
|
719
|
+
"constraints": {
|
|
720
|
+
"notEmpty": true
|
|
721
|
+
},
|
|
345
722
|
"feel": "optional",
|
|
346
723
|
"group": "configuration",
|
|
347
724
|
"binding": {
|
|
@@ -383,7 +760,6 @@
|
|
|
383
760
|
{
|
|
384
761
|
"id": "awsFunction.functionName",
|
|
385
762
|
"label": "Function name",
|
|
386
|
-
"description": "Enter a name, ARN or alias of your function",
|
|
387
763
|
"optional": false,
|
|
388
764
|
"constraints": {
|
|
389
765
|
"notEmpty": true
|
|
@@ -394,12 +770,12 @@
|
|
|
394
770
|
"name": "awsFunction.functionName",
|
|
395
771
|
"type": "zeebe:input"
|
|
396
772
|
},
|
|
773
|
+
"tooltip": "Name, ARN or alias of your function",
|
|
397
774
|
"type": "String"
|
|
398
775
|
},
|
|
399
776
|
{
|
|
400
777
|
"id": "awsFunction.payload",
|
|
401
778
|
"label": "Payload",
|
|
402
|
-
"description": "Provide payload for your function as JSON",
|
|
403
779
|
"optional": false,
|
|
404
780
|
"constraints": {
|
|
405
781
|
"notEmpty": true
|
|
@@ -410,12 +786,38 @@
|
|
|
410
786
|
"name": "awsFunction.payload",
|
|
411
787
|
"type": "zeebe:input"
|
|
412
788
|
},
|
|
789
|
+
"tooltip": "JSON input passed to the Lambda function when it is invoked.",
|
|
790
|
+
"placeholder": "{\"key\": \"value\"}",
|
|
413
791
|
"type": "Text"
|
|
414
792
|
},
|
|
793
|
+
{
|
|
794
|
+
"id": "version",
|
|
795
|
+
"label": "Version",
|
|
796
|
+
"description": "Version of the element template",
|
|
797
|
+
"value": "6",
|
|
798
|
+
"group": "connector",
|
|
799
|
+
"binding": {
|
|
800
|
+
"key": "elementTemplateVersion",
|
|
801
|
+
"type": "zeebe:taskHeader"
|
|
802
|
+
},
|
|
803
|
+
"type": "Hidden"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"id": "id",
|
|
807
|
+
"label": "ID",
|
|
808
|
+
"description": "ID of the element template",
|
|
809
|
+
"value": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
810
|
+
"group": "connector",
|
|
811
|
+
"binding": {
|
|
812
|
+
"key": "elementTemplateId",
|
|
813
|
+
"type": "zeebe:taskHeader"
|
|
814
|
+
},
|
|
815
|
+
"type": "Hidden"
|
|
816
|
+
},
|
|
415
817
|
{
|
|
416
818
|
"id": "resultVariable",
|
|
417
819
|
"label": "Result variable",
|
|
418
|
-
"description": "Name of variable to store the response in",
|
|
820
|
+
"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>.",
|
|
419
821
|
"group": "output",
|
|
420
822
|
"binding": {
|
|
421
823
|
"key": "resultVariable",
|
|
@@ -426,7 +828,7 @@
|
|
|
426
828
|
{
|
|
427
829
|
"id": "resultExpression",
|
|
428
830
|
"label": "Result expression",
|
|
429
|
-
"description": "Expression to map the response into process variables",
|
|
831
|
+
"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>.",
|
|
430
832
|
"feel": "required",
|
|
431
833
|
"group": "output",
|
|
432
834
|
"binding": {
|
|
@@ -464,8 +866,7 @@
|
|
|
464
866
|
"id": "retryBackoff",
|
|
465
867
|
"label": "Retry backoff",
|
|
466
868
|
"description": "ISO-8601 duration to wait between retries",
|
|
467
|
-
"value": "
|
|
468
|
-
"feel": "optional",
|
|
869
|
+
"value": "PT30S",
|
|
469
870
|
"group": "retries",
|
|
470
871
|
"binding": {
|
|
471
872
|
"key": "retryBackoff",
|
|
@@ -476,9 +877,6 @@
|
|
|
476
877
|
],
|
|
477
878
|
"icon": {
|
|
478
879
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPgogICAgPHRpdGxlPkljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDhfTGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9J0ljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDgnIHN0cm9rZT0nbm9uZScgc3Ryb2tlLXdpZHRoPScxJyBmaWxsPSdub25lJwogICAgICAgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjQsNDQgQzEyLjk3Miw0NCA0LDM1LjAyOCA0LDI0IEM0LDEyLjk3MiAxMi45NzIsNCAyNCw0IEMzNS4wMjgsNCA0NCwxMi45NzIgNDQsMjQgQzQ0LDM1LjAyOCAzNS4wMjgsNDQgMjQsNDQgTDI0LDQ0IFogTTI0LDIgQzExLjg2OSwyIDIsMTEuODY5IDIsMjQgQzIsMzYuMTMxIDExLjg2OSw0NiAyNCw0NiBDMzYuMTMxLDQ2IDQ2LDM2LjEzMSA0NiwyNCBDNDYsMTEuODY5IDM2LjEzMSwyIDI0LDIgTDI0LDIgWiBNMTcuMjMxLDM1LjI1IEwxMS44NzYsMzUuMjUgTDE4LjIyMSwyMS45NTkgTDIwLjkwMiwyNy40OTIgTDE3LjIzMSwzNS4yNSBaIE0xOS4xMTQsMTkuMjE1IEMxOC45NDYsMTguODcgMTguNTk3LDE4LjY1MSAxOC4yMTQsMTguNjUxIEwxOC4yMTEsMTguNjUxIEMxNy44MjYsMTguNjUyIDE3LjQ3NywxOC44NzQgMTcuMzEyLDE5LjIyMSBMOS4zODksMzUuODE5IEM5LjI0LDM2LjEyOSA5LjI2MiwzNi40OTMgOS40NDUsMzYuNzgzIEM5LjYyOCwzNy4wNzQgOS45NDcsMzcuMjUgMTAuMjkxLDM3LjI1IEwxNy44NjQsMzcuMjUgQzE4LjI1MSwzNy4yNSAxOC42MDMsMzcuMDI3IDE4Ljc2OSwzNi42NzggTDIyLjkxNSwyNy45MTUgQzIzLjA0NCwyNy42NDIgMjMuMDQzLDI3LjMyMyAyMi45MTEsMjcuMDUxIEwxOS4xMTQsMTkuMjE1IFogTTM2LjEyNSwzNS4yNSBMMzAuNjczLDM1LjI1IEwyMC43NjEsMTMuOTUzIEMyMC41OTcsMTMuNjAxIDIwLjI0MywxMy4zNzUgMTkuODU0LDEzLjM3NSBMMTYuMjUxLDEzLjM3NSBMMTYuMjU1LDkuMjUgTDIzLjQ3NSw5LjI1IEwzMy4zMzksMzAuNTQ1IEMzMy41MDMsMzAuODk4IDMzLjg1NiwzMS4xMjUgMzQuMjQ2LDMxLjEyNSBMMzYuMTI1LDMxLjEyNSBMMzYuMTI1LDM1LjI1IFogTTM3LjEyNSwyOS4xMjUgTDM0Ljg4NSwyOS4xMjUgTDI1LjAyMSw3LjgzIEMyNC44NTYsNy40NzcgMjQuNTAzLDcuMjUgMjQuMTEzLDcuMjUgTDE1LjI1Niw3LjI1IEMxNC43MDQsNy4yNSAxNC4yNTcsNy42OTcgMTQuMjU2LDguMjQ5IEwxNC4yNSwxNC4zNzQgQzE0LjI1LDE0LjY0IDE0LjM1NSwxNC44OTQgMTQuNTQzLDE1LjA4MiBDMTQuNzMsMTUuMjcgMTQuOTg0LDE1LjM3NSAxNS4yNSwxNS4zNzUgTDE5LjIxNywxNS4zNzUgTDI5LjEyOSwzNi42NzIgQzI5LjI5MywzNy4wMjQgMjkuNjQ2LDM3LjI1IDMwLjAzNSwzNy4yNSBMMzcuMTI1LDM3LjI1IEMzNy42NzgsMzcuMjUgMzguMTI1LDM2LjgwMyAzOC4xMjUsMzYuMjUgTDM4LjEyNSwzMC4xMjUgQzM4LjEyNSwyOS41NzIgMzcuNjc4LDI5LjEyNSAzNy4xMjUsMjkuMTI1IEwzNy4xMjUsMjkuMTI1IFonCiAgICAgICAgICAgICAgaWQ9J0FtYXpvbi1MYW1iZGEtTGFtYmRhLUZ1bmN0aW9uX1Jlc291cmNlLUljb25fbGlnaHQtYmcnIGZpbGw9JyNENDVCMDcnPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"
|
|
479
|
-
},
|
|
480
|
-
"engines": {
|
|
481
|
-
"camunda": "^8.4"
|
|
482
880
|
}
|
|
483
881
|
},
|
|
484
882
|
{
|
|
@@ -665,9 +1063,9 @@
|
|
|
665
1063
|
},
|
|
666
1064
|
{
|
|
667
1065
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
668
|
-
"name": "AWS Lambda
|
|
1066
|
+
"name": "AWS Lambda Outbound Connector",
|
|
669
1067
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
670
|
-
"version":
|
|
1068
|
+
"version": 4,
|
|
671
1069
|
"description": "Invoke a function",
|
|
672
1070
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
673
1071
|
"category": {
|
|
@@ -713,6 +1111,32 @@
|
|
|
713
1111
|
"property": "type"
|
|
714
1112
|
}
|
|
715
1113
|
},
|
|
1114
|
+
{
|
|
1115
|
+
"id": "authenticationType",
|
|
1116
|
+
"label": "Authentication",
|
|
1117
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/\" target=\"_blank\">documentation page</a>",
|
|
1118
|
+
"group": "authentication",
|
|
1119
|
+
"type": "Dropdown",
|
|
1120
|
+
"optional": false,
|
|
1121
|
+
"value": "credentials",
|
|
1122
|
+
"choices": [
|
|
1123
|
+
{
|
|
1124
|
+
"name": "Credentials",
|
|
1125
|
+
"value": "credentials"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1129
|
+
"value": "defaultCredentialsChain"
|
|
1130
|
+
}
|
|
1131
|
+
],
|
|
1132
|
+
"binding": {
|
|
1133
|
+
"type": "zeebe:input",
|
|
1134
|
+
"name": "authentication.type"
|
|
1135
|
+
},
|
|
1136
|
+
"constraints": {
|
|
1137
|
+
"notEmpty": true
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
716
1140
|
{
|
|
717
1141
|
"label": "Access key",
|
|
718
1142
|
"description": "Provide an access key of a user with permissions to invoke specified AWS Lambda function",
|
|
@@ -724,6 +1148,10 @@
|
|
|
724
1148
|
},
|
|
725
1149
|
"constraints": {
|
|
726
1150
|
"notEmpty": true
|
|
1151
|
+
},
|
|
1152
|
+
"condition": {
|
|
1153
|
+
"property": "authenticationType",
|
|
1154
|
+
"equals": "credentials"
|
|
727
1155
|
}
|
|
728
1156
|
},
|
|
729
1157
|
{
|
|
@@ -737,6 +1165,10 @@
|
|
|
737
1165
|
},
|
|
738
1166
|
"constraints": {
|
|
739
1167
|
"notEmpty": true
|
|
1168
|
+
},
|
|
1169
|
+
"condition": {
|
|
1170
|
+
"property": "authenticationType",
|
|
1171
|
+
"equals": "credentials"
|
|
740
1172
|
}
|
|
741
1173
|
},
|
|
742
1174
|
{
|
|
@@ -796,10 +1228,14 @@
|
|
|
796
1228
|
"group": "operationDetails",
|
|
797
1229
|
"type": "Text",
|
|
798
1230
|
"feel": "required",
|
|
1231
|
+
"optional": false,
|
|
799
1232
|
"binding": {
|
|
800
1233
|
"type": "zeebe:input",
|
|
801
1234
|
"name": "awsFunction.payload"
|
|
802
1235
|
},
|
|
1236
|
+
"constraints": {
|
|
1237
|
+
"notEmpty": true
|
|
1238
|
+
},
|
|
803
1239
|
"condition": {
|
|
804
1240
|
"property": "operationType",
|
|
805
1241
|
"equals": "sync"
|
|
@@ -842,23 +1278,16 @@
|
|
|
842
1278
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 48 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcon-Resource/Compute/Res_Amazon-Lambda_Lambda-Function_48_Light%3C/title%3E%3Cg id='Icon-Resource/Compute/Res_Amazon-Lambda_Lambda-Function_48' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M24,44 C12.972,44 4,35.028 4,24 C4,12.972 12.972,4 24,4 C35.028,4 44,12.972 44,24 C44,35.028 35.028,44 24,44 L24,44 Z M24,2 C11.869,2 2,11.869 2,24 C2,36.131 11.869,46 24,46 C36.131,46 46,36.131 46,24 C46,11.869 36.131,2 24,2 L24,2 Z M17.231,35.25 L11.876,35.25 L18.221,21.959 L20.902,27.492 L17.231,35.25 Z M19.114,19.215 C18.946,18.87 18.597,18.651 18.214,18.651 L18.211,18.651 C17.826,18.652 17.477,18.874 17.312,19.221 L9.389,35.819 C9.24,36.129 9.262,36.493 9.445,36.783 C9.628,37.074 9.947,37.25 10.291,37.25 L17.864,37.25 C18.251,37.25 18.603,37.027 18.769,36.678 L22.915,27.915 C23.044,27.642 23.043,27.323 22.911,27.051 L19.114,19.215 Z M36.125,35.25 L30.673,35.25 L20.761,13.953 C20.597,13.601 20.243,13.375 19.854,13.375 L16.251,13.375 L16.255,9.25 L23.475,9.25 L33.339,30.545 C33.503,30.898 33.856,31.125 34.246,31.125 L36.125,31.125 L36.125,35.25 Z M37.125,29.125 L34.885,29.125 L25.021,7.83 C24.856,7.477 24.503,7.25 24.113,7.25 L15.256,7.25 C14.704,7.25 14.257,7.697 14.256,8.249 L14.25,14.374 C14.25,14.64 14.355,14.894 14.543,15.082 C14.73,15.27 14.984,15.375 15.25,15.375 L19.217,15.375 L29.129,36.672 C29.293,37.024 29.646,37.25 30.035,37.25 L37.125,37.25 C37.678,37.25 38.125,36.803 38.125,36.25 L38.125,30.125 C38.125,29.572 37.678,29.125 37.125,29.125 L37.125,29.125 Z' id='Amazon-Lambda-Lambda-Function_Resource-Icon_light-bg' fill='%23D45B07'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
843
1279
|
},
|
|
844
1280
|
"engines": {
|
|
845
|
-
"camunda": "^8.
|
|
1281
|
+
"camunda": "^8.4"
|
|
846
1282
|
}
|
|
847
1283
|
},
|
|
848
1284
|
{
|
|
849
1285
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
850
1286
|
"name": "AWS Lambda Outbound Connector",
|
|
851
1287
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
852
|
-
"description": "Invoke
|
|
853
|
-
"keywords": [
|
|
854
|
-
"invoke function",
|
|
855
|
-
"run function",
|
|
856
|
-
"execute function",
|
|
857
|
-
"serverless",
|
|
858
|
-
"function as a service"
|
|
859
|
-
],
|
|
1288
|
+
"description": "Invoke a function",
|
|
860
1289
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
861
|
-
"version":
|
|
1290
|
+
"version": 5,
|
|
862
1291
|
"category": {
|
|
863
1292
|
"id": "connectors",
|
|
864
1293
|
"name": "Connectors"
|
|
@@ -867,9 +1296,6 @@
|
|
|
867
1296
|
"elementType": {
|
|
868
1297
|
"value": "bpmn:ServiceTask"
|
|
869
1298
|
},
|
|
870
|
-
"engines": {
|
|
871
|
-
"camunda": "^8.3"
|
|
872
|
-
},
|
|
873
1299
|
"groups": [
|
|
874
1300
|
{
|
|
875
1301
|
"id": "authentication",
|
|
@@ -887,10 +1313,6 @@
|
|
|
887
1313
|
"id": "operationDetails",
|
|
888
1314
|
"label": "Operation details"
|
|
889
1315
|
},
|
|
890
|
-
{
|
|
891
|
-
"id": "connector",
|
|
892
|
-
"label": "Connector"
|
|
893
|
-
},
|
|
894
1316
|
{
|
|
895
1317
|
"id": "output",
|
|
896
1318
|
"label": "Output mapping"
|
|
@@ -981,10 +1403,7 @@
|
|
|
981
1403
|
"id": "configuration.region",
|
|
982
1404
|
"label": "Region",
|
|
983
1405
|
"description": "Specify the AWS region",
|
|
984
|
-
"optional":
|
|
985
|
-
"constraints": {
|
|
986
|
-
"notEmpty": true
|
|
987
|
-
},
|
|
1406
|
+
"optional": true,
|
|
988
1407
|
"feel": "optional",
|
|
989
1408
|
"group": "configuration",
|
|
990
1409
|
"binding": {
|
|
@@ -1055,34 +1474,10 @@
|
|
|
1055
1474
|
},
|
|
1056
1475
|
"type": "Text"
|
|
1057
1476
|
},
|
|
1058
|
-
{
|
|
1059
|
-
"id": "version",
|
|
1060
|
-
"label": "Version",
|
|
1061
|
-
"description": "Version of the element template",
|
|
1062
|
-
"value": "6",
|
|
1063
|
-
"group": "connector",
|
|
1064
|
-
"binding": {
|
|
1065
|
-
"key": "elementTemplateVersion",
|
|
1066
|
-
"type": "zeebe:taskHeader"
|
|
1067
|
-
},
|
|
1068
|
-
"type": "Hidden"
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"id": "id",
|
|
1072
|
-
"label": "ID",
|
|
1073
|
-
"description": "ID of the element template",
|
|
1074
|
-
"value": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
1075
|
-
"group": "connector",
|
|
1076
|
-
"binding": {
|
|
1077
|
-
"key": "elementTemplateId",
|
|
1078
|
-
"type": "zeebe:taskHeader"
|
|
1079
|
-
},
|
|
1080
|
-
"type": "Hidden"
|
|
1081
|
-
},
|
|
1082
1477
|
{
|
|
1083
1478
|
"id": "resultVariable",
|
|
1084
1479
|
"label": "Result variable",
|
|
1085
|
-
"description": "Name of variable to store the response in
|
|
1480
|
+
"description": "Name of variable to store the response in",
|
|
1086
1481
|
"group": "output",
|
|
1087
1482
|
"binding": {
|
|
1088
1483
|
"key": "resultVariable",
|
|
@@ -1093,7 +1488,7 @@
|
|
|
1093
1488
|
{
|
|
1094
1489
|
"id": "resultExpression",
|
|
1095
1490
|
"label": "Result expression",
|
|
1096
|
-
"description": "Expression to map the response into process variables
|
|
1491
|
+
"description": "Expression to map the response into process variables",
|
|
1097
1492
|
"feel": "required",
|
|
1098
1493
|
"group": "output",
|
|
1099
1494
|
"binding": {
|
|
@@ -1132,6 +1527,7 @@
|
|
|
1132
1527
|
"label": "Retry backoff",
|
|
1133
1528
|
"description": "ISO-8601 duration to wait between retries",
|
|
1134
1529
|
"value": "PT0S",
|
|
1530
|
+
"feel": "optional",
|
|
1135
1531
|
"group": "retries",
|
|
1136
1532
|
"binding": {
|
|
1137
1533
|
"key": "retryBackoff",
|
|
@@ -1142,6 +1538,9 @@
|
|
|
1142
1538
|
],
|
|
1143
1539
|
"icon": {
|
|
1144
1540
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPgogICAgPHRpdGxlPkljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDhfTGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9J0ljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDgnIHN0cm9rZT0nbm9uZScgc3Ryb2tlLXdpZHRoPScxJyBmaWxsPSdub25lJwogICAgICAgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjQsNDQgQzEyLjk3Miw0NCA0LDM1LjAyOCA0LDI0IEM0LDEyLjk3MiAxMi45NzIsNCAyNCw0IEMzNS4wMjgsNCA0NCwxMi45NzIgNDQsMjQgQzQ0LDM1LjAyOCAzNS4wMjgsNDQgMjQsNDQgTDI0LDQ0IFogTTI0LDIgQzExLjg2OSwyIDIsMTEuODY5IDIsMjQgQzIsMzYuMTMxIDExLjg2OSw0NiAyNCw0NiBDMzYuMTMxLDQ2IDQ2LDM2LjEzMSA0NiwyNCBDNDYsMTEuODY5IDM2LjEzMSwyIDI0LDIgTDI0LDIgWiBNMTcuMjMxLDM1LjI1IEwxMS44NzYsMzUuMjUgTDE4LjIyMSwyMS45NTkgTDIwLjkwMiwyNy40OTIgTDE3LjIzMSwzNS4yNSBaIE0xOS4xMTQsMTkuMjE1IEMxOC45NDYsMTguODcgMTguNTk3LDE4LjY1MSAxOC4yMTQsMTguNjUxIEwxOC4yMTEsMTguNjUxIEMxNy44MjYsMTguNjUyIDE3LjQ3NywxOC44NzQgMTcuMzEyLDE5LjIyMSBMOS4zODksMzUuODE5IEM5LjI0LDM2LjEyOSA5LjI2MiwzNi40OTMgOS40NDUsMzYuNzgzIEM5LjYyOCwzNy4wNzQgOS45NDcsMzcuMjUgMTAuMjkxLDM3LjI1IEwxNy44NjQsMzcuMjUgQzE4LjI1MSwzNy4yNSAxOC42MDMsMzcuMDI3IDE4Ljc2OSwzNi42NzggTDIyLjkxNSwyNy45MTUgQzIzLjA0NCwyNy42NDIgMjMuMDQzLDI3LjMyMyAyMi45MTEsMjcuMDUxIEwxOS4xMTQsMTkuMjE1IFogTTM2LjEyNSwzNS4yNSBMMzAuNjczLDM1LjI1IEwyMC43NjEsMTMuOTUzIEMyMC41OTcsMTMuNjAxIDIwLjI0MywxMy4zNzUgMTkuODU0LDEzLjM3NSBMMTYuMjUxLDEzLjM3NSBMMTYuMjU1LDkuMjUgTDIzLjQ3NSw5LjI1IEwzMy4zMzksMzAuNTQ1IEMzMy41MDMsMzAuODk4IDMzLjg1NiwzMS4xMjUgMzQuMjQ2LDMxLjEyNSBMMzYuMTI1LDMxLjEyNSBMMzYuMTI1LDM1LjI1IFogTTM3LjEyNSwyOS4xMjUgTDM0Ljg4NSwyOS4xMjUgTDI1LjAyMSw3LjgzIEMyNC44NTYsNy40NzcgMjQuNTAzLDcuMjUgMjQuMTEzLDcuMjUgTDE1LjI1Niw3LjI1IEMxNC43MDQsNy4yNSAxNC4yNTcsNy42OTcgMTQuMjU2LDguMjQ5IEwxNC4yNSwxNC4zNzQgQzE0LjI1LDE0LjY0IDE0LjM1NSwxNC44OTQgMTQuNTQzLDE1LjA4MiBDMTQuNzMsMTUuMjcgMTQuOTg0LDE1LjM3NSAxNS4yNSwxNS4zNzUgTDE5LjIxNywxNS4zNzUgTDI5LjEyOSwzNi42NzIgQzI5LjI5MywzNy4wMjQgMjkuNjQ2LDM3LjI1IDMwLjAzNSwzNy4yNSBMMzcuMTI1LDM3LjI1IEMzNy42NzgsMzcuMjUgMzguMTI1LDM2LjgwMyAzOC4xMjUsMzYuMjUgTDM4LjEyNSwzMC4xMjUgQzM4LjEyNSwyOS41NzIgMzcuNjc4LDI5LjEyNSAzNy4xMjUsMjkuMTI1IEwzNy4xMjUsMjkuMTI1IFonCiAgICAgICAgICAgICAgaWQ9J0FtYXpvbi1MYW1iZGEtTGFtYmRhLUZ1bmN0aW9uX1Jlc291cmNlLUljb25fbGlnaHQtYmcnIGZpbGw9JyNENDVCMDcnPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"
|
|
1541
|
+
},
|
|
1542
|
+
"engines": {
|
|
1543
|
+
"camunda": "^8.4"
|
|
1145
1544
|
}
|
|
1146
1545
|
}
|
|
1147
1546
|
]
|