@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.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -3,9 +3,16 @@
|
|
|
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
|
-
"
|
|
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": 6,
|
|
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,381 +41,268 @@
|
|
|
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": [
|
|
61
|
-
{
|
|
62
|
-
"name": "Credentials",
|
|
63
|
-
"value": "credentials"
|
|
64
|
-
},
|
|
65
82
|
{
|
|
66
83
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
67
84
|
"value": "defaultCredentialsChain"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "Credentials",
|
|
88
|
+
"value": "credentials"
|
|
68
89
|
}
|
|
69
|
-
]
|
|
70
|
-
"binding": {
|
|
71
|
-
"type": "zeebe:input",
|
|
72
|
-
"name": "authentication.type"
|
|
73
|
-
},
|
|
74
|
-
"constraints": {
|
|
75
|
-
"notEmpty": true
|
|
76
|
-
}
|
|
90
|
+
]
|
|
77
91
|
},
|
|
78
92
|
{
|
|
93
|
+
"id": "authentication.accessKey",
|
|
79
94
|
"label": "Access key",
|
|
80
|
-
"description": "Provide an access key
|
|
81
|
-
"
|
|
82
|
-
"type": "String",
|
|
83
|
-
"binding": {
|
|
84
|
-
"type": "zeebe:input",
|
|
85
|
-
"name": "authentication.accessKey"
|
|
86
|
-
},
|
|
95
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
96
|
+
"optional": false,
|
|
87
97
|
"constraints": {
|
|
88
98
|
"notEmpty": true
|
|
89
99
|
},
|
|
100
|
+
"feel": "optional",
|
|
101
|
+
"group": "authentication",
|
|
102
|
+
"binding": {
|
|
103
|
+
"name": "authentication.accessKey",
|
|
104
|
+
"type": "zeebe:input"
|
|
105
|
+
},
|
|
90
106
|
"condition": {
|
|
91
|
-
"property": "
|
|
92
|
-
"equals": "credentials"
|
|
93
|
-
|
|
107
|
+
"property": "authentication.type",
|
|
108
|
+
"equals": "credentials",
|
|
109
|
+
"type": "simple"
|
|
110
|
+
},
|
|
111
|
+
"type": "String"
|
|
94
112
|
},
|
|
95
113
|
{
|
|
114
|
+
"id": "authentication.secretKey",
|
|
96
115
|
"label": "Secret key",
|
|
97
116
|
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
98
|
-
"
|
|
99
|
-
"type": "String",
|
|
100
|
-
"binding": {
|
|
101
|
-
"type": "zeebe:input",
|
|
102
|
-
"name": "authentication.secretKey"
|
|
103
|
-
},
|
|
117
|
+
"optional": false,
|
|
104
118
|
"constraints": {
|
|
105
119
|
"notEmpty": true
|
|
106
120
|
},
|
|
121
|
+
"feel": "optional",
|
|
122
|
+
"group": "authentication",
|
|
123
|
+
"binding": {
|
|
124
|
+
"name": "authentication.secretKey",
|
|
125
|
+
"type": "zeebe:input"
|
|
126
|
+
},
|
|
107
127
|
"condition": {
|
|
108
|
-
"property": "
|
|
109
|
-
"equals": "credentials"
|
|
110
|
-
|
|
128
|
+
"property": "authentication.type",
|
|
129
|
+
"equals": "credentials",
|
|
130
|
+
"type": "simple"
|
|
131
|
+
},
|
|
132
|
+
"type": "String"
|
|
111
133
|
},
|
|
112
134
|
{
|
|
135
|
+
"id": "configuration.region",
|
|
113
136
|
"label": "Region",
|
|
114
137
|
"description": "Specify the AWS region",
|
|
115
|
-
"
|
|
116
|
-
"
|
|
138
|
+
"optional": false,
|
|
139
|
+
"constraints": {
|
|
140
|
+
"notEmpty": true
|
|
141
|
+
},
|
|
117
142
|
"feel": "optional",
|
|
143
|
+
"group": "configuration",
|
|
118
144
|
"binding": {
|
|
119
|
-
"
|
|
120
|
-
"
|
|
145
|
+
"name": "configuration.region",
|
|
146
|
+
"type": "zeebe:input"
|
|
121
147
|
},
|
|
122
|
-
"
|
|
123
|
-
"notEmpty": true,
|
|
124
|
-
"maxLength": 255
|
|
125
|
-
}
|
|
148
|
+
"type": "String"
|
|
126
149
|
},
|
|
127
150
|
{
|
|
128
|
-
"id": "
|
|
151
|
+
"id": "configuration.endpoint",
|
|
152
|
+
"label": "Endpoint",
|
|
153
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
154
|
+
"optional": true,
|
|
155
|
+
"group": "configuration",
|
|
156
|
+
"binding": {
|
|
157
|
+
"name": "configuration.endpoint",
|
|
158
|
+
"type": "zeebe:input"
|
|
159
|
+
},
|
|
160
|
+
"type": "Hidden"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "awsFunction.operationType",
|
|
164
|
+
"label": "Operation type",
|
|
165
|
+
"optional": false,
|
|
166
|
+
"value": "sync",
|
|
129
167
|
"group": "operation",
|
|
168
|
+
"binding": {
|
|
169
|
+
"name": "awsFunction.operationType",
|
|
170
|
+
"type": "zeebe:input"
|
|
171
|
+
},
|
|
130
172
|
"type": "Dropdown",
|
|
131
|
-
"value": "sync",
|
|
132
173
|
"choices": [
|
|
133
174
|
{
|
|
134
175
|
"name": "Invoke function (sync)",
|
|
135
176
|
"value": "sync"
|
|
136
177
|
}
|
|
137
|
-
]
|
|
138
|
-
"binding": {
|
|
139
|
-
"type": "zeebe:input",
|
|
140
|
-
"name": "awsFunction.operationType",
|
|
141
|
-
"key": "awsFunction.operationType"
|
|
142
|
-
}
|
|
178
|
+
]
|
|
143
179
|
},
|
|
144
180
|
{
|
|
181
|
+
"id": "awsFunction.functionName",
|
|
145
182
|
"label": "Function name",
|
|
146
183
|
"description": "Enter a name, ARN or alias of your function",
|
|
147
|
-
"
|
|
148
|
-
"
|
|
184
|
+
"optional": false,
|
|
185
|
+
"constraints": {
|
|
186
|
+
"notEmpty": true
|
|
187
|
+
},
|
|
149
188
|
"feel": "optional",
|
|
189
|
+
"group": "operationDetails",
|
|
150
190
|
"binding": {
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
},
|
|
154
|
-
"constraints": {
|
|
155
|
-
"notEmpty": true,
|
|
156
|
-
"maxLength": 255
|
|
191
|
+
"name": "awsFunction.functionName",
|
|
192
|
+
"type": "zeebe:input"
|
|
157
193
|
},
|
|
158
|
-
"
|
|
159
|
-
"property": "operationType",
|
|
160
|
-
"equals": "sync"
|
|
161
|
-
}
|
|
194
|
+
"type": "String"
|
|
162
195
|
},
|
|
163
196
|
{
|
|
197
|
+
"id": "awsFunction.payload",
|
|
164
198
|
"label": "Payload",
|
|
165
199
|
"description": "Provide payload for your function as JSON",
|
|
166
|
-
"group": "operationDetails",
|
|
167
|
-
"type": "Text",
|
|
168
|
-
"feel": "required",
|
|
169
200
|
"optional": false,
|
|
170
|
-
"binding": {
|
|
171
|
-
"type": "zeebe:input",
|
|
172
|
-
"name": "awsFunction.payload"
|
|
173
|
-
},
|
|
174
201
|
"constraints": {
|
|
175
202
|
"notEmpty": true
|
|
176
203
|
},
|
|
177
|
-
"
|
|
178
|
-
|
|
179
|
-
"equals": "sync"
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"label": "Result variable",
|
|
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>",
|
|
185
|
-
"group": "output",
|
|
186
|
-
"type": "String",
|
|
187
|
-
"binding": {
|
|
188
|
-
"type": "zeebe:taskHeader",
|
|
189
|
-
"key": "resultVariable"
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"label": "Result expression",
|
|
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>",
|
|
195
|
-
"group": "output",
|
|
196
|
-
"type": "Text",
|
|
197
|
-
"feel": "required",
|
|
198
|
-
"binding": {
|
|
199
|
-
"type": "zeebe:taskHeader",
|
|
200
|
-
"key": "resultExpression"
|
|
201
|
-
}
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
"label": "Error expression",
|
|
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",
|
|
208
|
-
"feel": "required",
|
|
209
|
-
"binding": {
|
|
210
|
-
"type": "zeebe:taskHeader",
|
|
211
|
-
"key": "errorExpression"
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
],
|
|
215
|
-
"icon": {
|
|
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"
|
|
217
|
-
},
|
|
218
|
-
"engines": {
|
|
219
|
-
"camunda": "^8.4"
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
224
|
-
"name": "AWS Lambda Outbound Connector",
|
|
225
|
-
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
226
|
-
"version": 3,
|
|
227
|
-
"description": "Invoke a function",
|
|
228
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
229
|
-
"category": {
|
|
230
|
-
"id": "connectors",
|
|
231
|
-
"name": "Connectors"
|
|
232
|
-
},
|
|
233
|
-
"appliesTo": ["bpmn:Task"],
|
|
234
|
-
"elementType": {
|
|
235
|
-
"value": "bpmn:ServiceTask"
|
|
236
|
-
},
|
|
237
|
-
"groups": [
|
|
238
|
-
{
|
|
239
|
-
"id": "authentication",
|
|
240
|
-
"label": "Authentication"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"id": "configuration",
|
|
244
|
-
"label": "Configuration"
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"id": "operation",
|
|
248
|
-
"label": "Select operation"
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"id": "operationDetails",
|
|
252
|
-
"label": "Operation details"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"id": "output",
|
|
256
|
-
"label": "Output mapping"
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"id": "errors",
|
|
260
|
-
"label": "Error handling"
|
|
261
|
-
}
|
|
262
|
-
],
|
|
263
|
-
"properties": [
|
|
264
|
-
{
|
|
265
|
-
"type": "Hidden",
|
|
266
|
-
"value": "io.camunda:aws-lambda:1",
|
|
267
|
-
"binding": {
|
|
268
|
-
"type": "zeebe:taskDefinition",
|
|
269
|
-
"property": "type"
|
|
270
|
-
}
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"label": "Access key",
|
|
274
|
-
"description": "Provide an access key of a user with permissions to invoke specified AWS Lambda function",
|
|
275
|
-
"group": "authentication",
|
|
276
|
-
"type": "String",
|
|
204
|
+
"feel": "optional",
|
|
205
|
+
"group": "operationDetails",
|
|
277
206
|
"binding": {
|
|
278
|
-
"
|
|
279
|
-
"
|
|
207
|
+
"name": "awsFunction.payload",
|
|
208
|
+
"type": "zeebe:input"
|
|
280
209
|
},
|
|
281
|
-
"
|
|
282
|
-
"notEmpty": true
|
|
283
|
-
}
|
|
210
|
+
"type": "Text"
|
|
284
211
|
},
|
|
285
212
|
{
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
213
|
+
"id": "version",
|
|
214
|
+
"label": "Version",
|
|
215
|
+
"description": "Version of the element template",
|
|
216
|
+
"value": "6",
|
|
217
|
+
"group": "connector",
|
|
290
218
|
"binding": {
|
|
291
|
-
"
|
|
292
|
-
"
|
|
219
|
+
"key": "elementTemplateVersion",
|
|
220
|
+
"type": "zeebe:taskHeader"
|
|
293
221
|
},
|
|
294
|
-
"
|
|
295
|
-
"notEmpty": true
|
|
296
|
-
}
|
|
222
|
+
"type": "Hidden"
|
|
297
223
|
},
|
|
298
224
|
{
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
225
|
+
"id": "id",
|
|
226
|
+
"label": "ID",
|
|
227
|
+
"description": "ID of the element template",
|
|
228
|
+
"value": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
229
|
+
"group": "connector",
|
|
304
230
|
"binding": {
|
|
305
|
-
"
|
|
306
|
-
"
|
|
231
|
+
"key": "elementTemplateId",
|
|
232
|
+
"type": "zeebe:taskHeader"
|
|
307
233
|
},
|
|
308
|
-
"
|
|
309
|
-
"notEmpty": true,
|
|
310
|
-
"maxLength": 255
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"id": "operationType",
|
|
315
|
-
"group": "operation",
|
|
316
|
-
"type": "Dropdown",
|
|
317
|
-
"value": "sync",
|
|
318
|
-
"choices": [
|
|
319
|
-
{
|
|
320
|
-
"name": "Invoke function (sync)",
|
|
321
|
-
"value": "sync"
|
|
322
|
-
}
|
|
323
|
-
],
|
|
324
|
-
"binding": {
|
|
325
|
-
"type": "zeebe:input",
|
|
326
|
-
"name": "awsFunction.operationType",
|
|
327
|
-
"key": "awsFunction.operationType"
|
|
328
|
-
}
|
|
234
|
+
"type": "Hidden"
|
|
329
235
|
},
|
|
330
236
|
{
|
|
331
|
-
"
|
|
332
|
-
"
|
|
333
|
-
"
|
|
334
|
-
"
|
|
335
|
-
"feel": "optional",
|
|
237
|
+
"id": "resultVariable",
|
|
238
|
+
"label": "Result variable",
|
|
239
|
+
"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>.",
|
|
240
|
+
"group": "output",
|
|
336
241
|
"binding": {
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
},
|
|
340
|
-
"constraints": {
|
|
341
|
-
"notEmpty": true,
|
|
342
|
-
"maxLength": 255
|
|
242
|
+
"key": "resultVariable",
|
|
243
|
+
"type": "zeebe:taskHeader"
|
|
343
244
|
},
|
|
344
|
-
"
|
|
345
|
-
"property": "operationType",
|
|
346
|
-
"equals": "sync"
|
|
347
|
-
}
|
|
245
|
+
"type": "String"
|
|
348
246
|
},
|
|
349
247
|
{
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"type": "Text",
|
|
248
|
+
"id": "resultExpression",
|
|
249
|
+
"label": "Result expression",
|
|
250
|
+
"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>.",
|
|
354
251
|
"feel": "required",
|
|
252
|
+
"group": "output",
|
|
355
253
|
"binding": {
|
|
356
|
-
"
|
|
357
|
-
"
|
|
254
|
+
"key": "resultExpression",
|
|
255
|
+
"type": "zeebe:taskHeader"
|
|
358
256
|
},
|
|
359
|
-
"
|
|
360
|
-
"property": "operationType",
|
|
361
|
-
"equals": "sync"
|
|
362
|
-
}
|
|
257
|
+
"type": "Text"
|
|
363
258
|
},
|
|
364
259
|
{
|
|
365
|
-
"
|
|
366
|
-
"
|
|
367
|
-
"
|
|
368
|
-
"
|
|
260
|
+
"id": "errorExpression",
|
|
261
|
+
"label": "Error expression",
|
|
262
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
263
|
+
"feel": "required",
|
|
264
|
+
"group": "error",
|
|
369
265
|
"binding": {
|
|
370
|
-
"
|
|
371
|
-
"
|
|
372
|
-
}
|
|
266
|
+
"key": "errorExpression",
|
|
267
|
+
"type": "zeebe:taskHeader"
|
|
268
|
+
},
|
|
269
|
+
"type": "Text"
|
|
373
270
|
},
|
|
374
271
|
{
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
"
|
|
378
|
-
"
|
|
379
|
-
"feel": "
|
|
272
|
+
"id": "retryCount",
|
|
273
|
+
"label": "Retries",
|
|
274
|
+
"description": "Number of retries",
|
|
275
|
+
"value": "3",
|
|
276
|
+
"feel": "optional",
|
|
277
|
+
"group": "retries",
|
|
380
278
|
"binding": {
|
|
381
|
-
"
|
|
382
|
-
"
|
|
383
|
-
}
|
|
279
|
+
"property": "retries",
|
|
280
|
+
"type": "zeebe:taskDefinition"
|
|
281
|
+
},
|
|
282
|
+
"type": "String"
|
|
384
283
|
},
|
|
385
284
|
{
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
"
|
|
389
|
-
"
|
|
390
|
-
"
|
|
285
|
+
"id": "retryBackoff",
|
|
286
|
+
"label": "Retry backoff",
|
|
287
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
288
|
+
"value": "PT0S",
|
|
289
|
+
"group": "retries",
|
|
391
290
|
"binding": {
|
|
392
|
-
"
|
|
393
|
-
"
|
|
394
|
-
}
|
|
291
|
+
"key": "retryBackoff",
|
|
292
|
+
"type": "zeebe:taskHeader"
|
|
293
|
+
},
|
|
294
|
+
"type": "String"
|
|
395
295
|
}
|
|
396
296
|
],
|
|
397
297
|
"icon": {
|
|
398
|
-
"contents": "data:image/svg+xml;
|
|
399
|
-
},
|
|
400
|
-
"engines": {
|
|
401
|
-
"camunda": "^8.2"
|
|
298
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPgogICAgPHRpdGxlPkljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDhfTGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9J0ljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDgnIHN0cm9rZT0nbm9uZScgc3Ryb2tlLXdpZHRoPScxJyBmaWxsPSdub25lJwogICAgICAgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjQsNDQgQzEyLjk3Miw0NCA0LDM1LjAyOCA0LDI0IEM0LDEyLjk3MiAxMi45NzIsNCAyNCw0IEMzNS4wMjgsNCA0NCwxMi45NzIgNDQsMjQgQzQ0LDM1LjAyOCAzNS4wMjgsNDQgMjQsNDQgTDI0LDQ0IFogTTI0LDIgQzExLjg2OSwyIDIsMTEuODY5IDIsMjQgQzIsMzYuMTMxIDExLjg2OSw0NiAyNCw0NiBDMzYuMTMxLDQ2IDQ2LDM2LjEzMSA0NiwyNCBDNDYsMTEuODY5IDM2LjEzMSwyIDI0LDIgTDI0LDIgWiBNMTcuMjMxLDM1LjI1IEwxMS44NzYsMzUuMjUgTDE4LjIyMSwyMS45NTkgTDIwLjkwMiwyNy40OTIgTDE3LjIzMSwzNS4yNSBaIE0xOS4xMTQsMTkuMjE1IEMxOC45NDYsMTguODcgMTguNTk3LDE4LjY1MSAxOC4yMTQsMTguNjUxIEwxOC4yMTEsMTguNjUxIEMxNy44MjYsMTguNjUyIDE3LjQ3NywxOC44NzQgMTcuMzEyLDE5LjIyMSBMOS4zODksMzUuODE5IEM5LjI0LDM2LjEyOSA5LjI2MiwzNi40OTMgOS40NDUsMzYuNzgzIEM5LjYyOCwzNy4wNzQgOS45NDcsMzcuMjUgMTAuMjkxLDM3LjI1IEwxNy44NjQsMzcuMjUgQzE4LjI1MSwzNy4yNSAxOC42MDMsMzcuMDI3IDE4Ljc2OSwzNi42NzggTDIyLjkxNSwyNy45MTUgQzIzLjA0NCwyNy42NDIgMjMuMDQzLDI3LjMyMyAyMi45MTEsMjcuMDUxIEwxOS4xMTQsMTkuMjE1IFogTTM2LjEyNSwzNS4yNSBMMzAuNjczLDM1LjI1IEwyMC43NjEsMTMuOTUzIEMyMC41OTcsMTMuNjAxIDIwLjI0MywxMy4zNzUgMTkuODU0LDEzLjM3NSBMMTYuMjUxLDEzLjM3NSBMMTYuMjU1LDkuMjUgTDIzLjQ3NSw5LjI1IEwzMy4zMzksMzAuNTQ1IEMzMy41MDMsMzAuODk4IDMzLjg1NiwzMS4xMjUgMzQuMjQ2LDMxLjEyNSBMMzYuMTI1LDMxLjEyNSBMMzYuMTI1LDM1LjI1IFogTTM3LjEyNSwyOS4xMjUgTDM0Ljg4NSwyOS4xMjUgTDI1LjAyMSw3LjgzIEMyNC44NTYsNy40NzcgMjQuNTAzLDcuMjUgMjQuMTEzLDcuMjUgTDE1LjI1Niw3LjI1IEMxNC43MDQsNy4yNSAxNC4yNTcsNy42OTcgMTQuMjU2LDguMjQ5IEwxNC4yNSwxNC4zNzQgQzE0LjI1LDE0LjY0IDE0LjM1NSwxNC44OTQgMTQuNTQzLDE1LjA4MiBDMTQuNzMsMTUuMjcgMTQuOTg0LDE1LjM3NSAxNS4yNSwxNS4zNzUgTDE5LjIxNywxNS4zNzUgTDI5LjEyOSwzNi42NzIgQzI5LjI5MywzNy4wMjQgMjkuNjQ2LDM3LjI1IDMwLjAzNSwzNy4yNSBMMzcuMTI1LDM3LjI1IEMzNy42NzgsMzcuMjUgMzguMTI1LDM2LjgwMyAzOC4xMjUsMzYuMjUgTDM4LjEyNSwzMC4xMjUgQzM4LjEyNSwyOS41NzIgMzcuNjc4LDI5LjEyNSAzNy4xMjUsMjkuMTI1IEwzNy4xMjUsMjkuMTI1IFonCiAgICAgICAgICAgICAgaWQ9J0FtYXpvbi1MYW1iZGEtTGFtYmRhLUZ1bmN0aW9uX1Jlc291cmNlLUljb25fbGlnaHQtYmcnIGZpbGw9JyNENDVCMDcnPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"
|
|
402
299
|
}
|
|
403
300
|
},
|
|
404
301
|
{
|
|
405
302
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
406
|
-
"name": "AWS Lambda
|
|
303
|
+
"name": "AWS Lambda Outbound Connector",
|
|
407
304
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
408
|
-
"version":
|
|
305
|
+
"version": 4,
|
|
409
306
|
"description": "Invoke a function",
|
|
410
307
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
411
308
|
"category": {
|
|
@@ -451,6 +348,32 @@
|
|
|
451
348
|
"property": "type"
|
|
452
349
|
}
|
|
453
350
|
},
|
|
351
|
+
{
|
|
352
|
+
"id": "authenticationType",
|
|
353
|
+
"label": "Authentication",
|
|
354
|
+
"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>",
|
|
355
|
+
"group": "authentication",
|
|
356
|
+
"type": "Dropdown",
|
|
357
|
+
"optional": false,
|
|
358
|
+
"value": "credentials",
|
|
359
|
+
"choices": [
|
|
360
|
+
{
|
|
361
|
+
"name": "Credentials",
|
|
362
|
+
"value": "credentials"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
366
|
+
"value": "defaultCredentialsChain"
|
|
367
|
+
}
|
|
368
|
+
],
|
|
369
|
+
"binding": {
|
|
370
|
+
"type": "zeebe:input",
|
|
371
|
+
"name": "authentication.type"
|
|
372
|
+
},
|
|
373
|
+
"constraints": {
|
|
374
|
+
"notEmpty": true
|
|
375
|
+
}
|
|
376
|
+
},
|
|
454
377
|
{
|
|
455
378
|
"label": "Access key",
|
|
456
379
|
"description": "Provide an access key of a user with permissions to invoke specified AWS Lambda function",
|
|
@@ -462,6 +385,10 @@
|
|
|
462
385
|
},
|
|
463
386
|
"constraints": {
|
|
464
387
|
"notEmpty": true
|
|
388
|
+
},
|
|
389
|
+
"condition": {
|
|
390
|
+
"property": "authenticationType",
|
|
391
|
+
"equals": "credentials"
|
|
465
392
|
}
|
|
466
393
|
},
|
|
467
394
|
{
|
|
@@ -475,6 +402,10 @@
|
|
|
475
402
|
},
|
|
476
403
|
"constraints": {
|
|
477
404
|
"notEmpty": true
|
|
405
|
+
},
|
|
406
|
+
"condition": {
|
|
407
|
+
"property": "authenticationType",
|
|
408
|
+
"equals": "credentials"
|
|
478
409
|
}
|
|
479
410
|
},
|
|
480
411
|
{
|
|
@@ -534,10 +465,14 @@
|
|
|
534
465
|
"group": "operationDetails",
|
|
535
466
|
"type": "Text",
|
|
536
467
|
"feel": "required",
|
|
468
|
+
"optional": false,
|
|
537
469
|
"binding": {
|
|
538
470
|
"type": "zeebe:input",
|
|
539
471
|
"name": "awsFunction.payload"
|
|
540
472
|
},
|
|
473
|
+
"constraints": {
|
|
474
|
+
"notEmpty": true
|
|
475
|
+
},
|
|
541
476
|
"condition": {
|
|
542
477
|
"property": "operationType",
|
|
543
478
|
"equals": "sync"
|
|
@@ -580,16 +515,16 @@
|
|
|
580
515
|
"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"
|
|
581
516
|
},
|
|
582
517
|
"engines": {
|
|
583
|
-
"camunda": "^8.
|
|
518
|
+
"camunda": "^8.4"
|
|
584
519
|
}
|
|
585
520
|
},
|
|
586
521
|
{
|
|
587
522
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
588
523
|
"name": "AWS Lambda Outbound Connector",
|
|
589
524
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
525
|
+
"version": 3,
|
|
590
526
|
"description": "Invoke a function",
|
|
591
527
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
592
|
-
"version": 5,
|
|
593
528
|
"category": {
|
|
594
529
|
"id": "connectors",
|
|
595
530
|
"name": "Connectors"
|
|
@@ -620,241 +555,158 @@
|
|
|
620
555
|
"label": "Output mapping"
|
|
621
556
|
},
|
|
622
557
|
{
|
|
623
|
-
"id": "
|
|
558
|
+
"id": "errors",
|
|
624
559
|
"label": "Error handling"
|
|
625
|
-
},
|
|
626
|
-
{
|
|
627
|
-
"id": "retries",
|
|
628
|
-
"label": "Retries"
|
|
629
560
|
}
|
|
630
561
|
],
|
|
631
562
|
"properties": [
|
|
632
563
|
{
|
|
564
|
+
"type": "Hidden",
|
|
633
565
|
"value": "io.camunda:aws-lambda:1",
|
|
634
566
|
"binding": {
|
|
635
|
-
"
|
|
636
|
-
"
|
|
637
|
-
}
|
|
638
|
-
"type": "Hidden"
|
|
567
|
+
"type": "zeebe:taskDefinition",
|
|
568
|
+
"property": "type"
|
|
569
|
+
}
|
|
639
570
|
},
|
|
640
571
|
{
|
|
641
|
-
"
|
|
642
|
-
"
|
|
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",
|
|
572
|
+
"label": "Access key",
|
|
573
|
+
"description": "Provide an access key of a user with permissions to invoke specified AWS Lambda function",
|
|
645
574
|
"group": "authentication",
|
|
575
|
+
"type": "String",
|
|
646
576
|
"binding": {
|
|
647
|
-
"
|
|
648
|
-
"
|
|
577
|
+
"type": "zeebe:input",
|
|
578
|
+
"name": "authentication.accessKey"
|
|
649
579
|
},
|
|
650
|
-
"type": "Dropdown",
|
|
651
|
-
"choices": [
|
|
652
|
-
{
|
|
653
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
654
|
-
"value": "defaultCredentialsChain"
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
"name": "Credentials",
|
|
658
|
-
"value": "credentials"
|
|
659
|
-
}
|
|
660
|
-
]
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"id": "authentication.accessKey",
|
|
664
|
-
"label": "Access key",
|
|
665
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
666
|
-
"optional": false,
|
|
667
580
|
"constraints": {
|
|
668
581
|
"notEmpty": true
|
|
669
|
-
}
|
|
670
|
-
"feel": "optional",
|
|
671
|
-
"group": "authentication",
|
|
672
|
-
"binding": {
|
|
673
|
-
"name": "authentication.accessKey",
|
|
674
|
-
"type": "zeebe:input"
|
|
675
|
-
},
|
|
676
|
-
"condition": {
|
|
677
|
-
"property": "authentication.type",
|
|
678
|
-
"equals": "credentials",
|
|
679
|
-
"type": "simple"
|
|
680
|
-
},
|
|
681
|
-
"type": "String"
|
|
582
|
+
}
|
|
682
583
|
},
|
|
683
584
|
{
|
|
684
|
-
"id": "authentication.secretKey",
|
|
685
585
|
"label": "Secret key",
|
|
686
586
|
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
687
|
-
"optional": false,
|
|
688
|
-
"constraints": {
|
|
689
|
-
"notEmpty": true
|
|
690
|
-
},
|
|
691
|
-
"feel": "optional",
|
|
692
587
|
"group": "authentication",
|
|
588
|
+
"type": "String",
|
|
693
589
|
"binding": {
|
|
694
|
-
"
|
|
695
|
-
"
|
|
696
|
-
},
|
|
697
|
-
"condition": {
|
|
698
|
-
"property": "authentication.type",
|
|
699
|
-
"equals": "credentials",
|
|
700
|
-
"type": "simple"
|
|
590
|
+
"type": "zeebe:input",
|
|
591
|
+
"name": "authentication.secretKey"
|
|
701
592
|
},
|
|
702
|
-
"
|
|
593
|
+
"constraints": {
|
|
594
|
+
"notEmpty": true
|
|
595
|
+
}
|
|
703
596
|
},
|
|
704
597
|
{
|
|
705
|
-
"id": "configuration.region",
|
|
706
598
|
"label": "Region",
|
|
707
599
|
"description": "Specify the AWS region",
|
|
708
|
-
"optional": true,
|
|
709
|
-
"feel": "optional",
|
|
710
|
-
"group": "configuration",
|
|
711
|
-
"binding": {
|
|
712
|
-
"name": "configuration.region",
|
|
713
|
-
"type": "zeebe:input"
|
|
714
|
-
},
|
|
715
|
-
"type": "String"
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"id": "configuration.endpoint",
|
|
719
|
-
"label": "Endpoint",
|
|
720
|
-
"description": "Specify endpoint if need to use custom endpoint",
|
|
721
|
-
"optional": true,
|
|
722
600
|
"group": "configuration",
|
|
601
|
+
"type": "String",
|
|
602
|
+
"feel": "optional",
|
|
723
603
|
"binding": {
|
|
724
|
-
"
|
|
725
|
-
"
|
|
604
|
+
"type": "zeebe:input",
|
|
605
|
+
"name": "configuration.region"
|
|
726
606
|
},
|
|
727
|
-
"
|
|
607
|
+
"constraints": {
|
|
608
|
+
"notEmpty": true,
|
|
609
|
+
"maxLength": 255
|
|
610
|
+
}
|
|
728
611
|
},
|
|
729
612
|
{
|
|
730
|
-
"id": "
|
|
731
|
-
"label": "Operation type",
|
|
732
|
-
"optional": false,
|
|
733
|
-
"value": "sync",
|
|
613
|
+
"id": "operationType",
|
|
734
614
|
"group": "operation",
|
|
735
|
-
"binding": {
|
|
736
|
-
"name": "awsFunction.operationType",
|
|
737
|
-
"type": "zeebe:input"
|
|
738
|
-
},
|
|
739
615
|
"type": "Dropdown",
|
|
616
|
+
"value": "sync",
|
|
740
617
|
"choices": [
|
|
741
618
|
{
|
|
742
619
|
"name": "Invoke function (sync)",
|
|
743
620
|
"value": "sync"
|
|
744
621
|
}
|
|
745
|
-
]
|
|
622
|
+
],
|
|
623
|
+
"binding": {
|
|
624
|
+
"type": "zeebe:input",
|
|
625
|
+
"name": "awsFunction.operationType",
|
|
626
|
+
"key": "awsFunction.operationType"
|
|
627
|
+
}
|
|
746
628
|
},
|
|
747
629
|
{
|
|
748
|
-
"id": "awsFunction.functionName",
|
|
749
630
|
"label": "Function name",
|
|
750
631
|
"description": "Enter a name, ARN or alias of your function",
|
|
751
|
-
"optional": false,
|
|
752
|
-
"constraints": {
|
|
753
|
-
"notEmpty": true
|
|
754
|
-
},
|
|
755
|
-
"feel": "optional",
|
|
756
632
|
"group": "operationDetails",
|
|
633
|
+
"type": "String",
|
|
634
|
+
"feel": "optional",
|
|
757
635
|
"binding": {
|
|
758
|
-
"
|
|
759
|
-
"
|
|
636
|
+
"type": "zeebe:input",
|
|
637
|
+
"name": "awsFunction.functionName"
|
|
760
638
|
},
|
|
761
|
-
"
|
|
639
|
+
"constraints": {
|
|
640
|
+
"notEmpty": true,
|
|
641
|
+
"maxLength": 255
|
|
642
|
+
},
|
|
643
|
+
"condition": {
|
|
644
|
+
"property": "operationType",
|
|
645
|
+
"equals": "sync"
|
|
646
|
+
}
|
|
762
647
|
},
|
|
763
648
|
{
|
|
764
|
-
"id": "awsFunction.payload",
|
|
765
649
|
"label": "Payload",
|
|
766
650
|
"description": "Provide payload for your function as JSON",
|
|
767
|
-
"optional": false,
|
|
768
|
-
"constraints": {
|
|
769
|
-
"notEmpty": true
|
|
770
|
-
},
|
|
771
|
-
"feel": "optional",
|
|
772
651
|
"group": "operationDetails",
|
|
652
|
+
"type": "Text",
|
|
653
|
+
"feel": "required",
|
|
773
654
|
"binding": {
|
|
774
|
-
"
|
|
775
|
-
"
|
|
655
|
+
"type": "zeebe:input",
|
|
656
|
+
"name": "awsFunction.payload"
|
|
776
657
|
},
|
|
777
|
-
"
|
|
658
|
+
"condition": {
|
|
659
|
+
"property": "operationType",
|
|
660
|
+
"equals": "sync"
|
|
661
|
+
}
|
|
778
662
|
},
|
|
779
663
|
{
|
|
780
|
-
"id": "resultVariable",
|
|
781
664
|
"label": "Result variable",
|
|
782
|
-
"description": "
|
|
665
|
+
"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>",
|
|
783
666
|
"group": "output",
|
|
667
|
+
"type": "String",
|
|
784
668
|
"binding": {
|
|
785
|
-
"
|
|
786
|
-
"
|
|
787
|
-
}
|
|
788
|
-
"type": "String"
|
|
669
|
+
"type": "zeebe:taskHeader",
|
|
670
|
+
"key": "resultVariable"
|
|
671
|
+
}
|
|
789
672
|
},
|
|
790
673
|
{
|
|
791
|
-
"id": "resultExpression",
|
|
792
674
|
"label": "Result expression",
|
|
793
|
-
"description": "Expression to map the response into process variables",
|
|
794
|
-
"feel": "required",
|
|
675
|
+
"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>",
|
|
795
676
|
"group": "output",
|
|
796
|
-
"
|
|
797
|
-
"key": "resultExpression",
|
|
798
|
-
"type": "zeebe:taskHeader"
|
|
799
|
-
},
|
|
800
|
-
"type": "Text"
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"id": "errorExpression",
|
|
804
|
-
"label": "Error expression",
|
|
805
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
677
|
+
"type": "Text",
|
|
806
678
|
"feel": "required",
|
|
807
|
-
"group": "error",
|
|
808
|
-
"binding": {
|
|
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
679
|
"binding": {
|
|
822
|
-
"
|
|
823
|
-
"
|
|
824
|
-
}
|
|
825
|
-
"type": "String"
|
|
680
|
+
"type": "zeebe:taskHeader",
|
|
681
|
+
"key": "resultExpression"
|
|
682
|
+
}
|
|
826
683
|
},
|
|
827
684
|
{
|
|
828
|
-
"
|
|
829
|
-
"
|
|
830
|
-
"
|
|
831
|
-
"
|
|
832
|
-
"feel": "
|
|
833
|
-
"group": "retries",
|
|
685
|
+
"label": "Error expression",
|
|
686
|
+
"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>",
|
|
687
|
+
"group": "errors",
|
|
688
|
+
"type": "Text",
|
|
689
|
+
"feel": "required",
|
|
834
690
|
"binding": {
|
|
835
|
-
"
|
|
836
|
-
"
|
|
837
|
-
}
|
|
838
|
-
"type": "String"
|
|
691
|
+
"type": "zeebe:taskHeader",
|
|
692
|
+
"key": "errorExpression"
|
|
693
|
+
}
|
|
839
694
|
}
|
|
840
695
|
],
|
|
841
696
|
"icon": {
|
|
842
|
-
"contents": "data:image/svg+xml;
|
|
697
|
+
"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
698
|
},
|
|
844
699
|
"engines": {
|
|
845
|
-
"camunda": "^8.
|
|
700
|
+
"camunda": "^8.2"
|
|
846
701
|
}
|
|
847
702
|
},
|
|
848
703
|
{
|
|
849
704
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
850
705
|
"name": "AWS Lambda Outbound Connector",
|
|
851
706
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
852
|
-
"description": "Invoke
|
|
853
|
-
"metadata": {
|
|
854
|
-
"keywords": ["invoke function", "run function"]
|
|
855
|
-
},
|
|
707
|
+
"description": "Invoke a function",
|
|
856
708
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
857
|
-
"version":
|
|
709
|
+
"version": 5,
|
|
858
710
|
"category": {
|
|
859
711
|
"id": "connectors",
|
|
860
712
|
"name": "Connectors"
|
|
@@ -863,9 +715,6 @@
|
|
|
863
715
|
"elementType": {
|
|
864
716
|
"value": "bpmn:ServiceTask"
|
|
865
717
|
},
|
|
866
|
-
"engines": {
|
|
867
|
-
"camunda": "^8.3"
|
|
868
|
-
},
|
|
869
718
|
"groups": [
|
|
870
719
|
{
|
|
871
720
|
"id": "authentication",
|
|
@@ -883,10 +732,6 @@
|
|
|
883
732
|
"id": "operationDetails",
|
|
884
733
|
"label": "Operation details"
|
|
885
734
|
},
|
|
886
|
-
{
|
|
887
|
-
"id": "connector",
|
|
888
|
-
"label": "Connector"
|
|
889
|
-
},
|
|
890
735
|
{
|
|
891
736
|
"id": "output",
|
|
892
737
|
"label": "Output mapping"
|
|
@@ -977,10 +822,7 @@
|
|
|
977
822
|
"id": "configuration.region",
|
|
978
823
|
"label": "Region",
|
|
979
824
|
"description": "Specify the AWS region",
|
|
980
|
-
"optional":
|
|
981
|
-
"constraints": {
|
|
982
|
-
"notEmpty": true
|
|
983
|
-
},
|
|
825
|
+
"optional": true,
|
|
984
826
|
"feel": "optional",
|
|
985
827
|
"group": "configuration",
|
|
986
828
|
"binding": {
|
|
@@ -1051,30 +893,6 @@
|
|
|
1051
893
|
},
|
|
1052
894
|
"type": "Text"
|
|
1053
895
|
},
|
|
1054
|
-
{
|
|
1055
|
-
"id": "version",
|
|
1056
|
-
"label": "Version",
|
|
1057
|
-
"description": "Version of the element template",
|
|
1058
|
-
"value": "6",
|
|
1059
|
-
"group": "connector",
|
|
1060
|
-
"binding": {
|
|
1061
|
-
"key": "elementTemplateVersion",
|
|
1062
|
-
"type": "zeebe:taskHeader"
|
|
1063
|
-
},
|
|
1064
|
-
"type": "Hidden"
|
|
1065
|
-
},
|
|
1066
|
-
{
|
|
1067
|
-
"id": "id",
|
|
1068
|
-
"label": "ID",
|
|
1069
|
-
"description": "ID of the element template",
|
|
1070
|
-
"value": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
1071
|
-
"group": "connector",
|
|
1072
|
-
"binding": {
|
|
1073
|
-
"key": "elementTemplateId",
|
|
1074
|
-
"type": "zeebe:taskHeader"
|
|
1075
|
-
},
|
|
1076
|
-
"type": "Hidden"
|
|
1077
|
-
},
|
|
1078
896
|
{
|
|
1079
897
|
"id": "resultVariable",
|
|
1080
898
|
"label": "Result variable",
|
|
@@ -1128,6 +946,7 @@
|
|
|
1128
946
|
"label": "Retry backoff",
|
|
1129
947
|
"description": "ISO-8601 duration to wait between retries",
|
|
1130
948
|
"value": "PT0S",
|
|
949
|
+
"feel": "optional",
|
|
1131
950
|
"group": "retries",
|
|
1132
951
|
"binding": {
|
|
1133
952
|
"key": "retryBackoff",
|
|
@@ -1138,6 +957,191 @@
|
|
|
1138
957
|
],
|
|
1139
958
|
"icon": {
|
|
1140
959
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPgogICAgPHRpdGxlPkljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDhfTGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9J0ljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDgnIHN0cm9rZT0nbm9uZScgc3Ryb2tlLXdpZHRoPScxJyBmaWxsPSdub25lJwogICAgICAgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjQsNDQgQzEyLjk3Miw0NCA0LDM1LjAyOCA0LDI0IEM0LDEyLjk3MiAxMi45NzIsNCAyNCw0IEMzNS4wMjgsNCA0NCwxMi45NzIgNDQsMjQgQzQ0LDM1LjAyOCAzNS4wMjgsNDQgMjQsNDQgTDI0LDQ0IFogTTI0LDIgQzExLjg2OSwyIDIsMTEuODY5IDIsMjQgQzIsMzYuMTMxIDExLjg2OSw0NiAyNCw0NiBDMzYuMTMxLDQ2IDQ2LDM2LjEzMSA0NiwyNCBDNDYsMTEuODY5IDM2LjEzMSwyIDI0LDIgTDI0LDIgWiBNMTcuMjMxLDM1LjI1IEwxMS44NzYsMzUuMjUgTDE4LjIyMSwyMS45NTkgTDIwLjkwMiwyNy40OTIgTDE3LjIzMSwzNS4yNSBaIE0xOS4xMTQsMTkuMjE1IEMxOC45NDYsMTguODcgMTguNTk3LDE4LjY1MSAxOC4yMTQsMTguNjUxIEwxOC4yMTEsMTguNjUxIEMxNy44MjYsMTguNjUyIDE3LjQ3NywxOC44NzQgMTcuMzEyLDE5LjIyMSBMOS4zODksMzUuODE5IEM5LjI0LDM2LjEyOSA5LjI2MiwzNi40OTMgOS40NDUsMzYuNzgzIEM5LjYyOCwzNy4wNzQgOS45NDcsMzcuMjUgMTAuMjkxLDM3LjI1IEwxNy44NjQsMzcuMjUgQzE4LjI1MSwzNy4yNSAxOC42MDMsMzcuMDI3IDE4Ljc2OSwzNi42NzggTDIyLjkxNSwyNy45MTUgQzIzLjA0NCwyNy42NDIgMjMuMDQzLDI3LjMyMyAyMi45MTEsMjcuMDUxIEwxOS4xMTQsMTkuMjE1IFogTTM2LjEyNSwzNS4yNSBMMzAuNjczLDM1LjI1IEwyMC43NjEsMTMuOTUzIEMyMC41OTcsMTMuNjAxIDIwLjI0MywxMy4zNzUgMTkuODU0LDEzLjM3NSBMMTYuMjUxLDEzLjM3NSBMMTYuMjU1LDkuMjUgTDIzLjQ3NSw5LjI1IEwzMy4zMzksMzAuNTQ1IEMzMy41MDMsMzAuODk4IDMzLjg1NiwzMS4xMjUgMzQuMjQ2LDMxLjEyNSBMMzYuMTI1LDMxLjEyNSBMMzYuMTI1LDM1LjI1IFogTTM3LjEyNSwyOS4xMjUgTDM0Ljg4NSwyOS4xMjUgTDI1LjAyMSw3LjgzIEMyNC44NTYsNy40NzcgMjQuNTAzLDcuMjUgMjQuMTEzLDcuMjUgTDE1LjI1Niw3LjI1IEMxNC43MDQsNy4yNSAxNC4yNTcsNy42OTcgMTQuMjU2LDguMjQ5IEwxNC4yNSwxNC4zNzQgQzE0LjI1LDE0LjY0IDE0LjM1NSwxNC44OTQgMTQuNTQzLDE1LjA4MiBDMTQuNzMsMTUuMjcgMTQuOTg0LDE1LjM3NSAxNS4yNSwxNS4zNzUgTDE5LjIxNywxNS4zNzUgTDI5LjEyOSwzNi42NzIgQzI5LjI5MywzNy4wMjQgMjkuNjQ2LDM3LjI1IDMwLjAzNSwzNy4yNSBMMzcuMTI1LDM3LjI1IEMzNy42NzgsMzcuMjUgMzguMTI1LDM2LjgwMyAzOC4xMjUsMzYuMjUgTDM4LjEyNSwzMC4xMjUgQzM4LjEyNSwyOS41NzIgMzcuNjc4LDI5LjEyNSAzNy4xMjUsMjkuMTI1IEwzNy4xMjUsMjkuMTI1IFonCiAgICAgICAgICAgICAgaWQ9J0FtYXpvbi1MYW1iZGEtTGFtYmRhLUZ1bmN0aW9uX1Jlc291cmNlLUljb25fbGlnaHQtYmcnIGZpbGw9JyNENDVCMDcnPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"
|
|
960
|
+
},
|
|
961
|
+
"engines": {
|
|
962
|
+
"camunda": "^8.4"
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
967
|
+
"name": "AWS Lambda connector",
|
|
968
|
+
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
969
|
+
"version": 2,
|
|
970
|
+
"description": "Invoke a function",
|
|
971
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
972
|
+
"category": {
|
|
973
|
+
"id": "connectors",
|
|
974
|
+
"name": "Connectors"
|
|
975
|
+
},
|
|
976
|
+
"appliesTo": ["bpmn:Task"],
|
|
977
|
+
"elementType": {
|
|
978
|
+
"value": "bpmn:ServiceTask"
|
|
979
|
+
},
|
|
980
|
+
"groups": [
|
|
981
|
+
{
|
|
982
|
+
"id": "authentication",
|
|
983
|
+
"label": "Authentication"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"id": "configuration",
|
|
987
|
+
"label": "Configuration"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"id": "operation",
|
|
991
|
+
"label": "Select operation"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"id": "operationDetails",
|
|
995
|
+
"label": "Operation details"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"id": "output",
|
|
999
|
+
"label": "Output mapping"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"id": "errors",
|
|
1003
|
+
"label": "Error handling"
|
|
1004
|
+
}
|
|
1005
|
+
],
|
|
1006
|
+
"properties": [
|
|
1007
|
+
{
|
|
1008
|
+
"type": "Hidden",
|
|
1009
|
+
"value": "io.camunda:aws-lambda:1",
|
|
1010
|
+
"binding": {
|
|
1011
|
+
"type": "zeebe:taskDefinition",
|
|
1012
|
+
"property": "type"
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"label": "Access key",
|
|
1017
|
+
"description": "Provide an access key of a user with permissions to invoke specified AWS Lambda function",
|
|
1018
|
+
"group": "authentication",
|
|
1019
|
+
"type": "String",
|
|
1020
|
+
"binding": {
|
|
1021
|
+
"type": "zeebe:input",
|
|
1022
|
+
"name": "authentication.accessKey"
|
|
1023
|
+
},
|
|
1024
|
+
"constraints": {
|
|
1025
|
+
"notEmpty": true
|
|
1026
|
+
}
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"label": "Secret key",
|
|
1030
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1031
|
+
"group": "authentication",
|
|
1032
|
+
"type": "String",
|
|
1033
|
+
"binding": {
|
|
1034
|
+
"type": "zeebe:input",
|
|
1035
|
+
"name": "authentication.secretKey"
|
|
1036
|
+
},
|
|
1037
|
+
"constraints": {
|
|
1038
|
+
"notEmpty": true
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"label": "Region",
|
|
1043
|
+
"description": "Specify the AWS region",
|
|
1044
|
+
"group": "configuration",
|
|
1045
|
+
"type": "String",
|
|
1046
|
+
"feel": "optional",
|
|
1047
|
+
"binding": {
|
|
1048
|
+
"type": "zeebe:input",
|
|
1049
|
+
"name": "configuration.region"
|
|
1050
|
+
},
|
|
1051
|
+
"constraints": {
|
|
1052
|
+
"notEmpty": true,
|
|
1053
|
+
"maxLength": 255
|
|
1054
|
+
}
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"id": "operationType",
|
|
1058
|
+
"group": "operation",
|
|
1059
|
+
"type": "Dropdown",
|
|
1060
|
+
"value": "sync",
|
|
1061
|
+
"choices": [
|
|
1062
|
+
{
|
|
1063
|
+
"name": "Invoke function (sync)",
|
|
1064
|
+
"value": "sync"
|
|
1065
|
+
}
|
|
1066
|
+
],
|
|
1067
|
+
"binding": {
|
|
1068
|
+
"type": "zeebe:input",
|
|
1069
|
+
"name": "awsFunction.operationType",
|
|
1070
|
+
"key": "awsFunction.operationType"
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"label": "Function name",
|
|
1075
|
+
"description": "Enter a name, ARN or alias of your function",
|
|
1076
|
+
"group": "operationDetails",
|
|
1077
|
+
"type": "String",
|
|
1078
|
+
"feel": "optional",
|
|
1079
|
+
"binding": {
|
|
1080
|
+
"type": "zeebe:input",
|
|
1081
|
+
"name": "awsFunction.functionName"
|
|
1082
|
+
},
|
|
1083
|
+
"constraints": {
|
|
1084
|
+
"notEmpty": true,
|
|
1085
|
+
"maxLength": 255
|
|
1086
|
+
},
|
|
1087
|
+
"condition": {
|
|
1088
|
+
"property": "operationType",
|
|
1089
|
+
"equals": "sync"
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"label": "Payload",
|
|
1094
|
+
"description": "Provide payload for your function as JSON",
|
|
1095
|
+
"group": "operationDetails",
|
|
1096
|
+
"type": "Text",
|
|
1097
|
+
"feel": "required",
|
|
1098
|
+
"binding": {
|
|
1099
|
+
"type": "zeebe:input",
|
|
1100
|
+
"name": "awsFunction.payload"
|
|
1101
|
+
},
|
|
1102
|
+
"condition": {
|
|
1103
|
+
"property": "operationType",
|
|
1104
|
+
"equals": "sync"
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"label": "Result variable",
|
|
1109
|
+
"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>",
|
|
1110
|
+
"group": "output",
|
|
1111
|
+
"type": "String",
|
|
1112
|
+
"binding": {
|
|
1113
|
+
"type": "zeebe:taskHeader",
|
|
1114
|
+
"key": "resultVariable"
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"label": "Result expression",
|
|
1119
|
+
"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>",
|
|
1120
|
+
"group": "output",
|
|
1121
|
+
"type": "Text",
|
|
1122
|
+
"feel": "required",
|
|
1123
|
+
"binding": {
|
|
1124
|
+
"type": "zeebe:taskHeader",
|
|
1125
|
+
"key": "resultExpression"
|
|
1126
|
+
}
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"label": "Error expression",
|
|
1130
|
+
"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>",
|
|
1131
|
+
"group": "errors",
|
|
1132
|
+
"type": "Text",
|
|
1133
|
+
"feel": "required",
|
|
1134
|
+
"binding": {
|
|
1135
|
+
"type": "zeebe:taskHeader",
|
|
1136
|
+
"key": "errorExpression"
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"icon": {
|
|
1141
|
+
"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"
|
|
1142
|
+
},
|
|
1143
|
+
"engines": {
|
|
1144
|
+
"camunda": "^8.2"
|
|
1141
1145
|
}
|
|
1142
1146
|
}
|
|
1143
1147
|
]
|