@camunda/connectors-element-templates 1.0.15 → 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 +8 -6
- 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 +175 -171
- 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-gemini-outbound-connector.json +705 -0
- 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 +1491 -1472
- 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 +215 -10
- 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 +687 -0
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +719 -0
- 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 +1484 -717
- 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
- package/src/element-templates/idp-classification-outbound-connector.json +0 -1141
- package/src/element-templates/idp-structured-extraction-outbound-connector.json +0 -656
- package/src/element-templates/idp-unstructured-extraction-outbound-connector.json +0 -1115
|
@@ -1,192 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Amazon EventBridge Connector",
|
|
5
|
-
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
6
|
-
"version": 1,
|
|
7
|
-
"description": "Send events to AWS EventBridge",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
9
|
-
"category": {
|
|
10
|
-
"id": "connectors",
|
|
11
|
-
"name": "Connectors"
|
|
12
|
-
},
|
|
13
|
-
"appliesTo": ["bpmn:Task"],
|
|
14
|
-
"elementType": {
|
|
15
|
-
"value": "bpmn:ServiceTask"
|
|
16
|
-
},
|
|
17
|
-
"groups": [
|
|
18
|
-
{
|
|
19
|
-
"id": "authentication",
|
|
20
|
-
"label": "Authentication"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"id": "configuration",
|
|
24
|
-
"label": "Configuration"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"id": "eventDetails",
|
|
28
|
-
"label": "Event Details"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"id": "eventPayload",
|
|
32
|
-
"label": "Event Payload"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"id": "output",
|
|
36
|
-
"label": "Output Mapping"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"id": "errors",
|
|
40
|
-
"label": "Error Handling"
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
"properties": [
|
|
44
|
-
{
|
|
45
|
-
"type": "Hidden",
|
|
46
|
-
"value": "io.camunda:aws-eventbridge:1",
|
|
47
|
-
"binding": {
|
|
48
|
-
"type": "zeebe:taskDefinition",
|
|
49
|
-
"property": "type"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"label": "Access key",
|
|
54
|
-
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
55
|
-
"group": "authentication",
|
|
56
|
-
"type": "String",
|
|
57
|
-
"binding": {
|
|
58
|
-
"type": "zeebe:input",
|
|
59
|
-
"name": "authentication.accessKey"
|
|
60
|
-
},
|
|
61
|
-
"constraints": {
|
|
62
|
-
"notEmpty": true
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"label": "Secret key",
|
|
67
|
-
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
68
|
-
"group": "authentication",
|
|
69
|
-
"type": "String",
|
|
70
|
-
"binding": {
|
|
71
|
-
"type": "zeebe:input",
|
|
72
|
-
"name": "authentication.secretKey"
|
|
73
|
-
},
|
|
74
|
-
"constraints": {
|
|
75
|
-
"notEmpty": true
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"label": "Region",
|
|
80
|
-
"description": "Specify the AWS region",
|
|
81
|
-
"group": "configuration",
|
|
82
|
-
"type": "String",
|
|
83
|
-
"feel": "optional",
|
|
84
|
-
"binding": {
|
|
85
|
-
"type": "zeebe:input",
|
|
86
|
-
"name": "configuration.region"
|
|
87
|
-
},
|
|
88
|
-
"constraints": {
|
|
89
|
-
"notEmpty": true,
|
|
90
|
-
"maxLength": 255
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"label": "Event bus name",
|
|
95
|
-
"description": "Enter the event bus name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
96
|
-
"group": "eventDetails",
|
|
97
|
-
"type": "String",
|
|
98
|
-
"feel": "optional",
|
|
99
|
-
"binding": {
|
|
100
|
-
"type": "zeebe:input",
|
|
101
|
-
"name": "input.eventBusName"
|
|
102
|
-
},
|
|
103
|
-
"constraints": {
|
|
104
|
-
"notEmpty": true
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"label": "Source",
|
|
109
|
-
"description": "Enter the event source value. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
110
|
-
"group": "eventDetails",
|
|
111
|
-
"type": "String",
|
|
112
|
-
"feel": "optional",
|
|
113
|
-
"binding": {
|
|
114
|
-
"type": "zeebe:input",
|
|
115
|
-
"name": "input.source"
|
|
116
|
-
},
|
|
117
|
-
"constraints": {
|
|
118
|
-
"notEmpty": true
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"label": "Detail type",
|
|
123
|
-
"description": "Enter the event detail type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
124
|
-
"group": "eventDetails",
|
|
125
|
-
"type": "String",
|
|
126
|
-
"feel": "optional",
|
|
127
|
-
"binding": {
|
|
128
|
-
"type": "zeebe:input",
|
|
129
|
-
"name": "input.detailType"
|
|
130
|
-
},
|
|
131
|
-
"constraints": {
|
|
132
|
-
"notEmpty": true
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"label": "Event payload",
|
|
137
|
-
"description": "Provide the payload for the event as JSON. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
138
|
-
"group": "eventPayload",
|
|
139
|
-
"type": "Text",
|
|
140
|
-
"feel": "required",
|
|
141
|
-
"optional": false,
|
|
142
|
-
"binding": {
|
|
143
|
-
"type": "zeebe:input",
|
|
144
|
-
"name": "input.detail"
|
|
145
|
-
},
|
|
146
|
-
"constraints": {
|
|
147
|
-
"notEmpty": true
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"label": "Result variable",
|
|
152
|
-
"description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
153
|
-
"group": "output",
|
|
154
|
-
"type": "String",
|
|
155
|
-
"binding": {
|
|
156
|
-
"type": "zeebe:taskHeader",
|
|
157
|
-
"key": "resultVariable"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"label": "Result expression",
|
|
162
|
-
"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>",
|
|
163
|
-
"group": "output",
|
|
164
|
-
"type": "Text",
|
|
165
|
-
"feel": "required",
|
|
166
|
-
"binding": {
|
|
167
|
-
"type": "zeebe:taskHeader",
|
|
168
|
-
"key": "resultExpression"
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"label": "Error expression",
|
|
173
|
-
"description": "Expression to handle errors",
|
|
174
|
-
"group": "errors",
|
|
175
|
-
"type": "Text",
|
|
176
|
-
"feel": "required",
|
|
177
|
-
"binding": {
|
|
178
|
-
"type": "zeebe:taskHeader",
|
|
179
|
-
"key": "errorExpression"
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
],
|
|
183
|
-
"icon": {
|
|
184
|
-
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
185
|
-
},
|
|
186
|
-
"engines": {
|
|
187
|
-
"camunda": "^8.2"
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
2
|
{
|
|
191
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
192
4
|
"name": "Amazon EventBridge Outbound Connector",
|
|
@@ -651,6 +463,194 @@
|
|
|
651
463
|
"camunda": "^8.2"
|
|
652
464
|
}
|
|
653
465
|
},
|
|
466
|
+
{
|
|
467
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
468
|
+
"name": "Amazon EventBridge Connector",
|
|
469
|
+
"id": "io.camunda.connectors.AWSEventBridge.v1",
|
|
470
|
+
"version": 1,
|
|
471
|
+
"description": "Send events to AWS EventBridge",
|
|
472
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
473
|
+
"category": {
|
|
474
|
+
"id": "connectors",
|
|
475
|
+
"name": "Connectors"
|
|
476
|
+
},
|
|
477
|
+
"appliesTo": ["bpmn:Task"],
|
|
478
|
+
"elementType": {
|
|
479
|
+
"value": "bpmn:ServiceTask"
|
|
480
|
+
},
|
|
481
|
+
"groups": [
|
|
482
|
+
{
|
|
483
|
+
"id": "authentication",
|
|
484
|
+
"label": "Authentication"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"id": "configuration",
|
|
488
|
+
"label": "Configuration"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"id": "eventDetails",
|
|
492
|
+
"label": "Event Details"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"id": "eventPayload",
|
|
496
|
+
"label": "Event Payload"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"id": "output",
|
|
500
|
+
"label": "Output Mapping"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"id": "errors",
|
|
504
|
+
"label": "Error Handling"
|
|
505
|
+
}
|
|
506
|
+
],
|
|
507
|
+
"properties": [
|
|
508
|
+
{
|
|
509
|
+
"type": "Hidden",
|
|
510
|
+
"value": "io.camunda:aws-eventbridge:1",
|
|
511
|
+
"binding": {
|
|
512
|
+
"type": "zeebe:taskDefinition",
|
|
513
|
+
"property": "type"
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"label": "Access key",
|
|
518
|
+
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
519
|
+
"group": "authentication",
|
|
520
|
+
"type": "String",
|
|
521
|
+
"binding": {
|
|
522
|
+
"type": "zeebe:input",
|
|
523
|
+
"name": "authentication.accessKey"
|
|
524
|
+
},
|
|
525
|
+
"constraints": {
|
|
526
|
+
"notEmpty": true
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"label": "Secret key",
|
|
531
|
+
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
532
|
+
"group": "authentication",
|
|
533
|
+
"type": "String",
|
|
534
|
+
"binding": {
|
|
535
|
+
"type": "zeebe:input",
|
|
536
|
+
"name": "authentication.secretKey"
|
|
537
|
+
},
|
|
538
|
+
"constraints": {
|
|
539
|
+
"notEmpty": true
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"label": "Region",
|
|
544
|
+
"description": "Specify the AWS region",
|
|
545
|
+
"group": "configuration",
|
|
546
|
+
"type": "String",
|
|
547
|
+
"feel": "optional",
|
|
548
|
+
"binding": {
|
|
549
|
+
"type": "zeebe:input",
|
|
550
|
+
"name": "configuration.region"
|
|
551
|
+
},
|
|
552
|
+
"constraints": {
|
|
553
|
+
"notEmpty": true,
|
|
554
|
+
"maxLength": 255
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"label": "Event bus name",
|
|
559
|
+
"description": "Enter the event bus name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
560
|
+
"group": "eventDetails",
|
|
561
|
+
"type": "String",
|
|
562
|
+
"feel": "optional",
|
|
563
|
+
"binding": {
|
|
564
|
+
"type": "zeebe:input",
|
|
565
|
+
"name": "input.eventBusName"
|
|
566
|
+
},
|
|
567
|
+
"constraints": {
|
|
568
|
+
"notEmpty": true
|
|
569
|
+
}
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"label": "Source",
|
|
573
|
+
"description": "Enter the event source value. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
574
|
+
"group": "eventDetails",
|
|
575
|
+
"type": "String",
|
|
576
|
+
"feel": "optional",
|
|
577
|
+
"binding": {
|
|
578
|
+
"type": "zeebe:input",
|
|
579
|
+
"name": "input.source"
|
|
580
|
+
},
|
|
581
|
+
"constraints": {
|
|
582
|
+
"notEmpty": true
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"label": "Detail type",
|
|
587
|
+
"description": "Enter the event detail type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
588
|
+
"group": "eventDetails",
|
|
589
|
+
"type": "String",
|
|
590
|
+
"feel": "optional",
|
|
591
|
+
"binding": {
|
|
592
|
+
"type": "zeebe:input",
|
|
593
|
+
"name": "input.detailType"
|
|
594
|
+
},
|
|
595
|
+
"constraints": {
|
|
596
|
+
"notEmpty": true
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"label": "Event payload",
|
|
601
|
+
"description": "Provide the payload for the event as JSON. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
|
|
602
|
+
"group": "eventPayload",
|
|
603
|
+
"type": "Text",
|
|
604
|
+
"feel": "required",
|
|
605
|
+
"optional": false,
|
|
606
|
+
"binding": {
|
|
607
|
+
"type": "zeebe:input",
|
|
608
|
+
"name": "input.detail"
|
|
609
|
+
},
|
|
610
|
+
"constraints": {
|
|
611
|
+
"notEmpty": true
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"label": "Result variable",
|
|
616
|
+
"description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
617
|
+
"group": "output",
|
|
618
|
+
"type": "String",
|
|
619
|
+
"binding": {
|
|
620
|
+
"type": "zeebe:taskHeader",
|
|
621
|
+
"key": "resultVariable"
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"label": "Result expression",
|
|
626
|
+
"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>",
|
|
627
|
+
"group": "output",
|
|
628
|
+
"type": "Text",
|
|
629
|
+
"feel": "required",
|
|
630
|
+
"binding": {
|
|
631
|
+
"type": "zeebe:taskHeader",
|
|
632
|
+
"key": "resultExpression"
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"label": "Error expression",
|
|
637
|
+
"description": "Expression to handle errors",
|
|
638
|
+
"group": "errors",
|
|
639
|
+
"type": "Text",
|
|
640
|
+
"feel": "required",
|
|
641
|
+
"binding": {
|
|
642
|
+
"type": "zeebe:taskHeader",
|
|
643
|
+
"key": "errorExpression"
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
],
|
|
647
|
+
"icon": {
|
|
648
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
649
|
+
},
|
|
650
|
+
"engines": {
|
|
651
|
+
"camunda": "^8.2"
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
654
|
{
|
|
655
655
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
656
656
|
"name": "Amazon EventBridge Outbound Connector",
|