@camunda/connectors-element-templates 1.0.17 → 1.0.19
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 +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- 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 +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- 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 +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- 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 +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- 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 +945 -337
- 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 +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- 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 +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -223,9 +223,9 @@
|
|
|
223
223
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
224
224
|
"name": "AWS Lambda Outbound Connector",
|
|
225
225
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
226
|
-
"version": 3,
|
|
227
226
|
"description": "Invoke a function",
|
|
228
227
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
228
|
+
"version": 5,
|
|
229
229
|
"category": {
|
|
230
230
|
"id": "connectors",
|
|
231
231
|
"name": "Connectors"
|
|
@@ -256,156 +256,236 @@
|
|
|
256
256
|
"label": "Output mapping"
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
|
-
"id": "
|
|
259
|
+
"id": "error",
|
|
260
260
|
"label": "Error handling"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"id": "retries",
|
|
264
|
+
"label": "Retries"
|
|
261
265
|
}
|
|
262
266
|
],
|
|
263
267
|
"properties": [
|
|
264
268
|
{
|
|
265
|
-
"type": "Hidden",
|
|
266
269
|
"value": "io.camunda:aws-lambda:1",
|
|
267
270
|
"binding": {
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
}
|
|
271
|
+
"property": "type",
|
|
272
|
+
"type": "zeebe:taskDefinition"
|
|
273
|
+
},
|
|
274
|
+
"type": "Hidden"
|
|
271
275
|
},
|
|
272
276
|
{
|
|
273
|
-
"
|
|
274
|
-
"
|
|
277
|
+
"id": "authentication.type",
|
|
278
|
+
"label": "Authentication",
|
|
279
|
+
"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>",
|
|
280
|
+
"value": "credentials",
|
|
275
281
|
"group": "authentication",
|
|
276
|
-
"type": "String",
|
|
277
282
|
"binding": {
|
|
278
|
-
"
|
|
279
|
-
"
|
|
283
|
+
"name": "authentication.type",
|
|
284
|
+
"type": "zeebe:input"
|
|
280
285
|
},
|
|
286
|
+
"type": "Dropdown",
|
|
287
|
+
"choices": [
|
|
288
|
+
{
|
|
289
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
290
|
+
"value": "defaultCredentialsChain"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "Credentials",
|
|
294
|
+
"value": "credentials"
|
|
295
|
+
}
|
|
296
|
+
]
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"id": "authentication.accessKey",
|
|
300
|
+
"label": "Access key",
|
|
301
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
302
|
+
"optional": false,
|
|
281
303
|
"constraints": {
|
|
282
304
|
"notEmpty": true
|
|
283
|
-
}
|
|
305
|
+
},
|
|
306
|
+
"feel": "optional",
|
|
307
|
+
"group": "authentication",
|
|
308
|
+
"binding": {
|
|
309
|
+
"name": "authentication.accessKey",
|
|
310
|
+
"type": "zeebe:input"
|
|
311
|
+
},
|
|
312
|
+
"condition": {
|
|
313
|
+
"property": "authentication.type",
|
|
314
|
+
"equals": "credentials",
|
|
315
|
+
"type": "simple"
|
|
316
|
+
},
|
|
317
|
+
"type": "String"
|
|
284
318
|
},
|
|
285
319
|
{
|
|
320
|
+
"id": "authentication.secretKey",
|
|
286
321
|
"label": "Secret key",
|
|
287
322
|
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
323
|
+
"optional": false,
|
|
324
|
+
"constraints": {
|
|
325
|
+
"notEmpty": true
|
|
326
|
+
},
|
|
327
|
+
"feel": "optional",
|
|
288
328
|
"group": "authentication",
|
|
289
|
-
"type": "String",
|
|
290
329
|
"binding": {
|
|
291
|
-
"
|
|
292
|
-
"
|
|
330
|
+
"name": "authentication.secretKey",
|
|
331
|
+
"type": "zeebe:input"
|
|
293
332
|
},
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
|
|
333
|
+
"condition": {
|
|
334
|
+
"property": "authentication.type",
|
|
335
|
+
"equals": "credentials",
|
|
336
|
+
"type": "simple"
|
|
337
|
+
},
|
|
338
|
+
"type": "String"
|
|
297
339
|
},
|
|
298
340
|
{
|
|
341
|
+
"id": "configuration.region",
|
|
299
342
|
"label": "Region",
|
|
300
343
|
"description": "Specify the AWS region",
|
|
301
|
-
"
|
|
302
|
-
"type": "String",
|
|
344
|
+
"optional": true,
|
|
303
345
|
"feel": "optional",
|
|
346
|
+
"group": "configuration",
|
|
304
347
|
"binding": {
|
|
305
|
-
"
|
|
306
|
-
"
|
|
348
|
+
"name": "configuration.region",
|
|
349
|
+
"type": "zeebe:input"
|
|
307
350
|
},
|
|
308
|
-
"
|
|
309
|
-
"notEmpty": true,
|
|
310
|
-
"maxLength": 255
|
|
311
|
-
}
|
|
351
|
+
"type": "String"
|
|
312
352
|
},
|
|
313
353
|
{
|
|
314
|
-
"id": "
|
|
354
|
+
"id": "configuration.endpoint",
|
|
355
|
+
"label": "Endpoint",
|
|
356
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
357
|
+
"optional": true,
|
|
358
|
+
"group": "configuration",
|
|
359
|
+
"binding": {
|
|
360
|
+
"name": "configuration.endpoint",
|
|
361
|
+
"type": "zeebe:input"
|
|
362
|
+
},
|
|
363
|
+
"type": "Hidden"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"id": "awsFunction.operationType",
|
|
367
|
+
"label": "Operation type",
|
|
368
|
+
"optional": false,
|
|
369
|
+
"value": "sync",
|
|
315
370
|
"group": "operation",
|
|
371
|
+
"binding": {
|
|
372
|
+
"name": "awsFunction.operationType",
|
|
373
|
+
"type": "zeebe:input"
|
|
374
|
+
},
|
|
316
375
|
"type": "Dropdown",
|
|
317
|
-
"value": "sync",
|
|
318
376
|
"choices": [
|
|
319
377
|
{
|
|
320
378
|
"name": "Invoke function (sync)",
|
|
321
379
|
"value": "sync"
|
|
322
380
|
}
|
|
323
|
-
]
|
|
324
|
-
"binding": {
|
|
325
|
-
"type": "zeebe:input",
|
|
326
|
-
"name": "awsFunction.operationType",
|
|
327
|
-
"key": "awsFunction.operationType"
|
|
328
|
-
}
|
|
381
|
+
]
|
|
329
382
|
},
|
|
330
383
|
{
|
|
384
|
+
"id": "awsFunction.functionName",
|
|
331
385
|
"label": "Function name",
|
|
332
386
|
"description": "Enter a name, ARN or alias of your function",
|
|
333
|
-
"
|
|
334
|
-
"
|
|
387
|
+
"optional": false,
|
|
388
|
+
"constraints": {
|
|
389
|
+
"notEmpty": true
|
|
390
|
+
},
|
|
335
391
|
"feel": "optional",
|
|
392
|
+
"group": "operationDetails",
|
|
336
393
|
"binding": {
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
},
|
|
340
|
-
"constraints": {
|
|
341
|
-
"notEmpty": true,
|
|
342
|
-
"maxLength": 255
|
|
394
|
+
"name": "awsFunction.functionName",
|
|
395
|
+
"type": "zeebe:input"
|
|
343
396
|
},
|
|
344
|
-
"
|
|
345
|
-
"property": "operationType",
|
|
346
|
-
"equals": "sync"
|
|
347
|
-
}
|
|
397
|
+
"type": "String"
|
|
348
398
|
},
|
|
349
399
|
{
|
|
400
|
+
"id": "awsFunction.payload",
|
|
350
401
|
"label": "Payload",
|
|
351
402
|
"description": "Provide payload for your function as JSON",
|
|
403
|
+
"optional": false,
|
|
404
|
+
"constraints": {
|
|
405
|
+
"notEmpty": true
|
|
406
|
+
},
|
|
407
|
+
"feel": "optional",
|
|
352
408
|
"group": "operationDetails",
|
|
353
|
-
"type": "Text",
|
|
354
|
-
"feel": "required",
|
|
355
409
|
"binding": {
|
|
356
|
-
"
|
|
357
|
-
"
|
|
410
|
+
"name": "awsFunction.payload",
|
|
411
|
+
"type": "zeebe:input"
|
|
358
412
|
},
|
|
359
|
-
"
|
|
360
|
-
"property": "operationType",
|
|
361
|
-
"equals": "sync"
|
|
362
|
-
}
|
|
413
|
+
"type": "Text"
|
|
363
414
|
},
|
|
364
415
|
{
|
|
416
|
+
"id": "resultVariable",
|
|
365
417
|
"label": "Result variable",
|
|
366
|
-
"description": "
|
|
418
|
+
"description": "Name of variable to store the response in",
|
|
367
419
|
"group": "output",
|
|
368
|
-
"type": "String",
|
|
369
420
|
"binding": {
|
|
370
|
-
"
|
|
371
|
-
"
|
|
372
|
-
}
|
|
421
|
+
"key": "resultVariable",
|
|
422
|
+
"type": "zeebe:taskHeader"
|
|
423
|
+
},
|
|
424
|
+
"type": "String"
|
|
373
425
|
},
|
|
374
426
|
{
|
|
427
|
+
"id": "resultExpression",
|
|
375
428
|
"label": "Result expression",
|
|
376
|
-
"description": "Expression to map the response into process variables
|
|
377
|
-
"group": "output",
|
|
378
|
-
"type": "Text",
|
|
429
|
+
"description": "Expression to map the response into process variables",
|
|
379
430
|
"feel": "required",
|
|
431
|
+
"group": "output",
|
|
380
432
|
"binding": {
|
|
381
|
-
"
|
|
382
|
-
"
|
|
383
|
-
}
|
|
433
|
+
"key": "resultExpression",
|
|
434
|
+
"type": "zeebe:taskHeader"
|
|
435
|
+
},
|
|
436
|
+
"type": "Text"
|
|
384
437
|
},
|
|
385
438
|
{
|
|
439
|
+
"id": "errorExpression",
|
|
386
440
|
"label": "Error expression",
|
|
387
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
388
|
-
"group": "errors",
|
|
389
|
-
"type": "Text",
|
|
441
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
390
442
|
"feel": "required",
|
|
443
|
+
"group": "error",
|
|
391
444
|
"binding": {
|
|
392
|
-
"
|
|
393
|
-
"
|
|
394
|
-
}
|
|
445
|
+
"key": "errorExpression",
|
|
446
|
+
"type": "zeebe:taskHeader"
|
|
447
|
+
},
|
|
448
|
+
"type": "Text"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"id": "retryCount",
|
|
452
|
+
"label": "Retries",
|
|
453
|
+
"description": "Number of retries",
|
|
454
|
+
"value": "3",
|
|
455
|
+
"feel": "optional",
|
|
456
|
+
"group": "retries",
|
|
457
|
+
"binding": {
|
|
458
|
+
"property": "retries",
|
|
459
|
+
"type": "zeebe:taskDefinition"
|
|
460
|
+
},
|
|
461
|
+
"type": "String"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"id": "retryBackoff",
|
|
465
|
+
"label": "Retry backoff",
|
|
466
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
467
|
+
"value": "PT0S",
|
|
468
|
+
"feel": "optional",
|
|
469
|
+
"group": "retries",
|
|
470
|
+
"binding": {
|
|
471
|
+
"key": "retryBackoff",
|
|
472
|
+
"type": "zeebe:taskHeader"
|
|
473
|
+
},
|
|
474
|
+
"type": "String"
|
|
395
475
|
}
|
|
396
476
|
],
|
|
397
477
|
"icon": {
|
|
398
|
-
"contents": "data:image/svg+xml;
|
|
478
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPgogICAgPHRpdGxlPkljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDhfTGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9J0ljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDgnIHN0cm9rZT0nbm9uZScgc3Ryb2tlLXdpZHRoPScxJyBmaWxsPSdub25lJwogICAgICAgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjQsNDQgQzEyLjk3Miw0NCA0LDM1LjAyOCA0LDI0IEM0LDEyLjk3MiAxMi45NzIsNCAyNCw0IEMzNS4wMjgsNCA0NCwxMi45NzIgNDQsMjQgQzQ0LDM1LjAyOCAzNS4wMjgsNDQgMjQsNDQgTDI0LDQ0IFogTTI0LDIgQzExLjg2OSwyIDIsMTEuODY5IDIsMjQgQzIsMzYuMTMxIDExLjg2OSw0NiAyNCw0NiBDMzYuMTMxLDQ2IDQ2LDM2LjEzMSA0NiwyNCBDNDYsMTEuODY5IDM2LjEzMSwyIDI0LDIgTDI0LDIgWiBNMTcuMjMxLDM1LjI1IEwxMS44NzYsMzUuMjUgTDE4LjIyMSwyMS45NTkgTDIwLjkwMiwyNy40OTIgTDE3LjIzMSwzNS4yNSBaIE0xOS4xMTQsMTkuMjE1IEMxOC45NDYsMTguODcgMTguNTk3LDE4LjY1MSAxOC4yMTQsMTguNjUxIEwxOC4yMTEsMTguNjUxIEMxNy44MjYsMTguNjUyIDE3LjQ3NywxOC44NzQgMTcuMzEyLDE5LjIyMSBMOS4zODksMzUuODE5IEM5LjI0LDM2LjEyOSA5LjI2MiwzNi40OTMgOS40NDUsMzYuNzgzIEM5LjYyOCwzNy4wNzQgOS45NDcsMzcuMjUgMTAuMjkxLDM3LjI1IEwxNy44NjQsMzcuMjUgQzE4LjI1MSwzNy4yNSAxOC42MDMsMzcuMDI3IDE4Ljc2OSwzNi42NzggTDIyLjkxNSwyNy45MTUgQzIzLjA0NCwyNy42NDIgMjMuMDQzLDI3LjMyMyAyMi45MTEsMjcuMDUxIEwxOS4xMTQsMTkuMjE1IFogTTM2LjEyNSwzNS4yNSBMMzAuNjczLDM1LjI1IEwyMC43NjEsMTMuOTUzIEMyMC41OTcsMTMuNjAxIDIwLjI0MywxMy4zNzUgMTkuODU0LDEzLjM3NSBMMTYuMjUxLDEzLjM3NSBMMTYuMjU1LDkuMjUgTDIzLjQ3NSw5LjI1IEwzMy4zMzksMzAuNTQ1IEMzMy41MDMsMzAuODk4IDMzLjg1NiwzMS4xMjUgMzQuMjQ2LDMxLjEyNSBMMzYuMTI1LDMxLjEyNSBMMzYuMTI1LDM1LjI1IFogTTM3LjEyNSwyOS4xMjUgTDM0Ljg4NSwyOS4xMjUgTDI1LjAyMSw3LjgzIEMyNC44NTYsNy40NzcgMjQuNTAzLDcuMjUgMjQuMTEzLDcuMjUgTDE1LjI1Niw3LjI1IEMxNC43MDQsNy4yNSAxNC4yNTcsNy42OTcgMTQuMjU2LDguMjQ5IEwxNC4yNSwxNC4zNzQgQzE0LjI1LDE0LjY0IDE0LjM1NSwxNC44OTQgMTQuNTQzLDE1LjA4MiBDMTQuNzMsMTUuMjcgMTQuOTg0LDE1LjM3NSAxNS4yNSwxNS4zNzUgTDE5LjIxNywxNS4zNzUgTDI5LjEyOSwzNi42NzIgQzI5LjI5MywzNy4wMjQgMjkuNjQ2LDM3LjI1IDMwLjAzNSwzNy4yNSBMMzcuMTI1LDM3LjI1IEMzNy42NzgsMzcuMjUgMzguMTI1LDM2LjgwMyAzOC4xMjUsMzYuMjUgTDM4LjEyNSwzMC4xMjUgQzM4LjEyNSwyOS41NzIgMzcuNjc4LDI5LjEyNSAzNy4xMjUsMjkuMTI1IEwzNy4xMjUsMjkuMTI1IFonCiAgICAgICAgICAgICAgaWQ9J0FtYXpvbi1MYW1iZGEtTGFtYmRhLUZ1bmN0aW9uX1Jlc291cmNlLUljb25fbGlnaHQtYmcnIGZpbGw9JyNENDVCMDcnPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"
|
|
399
479
|
},
|
|
400
480
|
"engines": {
|
|
401
|
-
"camunda": "^8.
|
|
481
|
+
"camunda": "^8.4"
|
|
402
482
|
}
|
|
403
483
|
},
|
|
404
484
|
{
|
|
405
485
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
406
|
-
"name": "AWS Lambda
|
|
486
|
+
"name": "AWS Lambda Outbound Connector",
|
|
407
487
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
408
|
-
"version":
|
|
488
|
+
"version": 3,
|
|
409
489
|
"description": "Invoke a function",
|
|
410
490
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
411
491
|
"category": {
|
|
@@ -585,11 +665,11 @@
|
|
|
585
665
|
},
|
|
586
666
|
{
|
|
587
667
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
588
|
-
"name": "AWS Lambda
|
|
668
|
+
"name": "AWS Lambda connector",
|
|
589
669
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
670
|
+
"version": 2,
|
|
590
671
|
"description": "Invoke a function",
|
|
591
672
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
592
|
-
"version": 5,
|
|
593
673
|
"category": {
|
|
594
674
|
"id": "connectors",
|
|
595
675
|
"name": "Connectors"
|
|
@@ -620,229 +700,149 @@
|
|
|
620
700
|
"label": "Output mapping"
|
|
621
701
|
},
|
|
622
702
|
{
|
|
623
|
-
"id": "
|
|
703
|
+
"id": "errors",
|
|
624
704
|
"label": "Error handling"
|
|
625
|
-
},
|
|
626
|
-
{
|
|
627
|
-
"id": "retries",
|
|
628
|
-
"label": "Retries"
|
|
629
705
|
}
|
|
630
706
|
],
|
|
631
707
|
"properties": [
|
|
632
708
|
{
|
|
709
|
+
"type": "Hidden",
|
|
633
710
|
"value": "io.camunda:aws-lambda:1",
|
|
634
711
|
"binding": {
|
|
635
|
-
"
|
|
636
|
-
"
|
|
637
|
-
}
|
|
638
|
-
"type": "Hidden"
|
|
712
|
+
"type": "zeebe:taskDefinition",
|
|
713
|
+
"property": "type"
|
|
714
|
+
}
|
|
639
715
|
},
|
|
640
716
|
{
|
|
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",
|
|
717
|
+
"label": "Access key",
|
|
718
|
+
"description": "Provide an access key of a user with permissions to invoke specified AWS Lambda function",
|
|
645
719
|
"group": "authentication",
|
|
720
|
+
"type": "String",
|
|
646
721
|
"binding": {
|
|
647
|
-
"
|
|
648
|
-
"
|
|
722
|
+
"type": "zeebe:input",
|
|
723
|
+
"name": "authentication.accessKey"
|
|
649
724
|
},
|
|
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
725
|
"constraints": {
|
|
668
726
|
"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"
|
|
727
|
+
}
|
|
682
728
|
},
|
|
683
729
|
{
|
|
684
|
-
"id": "authentication.secretKey",
|
|
685
730
|
"label": "Secret key",
|
|
686
731
|
"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
732
|
"group": "authentication",
|
|
733
|
+
"type": "String",
|
|
693
734
|
"binding": {
|
|
694
|
-
"
|
|
695
|
-
"
|
|
696
|
-
},
|
|
697
|
-
"condition": {
|
|
698
|
-
"property": "authentication.type",
|
|
699
|
-
"equals": "credentials",
|
|
700
|
-
"type": "simple"
|
|
735
|
+
"type": "zeebe:input",
|
|
736
|
+
"name": "authentication.secretKey"
|
|
701
737
|
},
|
|
702
|
-
"
|
|
738
|
+
"constraints": {
|
|
739
|
+
"notEmpty": true
|
|
740
|
+
}
|
|
703
741
|
},
|
|
704
742
|
{
|
|
705
|
-
"id": "configuration.region",
|
|
706
743
|
"label": "Region",
|
|
707
744
|
"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
745
|
"group": "configuration",
|
|
746
|
+
"type": "String",
|
|
747
|
+
"feel": "optional",
|
|
723
748
|
"binding": {
|
|
724
|
-
"
|
|
725
|
-
"
|
|
749
|
+
"type": "zeebe:input",
|
|
750
|
+
"name": "configuration.region"
|
|
726
751
|
},
|
|
727
|
-
"
|
|
752
|
+
"constraints": {
|
|
753
|
+
"notEmpty": true,
|
|
754
|
+
"maxLength": 255
|
|
755
|
+
}
|
|
728
756
|
},
|
|
729
757
|
{
|
|
730
|
-
"id": "
|
|
731
|
-
"label": "Operation type",
|
|
732
|
-
"optional": false,
|
|
733
|
-
"value": "sync",
|
|
758
|
+
"id": "operationType",
|
|
734
759
|
"group": "operation",
|
|
735
|
-
"binding": {
|
|
736
|
-
"name": "awsFunction.operationType",
|
|
737
|
-
"type": "zeebe:input"
|
|
738
|
-
},
|
|
739
760
|
"type": "Dropdown",
|
|
761
|
+
"value": "sync",
|
|
740
762
|
"choices": [
|
|
741
763
|
{
|
|
742
764
|
"name": "Invoke function (sync)",
|
|
743
765
|
"value": "sync"
|
|
744
766
|
}
|
|
745
|
-
]
|
|
767
|
+
],
|
|
768
|
+
"binding": {
|
|
769
|
+
"type": "zeebe:input",
|
|
770
|
+
"name": "awsFunction.operationType",
|
|
771
|
+
"key": "awsFunction.operationType"
|
|
772
|
+
}
|
|
746
773
|
},
|
|
747
774
|
{
|
|
748
|
-
"id": "awsFunction.functionName",
|
|
749
775
|
"label": "Function name",
|
|
750
776
|
"description": "Enter a name, ARN or alias of your function",
|
|
751
|
-
"optional": false,
|
|
752
|
-
"constraints": {
|
|
753
|
-
"notEmpty": true
|
|
754
|
-
},
|
|
755
|
-
"feel": "optional",
|
|
756
777
|
"group": "operationDetails",
|
|
778
|
+
"type": "String",
|
|
779
|
+
"feel": "optional",
|
|
757
780
|
"binding": {
|
|
758
|
-
"
|
|
759
|
-
"
|
|
781
|
+
"type": "zeebe:input",
|
|
782
|
+
"name": "awsFunction.functionName"
|
|
760
783
|
},
|
|
761
|
-
"
|
|
784
|
+
"constraints": {
|
|
785
|
+
"notEmpty": true,
|
|
786
|
+
"maxLength": 255
|
|
787
|
+
},
|
|
788
|
+
"condition": {
|
|
789
|
+
"property": "operationType",
|
|
790
|
+
"equals": "sync"
|
|
791
|
+
}
|
|
762
792
|
},
|
|
763
793
|
{
|
|
764
|
-
"id": "awsFunction.payload",
|
|
765
794
|
"label": "Payload",
|
|
766
795
|
"description": "Provide payload for your function as JSON",
|
|
767
|
-
"optional": false,
|
|
768
|
-
"constraints": {
|
|
769
|
-
"notEmpty": true
|
|
770
|
-
},
|
|
771
|
-
"feel": "optional",
|
|
772
796
|
"group": "operationDetails",
|
|
797
|
+
"type": "Text",
|
|
798
|
+
"feel": "required",
|
|
773
799
|
"binding": {
|
|
774
|
-
"
|
|
775
|
-
"
|
|
800
|
+
"type": "zeebe:input",
|
|
801
|
+
"name": "awsFunction.payload"
|
|
776
802
|
},
|
|
777
|
-
"
|
|
803
|
+
"condition": {
|
|
804
|
+
"property": "operationType",
|
|
805
|
+
"equals": "sync"
|
|
806
|
+
}
|
|
778
807
|
},
|
|
779
808
|
{
|
|
780
|
-
"id": "resultVariable",
|
|
781
809
|
"label": "Result variable",
|
|
782
|
-
"description": "
|
|
810
|
+
"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
811
|
"group": "output",
|
|
812
|
+
"type": "String",
|
|
784
813
|
"binding": {
|
|
785
|
-
"
|
|
786
|
-
"
|
|
787
|
-
}
|
|
788
|
-
"type": "String"
|
|
814
|
+
"type": "zeebe:taskHeader",
|
|
815
|
+
"key": "resultVariable"
|
|
816
|
+
}
|
|
789
817
|
},
|
|
790
818
|
{
|
|
791
|
-
"id": "resultExpression",
|
|
792
819
|
"label": "Result expression",
|
|
793
|
-
"description": "Expression to map the response into process variables",
|
|
794
|
-
"feel": "required",
|
|
820
|
+
"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
821
|
"group": "output",
|
|
822
|
+
"type": "Text",
|
|
823
|
+
"feel": "required",
|
|
796
824
|
"binding": {
|
|
797
|
-
"
|
|
798
|
-
"
|
|
799
|
-
}
|
|
800
|
-
"type": "Text"
|
|
825
|
+
"type": "zeebe:taskHeader",
|
|
826
|
+
"key": "resultExpression"
|
|
827
|
+
}
|
|
801
828
|
},
|
|
802
829
|
{
|
|
803
|
-
"id": "errorExpression",
|
|
804
830
|
"label": "Error expression",
|
|
805
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
831
|
+
"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>",
|
|
832
|
+
"group": "errors",
|
|
833
|
+
"type": "Text",
|
|
806
834
|
"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
835
|
"binding": {
|
|
822
|
-
"
|
|
823
|
-
"
|
|
824
|
-
}
|
|
825
|
-
"type": "String"
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"id": "retryBackoff",
|
|
829
|
-
"label": "Retry backoff",
|
|
830
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
831
|
-
"value": "PT0S",
|
|
832
|
-
"feel": "optional",
|
|
833
|
-
"group": "retries",
|
|
834
|
-
"binding": {
|
|
835
|
-
"key": "retryBackoff",
|
|
836
|
-
"type": "zeebe:taskHeader"
|
|
837
|
-
},
|
|
838
|
-
"type": "String"
|
|
836
|
+
"type": "zeebe:taskHeader",
|
|
837
|
+
"key": "errorExpression"
|
|
838
|
+
}
|
|
839
839
|
}
|
|
840
840
|
],
|
|
841
841
|
"icon": {
|
|
842
|
-
"contents": "data:image/svg+xml;
|
|
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"
|
|
843
843
|
},
|
|
844
844
|
"engines": {
|
|
845
|
-
"camunda": "^8.
|
|
845
|
+
"camunda": "^8.2"
|
|
846
846
|
}
|
|
847
847
|
},
|
|
848
848
|
{
|
|
@@ -850,9 +850,13 @@
|
|
|
850
850
|
"name": "AWS Lambda Outbound Connector",
|
|
851
851
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
852
852
|
"description": "Invoke AWS Lambda functions.",
|
|
853
|
-
"
|
|
854
|
-
"
|
|
855
|
-
|
|
853
|
+
"keywords": [
|
|
854
|
+
"invoke function",
|
|
855
|
+
"run function",
|
|
856
|
+
"execute function",
|
|
857
|
+
"serverless",
|
|
858
|
+
"function as a service"
|
|
859
|
+
],
|
|
856
860
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
857
861
|
"version": 6,
|
|
858
862
|
"category": {
|
|
@@ -1078,7 +1082,7 @@
|
|
|
1078
1082
|
{
|
|
1079
1083
|
"id": "resultVariable",
|
|
1080
1084
|
"label": "Result variable",
|
|
1081
|
-
"description": "Name of variable to store the response in",
|
|
1085
|
+
"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>.",
|
|
1082
1086
|
"group": "output",
|
|
1083
1087
|
"binding": {
|
|
1084
1088
|
"key": "resultVariable",
|
|
@@ -1089,7 +1093,7 @@
|
|
|
1089
1093
|
{
|
|
1090
1094
|
"id": "resultExpression",
|
|
1091
1095
|
"label": "Result expression",
|
|
1092
|
-
"description": "Expression to map the response into process variables",
|
|
1096
|
+
"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>.",
|
|
1093
1097
|
"feel": "required",
|
|
1094
1098
|
"group": "output",
|
|
1095
1099
|
"binding": {
|