@camunda/connectors-element-templates 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/connectors.js +2 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +163 -163
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1489 -1475
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +196 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +160 -20
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1203 -507
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
|
@@ -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": 1,
|
|
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,18 +132,6 @@
|
|
|
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
|
-
},
|
|
147
135
|
{
|
|
148
136
|
"label": "Condition",
|
|
149
137
|
"type": "String",
|
|
@@ -184,14 +172,14 @@
|
|
|
184
172
|
"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"
|
|
185
173
|
},
|
|
186
174
|
"engines": {
|
|
187
|
-
"camunda": "^8.
|
|
175
|
+
"camunda": "^8.2"
|
|
188
176
|
}
|
|
189
177
|
},
|
|
190
178
|
{
|
|
191
179
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
192
180
|
"name": "GitHub Webhook Boundary Event Connector",
|
|
193
181
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnectorBoundary.v1",
|
|
194
|
-
"version":
|
|
182
|
+
"version": 2,
|
|
195
183
|
"description": "Receive events from GitHub",
|
|
196
184
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
|
|
197
185
|
"category": {
|
|
@@ -320,6 +308,18 @@
|
|
|
320
308
|
"notEmpty": true
|
|
321
309
|
}
|
|
322
310
|
},
|
|
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.4"
|
|
364
364
|
}
|
|
365
365
|
},
|
|
366
366
|
{
|
|
@@ -1,11 +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 Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 2,
|
|
7
7
|
"description": "Receive events from GitHub",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"label": "GitHub secret",
|
|
82
|
-
"description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
82
|
+
"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",
|
|
83
83
|
"type": "String",
|
|
84
84
|
"group": "endpoint",
|
|
85
85
|
"optional": true,
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"type": "zeebe:property",
|
|
143
143
|
"name": "inbound.activationCondition"
|
|
144
144
|
},
|
|
145
|
-
"description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
145
|
+
"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>"
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
"label": "Result variable",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
180
180
|
"name": "GitHub Webhook Intermediate Catch Event Connector",
|
|
181
181
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
|
|
182
|
-
"version":
|
|
182
|
+
"version": 3,
|
|
183
183
|
"description": "Receive events from GitHub",
|
|
184
184
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
|
|
185
185
|
"category": {
|
|
@@ -308,6 +308,18 @@
|
|
|
308
308
|
"notEmpty": true
|
|
309
309
|
}
|
|
310
310
|
},
|
|
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
|
+
},
|
|
311
323
|
{
|
|
312
324
|
"label": "Condition",
|
|
313
325
|
"type": "String",
|
|
@@ -348,16 +360,16 @@
|
|
|
348
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"
|
|
349
361
|
},
|
|
350
362
|
"engines": {
|
|
351
|
-
"camunda": "^8.
|
|
363
|
+
"camunda": "^8.4"
|
|
352
364
|
}
|
|
353
365
|
},
|
|
354
366
|
{
|
|
355
367
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
356
|
-
"name": "GitHub
|
|
368
|
+
"name": "GitHub webhook connector",
|
|
357
369
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
|
|
358
|
-
"version":
|
|
370
|
+
"version": 1,
|
|
359
371
|
"description": "Receive events from GitHub",
|
|
360
|
-
"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-webhook/",
|
|
361
373
|
"category": {
|
|
362
374
|
"id": "connectors",
|
|
363
375
|
"name": "Connectors"
|
|
@@ -431,7 +443,7 @@
|
|
|
431
443
|
},
|
|
432
444
|
{
|
|
433
445
|
"label": "GitHub secret",
|
|
434
|
-
"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-webhook/' target='_blank'>See documentation</a> regarding GitHub secret",
|
|
435
447
|
"type": "String",
|
|
436
448
|
"group": "endpoint",
|
|
437
449
|
"optional": true,
|
|
@@ -484,18 +496,6 @@
|
|
|
484
496
|
"notEmpty": true
|
|
485
497
|
}
|
|
486
498
|
},
|
|
487
|
-
{
|
|
488
|
-
"label": "Message ID expression",
|
|
489
|
-
"feel": "required",
|
|
490
|
-
"type": "String",
|
|
491
|
-
"optional": true,
|
|
492
|
-
"group": "activation",
|
|
493
|
-
"binding": {
|
|
494
|
-
"type": "zeebe:property",
|
|
495
|
-
"name": "messageIdExpression"
|
|
496
|
-
},
|
|
497
|
-
"description": "Expression to extract unique identifier of a message"
|
|
498
|
-
},
|
|
499
499
|
{
|
|
500
500
|
"label": "Condition",
|
|
501
501
|
"type": "String",
|
|
@@ -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-webhook/' target='_blank'>See documentation</a>"
|
|
510
510
|
},
|
|
511
511
|
{
|
|
512
512
|
"label": "Result variable",
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
"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"
|
|
537
537
|
},
|
|
538
538
|
"engines": {
|
|
539
|
-
"camunda": "^8.
|
|
539
|
+
"camunda": "^8.2"
|
|
540
540
|
}
|
|
541
541
|
},
|
|
542
542
|
{
|
|
@@ -1,11 +1,30 @@
|
|
|
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 Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnector.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 4,
|
|
7
|
+
"engines": {
|
|
8
|
+
"camunda": "^8.3"
|
|
9
|
+
},
|
|
10
|
+
"deprecated": {
|
|
11
|
+
"message": "Migrate to GitHub Webhook Message Start Event Connector"
|
|
12
|
+
},
|
|
7
13
|
"description": "Receive events from GitHub",
|
|
8
|
-
"
|
|
14
|
+
"metadata": {
|
|
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",
|
|
9
28
|
"category": {
|
|
10
29
|
"id": "connectors",
|
|
11
30
|
"name": "Connectors"
|
|
@@ -68,7 +87,7 @@
|
|
|
68
87
|
},
|
|
69
88
|
{
|
|
70
89
|
"label": "GitHub secret",
|
|
71
|
-
"description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
90
|
+
"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",
|
|
72
91
|
"type": "String",
|
|
73
92
|
"group": "endpoint",
|
|
74
93
|
"optional": true,
|
|
@@ -103,7 +122,7 @@
|
|
|
103
122
|
"type": "zeebe:property",
|
|
104
123
|
"name": "inbound.activationCondition"
|
|
105
124
|
},
|
|
106
|
-
"description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
125
|
+
"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>"
|
|
107
126
|
},
|
|
108
127
|
{
|
|
109
128
|
"label": "Result variable",
|
|
@@ -131,18 +150,15 @@
|
|
|
131
150
|
],
|
|
132
151
|
"icon": {
|
|
133
152
|
"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"
|
|
137
153
|
}
|
|
138
154
|
},
|
|
139
155
|
{
|
|
140
156
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
141
|
-
"name": "GitHub Webhook Connector",
|
|
157
|
+
"name": "GitHub Webhook Start Event Connector",
|
|
142
158
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnector.v1",
|
|
143
|
-
"version":
|
|
159
|
+
"version": 3,
|
|
144
160
|
"description": "Receive events from GitHub",
|
|
145
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
161
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
|
|
146
162
|
"category": {
|
|
147
163
|
"id": "connectors",
|
|
148
164
|
"name": "Connectors"
|
|
@@ -154,7 +170,7 @@
|
|
|
154
170
|
"groups": [
|
|
155
171
|
{
|
|
156
172
|
"id": "endpoint",
|
|
157
|
-
"label": "Webhook
|
|
173
|
+
"label": "Webhook configuration"
|
|
158
174
|
},
|
|
159
175
|
{
|
|
160
176
|
"id": "activation",
|
|
@@ -162,7 +178,7 @@
|
|
|
162
178
|
},
|
|
163
179
|
{
|
|
164
180
|
"id": "variable-mapping",
|
|
165
|
-
"label": "Variable
|
|
181
|
+
"label": "Variable mapping"
|
|
166
182
|
}
|
|
167
183
|
],
|
|
168
184
|
"properties": [
|
|
@@ -205,7 +221,7 @@
|
|
|
205
221
|
},
|
|
206
222
|
{
|
|
207
223
|
"label": "GitHub secret",
|
|
208
|
-
"description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
224
|
+
"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",
|
|
209
225
|
"type": "String",
|
|
210
226
|
"group": "endpoint",
|
|
211
227
|
"optional": true,
|
|
@@ -240,18 +256,30 @@
|
|
|
240
256
|
"type": "zeebe:property",
|
|
241
257
|
"name": "inbound.activationCondition"
|
|
242
258
|
},
|
|
243
|
-
"description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
259
|
+
"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>"
|
|
244
260
|
},
|
|
245
261
|
{
|
|
246
|
-
"label": "
|
|
262
|
+
"label": "Result variable",
|
|
263
|
+
"type": "String",
|
|
264
|
+
"group": "variable-mapping",
|
|
265
|
+
"optional": true,
|
|
266
|
+
"binding": {
|
|
267
|
+
"type": "zeebe:property",
|
|
268
|
+
"name": "resultVariable"
|
|
269
|
+
},
|
|
270
|
+
"description": "Name of variable to store the result of the connector in"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"label": "Result expression",
|
|
247
274
|
"type": "String",
|
|
248
275
|
"group": "variable-mapping",
|
|
249
276
|
"feel": "required",
|
|
277
|
+
"optional": true,
|
|
250
278
|
"binding": {
|
|
251
279
|
"type": "zeebe:property",
|
|
252
|
-
"name": "
|
|
280
|
+
"name": "resultExpression"
|
|
253
281
|
},
|
|
254
|
-
"description": "
|
|
282
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
255
283
|
}
|
|
256
284
|
],
|
|
257
285
|
"icon": {
|
|
@@ -263,11 +291,11 @@
|
|
|
263
291
|
},
|
|
264
292
|
{
|
|
265
293
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
266
|
-
"name": "GitHub
|
|
294
|
+
"name": "GitHub webhook connector",
|
|
267
295
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnector.v1",
|
|
268
|
-
"version":
|
|
296
|
+
"version": 2,
|
|
269
297
|
"description": "Receive events from GitHub",
|
|
270
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
298
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
|
|
271
299
|
"category": {
|
|
272
300
|
"id": "connectors",
|
|
273
301
|
"name": "Connectors"
|
|
@@ -330,7 +358,7 @@
|
|
|
330
358
|
},
|
|
331
359
|
{
|
|
332
360
|
"label": "GitHub secret",
|
|
333
|
-
"description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
361
|
+
"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",
|
|
334
362
|
"type": "String",
|
|
335
363
|
"group": "endpoint",
|
|
336
364
|
"optional": true,
|
|
@@ -365,7 +393,7 @@
|
|
|
365
393
|
"type": "zeebe:property",
|
|
366
394
|
"name": "inbound.activationCondition"
|
|
367
395
|
},
|
|
368
|
-
"description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
396
|
+
"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>"
|
|
369
397
|
},
|
|
370
398
|
{
|
|
371
399
|
"label": "Result variable",
|
|
@@ -400,30 +428,11 @@
|
|
|
400
428
|
},
|
|
401
429
|
{
|
|
402
430
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
403
|
-
"name": "GitHub Webhook
|
|
431
|
+
"name": "GitHub Webhook Connector",
|
|
404
432
|
"id": "io.camunda.connectors.webhook.GithubWebhookConnector.v1",
|
|
405
|
-
"version":
|
|
406
|
-
"engines": {
|
|
407
|
-
"camunda": "^8.3"
|
|
408
|
-
},
|
|
409
|
-
"deprecated": {
|
|
410
|
-
"message": "Migrate to GitHub Webhook Message Start Event Connector"
|
|
411
|
-
},
|
|
433
|
+
"version": 1,
|
|
412
434
|
"description": "Receive events from GitHub",
|
|
413
|
-
"
|
|
414
|
-
"keywords": [
|
|
415
|
-
"issue created",
|
|
416
|
-
"issue updated",
|
|
417
|
-
"issue deleted",
|
|
418
|
-
"pull request created",
|
|
419
|
-
"pull request updated",
|
|
420
|
-
"pull request deleted",
|
|
421
|
-
"repository created",
|
|
422
|
-
"repository updated",
|
|
423
|
-
"repository deleted"
|
|
424
|
-
]
|
|
425
|
-
},
|
|
426
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
|
|
435
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
|
|
427
436
|
"category": {
|
|
428
437
|
"id": "connectors",
|
|
429
438
|
"name": "Connectors"
|
|
@@ -435,7 +444,7 @@
|
|
|
435
444
|
"groups": [
|
|
436
445
|
{
|
|
437
446
|
"id": "endpoint",
|
|
438
|
-
"label": "Webhook
|
|
447
|
+
"label": "Webhook Configuration"
|
|
439
448
|
},
|
|
440
449
|
{
|
|
441
450
|
"id": "activation",
|
|
@@ -443,7 +452,7 @@
|
|
|
443
452
|
},
|
|
444
453
|
{
|
|
445
454
|
"id": "variable-mapping",
|
|
446
|
-
"label": "Variable
|
|
455
|
+
"label": "Variable Mapping"
|
|
447
456
|
}
|
|
448
457
|
],
|
|
449
458
|
"properties": [
|
|
@@ -486,7 +495,7 @@
|
|
|
486
495
|
},
|
|
487
496
|
{
|
|
488
497
|
"label": "GitHub secret",
|
|
489
|
-
"description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
498
|
+
"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",
|
|
490
499
|
"type": "String",
|
|
491
500
|
"group": "endpoint",
|
|
492
501
|
"optional": true,
|
|
@@ -521,34 +530,25 @@
|
|
|
521
530
|
"type": "zeebe:property",
|
|
522
531
|
"name": "inbound.activationCondition"
|
|
523
532
|
},
|
|
524
|
-
"description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"label": "Result variable",
|
|
528
|
-
"type": "String",
|
|
529
|
-
"group": "variable-mapping",
|
|
530
|
-
"optional": true,
|
|
531
|
-
"binding": {
|
|
532
|
-
"type": "zeebe:property",
|
|
533
|
-
"name": "resultVariable"
|
|
534
|
-
},
|
|
535
|
-
"description": "Name of variable to store the result of the connector in"
|
|
533
|
+
"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>"
|
|
536
534
|
},
|
|
537
535
|
{
|
|
538
|
-
"label": "
|
|
536
|
+
"label": "Variables",
|
|
539
537
|
"type": "String",
|
|
540
538
|
"group": "variable-mapping",
|
|
541
539
|
"feel": "required",
|
|
542
|
-
"optional": true,
|
|
543
540
|
"binding": {
|
|
544
541
|
"type": "zeebe:property",
|
|
545
|
-
"name": "
|
|
542
|
+
"name": "inbound.variableMapping"
|
|
546
543
|
},
|
|
547
|
-
"description": "
|
|
544
|
+
"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>"
|
|
548
545
|
}
|
|
549
546
|
],
|
|
550
547
|
"icon": {
|
|
551
548
|
"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
552
|
}
|
|
553
553
|
}
|
|
554
554
|
]
|