@camunda/connectors-element-templates 1.0.6 → 1.0.8
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/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- 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-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -3,12 +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
|
-
"description": "Invoke
|
|
7
|
-
"metadata": {
|
|
8
|
-
"keywords": ["invoke function", "run function"]
|
|
9
|
-
},
|
|
6
|
+
"description": "Invoke a function",
|
|
10
7
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
11
|
-
"version":
|
|
8
|
+
"version": 5,
|
|
12
9
|
"category": {
|
|
13
10
|
"id": "connectors",
|
|
14
11
|
"name": "Connectors"
|
|
@@ -17,9 +14,6 @@
|
|
|
17
14
|
"elementType": {
|
|
18
15
|
"value": "bpmn:ServiceTask"
|
|
19
16
|
},
|
|
20
|
-
"engines": {
|
|
21
|
-
"camunda": "^8.3"
|
|
22
|
-
},
|
|
23
17
|
"groups": [
|
|
24
18
|
{
|
|
25
19
|
"id": "authentication",
|
|
@@ -37,10 +31,6 @@
|
|
|
37
31
|
"id": "operationDetails",
|
|
38
32
|
"label": "Operation details"
|
|
39
33
|
},
|
|
40
|
-
{
|
|
41
|
-
"id": "connector",
|
|
42
|
-
"label": "Connector"
|
|
43
|
-
},
|
|
44
34
|
{
|
|
45
35
|
"id": "output",
|
|
46
36
|
"label": "Output mapping"
|
|
@@ -131,10 +121,7 @@
|
|
|
131
121
|
"id": "configuration.region",
|
|
132
122
|
"label": "Region",
|
|
133
123
|
"description": "Specify the AWS region",
|
|
134
|
-
"optional":
|
|
135
|
-
"constraints": {
|
|
136
|
-
"notEmpty": true
|
|
137
|
-
},
|
|
124
|
+
"optional": true,
|
|
138
125
|
"feel": "optional",
|
|
139
126
|
"group": "configuration",
|
|
140
127
|
"binding": {
|
|
@@ -205,30 +192,6 @@
|
|
|
205
192
|
},
|
|
206
193
|
"type": "Text"
|
|
207
194
|
},
|
|
208
|
-
{
|
|
209
|
-
"id": "version",
|
|
210
|
-
"label": "Version",
|
|
211
|
-
"description": "Version of the element template",
|
|
212
|
-
"value": "6",
|
|
213
|
-
"group": "connector",
|
|
214
|
-
"binding": {
|
|
215
|
-
"key": "elementTemplateVersion",
|
|
216
|
-
"type": "zeebe:taskHeader"
|
|
217
|
-
},
|
|
218
|
-
"type": "Hidden"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"id": "id",
|
|
222
|
-
"label": "ID",
|
|
223
|
-
"description": "ID of the element template",
|
|
224
|
-
"value": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
225
|
-
"group": "connector",
|
|
226
|
-
"binding": {
|
|
227
|
-
"key": "elementTemplateId",
|
|
228
|
-
"type": "zeebe:taskHeader"
|
|
229
|
-
},
|
|
230
|
-
"type": "Hidden"
|
|
231
|
-
},
|
|
232
195
|
{
|
|
233
196
|
"id": "resultVariable",
|
|
234
197
|
"label": "Result variable",
|
|
@@ -282,6 +245,7 @@
|
|
|
282
245
|
"label": "Retry backoff",
|
|
283
246
|
"description": "ISO-8601 duration to wait between retries",
|
|
284
247
|
"value": "PT0S",
|
|
248
|
+
"feel": "optional",
|
|
285
249
|
"group": "retries",
|
|
286
250
|
"binding": {
|
|
287
251
|
"key": "retryBackoff",
|
|
@@ -292,13 +256,16 @@
|
|
|
292
256
|
],
|
|
293
257
|
"icon": {
|
|
294
258
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPgogICAgPHRpdGxlPkljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDhfTGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9J0ljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDgnIHN0cm9rZT0nbm9uZScgc3Ryb2tlLXdpZHRoPScxJyBmaWxsPSdub25lJwogICAgICAgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjQsNDQgQzEyLjk3Miw0NCA0LDM1LjAyOCA0LDI0IEM0LDEyLjk3MiAxMi45NzIsNCAyNCw0IEMzNS4wMjgsNCA0NCwxMi45NzIgNDQsMjQgQzQ0LDM1LjAyOCAzNS4wMjgsNDQgMjQsNDQgTDI0LDQ0IFogTTI0LDIgQzExLjg2OSwyIDIsMTEuODY5IDIsMjQgQzIsMzYuMTMxIDExLjg2OSw0NiAyNCw0NiBDMzYuMTMxLDQ2IDQ2LDM2LjEzMSA0NiwyNCBDNDYsMTEuODY5IDM2LjEzMSwyIDI0LDIgTDI0LDIgWiBNMTcuMjMxLDM1LjI1IEwxMS44NzYsMzUuMjUgTDE4LjIyMSwyMS45NTkgTDIwLjkwMiwyNy40OTIgTDE3LjIzMSwzNS4yNSBaIE0xOS4xMTQsMTkuMjE1IEMxOC45NDYsMTguODcgMTguNTk3LDE4LjY1MSAxOC4yMTQsMTguNjUxIEwxOC4yMTEsMTguNjUxIEMxNy44MjYsMTguNjUyIDE3LjQ3NywxOC44NzQgMTcuMzEyLDE5LjIyMSBMOS4zODksMzUuODE5IEM5LjI0LDM2LjEyOSA5LjI2MiwzNi40OTMgOS40NDUsMzYuNzgzIEM5LjYyOCwzNy4wNzQgOS45NDcsMzcuMjUgMTAuMjkxLDM3LjI1IEwxNy44NjQsMzcuMjUgQzE4LjI1MSwzNy4yNSAxOC42MDMsMzcuMDI3IDE4Ljc2OSwzNi42NzggTDIyLjkxNSwyNy45MTUgQzIzLjA0NCwyNy42NDIgMjMuMDQzLDI3LjMyMyAyMi45MTEsMjcuMDUxIEwxOS4xMTQsMTkuMjE1IFogTTM2LjEyNSwzNS4yNSBMMzAuNjczLDM1LjI1IEwyMC43NjEsMTMuOTUzIEMyMC41OTcsMTMuNjAxIDIwLjI0MywxMy4zNzUgMTkuODU0LDEzLjM3NSBMMTYuMjUxLDEzLjM3NSBMMTYuMjU1LDkuMjUgTDIzLjQ3NSw5LjI1IEwzMy4zMzksMzAuNTQ1IEMzMy41MDMsMzAuODk4IDMzLjg1NiwzMS4xMjUgMzQuMjQ2LDMxLjEyNSBMMzYuMTI1LDMxLjEyNSBMMzYuMTI1LDM1LjI1IFogTTM3LjEyNSwyOS4xMjUgTDM0Ljg4NSwyOS4xMjUgTDI1LjAyMSw3LjgzIEMyNC44NTYsNy40NzcgMjQuNTAzLDcuMjUgMjQuMTEzLDcuMjUgTDE1LjI1Niw3LjI1IEMxNC43MDQsNy4yNSAxNC4yNTcsNy42OTcgMTQuMjU2LDguMjQ5IEwxNC4yNSwxNC4zNzQgQzE0LjI1LDE0LjY0IDE0LjM1NSwxNC44OTQgMTQuNTQzLDE1LjA4MiBDMTQuNzMsMTUuMjcgMTQuOTg0LDE1LjM3NSAxNS4yNSwxNS4zNzUgTDE5LjIxNywxNS4zNzUgTDI5LjEyOSwzNi42NzIgQzI5LjI5MywzNy4wMjQgMjkuNjQ2LDM3LjI1IDMwLjAzNSwzNy4yNSBMMzcuMTI1LDM3LjI1IEMzNy42NzgsMzcuMjUgMzguMTI1LDM2LjgwMyAzOC4xMjUsMzYuMjUgTDM4LjEyNSwzMC4xMjUgQzM4LjEyNSwyOS41NzIgMzcuNjc4LDI5LjEyNSAzNy4xMjUsMjkuMTI1IEwzNy4xMjUsMjkuMTI1IFonCiAgICAgICAgICAgICAgaWQ9J0FtYXpvbi1MYW1iZGEtTGFtYmRhLUZ1bmN0aW9uX1Jlc291cmNlLUljb25fbGlnaHQtYmcnIGZpbGw9JyNENDVCMDcnPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"
|
|
259
|
+
},
|
|
260
|
+
"engines": {
|
|
261
|
+
"camunda": "^8.4"
|
|
295
262
|
}
|
|
296
263
|
},
|
|
297
264
|
{
|
|
298
265
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
299
|
-
"name": "AWS Lambda
|
|
266
|
+
"name": "AWS Lambda Outbound Connector",
|
|
300
267
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
301
|
-
"version":
|
|
268
|
+
"version": 3,
|
|
302
269
|
"description": "Invoke a function",
|
|
303
270
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
304
271
|
"category": {
|
|
@@ -478,9 +445,9 @@
|
|
|
478
445
|
},
|
|
479
446
|
{
|
|
480
447
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
481
|
-
"name": "AWS Lambda
|
|
448
|
+
"name": "AWS Lambda connector",
|
|
482
449
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
483
|
-
"version":
|
|
450
|
+
"version": 2,
|
|
484
451
|
"description": "Invoke a function",
|
|
485
452
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
486
453
|
"category": {
|
|
@@ -526,32 +493,6 @@
|
|
|
526
493
|
"property": "type"
|
|
527
494
|
}
|
|
528
495
|
},
|
|
529
|
-
{
|
|
530
|
-
"id": "authenticationType",
|
|
531
|
-
"label": "Authentication",
|
|
532
|
-
"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>",
|
|
533
|
-
"group": "authentication",
|
|
534
|
-
"type": "Dropdown",
|
|
535
|
-
"optional": false,
|
|
536
|
-
"value": "credentials",
|
|
537
|
-
"choices": [
|
|
538
|
-
{
|
|
539
|
-
"name": "Credentials",
|
|
540
|
-
"value": "credentials"
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
544
|
-
"value": "defaultCredentialsChain"
|
|
545
|
-
}
|
|
546
|
-
],
|
|
547
|
-
"binding": {
|
|
548
|
-
"type": "zeebe:input",
|
|
549
|
-
"name": "authentication.type"
|
|
550
|
-
},
|
|
551
|
-
"constraints": {
|
|
552
|
-
"notEmpty": true
|
|
553
|
-
}
|
|
554
|
-
},
|
|
555
496
|
{
|
|
556
497
|
"label": "Access key",
|
|
557
498
|
"description": "Provide an access key of a user with permissions to invoke specified AWS Lambda function",
|
|
@@ -563,10 +504,6 @@
|
|
|
563
504
|
},
|
|
564
505
|
"constraints": {
|
|
565
506
|
"notEmpty": true
|
|
566
|
-
},
|
|
567
|
-
"condition": {
|
|
568
|
-
"property": "authenticationType",
|
|
569
|
-
"equals": "credentials"
|
|
570
507
|
}
|
|
571
508
|
},
|
|
572
509
|
{
|
|
@@ -580,10 +517,6 @@
|
|
|
580
517
|
},
|
|
581
518
|
"constraints": {
|
|
582
519
|
"notEmpty": true
|
|
583
|
-
},
|
|
584
|
-
"condition": {
|
|
585
|
-
"property": "authenticationType",
|
|
586
|
-
"equals": "credentials"
|
|
587
520
|
}
|
|
588
521
|
},
|
|
589
522
|
{
|
|
@@ -643,14 +576,10 @@
|
|
|
643
576
|
"group": "operationDetails",
|
|
644
577
|
"type": "Text",
|
|
645
578
|
"feel": "required",
|
|
646
|
-
"optional": false,
|
|
647
579
|
"binding": {
|
|
648
580
|
"type": "zeebe:input",
|
|
649
581
|
"name": "awsFunction.payload"
|
|
650
582
|
},
|
|
651
|
-
"constraints": {
|
|
652
|
-
"notEmpty": true
|
|
653
|
-
},
|
|
654
583
|
"condition": {
|
|
655
584
|
"property": "operationType",
|
|
656
585
|
"equals": "sync"
|
|
@@ -693,14 +622,14 @@
|
|
|
693
622
|
"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"
|
|
694
623
|
},
|
|
695
624
|
"engines": {
|
|
696
|
-
"camunda": "^8.
|
|
625
|
+
"camunda": "^8.2"
|
|
697
626
|
}
|
|
698
627
|
},
|
|
699
628
|
{
|
|
700
629
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
701
630
|
"name": "AWS Lambda Outbound Connector",
|
|
702
631
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
703
|
-
"version":
|
|
632
|
+
"version": 4,
|
|
704
633
|
"description": "Invoke a function",
|
|
705
634
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
706
635
|
"category": {
|
|
@@ -746,6 +675,32 @@
|
|
|
746
675
|
"property": "type"
|
|
747
676
|
}
|
|
748
677
|
},
|
|
678
|
+
{
|
|
679
|
+
"id": "authenticationType",
|
|
680
|
+
"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/\" target=\"_blank\">documentation page</a>",
|
|
682
|
+
"group": "authentication",
|
|
683
|
+
"type": "Dropdown",
|
|
684
|
+
"optional": false,
|
|
685
|
+
"value": "credentials",
|
|
686
|
+
"choices": [
|
|
687
|
+
{
|
|
688
|
+
"name": "Credentials",
|
|
689
|
+
"value": "credentials"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
693
|
+
"value": "defaultCredentialsChain"
|
|
694
|
+
}
|
|
695
|
+
],
|
|
696
|
+
"binding": {
|
|
697
|
+
"type": "zeebe:input",
|
|
698
|
+
"name": "authentication.type"
|
|
699
|
+
},
|
|
700
|
+
"constraints": {
|
|
701
|
+
"notEmpty": true
|
|
702
|
+
}
|
|
703
|
+
},
|
|
749
704
|
{
|
|
750
705
|
"label": "Access key",
|
|
751
706
|
"description": "Provide an access key of a user with permissions to invoke specified AWS Lambda function",
|
|
@@ -757,6 +712,10 @@
|
|
|
757
712
|
},
|
|
758
713
|
"constraints": {
|
|
759
714
|
"notEmpty": true
|
|
715
|
+
},
|
|
716
|
+
"condition": {
|
|
717
|
+
"property": "authenticationType",
|
|
718
|
+
"equals": "credentials"
|
|
760
719
|
}
|
|
761
720
|
},
|
|
762
721
|
{
|
|
@@ -770,6 +729,10 @@
|
|
|
770
729
|
},
|
|
771
730
|
"constraints": {
|
|
772
731
|
"notEmpty": true
|
|
732
|
+
},
|
|
733
|
+
"condition": {
|
|
734
|
+
"property": "authenticationType",
|
|
735
|
+
"equals": "credentials"
|
|
773
736
|
}
|
|
774
737
|
},
|
|
775
738
|
{
|
|
@@ -829,10 +792,14 @@
|
|
|
829
792
|
"group": "operationDetails",
|
|
830
793
|
"type": "Text",
|
|
831
794
|
"feel": "required",
|
|
795
|
+
"optional": false,
|
|
832
796
|
"binding": {
|
|
833
797
|
"type": "zeebe:input",
|
|
834
798
|
"name": "awsFunction.payload"
|
|
835
799
|
},
|
|
800
|
+
"constraints": {
|
|
801
|
+
"notEmpty": true
|
|
802
|
+
},
|
|
836
803
|
"condition": {
|
|
837
804
|
"property": "operationType",
|
|
838
805
|
"equals": "sync"
|
|
@@ -875,16 +842,19 @@
|
|
|
875
842
|
"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"
|
|
876
843
|
},
|
|
877
844
|
"engines": {
|
|
878
|
-
"camunda": "^8.
|
|
845
|
+
"camunda": "^8.4"
|
|
879
846
|
}
|
|
880
847
|
},
|
|
881
848
|
{
|
|
882
849
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
883
850
|
"name": "AWS Lambda Outbound Connector",
|
|
884
851
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
885
|
-
"description": "Invoke
|
|
852
|
+
"description": "Invoke AWS Lambda functions.",
|
|
853
|
+
"metadata": {
|
|
854
|
+
"keywords": ["invoke function", "run function"]
|
|
855
|
+
},
|
|
886
856
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
887
|
-
"version":
|
|
857
|
+
"version": 6,
|
|
888
858
|
"category": {
|
|
889
859
|
"id": "connectors",
|
|
890
860
|
"name": "Connectors"
|
|
@@ -893,6 +863,9 @@
|
|
|
893
863
|
"elementType": {
|
|
894
864
|
"value": "bpmn:ServiceTask"
|
|
895
865
|
},
|
|
866
|
+
"engines": {
|
|
867
|
+
"camunda": "^8.3"
|
|
868
|
+
},
|
|
896
869
|
"groups": [
|
|
897
870
|
{
|
|
898
871
|
"id": "authentication",
|
|
@@ -910,6 +883,10 @@
|
|
|
910
883
|
"id": "operationDetails",
|
|
911
884
|
"label": "Operation details"
|
|
912
885
|
},
|
|
886
|
+
{
|
|
887
|
+
"id": "connector",
|
|
888
|
+
"label": "Connector"
|
|
889
|
+
},
|
|
913
890
|
{
|
|
914
891
|
"id": "output",
|
|
915
892
|
"label": "Output mapping"
|
|
@@ -1000,7 +977,10 @@
|
|
|
1000
977
|
"id": "configuration.region",
|
|
1001
978
|
"label": "Region",
|
|
1002
979
|
"description": "Specify the AWS region",
|
|
1003
|
-
"optional":
|
|
980
|
+
"optional": false,
|
|
981
|
+
"constraints": {
|
|
982
|
+
"notEmpty": true
|
|
983
|
+
},
|
|
1004
984
|
"feel": "optional",
|
|
1005
985
|
"group": "configuration",
|
|
1006
986
|
"binding": {
|
|
@@ -1071,6 +1051,30 @@
|
|
|
1071
1051
|
},
|
|
1072
1052
|
"type": "Text"
|
|
1073
1053
|
},
|
|
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
|
+
},
|
|
1074
1078
|
{
|
|
1075
1079
|
"id": "resultVariable",
|
|
1076
1080
|
"label": "Result variable",
|
|
@@ -1124,7 +1128,6 @@
|
|
|
1124
1128
|
"label": "Retry backoff",
|
|
1125
1129
|
"description": "ISO-8601 duration to wait between retries",
|
|
1126
1130
|
"value": "PT0S",
|
|
1127
|
-
"feel": "optional",
|
|
1128
1131
|
"group": "retries",
|
|
1129
1132
|
"binding": {
|
|
1130
1133
|
"key": "retryBackoff",
|
|
@@ -1135,9 +1138,6 @@
|
|
|
1135
1138
|
],
|
|
1136
1139
|
"icon": {
|
|
1137
1140
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPgogICAgPHRpdGxlPkljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDhfTGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9J0ljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDgnIHN0cm9rZT0nbm9uZScgc3Ryb2tlLXdpZHRoPScxJyBmaWxsPSdub25lJwogICAgICAgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjQsNDQgQzEyLjk3Miw0NCA0LDM1LjAyOCA0LDI0IEM0LDEyLjk3MiAxMi45NzIsNCAyNCw0IEMzNS4wMjgsNCA0NCwxMi45NzIgNDQsMjQgQzQ0LDM1LjAyOCAzNS4wMjgsNDQgMjQsNDQgTDI0LDQ0IFogTTI0LDIgQzExLjg2OSwyIDIsMTEuODY5IDIsMjQgQzIsMzYuMTMxIDExLjg2OSw0NiAyNCw0NiBDMzYuMTMxLDQ2IDQ2LDM2LjEzMSA0NiwyNCBDNDYsMTEuODY5IDM2LjEzMSwyIDI0LDIgTDI0LDIgWiBNMTcuMjMxLDM1LjI1IEwxMS44NzYsMzUuMjUgTDE4LjIyMSwyMS45NTkgTDIwLjkwMiwyNy40OTIgTDE3LjIzMSwzNS4yNSBaIE0xOS4xMTQsMTkuMjE1IEMxOC45NDYsMTguODcgMTguNTk3LDE4LjY1MSAxOC4yMTQsMTguNjUxIEwxOC4yMTEsMTguNjUxIEMxNy44MjYsMTguNjUyIDE3LjQ3NywxOC44NzQgMTcuMzEyLDE5LjIyMSBMOS4zODksMzUuODE5IEM5LjI0LDM2LjEyOSA5LjI2MiwzNi40OTMgOS40NDUsMzYuNzgzIEM5LjYyOCwzNy4wNzQgOS45NDcsMzcuMjUgMTAuMjkxLDM3LjI1IEwxNy44NjQsMzcuMjUgQzE4LjI1MSwzNy4yNSAxOC42MDMsMzcuMDI3IDE4Ljc2OSwzNi42NzggTDIyLjkxNSwyNy45MTUgQzIzLjA0NCwyNy42NDIgMjMuMDQzLDI3LjMyMyAyMi45MTEsMjcuMDUxIEwxOS4xMTQsMTkuMjE1IFogTTM2LjEyNSwzNS4yNSBMMzAuNjczLDM1LjI1IEwyMC43NjEsMTMuOTUzIEMyMC41OTcsMTMuNjAxIDIwLjI0MywxMy4zNzUgMTkuODU0LDEzLjM3NSBMMTYuMjUxLDEzLjM3NSBMMTYuMjU1LDkuMjUgTDIzLjQ3NSw5LjI1IEwzMy4zMzksMzAuNTQ1IEMzMy41MDMsMzAuODk4IDMzLjg1NiwzMS4xMjUgMzQuMjQ2LDMxLjEyNSBMMzYuMTI1LDMxLjEyNSBMMzYuMTI1LDM1LjI1IFogTTM3LjEyNSwyOS4xMjUgTDM0Ljg4NSwyOS4xMjUgTDI1LjAyMSw3LjgzIEMyNC44NTYsNy40NzcgMjQuNTAzLDcuMjUgMjQuMTEzLDcuMjUgTDE1LjI1Niw3LjI1IEMxNC43MDQsNy4yNSAxNC4yNTcsNy42OTcgMTQuMjU2LDguMjQ5IEwxNC4yNSwxNC4zNzQgQzE0LjI1LDE0LjY0IDE0LjM1NSwxNC44OTQgMTQuNTQzLDE1LjA4MiBDMTQuNzMsMTUuMjcgMTQuOTg0LDE1LjM3NSAxNS4yNSwxNS4zNzUgTDE5LjIxNywxNS4zNzUgTDI5LjEyOSwzNi42NzIgQzI5LjI5MywzNy4wMjQgMjkuNjQ2LDM3LjI1IDMwLjAzNSwzNy4yNSBMMzcuMTI1LDM3LjI1IEMzNy42NzgsMzcuMjUgMzguMTI1LDM2LjgwMyAzOC4xMjUsMzYuMjUgTDM4LjEyNSwzMC4xMjUgQzM4LjEyNSwyOS41NzIgMzcuNjc4LDI5LjEyNSAzNy4xMjUsMjkuMTI1IEwzNy4xMjUsMjkuMTI1IFonCiAgICAgICAgICAgICAgaWQ9J0FtYXpvbi1MYW1iZGEtTGFtYmRhLUZ1bmN0aW9uX1Jlc291cmNlLUljb25fbGlnaHQtYmcnIGZpbGw9JyNENDVCMDcnPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"
|
|
1138
|
-
},
|
|
1139
|
-
"engines": {
|
|
1140
|
-
"camunda": "^8.4"
|
|
1141
1141
|
}
|
|
1142
1142
|
}
|
|
1143
1143
|
]
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"keywords": []
|
|
9
9
|
},
|
|
10
10
|
"documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/amazon-s3/",
|
|
11
|
-
"version":
|
|
11
|
+
"version": 1,
|
|
12
12
|
"category": {
|
|
13
13
|
"id": "connectors",
|
|
14
14
|
"name": "Connectors"
|
|
@@ -45,10 +45,6 @@
|
|
|
45
45
|
"id": "downloadObject",
|
|
46
46
|
"label": "Download an object"
|
|
47
47
|
},
|
|
48
|
-
{
|
|
49
|
-
"id": "connector",
|
|
50
|
-
"label": "Connector"
|
|
51
|
-
},
|
|
52
48
|
{
|
|
53
49
|
"id": "output",
|
|
54
50
|
"label": "Output mapping"
|
|
@@ -351,30 +347,6 @@
|
|
|
351
347
|
"tooltip": "If set to true, a document reference will be created. If set to false, the content will be extracted and provided inside the response.",
|
|
352
348
|
"type": "Boolean"
|
|
353
349
|
},
|
|
354
|
-
{
|
|
355
|
-
"id": "version",
|
|
356
|
-
"label": "Version",
|
|
357
|
-
"description": "Version of the element template",
|
|
358
|
-
"value": "2",
|
|
359
|
-
"group": "connector",
|
|
360
|
-
"binding": {
|
|
361
|
-
"key": "elementTemplateVersion",
|
|
362
|
-
"type": "zeebe:taskHeader"
|
|
363
|
-
},
|
|
364
|
-
"type": "Hidden"
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"id": "id",
|
|
368
|
-
"label": "ID",
|
|
369
|
-
"description": "ID of the element template",
|
|
370
|
-
"value": "io.camunda.connectors.aws.s3.v1",
|
|
371
|
-
"group": "connector",
|
|
372
|
-
"binding": {
|
|
373
|
-
"key": "elementTemplateId",
|
|
374
|
-
"type": "zeebe:taskHeader"
|
|
375
|
-
},
|
|
376
|
-
"type": "Hidden"
|
|
377
|
-
},
|
|
378
350
|
{
|
|
379
351
|
"id": "resultVariable",
|
|
380
352
|
"label": "Result variable",
|
|
@@ -449,7 +421,7 @@
|
|
|
449
421
|
"keywords": []
|
|
450
422
|
},
|
|
451
423
|
"documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/amazon-s3/",
|
|
452
|
-
"version":
|
|
424
|
+
"version": 2,
|
|
453
425
|
"category": {
|
|
454
426
|
"id": "connectors",
|
|
455
427
|
"name": "Connectors"
|
|
@@ -486,6 +458,10 @@
|
|
|
486
458
|
"id": "downloadObject",
|
|
487
459
|
"label": "Download an object"
|
|
488
460
|
},
|
|
461
|
+
{
|
|
462
|
+
"id": "connector",
|
|
463
|
+
"label": "Connector"
|
|
464
|
+
},
|
|
489
465
|
{
|
|
490
466
|
"id": "output",
|
|
491
467
|
"label": "Output mapping"
|
|
@@ -788,6 +764,30 @@
|
|
|
788
764
|
"tooltip": "If set to true, a document reference will be created. If set to false, the content will be extracted and provided inside the response.",
|
|
789
765
|
"type": "Boolean"
|
|
790
766
|
},
|
|
767
|
+
{
|
|
768
|
+
"id": "version",
|
|
769
|
+
"label": "Version",
|
|
770
|
+
"description": "Version of the element template",
|
|
771
|
+
"value": "2",
|
|
772
|
+
"group": "connector",
|
|
773
|
+
"binding": {
|
|
774
|
+
"key": "elementTemplateVersion",
|
|
775
|
+
"type": "zeebe:taskHeader"
|
|
776
|
+
},
|
|
777
|
+
"type": "Hidden"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"id": "id",
|
|
781
|
+
"label": "ID",
|
|
782
|
+
"description": "ID of the element template",
|
|
783
|
+
"value": "io.camunda.connectors.aws.s3.v1",
|
|
784
|
+
"group": "connector",
|
|
785
|
+
"binding": {
|
|
786
|
+
"key": "elementTemplateId",
|
|
787
|
+
"type": "zeebe:taskHeader"
|
|
788
|
+
},
|
|
789
|
+
"type": "Hidden"
|
|
790
|
+
},
|
|
791
791
|
{
|
|
792
792
|
"id": "resultVariable",
|
|
793
793
|
"label": "Result variable",
|