@camunda/connectors-element-templates 1.0.16 → 1.0.17
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 +1 -1
- package/src/connectors.js +2 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +163 -163
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1489 -1475
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +196 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +160 -20
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1203 -507
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "AWS Lambda Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
6
|
+
"version": 4,
|
|
6
7
|
"description": "Invoke a function",
|
|
7
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
8
|
-
"version": 5,
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -36,226 +36,184 @@
|
|
|
36
36
|
"label": "Output mapping"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"id": "
|
|
39
|
+
"id": "errors",
|
|
40
40
|
"label": "Error handling"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"id": "retries",
|
|
44
|
-
"label": "Retries"
|
|
45
41
|
}
|
|
46
42
|
],
|
|
47
43
|
"properties": [
|
|
48
44
|
{
|
|
45
|
+
"type": "Hidden",
|
|
49
46
|
"value": "io.camunda:aws-lambda:1",
|
|
50
47
|
"binding": {
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
}
|
|
54
|
-
"type": "Hidden"
|
|
48
|
+
"type": "zeebe:taskDefinition",
|
|
49
|
+
"property": "type"
|
|
50
|
+
}
|
|
55
51
|
},
|
|
56
52
|
{
|
|
57
|
-
"id": "
|
|
53
|
+
"id": "authenticationType",
|
|
58
54
|
"label": "Authentication",
|
|
59
|
-
"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
|
|
60
|
-
"value": "credentials",
|
|
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/\" target=\"_blank\">documentation page</a>",
|
|
61
56
|
"group": "authentication",
|
|
62
|
-
"binding": {
|
|
63
|
-
"name": "authentication.type",
|
|
64
|
-
"type": "zeebe:input"
|
|
65
|
-
},
|
|
66
57
|
"type": "Dropdown",
|
|
58
|
+
"optional": false,
|
|
59
|
+
"value": "credentials",
|
|
67
60
|
"choices": [
|
|
68
|
-
{
|
|
69
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
70
|
-
"value": "defaultCredentialsChain"
|
|
71
|
-
},
|
|
72
61
|
{
|
|
73
62
|
"name": "Credentials",
|
|
74
63
|
"value": "credentials"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
67
|
+
"value": "defaultCredentialsChain"
|
|
75
68
|
}
|
|
76
|
-
]
|
|
69
|
+
],
|
|
70
|
+
"binding": {
|
|
71
|
+
"type": "zeebe:input",
|
|
72
|
+
"name": "authentication.type"
|
|
73
|
+
},
|
|
74
|
+
"constraints": {
|
|
75
|
+
"notEmpty": true
|
|
76
|
+
}
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
|
-
"id": "authentication.accessKey",
|
|
80
79
|
"label": "Access key",
|
|
81
|
-
"description": "Provide an
|
|
82
|
-
"optional": false,
|
|
83
|
-
"constraints": {
|
|
84
|
-
"notEmpty": true
|
|
85
|
-
},
|
|
86
|
-
"feel": "optional",
|
|
80
|
+
"description": "Provide an access key of a user with permissions to invoke specified AWS Lambda function",
|
|
87
81
|
"group": "authentication",
|
|
82
|
+
"type": "String",
|
|
88
83
|
"binding": {
|
|
89
|
-
"
|
|
90
|
-
"
|
|
84
|
+
"type": "zeebe:input",
|
|
85
|
+
"name": "authentication.accessKey"
|
|
91
86
|
},
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"equals": "credentials",
|
|
95
|
-
"type": "simple"
|
|
87
|
+
"constraints": {
|
|
88
|
+
"notEmpty": true
|
|
96
89
|
},
|
|
97
|
-
"
|
|
90
|
+
"condition": {
|
|
91
|
+
"property": "authenticationType",
|
|
92
|
+
"equals": "credentials"
|
|
93
|
+
}
|
|
98
94
|
},
|
|
99
95
|
{
|
|
100
|
-
"id": "authentication.secretKey",
|
|
101
96
|
"label": "Secret key",
|
|
102
97
|
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
103
|
-
"optional": false,
|
|
104
|
-
"constraints": {
|
|
105
|
-
"notEmpty": true
|
|
106
|
-
},
|
|
107
|
-
"feel": "optional",
|
|
108
98
|
"group": "authentication",
|
|
99
|
+
"type": "String",
|
|
109
100
|
"binding": {
|
|
110
|
-
"
|
|
111
|
-
"
|
|
101
|
+
"type": "zeebe:input",
|
|
102
|
+
"name": "authentication.secretKey"
|
|
112
103
|
},
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"equals": "credentials",
|
|
116
|
-
"type": "simple"
|
|
104
|
+
"constraints": {
|
|
105
|
+
"notEmpty": true
|
|
117
106
|
},
|
|
118
|
-
"
|
|
107
|
+
"condition": {
|
|
108
|
+
"property": "authenticationType",
|
|
109
|
+
"equals": "credentials"
|
|
110
|
+
}
|
|
119
111
|
},
|
|
120
112
|
{
|
|
121
|
-
"id": "configuration.region",
|
|
122
113
|
"label": "Region",
|
|
123
114
|
"description": "Specify the AWS region",
|
|
124
|
-
"optional": true,
|
|
125
|
-
"feel": "optional",
|
|
126
|
-
"group": "configuration",
|
|
127
|
-
"binding": {
|
|
128
|
-
"name": "configuration.region",
|
|
129
|
-
"type": "zeebe:input"
|
|
130
|
-
},
|
|
131
|
-
"type": "String"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"id": "configuration.endpoint",
|
|
135
|
-
"label": "Endpoint",
|
|
136
|
-
"description": "Specify endpoint if need to use custom endpoint",
|
|
137
|
-
"optional": true,
|
|
138
115
|
"group": "configuration",
|
|
116
|
+
"type": "String",
|
|
117
|
+
"feel": "optional",
|
|
139
118
|
"binding": {
|
|
140
|
-
"
|
|
141
|
-
"
|
|
119
|
+
"type": "zeebe:input",
|
|
120
|
+
"name": "configuration.region"
|
|
142
121
|
},
|
|
143
|
-
"
|
|
122
|
+
"constraints": {
|
|
123
|
+
"notEmpty": true,
|
|
124
|
+
"maxLength": 255
|
|
125
|
+
}
|
|
144
126
|
},
|
|
145
127
|
{
|
|
146
|
-
"id": "
|
|
147
|
-
"label": "Operation type",
|
|
148
|
-
"optional": false,
|
|
149
|
-
"value": "sync",
|
|
128
|
+
"id": "operationType",
|
|
150
129
|
"group": "operation",
|
|
151
|
-
"binding": {
|
|
152
|
-
"name": "awsFunction.operationType",
|
|
153
|
-
"type": "zeebe:input"
|
|
154
|
-
},
|
|
155
130
|
"type": "Dropdown",
|
|
131
|
+
"value": "sync",
|
|
156
132
|
"choices": [
|
|
157
133
|
{
|
|
158
134
|
"name": "Invoke function (sync)",
|
|
159
135
|
"value": "sync"
|
|
160
136
|
}
|
|
161
|
-
]
|
|
137
|
+
],
|
|
138
|
+
"binding": {
|
|
139
|
+
"type": "zeebe:input",
|
|
140
|
+
"name": "awsFunction.operationType",
|
|
141
|
+
"key": "awsFunction.operationType"
|
|
142
|
+
}
|
|
162
143
|
},
|
|
163
144
|
{
|
|
164
|
-
"id": "awsFunction.functionName",
|
|
165
145
|
"label": "Function name",
|
|
166
146
|
"description": "Enter a name, ARN or alias of your function",
|
|
167
|
-
"optional": false,
|
|
168
|
-
"constraints": {
|
|
169
|
-
"notEmpty": true
|
|
170
|
-
},
|
|
171
|
-
"feel": "optional",
|
|
172
147
|
"group": "operationDetails",
|
|
148
|
+
"type": "String",
|
|
149
|
+
"feel": "optional",
|
|
173
150
|
"binding": {
|
|
174
|
-
"
|
|
175
|
-
"
|
|
151
|
+
"type": "zeebe:input",
|
|
152
|
+
"name": "awsFunction.functionName"
|
|
176
153
|
},
|
|
177
|
-
"
|
|
154
|
+
"constraints": {
|
|
155
|
+
"notEmpty": true,
|
|
156
|
+
"maxLength": 255
|
|
157
|
+
},
|
|
158
|
+
"condition": {
|
|
159
|
+
"property": "operationType",
|
|
160
|
+
"equals": "sync"
|
|
161
|
+
}
|
|
178
162
|
},
|
|
179
163
|
{
|
|
180
|
-
"id": "awsFunction.payload",
|
|
181
164
|
"label": "Payload",
|
|
182
165
|
"description": "Provide payload for your function as JSON",
|
|
166
|
+
"group": "operationDetails",
|
|
167
|
+
"type": "Text",
|
|
168
|
+
"feel": "required",
|
|
183
169
|
"optional": false,
|
|
170
|
+
"binding": {
|
|
171
|
+
"type": "zeebe:input",
|
|
172
|
+
"name": "awsFunction.payload"
|
|
173
|
+
},
|
|
184
174
|
"constraints": {
|
|
185
175
|
"notEmpty": true
|
|
186
176
|
},
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
"type": "zeebe:input"
|
|
192
|
-
},
|
|
193
|
-
"type": "Text"
|
|
177
|
+
"condition": {
|
|
178
|
+
"property": "operationType",
|
|
179
|
+
"equals": "sync"
|
|
180
|
+
}
|
|
194
181
|
},
|
|
195
182
|
{
|
|
196
|
-
"id": "resultVariable",
|
|
197
183
|
"label": "Result variable",
|
|
198
|
-
"description": "
|
|
184
|
+
"description": "Enter 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>",
|
|
199
185
|
"group": "output",
|
|
186
|
+
"type": "String",
|
|
200
187
|
"binding": {
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
}
|
|
204
|
-
"type": "String"
|
|
188
|
+
"type": "zeebe:taskHeader",
|
|
189
|
+
"key": "resultVariable"
|
|
190
|
+
}
|
|
205
191
|
},
|
|
206
192
|
{
|
|
207
|
-
"id": "resultExpression",
|
|
208
193
|
"label": "Result expression",
|
|
209
|
-
"description": "Expression to map the response into process variables",
|
|
210
|
-
"feel": "required",
|
|
194
|
+
"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>",
|
|
211
195
|
"group": "output",
|
|
196
|
+
"type": "Text",
|
|
197
|
+
"feel": "required",
|
|
212
198
|
"binding": {
|
|
213
|
-
"
|
|
214
|
-
"
|
|
215
|
-
}
|
|
216
|
-
"type": "Text"
|
|
199
|
+
"type": "zeebe:taskHeader",
|
|
200
|
+
"key": "resultExpression"
|
|
201
|
+
}
|
|
217
202
|
},
|
|
218
203
|
{
|
|
219
|
-
"id": "errorExpression",
|
|
220
204
|
"label": "Error expression",
|
|
221
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
205
|
+
"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>",
|
|
206
|
+
"group": "errors",
|
|
207
|
+
"type": "Text",
|
|
222
208
|
"feel": "required",
|
|
223
|
-
"group": "error",
|
|
224
209
|
"binding": {
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
}
|
|
228
|
-
"type": "Text"
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"id": "retryCount",
|
|
232
|
-
"label": "Retries",
|
|
233
|
-
"description": "Number of retries",
|
|
234
|
-
"value": "3",
|
|
235
|
-
"feel": "optional",
|
|
236
|
-
"group": "retries",
|
|
237
|
-
"binding": {
|
|
238
|
-
"property": "retries",
|
|
239
|
-
"type": "zeebe:taskDefinition"
|
|
240
|
-
},
|
|
241
|
-
"type": "String"
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
"id": "retryBackoff",
|
|
245
|
-
"label": "Retry backoff",
|
|
246
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
247
|
-
"value": "PT0S",
|
|
248
|
-
"feel": "optional",
|
|
249
|
-
"group": "retries",
|
|
250
|
-
"binding": {
|
|
251
|
-
"key": "retryBackoff",
|
|
252
|
-
"type": "zeebe:taskHeader"
|
|
253
|
-
},
|
|
254
|
-
"type": "String"
|
|
210
|
+
"type": "zeebe:taskHeader",
|
|
211
|
+
"key": "errorExpression"
|
|
212
|
+
}
|
|
255
213
|
}
|
|
256
214
|
],
|
|
257
215
|
"icon": {
|
|
258
|
-
"contents": "data:image/svg+xml;
|
|
216
|
+
"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"
|
|
259
217
|
},
|
|
260
218
|
"engines": {
|
|
261
219
|
"camunda": "^8.4"
|
|
@@ -629,9 +587,9 @@
|
|
|
629
587
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
630
588
|
"name": "AWS Lambda Outbound Connector",
|
|
631
589
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
632
|
-
"version": 4,
|
|
633
590
|
"description": "Invoke a function",
|
|
634
591
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
592
|
+
"version": 5,
|
|
635
593
|
"category": {
|
|
636
594
|
"id": "connectors",
|
|
637
595
|
"name": "Connectors"
|
|
@@ -662,184 +620,226 @@
|
|
|
662
620
|
"label": "Output mapping"
|
|
663
621
|
},
|
|
664
622
|
{
|
|
665
|
-
"id": "
|
|
623
|
+
"id": "error",
|
|
666
624
|
"label": "Error handling"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"id": "retries",
|
|
628
|
+
"label": "Retries"
|
|
667
629
|
}
|
|
668
630
|
],
|
|
669
631
|
"properties": [
|
|
670
632
|
{
|
|
671
|
-
"type": "Hidden",
|
|
672
633
|
"value": "io.camunda:aws-lambda:1",
|
|
673
634
|
"binding": {
|
|
674
|
-
"
|
|
675
|
-
"
|
|
676
|
-
}
|
|
635
|
+
"property": "type",
|
|
636
|
+
"type": "zeebe:taskDefinition"
|
|
637
|
+
},
|
|
638
|
+
"type": "Hidden"
|
|
677
639
|
},
|
|
678
640
|
{
|
|
679
|
-
"id": "
|
|
641
|
+
"id": "authentication.type",
|
|
680
642
|
"label": "Authentication",
|
|
681
|
-
"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
|
|
643
|
+
"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>",
|
|
644
|
+
"value": "credentials",
|
|
682
645
|
"group": "authentication",
|
|
646
|
+
"binding": {
|
|
647
|
+
"name": "authentication.type",
|
|
648
|
+
"type": "zeebe:input"
|
|
649
|
+
},
|
|
683
650
|
"type": "Dropdown",
|
|
684
|
-
"optional": false,
|
|
685
|
-
"value": "credentials",
|
|
686
651
|
"choices": [
|
|
687
|
-
{
|
|
688
|
-
"name": "Credentials",
|
|
689
|
-
"value": "credentials"
|
|
690
|
-
},
|
|
691
652
|
{
|
|
692
653
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
693
654
|
"value": "defaultCredentialsChain"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "Credentials",
|
|
658
|
+
"value": "credentials"
|
|
694
659
|
}
|
|
695
|
-
]
|
|
696
|
-
"binding": {
|
|
697
|
-
"type": "zeebe:input",
|
|
698
|
-
"name": "authentication.type"
|
|
699
|
-
},
|
|
700
|
-
"constraints": {
|
|
701
|
-
"notEmpty": true
|
|
702
|
-
}
|
|
660
|
+
]
|
|
703
661
|
},
|
|
704
662
|
{
|
|
663
|
+
"id": "authentication.accessKey",
|
|
705
664
|
"label": "Access key",
|
|
706
|
-
"description": "Provide an access key
|
|
707
|
-
"
|
|
708
|
-
"type": "String",
|
|
709
|
-
"binding": {
|
|
710
|
-
"type": "zeebe:input",
|
|
711
|
-
"name": "authentication.accessKey"
|
|
712
|
-
},
|
|
665
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
666
|
+
"optional": false,
|
|
713
667
|
"constraints": {
|
|
714
668
|
"notEmpty": true
|
|
715
669
|
},
|
|
670
|
+
"feel": "optional",
|
|
671
|
+
"group": "authentication",
|
|
672
|
+
"binding": {
|
|
673
|
+
"name": "authentication.accessKey",
|
|
674
|
+
"type": "zeebe:input"
|
|
675
|
+
},
|
|
716
676
|
"condition": {
|
|
717
|
-
"property": "
|
|
718
|
-
"equals": "credentials"
|
|
719
|
-
|
|
677
|
+
"property": "authentication.type",
|
|
678
|
+
"equals": "credentials",
|
|
679
|
+
"type": "simple"
|
|
680
|
+
},
|
|
681
|
+
"type": "String"
|
|
720
682
|
},
|
|
721
683
|
{
|
|
684
|
+
"id": "authentication.secretKey",
|
|
722
685
|
"label": "Secret key",
|
|
723
686
|
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
724
|
-
"
|
|
725
|
-
"type": "String",
|
|
726
|
-
"binding": {
|
|
727
|
-
"type": "zeebe:input",
|
|
728
|
-
"name": "authentication.secretKey"
|
|
729
|
-
},
|
|
687
|
+
"optional": false,
|
|
730
688
|
"constraints": {
|
|
731
689
|
"notEmpty": true
|
|
732
690
|
},
|
|
691
|
+
"feel": "optional",
|
|
692
|
+
"group": "authentication",
|
|
693
|
+
"binding": {
|
|
694
|
+
"name": "authentication.secretKey",
|
|
695
|
+
"type": "zeebe:input"
|
|
696
|
+
},
|
|
733
697
|
"condition": {
|
|
734
|
-
"property": "
|
|
735
|
-
"equals": "credentials"
|
|
736
|
-
|
|
698
|
+
"property": "authentication.type",
|
|
699
|
+
"equals": "credentials",
|
|
700
|
+
"type": "simple"
|
|
701
|
+
},
|
|
702
|
+
"type": "String"
|
|
737
703
|
},
|
|
738
704
|
{
|
|
705
|
+
"id": "configuration.region",
|
|
739
706
|
"label": "Region",
|
|
740
707
|
"description": "Specify the AWS region",
|
|
741
|
-
"
|
|
742
|
-
"type": "String",
|
|
708
|
+
"optional": true,
|
|
743
709
|
"feel": "optional",
|
|
710
|
+
"group": "configuration",
|
|
744
711
|
"binding": {
|
|
745
|
-
"
|
|
746
|
-
"
|
|
712
|
+
"name": "configuration.region",
|
|
713
|
+
"type": "zeebe:input"
|
|
747
714
|
},
|
|
748
|
-
"
|
|
749
|
-
"notEmpty": true,
|
|
750
|
-
"maxLength": 255
|
|
751
|
-
}
|
|
715
|
+
"type": "String"
|
|
752
716
|
},
|
|
753
717
|
{
|
|
754
|
-
"id": "
|
|
718
|
+
"id": "configuration.endpoint",
|
|
719
|
+
"label": "Endpoint",
|
|
720
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
721
|
+
"optional": true,
|
|
722
|
+
"group": "configuration",
|
|
723
|
+
"binding": {
|
|
724
|
+
"name": "configuration.endpoint",
|
|
725
|
+
"type": "zeebe:input"
|
|
726
|
+
},
|
|
727
|
+
"type": "Hidden"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"id": "awsFunction.operationType",
|
|
731
|
+
"label": "Operation type",
|
|
732
|
+
"optional": false,
|
|
733
|
+
"value": "sync",
|
|
755
734
|
"group": "operation",
|
|
735
|
+
"binding": {
|
|
736
|
+
"name": "awsFunction.operationType",
|
|
737
|
+
"type": "zeebe:input"
|
|
738
|
+
},
|
|
756
739
|
"type": "Dropdown",
|
|
757
|
-
"value": "sync",
|
|
758
740
|
"choices": [
|
|
759
741
|
{
|
|
760
742
|
"name": "Invoke function (sync)",
|
|
761
743
|
"value": "sync"
|
|
762
744
|
}
|
|
763
|
-
]
|
|
764
|
-
"binding": {
|
|
765
|
-
"type": "zeebe:input",
|
|
766
|
-
"name": "awsFunction.operationType",
|
|
767
|
-
"key": "awsFunction.operationType"
|
|
768
|
-
}
|
|
745
|
+
]
|
|
769
746
|
},
|
|
770
747
|
{
|
|
748
|
+
"id": "awsFunction.functionName",
|
|
771
749
|
"label": "Function name",
|
|
772
750
|
"description": "Enter a name, ARN or alias of your function",
|
|
773
|
-
"
|
|
774
|
-
"
|
|
751
|
+
"optional": false,
|
|
752
|
+
"constraints": {
|
|
753
|
+
"notEmpty": true
|
|
754
|
+
},
|
|
775
755
|
"feel": "optional",
|
|
756
|
+
"group": "operationDetails",
|
|
776
757
|
"binding": {
|
|
777
|
-
"
|
|
778
|
-
"
|
|
779
|
-
},
|
|
780
|
-
"constraints": {
|
|
781
|
-
"notEmpty": true,
|
|
782
|
-
"maxLength": 255
|
|
758
|
+
"name": "awsFunction.functionName",
|
|
759
|
+
"type": "zeebe:input"
|
|
783
760
|
},
|
|
784
|
-
"
|
|
785
|
-
"property": "operationType",
|
|
786
|
-
"equals": "sync"
|
|
787
|
-
}
|
|
761
|
+
"type": "String"
|
|
788
762
|
},
|
|
789
763
|
{
|
|
764
|
+
"id": "awsFunction.payload",
|
|
790
765
|
"label": "Payload",
|
|
791
766
|
"description": "Provide payload for your function as JSON",
|
|
792
|
-
"group": "operationDetails",
|
|
793
|
-
"type": "Text",
|
|
794
|
-
"feel": "required",
|
|
795
767
|
"optional": false,
|
|
796
|
-
"binding": {
|
|
797
|
-
"type": "zeebe:input",
|
|
798
|
-
"name": "awsFunction.payload"
|
|
799
|
-
},
|
|
800
768
|
"constraints": {
|
|
801
769
|
"notEmpty": true
|
|
802
770
|
},
|
|
803
|
-
"
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
771
|
+
"feel": "optional",
|
|
772
|
+
"group": "operationDetails",
|
|
773
|
+
"binding": {
|
|
774
|
+
"name": "awsFunction.payload",
|
|
775
|
+
"type": "zeebe:input"
|
|
776
|
+
},
|
|
777
|
+
"type": "Text"
|
|
807
778
|
},
|
|
808
779
|
{
|
|
780
|
+
"id": "resultVariable",
|
|
809
781
|
"label": "Result variable",
|
|
810
|
-
"description": "
|
|
782
|
+
"description": "Name of variable to store the response in",
|
|
811
783
|
"group": "output",
|
|
812
|
-
"type": "String",
|
|
813
784
|
"binding": {
|
|
814
|
-
"
|
|
815
|
-
"
|
|
816
|
-
}
|
|
785
|
+
"key": "resultVariable",
|
|
786
|
+
"type": "zeebe:taskHeader"
|
|
787
|
+
},
|
|
788
|
+
"type": "String"
|
|
817
789
|
},
|
|
818
790
|
{
|
|
791
|
+
"id": "resultExpression",
|
|
819
792
|
"label": "Result expression",
|
|
820
|
-
"description": "Expression to map the response into process variables
|
|
821
|
-
"group": "output",
|
|
822
|
-
"type": "Text",
|
|
793
|
+
"description": "Expression to map the response into process variables",
|
|
823
794
|
"feel": "required",
|
|
795
|
+
"group": "output",
|
|
824
796
|
"binding": {
|
|
825
|
-
"
|
|
826
|
-
"
|
|
827
|
-
}
|
|
797
|
+
"key": "resultExpression",
|
|
798
|
+
"type": "zeebe:taskHeader"
|
|
799
|
+
},
|
|
800
|
+
"type": "Text"
|
|
828
801
|
},
|
|
829
802
|
{
|
|
803
|
+
"id": "errorExpression",
|
|
830
804
|
"label": "Error expression",
|
|
831
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
832
|
-
"group": "errors",
|
|
833
|
-
"type": "Text",
|
|
805
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
834
806
|
"feel": "required",
|
|
807
|
+
"group": "error",
|
|
835
808
|
"binding": {
|
|
836
|
-
"
|
|
837
|
-
"
|
|
838
|
-
}
|
|
809
|
+
"key": "errorExpression",
|
|
810
|
+
"type": "zeebe:taskHeader"
|
|
811
|
+
},
|
|
812
|
+
"type": "Text"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"id": "retryCount",
|
|
816
|
+
"label": "Retries",
|
|
817
|
+
"description": "Number of retries",
|
|
818
|
+
"value": "3",
|
|
819
|
+
"feel": "optional",
|
|
820
|
+
"group": "retries",
|
|
821
|
+
"binding": {
|
|
822
|
+
"property": "retries",
|
|
823
|
+
"type": "zeebe:taskDefinition"
|
|
824
|
+
},
|
|
825
|
+
"type": "String"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"id": "retryBackoff",
|
|
829
|
+
"label": "Retry backoff",
|
|
830
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
831
|
+
"value": "PT0S",
|
|
832
|
+
"feel": "optional",
|
|
833
|
+
"group": "retries",
|
|
834
|
+
"binding": {
|
|
835
|
+
"key": "retryBackoff",
|
|
836
|
+
"type": "zeebe:taskHeader"
|
|
837
|
+
},
|
|
838
|
+
"type": "String"
|
|
839
839
|
}
|
|
840
840
|
],
|
|
841
841
|
"icon": {
|
|
842
|
-
"contents": "data:image/svg+xml;
|
|
842
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPgogICAgPHRpdGxlPkljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDhfTGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9J0ljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDgnIHN0cm9rZT0nbm9uZScgc3Ryb2tlLXdpZHRoPScxJyBmaWxsPSdub25lJwogICAgICAgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjQsNDQgQzEyLjk3Miw0NCA0LDM1LjAyOCA0LDI0IEM0LDEyLjk3MiAxMi45NzIsNCAyNCw0IEMzNS4wMjgsNCA0NCwxMi45NzIgNDQsMjQgQzQ0LDM1LjAyOCAzNS4wMjgsNDQgMjQsNDQgTDI0LDQ0IFogTTI0LDIgQzExLjg2OSwyIDIsMTEuODY5IDIsMjQgQzIsMzYuMTMxIDExLjg2OSw0NiAyNCw0NiBDMzYuMTMxLDQ2IDQ2LDM2LjEzMSA0NiwyNCBDNDYsMTEuODY5IDM2LjEzMSwyIDI0LDIgTDI0LDIgWiBNMTcuMjMxLDM1LjI1IEwxMS44NzYsMzUuMjUgTDE4LjIyMSwyMS45NTkgTDIwLjkwMiwyNy40OTIgTDE3LjIzMSwzNS4yNSBaIE0xOS4xMTQsMTkuMjE1IEMxOC45NDYsMTguODcgMTguNTk3LDE4LjY1MSAxOC4yMTQsMTguNjUxIEwxOC4yMTEsMTguNjUxIEMxNy44MjYsMTguNjUyIDE3LjQ3NywxOC44NzQgMTcuMzEyLDE5LjIyMSBMOS4zODksMzUuODE5IEM5LjI0LDM2LjEyOSA5LjI2MiwzNi40OTMgOS40NDUsMzYuNzgzIEM5LjYyOCwzNy4wNzQgOS45NDcsMzcuMjUgMTAuMjkxLDM3LjI1IEwxNy44NjQsMzcuMjUgQzE4LjI1MSwzNy4yNSAxOC42MDMsMzcuMDI3IDE4Ljc2OSwzNi42NzggTDIyLjkxNSwyNy45MTUgQzIzLjA0NCwyNy42NDIgMjMuMDQzLDI3LjMyMyAyMi45MTEsMjcuMDUxIEwxOS4xMTQsMTkuMjE1IFogTTM2LjEyNSwzNS4yNSBMMzAuNjczLDM1LjI1IEwyMC43NjEsMTMuOTUzIEMyMC41OTcsMTMuNjAxIDIwLjI0MywxMy4zNzUgMTkuODU0LDEzLjM3NSBMMTYuMjUxLDEzLjM3NSBMMTYuMjU1LDkuMjUgTDIzLjQ3NSw5LjI1IEwzMy4zMzksMzAuNTQ1IEMzMy41MDMsMzAuODk4IDMzLjg1NiwzMS4xMjUgMzQuMjQ2LDMxLjEyNSBMMzYuMTI1LDMxLjEyNSBMMzYuMTI1LDM1LjI1IFogTTM3LjEyNSwyOS4xMjUgTDM0Ljg4NSwyOS4xMjUgTDI1LjAyMSw3LjgzIEMyNC44NTYsNy40NzcgMjQuNTAzLDcuMjUgMjQuMTEzLDcuMjUgTDE1LjI1Niw3LjI1IEMxNC43MDQsNy4yNSAxNC4yNTcsNy42OTcgMTQuMjU2LDguMjQ5IEwxNC4yNSwxNC4zNzQgQzE0LjI1LDE0LjY0IDE0LjM1NSwxNC44OTQgMTQuNTQzLDE1LjA4MiBDMTQuNzMsMTUuMjcgMTQuOTg0LDE1LjM3NSAxNS4yNSwxNS4zNzUgTDE5LjIxNywxNS4zNzUgTDI5LjEyOSwzNi42NzIgQzI5LjI5MywzNy4wMjQgMjkuNjQ2LDM3LjI1IDMwLjAzNSwzNy4yNSBMMzcuMTI1LDM3LjI1IEMzNy42NzgsMzcuMjUgMzguMTI1LDM2LjgwMyAzOC4xMjUsMzYuMjUgTDM4LjEyNSwzMC4xMjUgQzM4LjEyNSwyOS41NzIgMzcuNjc4LDI5LjEyNSAzNy4xMjUsMjkuMTI1IEwzNy4xMjUsMjkuMTI1IFonCiAgICAgICAgICAgICAgaWQ9J0FtYXpvbi1MYW1iZGEtTGFtYmRhLUZ1bmN0aW9uX1Jlc291cmNlLUljb25fbGlnaHQtYmcnIGZpbGw9JyNENDVCMDcnPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"
|
|
843
843
|
},
|
|
844
844
|
"engines": {
|
|
845
845
|
"camunda": "^8.4"
|