@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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "GitHub Webhook Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnectorBoundary.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 2,
|
|
7
7
|
"description": "Receive events from GitHub",
|
|
8
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
|
|
9
9
|
"category": {
|
|
@@ -132,6 +132,18 @@
|
|
|
132
132
|
"notEmpty": true
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
|
+
{
|
|
136
|
+
"label": "Message ID expression",
|
|
137
|
+
"feel": "required",
|
|
138
|
+
"type": "String",
|
|
139
|
+
"optional": true,
|
|
140
|
+
"group": "activation",
|
|
141
|
+
"binding": {
|
|
142
|
+
"type": "zeebe:property",
|
|
143
|
+
"name": "messageIdExpression"
|
|
144
|
+
},
|
|
145
|
+
"description": "Expression to extract unique identifier of a message"
|
|
146
|
+
},
|
|
135
147
|
{
|
|
136
148
|
"label": "Condition",
|
|
137
149
|
"type": "String",
|
|
@@ -172,14 +184,14 @@
|
|
|
172
184
|
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z' transform='scale(64)' fill='%231B1F23'/%3E%3C/svg%3E"
|
|
173
185
|
},
|
|
174
186
|
"engines": {
|
|
175
|
-
"camunda": "^8.
|
|
187
|
+
"camunda": "^8.4"
|
|
176
188
|
}
|
|
177
189
|
},
|
|
178
190
|
{
|
|
179
191
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
180
192
|
"name": "GitHub Webhook Boundary Event Connector",
|
|
181
193
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnectorBoundary.v1",
|
|
182
|
-
"version":
|
|
194
|
+
"version": 1,
|
|
183
195
|
"description": "Receive events from GitHub",
|
|
184
196
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
|
|
185
197
|
"category": {
|
|
@@ -308,18 +320,6 @@
|
|
|
308
320
|
"notEmpty": true
|
|
309
321
|
}
|
|
310
322
|
},
|
|
311
|
-
{
|
|
312
|
-
"label": "Message ID expression",
|
|
313
|
-
"feel": "required",
|
|
314
|
-
"type": "String",
|
|
315
|
-
"optional": true,
|
|
316
|
-
"group": "activation",
|
|
317
|
-
"binding": {
|
|
318
|
-
"type": "zeebe:property",
|
|
319
|
-
"name": "messageIdExpression"
|
|
320
|
-
},
|
|
321
|
-
"description": "Expression to extract unique identifier of a message"
|
|
322
|
-
},
|
|
323
323
|
{
|
|
324
324
|
"label": "Condition",
|
|
325
325
|
"type": "String",
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z' transform='scale(64)' fill='%231B1F23'/%3E%3C/svg%3E"
|
|
361
361
|
},
|
|
362
362
|
"engines": {
|
|
363
|
-
"camunda": "^8.
|
|
363
|
+
"camunda": "^8.2"
|
|
364
364
|
}
|
|
365
365
|
},
|
|
366
366
|
{
|
|
@@ -372,19 +372,17 @@
|
|
|
372
372
|
"camunda": "^8.3"
|
|
373
373
|
},
|
|
374
374
|
"description": "Receive events from GitHub",
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
]
|
|
387
|
-
},
|
|
375
|
+
"keywords": [
|
|
376
|
+
"issue created",
|
|
377
|
+
"issue updated",
|
|
378
|
+
"issue deleted",
|
|
379
|
+
"pull request created",
|
|
380
|
+
"pull request updated",
|
|
381
|
+
"pull request deleted",
|
|
382
|
+
"repository created",
|
|
383
|
+
"repository updated",
|
|
384
|
+
"repository deleted"
|
|
385
|
+
],
|
|
388
386
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
|
|
389
387
|
"category": {
|
|
390
388
|
"id": "connectors",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "GitHub Webhook Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 3,
|
|
7
7
|
"description": "Receive events from GitHub",
|
|
8
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
|
|
9
9
|
"category": {
|
|
@@ -132,6 +132,18 @@
|
|
|
132
132
|
"notEmpty": true
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
|
+
{
|
|
136
|
+
"label": "Message ID expression",
|
|
137
|
+
"feel": "required",
|
|
138
|
+
"type": "String",
|
|
139
|
+
"optional": true,
|
|
140
|
+
"group": "activation",
|
|
141
|
+
"binding": {
|
|
142
|
+
"type": "zeebe:property",
|
|
143
|
+
"name": "messageIdExpression"
|
|
144
|
+
},
|
|
145
|
+
"description": "Expression to extract unique identifier of a message"
|
|
146
|
+
},
|
|
135
147
|
{
|
|
136
148
|
"label": "Condition",
|
|
137
149
|
"type": "String",
|
|
@@ -172,16 +184,16 @@
|
|
|
172
184
|
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z' transform='scale(64)' fill='%231B1F23'/%3E%3C/svg%3E"
|
|
173
185
|
},
|
|
174
186
|
"engines": {
|
|
175
|
-
"camunda": "^8.
|
|
187
|
+
"camunda": "^8.4"
|
|
176
188
|
}
|
|
177
189
|
},
|
|
178
190
|
{
|
|
179
191
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
180
|
-
"name": "GitHub
|
|
192
|
+
"name": "GitHub webhook connector",
|
|
181
193
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
|
|
182
|
-
"version":
|
|
194
|
+
"version": 1,
|
|
183
195
|
"description": "Receive events from GitHub",
|
|
184
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
196
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
|
|
185
197
|
"category": {
|
|
186
198
|
"id": "connectors",
|
|
187
199
|
"name": "Connectors"
|
|
@@ -255,7 +267,7 @@
|
|
|
255
267
|
},
|
|
256
268
|
{
|
|
257
269
|
"label": "GitHub secret",
|
|
258
|
-
"description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
270
|
+
"description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a> regarding GitHub secret",
|
|
259
271
|
"type": "String",
|
|
260
272
|
"group": "endpoint",
|
|
261
273
|
"optional": true,
|
|
@@ -308,18 +320,6 @@
|
|
|
308
320
|
"notEmpty": true
|
|
309
321
|
}
|
|
310
322
|
},
|
|
311
|
-
{
|
|
312
|
-
"label": "Message ID expression",
|
|
313
|
-
"feel": "required",
|
|
314
|
-
"type": "String",
|
|
315
|
-
"optional": true,
|
|
316
|
-
"group": "activation",
|
|
317
|
-
"binding": {
|
|
318
|
-
"type": "zeebe:property",
|
|
319
|
-
"name": "messageIdExpression"
|
|
320
|
-
},
|
|
321
|
-
"description": "Expression to extract unique identifier of a message"
|
|
322
|
-
},
|
|
323
323
|
{
|
|
324
324
|
"label": "Condition",
|
|
325
325
|
"type": "String",
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"type": "zeebe:property",
|
|
331
331
|
"name": "inbound.activationCondition"
|
|
332
332
|
},
|
|
333
|
-
"description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
333
|
+
"description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a>"
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
"label": "Result variable",
|
|
@@ -360,16 +360,16 @@
|
|
|
360
360
|
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z' transform='scale(64)' fill='%231B1F23'/%3E%3C/svg%3E"
|
|
361
361
|
},
|
|
362
362
|
"engines": {
|
|
363
|
-
"camunda": "^8.
|
|
363
|
+
"camunda": "^8.2"
|
|
364
364
|
}
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
368
|
-
"name": "GitHub
|
|
368
|
+
"name": "GitHub Webhook Intermediate Catch Event Connector",
|
|
369
369
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
|
|
370
|
-
"version":
|
|
370
|
+
"version": 2,
|
|
371
371
|
"description": "Receive events from GitHub",
|
|
372
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
372
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
|
|
373
373
|
"category": {
|
|
374
374
|
"id": "connectors",
|
|
375
375
|
"name": "Connectors"
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
445
|
"label": "GitHub secret",
|
|
446
|
-
"description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
446
|
+
"description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a> regarding GitHub secret",
|
|
447
447
|
"type": "String",
|
|
448
448
|
"group": "endpoint",
|
|
449
449
|
"optional": true,
|
|
@@ -506,7 +506,7 @@
|
|
|
506
506
|
"type": "zeebe:property",
|
|
507
507
|
"name": "inbound.activationCondition"
|
|
508
508
|
},
|
|
509
|
-
"description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
509
|
+
"description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a>"
|
|
510
510
|
},
|
|
511
511
|
{
|
|
512
512
|
"label": "Result variable",
|
|
@@ -548,19 +548,17 @@
|
|
|
548
548
|
"camunda": "^8.3"
|
|
549
549
|
},
|
|
550
550
|
"description": "Receive events from GitHub",
|
|
551
|
-
"
|
|
552
|
-
"
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
]
|
|
563
|
-
},
|
|
551
|
+
"keywords": [
|
|
552
|
+
"issue created",
|
|
553
|
+
"issue updated",
|
|
554
|
+
"issue deleted",
|
|
555
|
+
"pull request created",
|
|
556
|
+
"pull request updated",
|
|
557
|
+
"pull request deleted",
|
|
558
|
+
"repository created",
|
|
559
|
+
"repository updated",
|
|
560
|
+
"repository deleted"
|
|
561
|
+
],
|
|
564
562
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
|
|
565
563
|
"category": {
|
|
566
564
|
"id": "connectors",
|
|
@@ -230,19 +230,17 @@
|
|
|
230
230
|
"camunda": "^8.3"
|
|
231
231
|
},
|
|
232
232
|
"description": "Receive events from GitHub",
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
]
|
|
245
|
-
},
|
|
233
|
+
"keywords": [
|
|
234
|
+
"issue created",
|
|
235
|
+
"issue updated",
|
|
236
|
+
"issue deleted",
|
|
237
|
+
"pull request created",
|
|
238
|
+
"pull request updated",
|
|
239
|
+
"pull request deleted",
|
|
240
|
+
"repository created",
|
|
241
|
+
"repository updated",
|
|
242
|
+
"repository deleted"
|
|
243
|
+
],
|
|
246
244
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
|
|
247
245
|
"category": {
|
|
248
246
|
"id": "connectors",
|
|
@@ -2,25 +2,23 @@
|
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "GitHub Webhook Receive Task Connector",
|
|
5
|
-
"id": "io.camunda.connectors.webhook.
|
|
6
|
-
"version":
|
|
5
|
+
"id": "io.camunda.connectors.webhook.GithubWebhookConnectorReceive.v1",
|
|
6
|
+
"version": 1,
|
|
7
7
|
"engines": {
|
|
8
8
|
"camunda": "^8.3"
|
|
9
9
|
},
|
|
10
10
|
"description": "Receive events from GitHub",
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
]
|
|
23
|
-
},
|
|
11
|
+
"keywords": [
|
|
12
|
+
"issue created",
|
|
13
|
+
"issue updated",
|
|
14
|
+
"issue deleted",
|
|
15
|
+
"pull request created",
|
|
16
|
+
"pull request updated",
|
|
17
|
+
"pull request deleted",
|
|
18
|
+
"repository created",
|
|
19
|
+
"repository updated",
|
|
20
|
+
"repository deleted"
|
|
21
|
+
],
|
|
24
22
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
|
|
25
23
|
"category": {
|
|
26
24
|
"id": "connectors",
|
|
@@ -1,30 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "GitHub
|
|
4
|
+
"name": "GitHub webhook connector",
|
|
5
5
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnector.v1",
|
|
6
|
-
"version":
|
|
7
|
-
"engines": {
|
|
8
|
-
"camunda": "^8.3"
|
|
9
|
-
},
|
|
10
|
-
"deprecated": {
|
|
11
|
-
"message": "Migrate to GitHub Webhook Message Start Event Connector"
|
|
12
|
-
},
|
|
6
|
+
"version": 2,
|
|
13
7
|
"description": "Receive events from GitHub",
|
|
14
|
-
"
|
|
15
|
-
"keywords": [
|
|
16
|
-
"issue created",
|
|
17
|
-
"issue updated",
|
|
18
|
-
"issue deleted",
|
|
19
|
-
"pull request created",
|
|
20
|
-
"pull request updated",
|
|
21
|
-
"pull request deleted",
|
|
22
|
-
"repository created",
|
|
23
|
-
"repository updated",
|
|
24
|
-
"repository deleted"
|
|
25
|
-
]
|
|
26
|
-
},
|
|
27
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
|
|
28
9
|
"category": {
|
|
29
10
|
"id": "connectors",
|
|
30
11
|
"name": "Connectors"
|
|
@@ -87,7 +68,7 @@
|
|
|
87
68
|
},
|
|
88
69
|
{
|
|
89
70
|
"label": "GitHub secret",
|
|
90
|
-
"description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
71
|
+
"description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a> regarding GitHub secret",
|
|
91
72
|
"type": "String",
|
|
92
73
|
"group": "endpoint",
|
|
93
74
|
"optional": true,
|
|
@@ -122,7 +103,7 @@
|
|
|
122
103
|
"type": "zeebe:property",
|
|
123
104
|
"name": "inbound.activationCondition"
|
|
124
105
|
},
|
|
125
|
-
"description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
106
|
+
"description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a>"
|
|
126
107
|
},
|
|
127
108
|
{
|
|
128
109
|
"label": "Result variable",
|
|
@@ -150,6 +131,9 @@
|
|
|
150
131
|
],
|
|
151
132
|
"icon": {
|
|
152
133
|
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z' transform='scale(64)' fill='%231B1F23'/%3E%3C/svg%3E"
|
|
134
|
+
},
|
|
135
|
+
"engines": {
|
|
136
|
+
"camunda": "^8.2"
|
|
153
137
|
}
|
|
154
138
|
},
|
|
155
139
|
{
|
|
@@ -291,9 +275,9 @@
|
|
|
291
275
|
},
|
|
292
276
|
{
|
|
293
277
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
294
|
-
"name": "GitHub
|
|
278
|
+
"name": "GitHub Webhook Connector",
|
|
295
279
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnector.v1",
|
|
296
|
-
"version":
|
|
280
|
+
"version": 1,
|
|
297
281
|
"description": "Receive events from GitHub",
|
|
298
282
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
|
|
299
283
|
"category": {
|
|
@@ -307,7 +291,7 @@
|
|
|
307
291
|
"groups": [
|
|
308
292
|
{
|
|
309
293
|
"id": "endpoint",
|
|
310
|
-
"label": "Webhook
|
|
294
|
+
"label": "Webhook Configuration"
|
|
311
295
|
},
|
|
312
296
|
{
|
|
313
297
|
"id": "activation",
|
|
@@ -315,7 +299,7 @@
|
|
|
315
299
|
},
|
|
316
300
|
{
|
|
317
301
|
"id": "variable-mapping",
|
|
318
|
-
"label": "Variable
|
|
302
|
+
"label": "Variable Mapping"
|
|
319
303
|
}
|
|
320
304
|
],
|
|
321
305
|
"properties": [
|
|
@@ -396,27 +380,15 @@
|
|
|
396
380
|
"description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a>"
|
|
397
381
|
},
|
|
398
382
|
{
|
|
399
|
-
"label": "
|
|
400
|
-
"type": "String",
|
|
401
|
-
"group": "variable-mapping",
|
|
402
|
-
"optional": true,
|
|
403
|
-
"binding": {
|
|
404
|
-
"type": "zeebe:property",
|
|
405
|
-
"name": "resultVariable"
|
|
406
|
-
},
|
|
407
|
-
"description": "Name of variable to store the result of the connector in"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"label": "Result expression",
|
|
383
|
+
"label": "Variables",
|
|
411
384
|
"type": "String",
|
|
412
385
|
"group": "variable-mapping",
|
|
413
386
|
"feel": "required",
|
|
414
|
-
"optional": true,
|
|
415
387
|
"binding": {
|
|
416
388
|
"type": "zeebe:property",
|
|
417
|
-
"name": "
|
|
389
|
+
"name": "inbound.variableMapping"
|
|
418
390
|
},
|
|
419
|
-
"description": "
|
|
391
|
+
"description": "Variables extracted from the webhook payload (request) to start the process with. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a>"
|
|
420
392
|
}
|
|
421
393
|
],
|
|
422
394
|
"icon": {
|
|
@@ -428,11 +400,28 @@
|
|
|
428
400
|
},
|
|
429
401
|
{
|
|
430
402
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
431
|
-
"name": "GitHub Webhook Connector",
|
|
403
|
+
"name": "GitHub Webhook Start Event Connector",
|
|
432
404
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnector.v1",
|
|
433
|
-
"version":
|
|
405
|
+
"version": 4,
|
|
406
|
+
"engines": {
|
|
407
|
+
"camunda": "^8.3"
|
|
408
|
+
},
|
|
409
|
+
"deprecated": {
|
|
410
|
+
"message": "Migrate to GitHub Webhook Message Start Event Connector"
|
|
411
|
+
},
|
|
434
412
|
"description": "Receive events from GitHub",
|
|
435
|
-
"
|
|
413
|
+
"keywords": [
|
|
414
|
+
"issue created",
|
|
415
|
+
"issue updated",
|
|
416
|
+
"issue deleted",
|
|
417
|
+
"pull request created",
|
|
418
|
+
"pull request updated",
|
|
419
|
+
"pull request deleted",
|
|
420
|
+
"repository created",
|
|
421
|
+
"repository updated",
|
|
422
|
+
"repository deleted"
|
|
423
|
+
],
|
|
424
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
|
|
436
425
|
"category": {
|
|
437
426
|
"id": "connectors",
|
|
438
427
|
"name": "Connectors"
|
|
@@ -444,7 +433,7 @@
|
|
|
444
433
|
"groups": [
|
|
445
434
|
{
|
|
446
435
|
"id": "endpoint",
|
|
447
|
-
"label": "Webhook
|
|
436
|
+
"label": "Webhook configuration"
|
|
448
437
|
},
|
|
449
438
|
{
|
|
450
439
|
"id": "activation",
|
|
@@ -452,7 +441,7 @@
|
|
|
452
441
|
},
|
|
453
442
|
{
|
|
454
443
|
"id": "variable-mapping",
|
|
455
|
-
"label": "Variable
|
|
444
|
+
"label": "Variable mapping"
|
|
456
445
|
}
|
|
457
446
|
],
|
|
458
447
|
"properties": [
|
|
@@ -495,7 +484,7 @@
|
|
|
495
484
|
},
|
|
496
485
|
{
|
|
497
486
|
"label": "GitHub secret",
|
|
498
|
-
"description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
487
|
+
"description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a> regarding GitHub secret",
|
|
499
488
|
"type": "String",
|
|
500
489
|
"group": "endpoint",
|
|
501
490
|
"optional": true,
|
|
@@ -530,25 +519,34 @@
|
|
|
530
519
|
"type": "zeebe:property",
|
|
531
520
|
"name": "inbound.activationCondition"
|
|
532
521
|
},
|
|
533
|
-
"description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
522
|
+
"description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a>"
|
|
534
523
|
},
|
|
535
524
|
{
|
|
536
|
-
"label": "
|
|
525
|
+
"label": "Result variable",
|
|
526
|
+
"type": "String",
|
|
527
|
+
"group": "variable-mapping",
|
|
528
|
+
"optional": true,
|
|
529
|
+
"binding": {
|
|
530
|
+
"type": "zeebe:property",
|
|
531
|
+
"name": "resultVariable"
|
|
532
|
+
},
|
|
533
|
+
"description": "Name of variable to store the result of the connector in"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"label": "Result expression",
|
|
537
537
|
"type": "String",
|
|
538
538
|
"group": "variable-mapping",
|
|
539
539
|
"feel": "required",
|
|
540
|
+
"optional": true,
|
|
540
541
|
"binding": {
|
|
541
542
|
"type": "zeebe:property",
|
|
542
|
-
"name": "
|
|
543
|
+
"name": "resultExpression"
|
|
543
544
|
},
|
|
544
|
-
"description": "
|
|
545
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
545
546
|
}
|
|
546
547
|
],
|
|
547
548
|
"icon": {
|
|
548
549
|
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z' transform='scale(64)' fill='%231B1F23'/%3E%3C/svg%3E"
|
|
549
|
-
},
|
|
550
|
-
"engines": {
|
|
551
|
-
"camunda": "^8.2"
|
|
552
550
|
}
|
|
553
551
|
}
|
|
554
552
|
]
|