@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
|
@@ -417,9 +417,17 @@
|
|
|
417
417
|
"name": "AWS S3 Outbound Connector",
|
|
418
418
|
"id": "io.camunda.connectors.aws.s3.v1",
|
|
419
419
|
"description": "Execute S3 requests",
|
|
420
|
-
"
|
|
421
|
-
"
|
|
422
|
-
|
|
420
|
+
"keywords": [
|
|
421
|
+
"upload file",
|
|
422
|
+
"download file",
|
|
423
|
+
"delete file",
|
|
424
|
+
"upload object",
|
|
425
|
+
"download object",
|
|
426
|
+
"delete object",
|
|
427
|
+
"object storage",
|
|
428
|
+
"bucket",
|
|
429
|
+
"file storage"
|
|
430
|
+
],
|
|
423
431
|
"documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/amazon-s3/",
|
|
424
432
|
"version": 2,
|
|
425
433
|
"category": {
|
|
@@ -791,7 +799,7 @@
|
|
|
791
799
|
{
|
|
792
800
|
"id": "resultVariable",
|
|
793
801
|
"label": "Result variable",
|
|
794
|
-
"description": "Name of variable to store the response in",
|
|
802
|
+
"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>.",
|
|
795
803
|
"group": "output",
|
|
796
804
|
"binding": {
|
|
797
805
|
"key": "resultVariable",
|
|
@@ -802,7 +810,640 @@
|
|
|
802
810
|
{
|
|
803
811
|
"id": "resultExpression",
|
|
804
812
|
"label": "Result expression",
|
|
805
|
-
"description": "Expression to map the response into process variables",
|
|
813
|
+
"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>.",
|
|
814
|
+
"feel": "required",
|
|
815
|
+
"group": "output",
|
|
816
|
+
"binding": {
|
|
817
|
+
"key": "resultExpression",
|
|
818
|
+
"type": "zeebe:taskHeader"
|
|
819
|
+
},
|
|
820
|
+
"type": "Text"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"id": "errorExpression",
|
|
824
|
+
"label": "Error expression",
|
|
825
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
826
|
+
"feel": "required",
|
|
827
|
+
"group": "error",
|
|
828
|
+
"binding": {
|
|
829
|
+
"key": "errorExpression",
|
|
830
|
+
"type": "zeebe:taskHeader"
|
|
831
|
+
},
|
|
832
|
+
"type": "Text"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"id": "retryCount",
|
|
836
|
+
"label": "Retries",
|
|
837
|
+
"description": "Number of retries",
|
|
838
|
+
"value": "3",
|
|
839
|
+
"feel": "optional",
|
|
840
|
+
"group": "retries",
|
|
841
|
+
"binding": {
|
|
842
|
+
"property": "retries",
|
|
843
|
+
"type": "zeebe:taskDefinition"
|
|
844
|
+
},
|
|
845
|
+
"type": "String"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"id": "retryBackoff",
|
|
849
|
+
"label": "Retry backoff",
|
|
850
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
851
|
+
"value": "PT0S",
|
|
852
|
+
"group": "retries",
|
|
853
|
+
"binding": {
|
|
854
|
+
"key": "retryBackoff",
|
|
855
|
+
"type": "zeebe:taskHeader"
|
|
856
|
+
},
|
|
857
|
+
"type": "String"
|
|
858
|
+
}
|
|
859
|
+
],
|
|
860
|
+
"icon": {
|
|
861
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4xMjUgMy4wOTM4MUwxMC41MzEyIDguMDMxMzFMMTMuMTI1IDEyLjk2ODhMMTQuMTg3NSAxMi4zNzUxVjMuNjg3NTZMMTMuMTI1IDMuMDkzODFaIiBmaWxsPSIjRTI1NDQ0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuMTI1IDMuMDkzODFMNy45Mzc1IDMuNjg3NTZMNS4yOTY4OCA4LjAzMTMxTDcuOTM3NSAxMi4zNzUxTDEzLjEyNSAxMi45Njg4VjMuMDkzODFaIiBmaWxsPSIjN0IxRDEzIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi42NTYyNSAzLjA5MzgxTDEuODEyNSAzLjQ2ODgxVjEyLjU5MzhMMi42NTYyNSAxMi45Njg4TDcuOTM3NSA4LjAzMTMxTDIuNjU2MjUgMy4wOTM4MVoiIGZpbGw9IiM1ODE1MEQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjY0NDUzIDMuMDgzMzFMNy45NDQxMyA0LjU1NTUzVjExLjYzODhMMi42NDQ1MyAxMi45NzIyVjMuMDgzMzFaIiBmaWxsPSIjRTI1NDQ0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy45NDc1MiA1LjMzMzVMNS42OTcyNyA0Ljk3MjM3TDcuOTQ3NTIgMi40MTY4MUwxMC4xOTIyIDQuOTcyMzdMNy45NDc1MiA1LjMzMzVaIiBmaWxsPSIjNTgxNTBEIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuMTkyMiA0Ljk3MjM3TDcuOTQ0NzMgNS4zMzkwM0w1LjY5NzI3IDQuOTcyMzdWMi40MTY4MSIgZmlsbD0iIzU4MTUwRCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuOTQ3NTIgMTAuNjk0NEw1LjY5NzI3IDExLjExMTFMNy45NDc1MiAxMy4zMDU1TDEwLjE5MjIgMTEuMTExMUw3Ljk0NzUyIDEwLjY5NDRaIiBmaWxsPSIjNTgxNTBEIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy45Mzc1IDAuNTAwMDYxTDUuNjg3NSAxLjY4NzU2VjQuOTY4ODFMNy45NDQ1IDQuMzMzNDFMNy45Mzc1IDAuNTAwMDYxWiIgZmlsbD0iIzdCMUQxMyIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuOTQ0NzMgNi4xMzg5OEw1LjY5NzI3IDYuMzgzNDVWOS42NTk2M0w3Ljk0NDczIDkuOTE2NzZWNi4xMzg5OFoiIGZpbGw9IiM3QjFEMTMiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljk0NDczIDExLjY2NjZMNS42OTcyNyAxMS4xMDMxVjE0LjMyMzhMNy45NDQ3MyAxNS41VjExLjY2NjZaIiBmaWxsPSIjN0IxRDEzIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuMTkxOCAxMS4xMDMxTDcuOTQ0MzQgMTEuNjY2OFYxNS41TDEwLjE5MTggMTQuMzIzOFYxMS4xMDMxWiIgZmlsbD0iI0UyNTQ0NCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuOTQ0MzQgNi4xMzg5OEwxMC4xOTE4IDYuMzgzNDVWOS42NTk2M0w3Ljk0NDM0IDkuOTE2NzZWNi4xMzg5OFoiIGZpbGw9IiNFMjU0NDQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjkzNzUgMC41MDAwNjFMMTAuMTg3NSAxLjY4NzU2VjQuOTY4ODFMNy45Mzc1IDQuMzQzODFWMC41MDAwNjFaIiBmaWxsPSIjRTI1NDQ0Ii8+Cjwvc3ZnPgo="
|
|
862
|
+
}
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
866
|
+
"name": "AWS S3 Outbound Connector",
|
|
867
|
+
"id": "io.camunda.connectors.aws.s3.v1",
|
|
868
|
+
"description": "Execute S3 requests",
|
|
869
|
+
"keywords": [
|
|
870
|
+
"upload file",
|
|
871
|
+
"download file",
|
|
872
|
+
"delete file",
|
|
873
|
+
"upload object",
|
|
874
|
+
"download object",
|
|
875
|
+
"delete object",
|
|
876
|
+
"object storage",
|
|
877
|
+
"bucket",
|
|
878
|
+
"file storage"
|
|
879
|
+
],
|
|
880
|
+
"documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/amazon-s3/",
|
|
881
|
+
"version": 3,
|
|
882
|
+
"category": {
|
|
883
|
+
"id": "connectors",
|
|
884
|
+
"name": "Connectors"
|
|
885
|
+
},
|
|
886
|
+
"appliesTo": ["bpmn:Task"],
|
|
887
|
+
"elementType": {
|
|
888
|
+
"value": "bpmn:ServiceTask"
|
|
889
|
+
},
|
|
890
|
+
"engines": {
|
|
891
|
+
"camunda": "^8.10"
|
|
892
|
+
},
|
|
893
|
+
"groups": [
|
|
894
|
+
{
|
|
895
|
+
"id": "authentication",
|
|
896
|
+
"label": "Authentication"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"id": "configuration",
|
|
900
|
+
"label": "Configuration"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"id": "action",
|
|
904
|
+
"label": "Action"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"id": "deleteObject",
|
|
908
|
+
"label": "Delete an object"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"id": "uploadObject",
|
|
912
|
+
"label": "Upload an object"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"id": "downloadObject",
|
|
916
|
+
"label": "Download an object"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"id": "connector",
|
|
920
|
+
"label": "Connector"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"id": "output",
|
|
924
|
+
"label": "Output mapping"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"id": "error",
|
|
928
|
+
"label": "Error handling"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"id": "retries",
|
|
932
|
+
"label": "Retries"
|
|
933
|
+
}
|
|
934
|
+
],
|
|
935
|
+
"properties": [
|
|
936
|
+
{
|
|
937
|
+
"value": "io.camunda:aws-s3:1",
|
|
938
|
+
"binding": {
|
|
939
|
+
"property": "type",
|
|
940
|
+
"type": "zeebe:taskDefinition"
|
|
941
|
+
},
|
|
942
|
+
"type": "Hidden"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"id": "authentication.type",
|
|
946
|
+
"label": "Authentication",
|
|
947
|
+
"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>",
|
|
948
|
+
"value": "credentials",
|
|
949
|
+
"group": "authentication",
|
|
950
|
+
"binding": {
|
|
951
|
+
"name": "authentication.type",
|
|
952
|
+
"type": "zeebe:input"
|
|
953
|
+
},
|
|
954
|
+
"type": "Dropdown",
|
|
955
|
+
"choices": [
|
|
956
|
+
{
|
|
957
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
958
|
+
"value": "defaultCredentialsChain"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"name": "Credentials",
|
|
962
|
+
"value": "credentials"
|
|
963
|
+
}
|
|
964
|
+
]
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"id": "authentication.accessKey",
|
|
968
|
+
"label": "Access key",
|
|
969
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
970
|
+
"optional": false,
|
|
971
|
+
"constraints": {
|
|
972
|
+
"notEmpty": true
|
|
973
|
+
},
|
|
974
|
+
"feel": "optional",
|
|
975
|
+
"group": "authentication",
|
|
976
|
+
"binding": {
|
|
977
|
+
"name": "authentication.accessKey",
|
|
978
|
+
"type": "zeebe:input"
|
|
979
|
+
},
|
|
980
|
+
"condition": {
|
|
981
|
+
"property": "authentication.type",
|
|
982
|
+
"equals": "credentials",
|
|
983
|
+
"type": "simple"
|
|
984
|
+
},
|
|
985
|
+
"type": "String"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"id": "authentication.secretKey",
|
|
989
|
+
"label": "Secret key",
|
|
990
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
991
|
+
"optional": false,
|
|
992
|
+
"constraints": {
|
|
993
|
+
"notEmpty": true
|
|
994
|
+
},
|
|
995
|
+
"feel": "optional",
|
|
996
|
+
"group": "authentication",
|
|
997
|
+
"binding": {
|
|
998
|
+
"name": "authentication.secretKey",
|
|
999
|
+
"type": "zeebe:input"
|
|
1000
|
+
},
|
|
1001
|
+
"condition": {
|
|
1002
|
+
"property": "authentication.type",
|
|
1003
|
+
"equals": "credentials",
|
|
1004
|
+
"type": "simple"
|
|
1005
|
+
},
|
|
1006
|
+
"type": "String"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"id": "configuration.region",
|
|
1010
|
+
"label": "Region",
|
|
1011
|
+
"description": "Specify the AWS region",
|
|
1012
|
+
"optional": false,
|
|
1013
|
+
"constraints": {
|
|
1014
|
+
"notEmpty": true
|
|
1015
|
+
},
|
|
1016
|
+
"feel": "optional",
|
|
1017
|
+
"group": "configuration",
|
|
1018
|
+
"binding": {
|
|
1019
|
+
"name": "configuration.region",
|
|
1020
|
+
"type": "zeebe:input"
|
|
1021
|
+
},
|
|
1022
|
+
"type": "String"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"id": "configuration.endpoint",
|
|
1026
|
+
"label": "Endpoint",
|
|
1027
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1028
|
+
"optional": true,
|
|
1029
|
+
"group": "configuration",
|
|
1030
|
+
"binding": {
|
|
1031
|
+
"name": "configuration.endpoint",
|
|
1032
|
+
"type": "zeebe:input"
|
|
1033
|
+
},
|
|
1034
|
+
"type": "Hidden"
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"id": "actionDiscriminator",
|
|
1038
|
+
"label": "Action",
|
|
1039
|
+
"value": "uploadObject",
|
|
1040
|
+
"group": "action",
|
|
1041
|
+
"binding": {
|
|
1042
|
+
"name": "actionDiscriminator",
|
|
1043
|
+
"type": "zeebe:input"
|
|
1044
|
+
},
|
|
1045
|
+
"type": "Dropdown",
|
|
1046
|
+
"choices": [
|
|
1047
|
+
{
|
|
1048
|
+
"name": "Delete object",
|
|
1049
|
+
"value": "deleteObject"
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"name": "Download object",
|
|
1053
|
+
"value": "downloadObject"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"name": "Upload object",
|
|
1057
|
+
"value": "uploadObject"
|
|
1058
|
+
}
|
|
1059
|
+
]
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"id": "deleteActionBucket",
|
|
1063
|
+
"label": "AWS bucket",
|
|
1064
|
+
"optional": false,
|
|
1065
|
+
"constraints": {
|
|
1066
|
+
"notEmpty": true
|
|
1067
|
+
},
|
|
1068
|
+
"feel": "optional",
|
|
1069
|
+
"group": "deleteObject",
|
|
1070
|
+
"binding": {
|
|
1071
|
+
"name": "action.bucket",
|
|
1072
|
+
"type": "zeebe:input"
|
|
1073
|
+
},
|
|
1074
|
+
"condition": {
|
|
1075
|
+
"property": "actionDiscriminator",
|
|
1076
|
+
"equals": "deleteObject",
|
|
1077
|
+
"type": "simple"
|
|
1078
|
+
},
|
|
1079
|
+
"tooltip": "Bucket from where an object should be deleted",
|
|
1080
|
+
"type": "String"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"id": "deleteActionKey",
|
|
1084
|
+
"label": "AWS key",
|
|
1085
|
+
"optional": false,
|
|
1086
|
+
"constraints": {
|
|
1087
|
+
"notEmpty": true
|
|
1088
|
+
},
|
|
1089
|
+
"feel": "optional",
|
|
1090
|
+
"group": "deleteObject",
|
|
1091
|
+
"binding": {
|
|
1092
|
+
"name": "action.key",
|
|
1093
|
+
"type": "zeebe:input"
|
|
1094
|
+
},
|
|
1095
|
+
"condition": {
|
|
1096
|
+
"property": "actionDiscriminator",
|
|
1097
|
+
"equals": "deleteObject",
|
|
1098
|
+
"type": "simple"
|
|
1099
|
+
},
|
|
1100
|
+
"tooltip": "Key of the object which should be deleted",
|
|
1101
|
+
"type": "String"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"id": "uploadActionBucket",
|
|
1105
|
+
"label": "AWS bucket",
|
|
1106
|
+
"optional": false,
|
|
1107
|
+
"constraints": {
|
|
1108
|
+
"notEmpty": true
|
|
1109
|
+
},
|
|
1110
|
+
"feel": "optional",
|
|
1111
|
+
"group": "uploadObject",
|
|
1112
|
+
"binding": {
|
|
1113
|
+
"name": "action.bucket",
|
|
1114
|
+
"type": "zeebe:input"
|
|
1115
|
+
},
|
|
1116
|
+
"condition": {
|
|
1117
|
+
"property": "actionDiscriminator",
|
|
1118
|
+
"equals": "uploadObject",
|
|
1119
|
+
"type": "simple"
|
|
1120
|
+
},
|
|
1121
|
+
"tooltip": "Bucket from where an object should be uploaded",
|
|
1122
|
+
"type": "String"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"id": "uploadActionKey",
|
|
1126
|
+
"label": "AWS key",
|
|
1127
|
+
"optional": true,
|
|
1128
|
+
"feel": "optional",
|
|
1129
|
+
"group": "uploadObject",
|
|
1130
|
+
"binding": {
|
|
1131
|
+
"name": "action.key",
|
|
1132
|
+
"type": "zeebe:input"
|
|
1133
|
+
},
|
|
1134
|
+
"condition": {
|
|
1135
|
+
"property": "actionDiscriminator",
|
|
1136
|
+
"equals": "uploadObject",
|
|
1137
|
+
"type": "simple"
|
|
1138
|
+
},
|
|
1139
|
+
"tooltip": "Key of the uploaded object, if not given. The file name from the document metadata will be used",
|
|
1140
|
+
"type": "String"
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"id": "action_document_documentSource",
|
|
1144
|
+
"label": "Document source",
|
|
1145
|
+
"value": "camunda",
|
|
1146
|
+
"group": "uploadObject",
|
|
1147
|
+
"binding": {
|
|
1148
|
+
"name": "action.action_document_documentSource",
|
|
1149
|
+
"type": "zeebe:input"
|
|
1150
|
+
},
|
|
1151
|
+
"condition": {
|
|
1152
|
+
"property": "actionDiscriminator",
|
|
1153
|
+
"equals": "uploadObject",
|
|
1154
|
+
"type": "simple"
|
|
1155
|
+
},
|
|
1156
|
+
"tooltip": "Document to be uploaded on AWS S3",
|
|
1157
|
+
"type": "Dropdown",
|
|
1158
|
+
"choices": [
|
|
1159
|
+
{
|
|
1160
|
+
"name": "Camunda Document",
|
|
1161
|
+
"value": "camunda"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"name": "Inline Content",
|
|
1165
|
+
"value": "inline"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "From URL",
|
|
1169
|
+
"value": "external"
|
|
1170
|
+
}
|
|
1171
|
+
]
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"id": "action_document_camundaReference",
|
|
1175
|
+
"label": "Camunda document",
|
|
1176
|
+
"constraints": {
|
|
1177
|
+
"notEmpty": true
|
|
1178
|
+
},
|
|
1179
|
+
"feel": "required",
|
|
1180
|
+
"group": "uploadObject",
|
|
1181
|
+
"binding": {
|
|
1182
|
+
"name": "action.action_document_camundaReference",
|
|
1183
|
+
"type": "zeebe:input"
|
|
1184
|
+
},
|
|
1185
|
+
"condition": {
|
|
1186
|
+
"allMatch": [
|
|
1187
|
+
{
|
|
1188
|
+
"property": "action_document_documentSource",
|
|
1189
|
+
"equals": "camunda",
|
|
1190
|
+
"type": "simple"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"property": "actionDiscriminator",
|
|
1194
|
+
"equals": "uploadObject",
|
|
1195
|
+
"type": "simple"
|
|
1196
|
+
}
|
|
1197
|
+
]
|
|
1198
|
+
},
|
|
1199
|
+
"type": "String"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"id": "action_document_inline_content",
|
|
1203
|
+
"label": "Content",
|
|
1204
|
+
"constraints": {
|
|
1205
|
+
"notEmpty": true
|
|
1206
|
+
},
|
|
1207
|
+
"feel": "optional",
|
|
1208
|
+
"group": "uploadObject",
|
|
1209
|
+
"binding": {
|
|
1210
|
+
"name": "action.action_document_inline_content",
|
|
1211
|
+
"type": "zeebe:input"
|
|
1212
|
+
},
|
|
1213
|
+
"condition": {
|
|
1214
|
+
"allMatch": [
|
|
1215
|
+
{
|
|
1216
|
+
"property": "action_document_documentSource",
|
|
1217
|
+
"equals": "inline",
|
|
1218
|
+
"type": "simple"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"property": "actionDiscriminator",
|
|
1222
|
+
"equals": "uploadObject",
|
|
1223
|
+
"type": "simple"
|
|
1224
|
+
}
|
|
1225
|
+
]
|
|
1226
|
+
},
|
|
1227
|
+
"type": "String"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"id": "action_document_inline_fileName",
|
|
1231
|
+
"label": "File name",
|
|
1232
|
+
"feel": "optional",
|
|
1233
|
+
"group": "uploadObject",
|
|
1234
|
+
"binding": {
|
|
1235
|
+
"name": "action.action_document_inline_fileName",
|
|
1236
|
+
"type": "zeebe:input"
|
|
1237
|
+
},
|
|
1238
|
+
"condition": {
|
|
1239
|
+
"allMatch": [
|
|
1240
|
+
{
|
|
1241
|
+
"property": "action_document_documentSource",
|
|
1242
|
+
"equals": "inline",
|
|
1243
|
+
"type": "simple"
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"property": "actionDiscriminator",
|
|
1247
|
+
"equals": "uploadObject",
|
|
1248
|
+
"type": "simple"
|
|
1249
|
+
}
|
|
1250
|
+
]
|
|
1251
|
+
},
|
|
1252
|
+
"type": "String"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"id": "action_document_inline_contentType",
|
|
1256
|
+
"label": "Content type",
|
|
1257
|
+
"feel": "optional",
|
|
1258
|
+
"group": "uploadObject",
|
|
1259
|
+
"binding": {
|
|
1260
|
+
"name": "action.action_document_inline_contentType",
|
|
1261
|
+
"type": "zeebe:input"
|
|
1262
|
+
},
|
|
1263
|
+
"condition": {
|
|
1264
|
+
"allMatch": [
|
|
1265
|
+
{
|
|
1266
|
+
"property": "action_document_documentSource",
|
|
1267
|
+
"equals": "inline",
|
|
1268
|
+
"type": "simple"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"property": "actionDiscriminator",
|
|
1272
|
+
"equals": "uploadObject",
|
|
1273
|
+
"type": "simple"
|
|
1274
|
+
}
|
|
1275
|
+
]
|
|
1276
|
+
},
|
|
1277
|
+
"type": "String"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"id": "action_document_external_url",
|
|
1281
|
+
"label": "URL",
|
|
1282
|
+
"constraints": {
|
|
1283
|
+
"notEmpty": true
|
|
1284
|
+
},
|
|
1285
|
+
"feel": "optional",
|
|
1286
|
+
"group": "uploadObject",
|
|
1287
|
+
"binding": {
|
|
1288
|
+
"name": "action.action_document_external_url",
|
|
1289
|
+
"type": "zeebe:input"
|
|
1290
|
+
},
|
|
1291
|
+
"condition": {
|
|
1292
|
+
"allMatch": [
|
|
1293
|
+
{
|
|
1294
|
+
"property": "action_document_documentSource",
|
|
1295
|
+
"equals": "external",
|
|
1296
|
+
"type": "simple"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"property": "actionDiscriminator",
|
|
1300
|
+
"equals": "uploadObject",
|
|
1301
|
+
"type": "simple"
|
|
1302
|
+
}
|
|
1303
|
+
]
|
|
1304
|
+
},
|
|
1305
|
+
"type": "String"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"id": "action_document_external_fileName",
|
|
1309
|
+
"label": "File name",
|
|
1310
|
+
"feel": "optional",
|
|
1311
|
+
"group": "uploadObject",
|
|
1312
|
+
"binding": {
|
|
1313
|
+
"name": "action.action_document_external_fileName",
|
|
1314
|
+
"type": "zeebe:input"
|
|
1315
|
+
},
|
|
1316
|
+
"condition": {
|
|
1317
|
+
"allMatch": [
|
|
1318
|
+
{
|
|
1319
|
+
"property": "action_document_documentSource",
|
|
1320
|
+
"equals": "external",
|
|
1321
|
+
"type": "simple"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"property": "actionDiscriminator",
|
|
1325
|
+
"equals": "uploadObject",
|
|
1326
|
+
"type": "simple"
|
|
1327
|
+
}
|
|
1328
|
+
]
|
|
1329
|
+
},
|
|
1330
|
+
"type": "String"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"id": "uploadActionDocument",
|
|
1334
|
+
"value": "=if action_document_documentSource = \"camunda\" then action_document_camundaReference else if action_document_documentSource = \"inline\" then { \"camunda.document.type\": \"inline\", content: action_document_inline_content, name: action_document_inline_fileName, contentType: action_document_inline_contentType } else if action_document_documentSource = \"external\" then { \"camunda.document.type\": \"external\", url: action_document_external_url, name: action_document_external_fileName } else null",
|
|
1335
|
+
"group": "uploadObject",
|
|
1336
|
+
"binding": {
|
|
1337
|
+
"name": "action.document",
|
|
1338
|
+
"type": "zeebe:input"
|
|
1339
|
+
},
|
|
1340
|
+
"condition": {
|
|
1341
|
+
"property": "actionDiscriminator",
|
|
1342
|
+
"equals": "uploadObject",
|
|
1343
|
+
"type": "simple"
|
|
1344
|
+
},
|
|
1345
|
+
"type": "Hidden"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"id": "downloadActionBucket",
|
|
1349
|
+
"label": "AWS bucket",
|
|
1350
|
+
"optional": false,
|
|
1351
|
+
"constraints": {
|
|
1352
|
+
"notEmpty": true
|
|
1353
|
+
},
|
|
1354
|
+
"feel": "optional",
|
|
1355
|
+
"group": "downloadObject",
|
|
1356
|
+
"binding": {
|
|
1357
|
+
"name": "action.bucket",
|
|
1358
|
+
"type": "zeebe:input"
|
|
1359
|
+
},
|
|
1360
|
+
"condition": {
|
|
1361
|
+
"property": "actionDiscriminator",
|
|
1362
|
+
"equals": "downloadObject",
|
|
1363
|
+
"type": "simple"
|
|
1364
|
+
},
|
|
1365
|
+
"tooltip": "Bucket from where an object should be downloaded",
|
|
1366
|
+
"type": "String"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"id": "downloadActionKey",
|
|
1370
|
+
"label": "AWS key",
|
|
1371
|
+
"optional": false,
|
|
1372
|
+
"constraints": {
|
|
1373
|
+
"notEmpty": true
|
|
1374
|
+
},
|
|
1375
|
+
"feel": "optional",
|
|
1376
|
+
"group": "downloadObject",
|
|
1377
|
+
"binding": {
|
|
1378
|
+
"name": "action.key",
|
|
1379
|
+
"type": "zeebe:input"
|
|
1380
|
+
},
|
|
1381
|
+
"condition": {
|
|
1382
|
+
"property": "actionDiscriminator",
|
|
1383
|
+
"equals": "downloadObject",
|
|
1384
|
+
"type": "simple"
|
|
1385
|
+
},
|
|
1386
|
+
"tooltip": "Key of the object which should be download",
|
|
1387
|
+
"type": "String"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"id": "downloadActionAsFile",
|
|
1391
|
+
"label": "Create document",
|
|
1392
|
+
"optional": false,
|
|
1393
|
+
"value": true,
|
|
1394
|
+
"feel": "static",
|
|
1395
|
+
"group": "downloadObject",
|
|
1396
|
+
"binding": {
|
|
1397
|
+
"name": "action.asFile",
|
|
1398
|
+
"type": "zeebe:input"
|
|
1399
|
+
},
|
|
1400
|
+
"condition": {
|
|
1401
|
+
"property": "actionDiscriminator",
|
|
1402
|
+
"equals": "downloadObject",
|
|
1403
|
+
"type": "simple"
|
|
1404
|
+
},
|
|
1405
|
+
"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.",
|
|
1406
|
+
"type": "Boolean"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"id": "version",
|
|
1410
|
+
"label": "Version",
|
|
1411
|
+
"description": "Version of the element template",
|
|
1412
|
+
"value": "3",
|
|
1413
|
+
"group": "connector",
|
|
1414
|
+
"binding": {
|
|
1415
|
+
"key": "elementTemplateVersion",
|
|
1416
|
+
"type": "zeebe:taskHeader"
|
|
1417
|
+
},
|
|
1418
|
+
"type": "Hidden"
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"id": "id",
|
|
1422
|
+
"label": "ID",
|
|
1423
|
+
"description": "ID of the element template",
|
|
1424
|
+
"value": "io.camunda.connectors.aws.s3.v1",
|
|
1425
|
+
"group": "connector",
|
|
1426
|
+
"binding": {
|
|
1427
|
+
"key": "elementTemplateId",
|
|
1428
|
+
"type": "zeebe:taskHeader"
|
|
1429
|
+
},
|
|
1430
|
+
"type": "Hidden"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"id": "resultVariable",
|
|
1434
|
+
"label": "Result variable",
|
|
1435
|
+
"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>.",
|
|
1436
|
+
"group": "output",
|
|
1437
|
+
"binding": {
|
|
1438
|
+
"key": "resultVariable",
|
|
1439
|
+
"type": "zeebe:taskHeader"
|
|
1440
|
+
},
|
|
1441
|
+
"type": "String"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"id": "resultExpression",
|
|
1445
|
+
"label": "Result expression",
|
|
1446
|
+
"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>.",
|
|
806
1447
|
"feel": "required",
|
|
807
1448
|
"group": "output",
|
|
808
1449
|
"binding": {
|