@camunda/connectors-element-templates 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -4,16 +4,565 @@
|
|
|
4
4
|
"name": "Google Cloud Storage Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.google.gcp.v1",
|
|
6
6
|
"description": "Upload and download files from Google Cloud Storage.",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
"keywords": [
|
|
8
|
+
"download file from google cloud storage",
|
|
9
|
+
"upload file to google cloud storage",
|
|
10
|
+
"download file from gcs",
|
|
11
|
+
"upload file to gcs",
|
|
12
|
+
"gcs",
|
|
13
|
+
"download file",
|
|
14
|
+
"upload file",
|
|
15
|
+
"download object",
|
|
16
|
+
"upload object",
|
|
17
|
+
"cloud storage",
|
|
18
|
+
"object storage",
|
|
19
|
+
"file storage"
|
|
20
|
+
],
|
|
21
|
+
"documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/google-cloud-storage",
|
|
22
|
+
"version": 2,
|
|
23
|
+
"category": {
|
|
24
|
+
"id": "connectors",
|
|
25
|
+
"name": "Connectors"
|
|
26
|
+
},
|
|
27
|
+
"appliesTo": ["bpmn:Task"],
|
|
28
|
+
"elementType": {
|
|
29
|
+
"value": "bpmn:ServiceTask"
|
|
30
|
+
},
|
|
31
|
+
"engines": {
|
|
32
|
+
"camunda": "^8.10"
|
|
15
33
|
},
|
|
16
|
-
"
|
|
34
|
+
"groups": [
|
|
35
|
+
{
|
|
36
|
+
"id": "authentication",
|
|
37
|
+
"label": "Authentication"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "operation",
|
|
41
|
+
"label": "Operation"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"id": "additionalProperties",
|
|
45
|
+
"label": "Additional properties"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "connector",
|
|
49
|
+
"label": "Connector"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "output",
|
|
53
|
+
"label": "Output mapping"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "error",
|
|
57
|
+
"label": "Error handling"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "retries",
|
|
61
|
+
"label": "Retries"
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"properties": [
|
|
65
|
+
{
|
|
66
|
+
"value": "io.camunda:google-gcs:1",
|
|
67
|
+
"binding": {
|
|
68
|
+
"property": "type",
|
|
69
|
+
"type": "zeebe:taskDefinition"
|
|
70
|
+
},
|
|
71
|
+
"type": "Hidden"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"id": "authentication.jsonKey",
|
|
75
|
+
"label": "JSON key of the service account",
|
|
76
|
+
"description": "This is the key of the service account in JSON format. See <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/google-cloud-storage/#authentication\" target=\"_blank\">documentation</a> for details.",
|
|
77
|
+
"optional": false,
|
|
78
|
+
"constraints": {
|
|
79
|
+
"notEmpty": true
|
|
80
|
+
},
|
|
81
|
+
"feel": "optional",
|
|
82
|
+
"group": "authentication",
|
|
83
|
+
"binding": {
|
|
84
|
+
"name": "authentication.jsonKey",
|
|
85
|
+
"type": "zeebe:input"
|
|
86
|
+
},
|
|
87
|
+
"type": "String"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": "operationDiscriminator",
|
|
91
|
+
"label": "Operation",
|
|
92
|
+
"value": "uploadObject",
|
|
93
|
+
"group": "operation",
|
|
94
|
+
"binding": {
|
|
95
|
+
"name": "operationDiscriminator",
|
|
96
|
+
"type": "zeebe:input"
|
|
97
|
+
},
|
|
98
|
+
"type": "Dropdown",
|
|
99
|
+
"choices": [
|
|
100
|
+
{
|
|
101
|
+
"name": "Download object",
|
|
102
|
+
"value": "downloadObject"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "Upload object",
|
|
106
|
+
"value": "uploadObject"
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": "downloadOperationProject",
|
|
112
|
+
"label": "GCP project",
|
|
113
|
+
"optional": false,
|
|
114
|
+
"constraints": {
|
|
115
|
+
"notEmpty": true
|
|
116
|
+
},
|
|
117
|
+
"feel": "optional",
|
|
118
|
+
"group": "operation",
|
|
119
|
+
"binding": {
|
|
120
|
+
"name": "operation.project",
|
|
121
|
+
"type": "zeebe:input"
|
|
122
|
+
},
|
|
123
|
+
"condition": {
|
|
124
|
+
"property": "operationDiscriminator",
|
|
125
|
+
"equals": "downloadObject",
|
|
126
|
+
"type": "simple"
|
|
127
|
+
},
|
|
128
|
+
"tooltip": "The project where the bucket is located.",
|
|
129
|
+
"type": "String"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"id": "downloadOperationBucket",
|
|
133
|
+
"label": "Object Storage bucket",
|
|
134
|
+
"optional": false,
|
|
135
|
+
"constraints": {
|
|
136
|
+
"notEmpty": true
|
|
137
|
+
},
|
|
138
|
+
"feel": "optional",
|
|
139
|
+
"group": "operation",
|
|
140
|
+
"binding": {
|
|
141
|
+
"name": "operation.bucket",
|
|
142
|
+
"type": "zeebe:input"
|
|
143
|
+
},
|
|
144
|
+
"condition": {
|
|
145
|
+
"property": "operationDiscriminator",
|
|
146
|
+
"equals": "downloadObject",
|
|
147
|
+
"type": "simple"
|
|
148
|
+
},
|
|
149
|
+
"tooltip": "A bucket acts as a directory that organizes a set of objects.",
|
|
150
|
+
"type": "String"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"id": "downloadOperationFileName",
|
|
154
|
+
"label": "File name",
|
|
155
|
+
"optional": false,
|
|
156
|
+
"constraints": {
|
|
157
|
+
"notEmpty": true
|
|
158
|
+
},
|
|
159
|
+
"feel": "optional",
|
|
160
|
+
"group": "operation",
|
|
161
|
+
"binding": {
|
|
162
|
+
"name": "operation.fileName",
|
|
163
|
+
"type": "zeebe:input"
|
|
164
|
+
},
|
|
165
|
+
"condition": {
|
|
166
|
+
"property": "operationDiscriminator",
|
|
167
|
+
"equals": "downloadObject",
|
|
168
|
+
"type": "simple"
|
|
169
|
+
},
|
|
170
|
+
"tooltip": "Specify the name of the document to be downloaded.",
|
|
171
|
+
"type": "String"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"id": "downloadOperationAsFile",
|
|
175
|
+
"label": "Return document as reference",
|
|
176
|
+
"optional": false,
|
|
177
|
+
"value": true,
|
|
178
|
+
"feel": "static",
|
|
179
|
+
"group": "operation",
|
|
180
|
+
"binding": {
|
|
181
|
+
"name": "operation.asDocument",
|
|
182
|
+
"type": "zeebe:input"
|
|
183
|
+
},
|
|
184
|
+
"condition": {
|
|
185
|
+
"property": "operationDiscriminator",
|
|
186
|
+
"equals": "downloadObject",
|
|
187
|
+
"type": "simple"
|
|
188
|
+
},
|
|
189
|
+
"tooltip": "If checked, a Camunda document is created and its reference is returned\nIf not checked, no document is created and the content is passed as is",
|
|
190
|
+
"type": "Boolean"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"id": "uploadOperationProject",
|
|
194
|
+
"label": "GCP project",
|
|
195
|
+
"optional": false,
|
|
196
|
+
"constraints": {
|
|
197
|
+
"notEmpty": true
|
|
198
|
+
},
|
|
199
|
+
"feel": "optional",
|
|
200
|
+
"group": "operation",
|
|
201
|
+
"binding": {
|
|
202
|
+
"name": "operation.project",
|
|
203
|
+
"type": "zeebe:input"
|
|
204
|
+
},
|
|
205
|
+
"condition": {
|
|
206
|
+
"property": "operationDiscriminator",
|
|
207
|
+
"equals": "uploadObject",
|
|
208
|
+
"type": "simple"
|
|
209
|
+
},
|
|
210
|
+
"tooltip": "The project where the bucket is located.",
|
|
211
|
+
"type": "String"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"id": "uploadOperationBucket",
|
|
215
|
+
"label": "Object Storage bucket",
|
|
216
|
+
"optional": false,
|
|
217
|
+
"constraints": {
|
|
218
|
+
"notEmpty": true
|
|
219
|
+
},
|
|
220
|
+
"feel": "optional",
|
|
221
|
+
"group": "operation",
|
|
222
|
+
"binding": {
|
|
223
|
+
"name": "operation.bucket",
|
|
224
|
+
"type": "zeebe:input"
|
|
225
|
+
},
|
|
226
|
+
"condition": {
|
|
227
|
+
"property": "operationDiscriminator",
|
|
228
|
+
"equals": "uploadObject",
|
|
229
|
+
"type": "simple"
|
|
230
|
+
},
|
|
231
|
+
"tooltip": "A bucket acts as a directory that organizes a set of objects.",
|
|
232
|
+
"type": "String"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"id": "operation_document_documentSource",
|
|
236
|
+
"label": "Document source",
|
|
237
|
+
"value": "camunda",
|
|
238
|
+
"group": "operation",
|
|
239
|
+
"binding": {
|
|
240
|
+
"name": "operation.operation_document_documentSource",
|
|
241
|
+
"type": "zeebe:input"
|
|
242
|
+
},
|
|
243
|
+
"condition": {
|
|
244
|
+
"property": "operationDiscriminator",
|
|
245
|
+
"equals": "uploadObject",
|
|
246
|
+
"type": "simple"
|
|
247
|
+
},
|
|
248
|
+
"tooltip": "Document to be uploaded to Google Cloud Storage.",
|
|
249
|
+
"type": "Dropdown",
|
|
250
|
+
"choices": [
|
|
251
|
+
{
|
|
252
|
+
"name": "Camunda Document",
|
|
253
|
+
"value": "camunda"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "Inline Content",
|
|
257
|
+
"value": "inline"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "From URL",
|
|
261
|
+
"value": "external"
|
|
262
|
+
}
|
|
263
|
+
]
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"id": "operation_document_camundaReference",
|
|
267
|
+
"label": "Camunda document",
|
|
268
|
+
"constraints": {
|
|
269
|
+
"notEmpty": true
|
|
270
|
+
},
|
|
271
|
+
"feel": "required",
|
|
272
|
+
"group": "operation",
|
|
273
|
+
"binding": {
|
|
274
|
+
"name": "operation.operation_document_camundaReference",
|
|
275
|
+
"type": "zeebe:input"
|
|
276
|
+
},
|
|
277
|
+
"condition": {
|
|
278
|
+
"allMatch": [
|
|
279
|
+
{
|
|
280
|
+
"property": "operation_document_documentSource",
|
|
281
|
+
"equals": "camunda",
|
|
282
|
+
"type": "simple"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"property": "operationDiscriminator",
|
|
286
|
+
"equals": "uploadObject",
|
|
287
|
+
"type": "simple"
|
|
288
|
+
}
|
|
289
|
+
]
|
|
290
|
+
},
|
|
291
|
+
"type": "String"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"id": "operation_document_inline_content",
|
|
295
|
+
"label": "Content",
|
|
296
|
+
"constraints": {
|
|
297
|
+
"notEmpty": true
|
|
298
|
+
},
|
|
299
|
+
"feel": "optional",
|
|
300
|
+
"group": "operation",
|
|
301
|
+
"binding": {
|
|
302
|
+
"name": "operation.operation_document_inline_content",
|
|
303
|
+
"type": "zeebe:input"
|
|
304
|
+
},
|
|
305
|
+
"condition": {
|
|
306
|
+
"allMatch": [
|
|
307
|
+
{
|
|
308
|
+
"property": "operation_document_documentSource",
|
|
309
|
+
"equals": "inline",
|
|
310
|
+
"type": "simple"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"property": "operationDiscriminator",
|
|
314
|
+
"equals": "uploadObject",
|
|
315
|
+
"type": "simple"
|
|
316
|
+
}
|
|
317
|
+
]
|
|
318
|
+
},
|
|
319
|
+
"type": "String"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"id": "operation_document_inline_fileName",
|
|
323
|
+
"label": "File name",
|
|
324
|
+
"feel": "optional",
|
|
325
|
+
"group": "operation",
|
|
326
|
+
"binding": {
|
|
327
|
+
"name": "operation.operation_document_inline_fileName",
|
|
328
|
+
"type": "zeebe:input"
|
|
329
|
+
},
|
|
330
|
+
"condition": {
|
|
331
|
+
"allMatch": [
|
|
332
|
+
{
|
|
333
|
+
"property": "operation_document_documentSource",
|
|
334
|
+
"equals": "inline",
|
|
335
|
+
"type": "simple"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"property": "operationDiscriminator",
|
|
339
|
+
"equals": "uploadObject",
|
|
340
|
+
"type": "simple"
|
|
341
|
+
}
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
|
+
"type": "String"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"id": "operation_document_inline_contentType",
|
|
348
|
+
"label": "Content type",
|
|
349
|
+
"feel": "optional",
|
|
350
|
+
"group": "operation",
|
|
351
|
+
"binding": {
|
|
352
|
+
"name": "operation.operation_document_inline_contentType",
|
|
353
|
+
"type": "zeebe:input"
|
|
354
|
+
},
|
|
355
|
+
"condition": {
|
|
356
|
+
"allMatch": [
|
|
357
|
+
{
|
|
358
|
+
"property": "operation_document_documentSource",
|
|
359
|
+
"equals": "inline",
|
|
360
|
+
"type": "simple"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"property": "operationDiscriminator",
|
|
364
|
+
"equals": "uploadObject",
|
|
365
|
+
"type": "simple"
|
|
366
|
+
}
|
|
367
|
+
]
|
|
368
|
+
},
|
|
369
|
+
"type": "String"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"id": "operation_document_external_url",
|
|
373
|
+
"label": "URL",
|
|
374
|
+
"constraints": {
|
|
375
|
+
"notEmpty": true
|
|
376
|
+
},
|
|
377
|
+
"feel": "optional",
|
|
378
|
+
"group": "operation",
|
|
379
|
+
"binding": {
|
|
380
|
+
"name": "operation.operation_document_external_url",
|
|
381
|
+
"type": "zeebe:input"
|
|
382
|
+
},
|
|
383
|
+
"condition": {
|
|
384
|
+
"allMatch": [
|
|
385
|
+
{
|
|
386
|
+
"property": "operation_document_documentSource",
|
|
387
|
+
"equals": "external",
|
|
388
|
+
"type": "simple"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"property": "operationDiscriminator",
|
|
392
|
+
"equals": "uploadObject",
|
|
393
|
+
"type": "simple"
|
|
394
|
+
}
|
|
395
|
+
]
|
|
396
|
+
},
|
|
397
|
+
"type": "String"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"id": "operation_document_external_fileName",
|
|
401
|
+
"label": "File name",
|
|
402
|
+
"feel": "optional",
|
|
403
|
+
"group": "operation",
|
|
404
|
+
"binding": {
|
|
405
|
+
"name": "operation.operation_document_external_fileName",
|
|
406
|
+
"type": "zeebe:input"
|
|
407
|
+
},
|
|
408
|
+
"condition": {
|
|
409
|
+
"allMatch": [
|
|
410
|
+
{
|
|
411
|
+
"property": "operation_document_documentSource",
|
|
412
|
+
"equals": "external",
|
|
413
|
+
"type": "simple"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"property": "operationDiscriminator",
|
|
417
|
+
"equals": "uploadObject",
|
|
418
|
+
"type": "simple"
|
|
419
|
+
}
|
|
420
|
+
]
|
|
421
|
+
},
|
|
422
|
+
"type": "String"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"id": "uploadOperationDocument",
|
|
426
|
+
"value": "=if operation_document_documentSource = \"camunda\" then operation_document_camundaReference else if operation_document_documentSource = \"inline\" then { \"camunda.document.type\": \"inline\", content: operation_document_inline_content, name: operation_document_inline_fileName, contentType: operation_document_inline_contentType } else if operation_document_documentSource = \"external\" then { \"camunda.document.type\": \"external\", url: operation_document_external_url, name: operation_document_external_fileName } else null",
|
|
427
|
+
"group": "operation",
|
|
428
|
+
"binding": {
|
|
429
|
+
"name": "operation.document",
|
|
430
|
+
"type": "zeebe:input"
|
|
431
|
+
},
|
|
432
|
+
"condition": {
|
|
433
|
+
"property": "operationDiscriminator",
|
|
434
|
+
"equals": "uploadObject",
|
|
435
|
+
"type": "simple"
|
|
436
|
+
},
|
|
437
|
+
"type": "Hidden"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"id": "uploadOperationFileName",
|
|
441
|
+
"label": "Document file name",
|
|
442
|
+
"optional": true,
|
|
443
|
+
"feel": "optional",
|
|
444
|
+
"group": "additionalProperties",
|
|
445
|
+
"binding": {
|
|
446
|
+
"name": "operation.fileName",
|
|
447
|
+
"type": "zeebe:input"
|
|
448
|
+
},
|
|
449
|
+
"condition": {
|
|
450
|
+
"property": "operationDiscriminator",
|
|
451
|
+
"equals": "uploadObject",
|
|
452
|
+
"type": "simple"
|
|
453
|
+
},
|
|
454
|
+
"tooltip": "By default, the file's metadata name is used unless a custom name is specified.",
|
|
455
|
+
"type": "String"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"id": "version",
|
|
459
|
+
"label": "Version",
|
|
460
|
+
"description": "Version of the element template",
|
|
461
|
+
"value": "2",
|
|
462
|
+
"group": "connector",
|
|
463
|
+
"binding": {
|
|
464
|
+
"key": "elementTemplateVersion",
|
|
465
|
+
"type": "zeebe:taskHeader"
|
|
466
|
+
},
|
|
467
|
+
"type": "Hidden"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"id": "id",
|
|
471
|
+
"label": "ID",
|
|
472
|
+
"description": "ID of the element template",
|
|
473
|
+
"value": "io.camunda.connectors.google.gcp.v1",
|
|
474
|
+
"group": "connector",
|
|
475
|
+
"binding": {
|
|
476
|
+
"key": "elementTemplateId",
|
|
477
|
+
"type": "zeebe:taskHeader"
|
|
478
|
+
},
|
|
479
|
+
"type": "Hidden"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"id": "resultVariable",
|
|
483
|
+
"label": "Result variable",
|
|
484
|
+
"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>.",
|
|
485
|
+
"group": "output",
|
|
486
|
+
"binding": {
|
|
487
|
+
"key": "resultVariable",
|
|
488
|
+
"type": "zeebe:taskHeader"
|
|
489
|
+
},
|
|
490
|
+
"type": "String"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"id": "resultExpression",
|
|
494
|
+
"label": "Result expression",
|
|
495
|
+
"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>.",
|
|
496
|
+
"feel": "required",
|
|
497
|
+
"group": "output",
|
|
498
|
+
"binding": {
|
|
499
|
+
"key": "resultExpression",
|
|
500
|
+
"type": "zeebe:taskHeader"
|
|
501
|
+
},
|
|
502
|
+
"type": "Text"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"id": "errorExpression",
|
|
506
|
+
"label": "Error expression",
|
|
507
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
508
|
+
"feel": "required",
|
|
509
|
+
"group": "error",
|
|
510
|
+
"binding": {
|
|
511
|
+
"key": "errorExpression",
|
|
512
|
+
"type": "zeebe:taskHeader"
|
|
513
|
+
},
|
|
514
|
+
"type": "Text"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"id": "retryCount",
|
|
518
|
+
"label": "Retries",
|
|
519
|
+
"description": "Number of retries",
|
|
520
|
+
"value": "3",
|
|
521
|
+
"feel": "optional",
|
|
522
|
+
"group": "retries",
|
|
523
|
+
"binding": {
|
|
524
|
+
"property": "retries",
|
|
525
|
+
"type": "zeebe:taskDefinition"
|
|
526
|
+
},
|
|
527
|
+
"type": "String"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"id": "retryBackoff",
|
|
531
|
+
"label": "Retry backoff",
|
|
532
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
533
|
+
"value": "PT0S",
|
|
534
|
+
"group": "retries",
|
|
535
|
+
"binding": {
|
|
536
|
+
"key": "retryBackoff",
|
|
537
|
+
"type": "zeebe:taskHeader"
|
|
538
|
+
},
|
|
539
|
+
"type": "String"
|
|
540
|
+
}
|
|
541
|
+
],
|
|
542
|
+
"icon": {
|
|
543
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNhZWNiZmE7fS5jbHMtMntmaWxsOiM2NjlkZjY7fS5jbHMtM3tmaWxsOiM0Mjg1ZjQ7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5JY29uXzI0cHhfQ2xvdWRTdG9yYWdlX0NvbG9yPC90aXRsZT48ZyBkYXRhLW5hbWU9IlByb2R1Y3QgSWNvbnMiPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMiIgeT0iNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjciLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjIwIiB5PSI0IiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjIyIDQgMjAgNCAyMCAxMSAyMiA0Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIyIiB5PSI0IiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI2IiB5PSI3IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIxNSIgeT0iNiIgd2lkdGg9IjMiIGhlaWdodD0iMyIgcng9IjEuNSIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMiIgeT0iMTMiIHdpZHRoPSIyMCIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIyMCIgeT0iMTMiIHdpZHRoPSIyIiBoZWlnaHQ9IjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMjIgMTMgMjAgMTMgMjAgMjAgMjIgMTMiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjIiIHk9IjEzIiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI2IiB5PSIxNiIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMTUiIHk9IjE1IiB3aWR0aD0iMyIgaGVpZ2h0PSIzIiByeD0iMS41Ii8+PC9nPjwvc3ZnPg=="
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
548
|
+
"name": "Google Cloud Storage Outbound Connector",
|
|
549
|
+
"id": "io.camunda.connectors.google.gcp.v1",
|
|
550
|
+
"description": "Upload and download files from Google Cloud Storage.",
|
|
551
|
+
"keywords": [
|
|
552
|
+
"download file from google cloud storage",
|
|
553
|
+
"upload file to google cloud storage",
|
|
554
|
+
"download file from gcs",
|
|
555
|
+
"upload file to gcs",
|
|
556
|
+
"gcs",
|
|
557
|
+
"download file",
|
|
558
|
+
"upload file",
|
|
559
|
+
"download object",
|
|
560
|
+
"upload object",
|
|
561
|
+
"cloud storage",
|
|
562
|
+
"object storage",
|
|
563
|
+
"file storage"
|
|
564
|
+
],
|
|
565
|
+
"documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/google-cloud-storage",
|
|
17
566
|
"version": 1,
|
|
18
567
|
"category": {
|
|
19
568
|
"id": "connectors",
|
|
@@ -68,7 +617,7 @@
|
|
|
68
617
|
{
|
|
69
618
|
"id": "authentication.jsonKey",
|
|
70
619
|
"label": "JSON key of the service account",
|
|
71
|
-
"description": "This is the key of the service account in JSON format. See <a href=\"https://docs.camunda.io/docs/8.
|
|
620
|
+
"description": "This is the key of the service account in JSON format. See <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/google-cloud-storage/#authentication\" target=\"_blank\">documentation</a> for details.",
|
|
72
621
|
"optional": false,
|
|
73
622
|
"constraints": {
|
|
74
623
|
"notEmpty": true
|
|
@@ -292,7 +841,7 @@
|
|
|
292
841
|
{
|
|
293
842
|
"id": "resultVariable",
|
|
294
843
|
"label": "Result variable",
|
|
295
|
-
"description": "Name of variable to store the response in",
|
|
844
|
+
"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>.",
|
|
296
845
|
"group": "output",
|
|
297
846
|
"binding": {
|
|
298
847
|
"key": "resultVariable",
|
|
@@ -303,7 +852,7 @@
|
|
|
303
852
|
{
|
|
304
853
|
"id": "resultExpression",
|
|
305
854
|
"label": "Result expression",
|
|
306
|
-
"description": "Expression to map the response into process variables",
|
|
855
|
+
"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>.",
|
|
307
856
|
"feel": "required",
|
|
308
857
|
"group": "output",
|
|
309
858
|
"binding": {
|