@camunda/connectors-element-templates 1.0.7 → 1.0.8
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 +24 -0
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -31
- package/src/element-templates/agenticai-aiagent-job-worker.json +1655 -7
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2906 -1291
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +619 -619
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1325 -1325
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +10 -10
- package/src/element-templates/aws-lambda-outbound-connector.json +256 -256
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +311 -311
- package/src/element-templates/aws-sns-inbound-intermediate.json +328 -328
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +131 -131
- package/src/element-templates/aws-sns-outbound-connector.json +424 -424
- package/src/element-templates/aws-sqs-boundary-connector.json +305 -305
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +918 -918
- package/src/element-templates/aws-sqs-outbound-connector.json +743 -743
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +369 -369
- package/src/element-templates/aws-sqs-start-message.json +914 -914
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/csv-outbound-connector.json +26 -26
- package/src/element-templates/easy-post-connector.json +271 -271
- 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 +19 -19
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +503 -503
- package/src/element-templates/github-connector.json +2723 -2723
- package/src/element-templates/github-webhook-connector-intermediate.json +42 -42
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +32 -32
- package/src/element-templates/gitlab-connector.json +160 -160
- package/src/element-templates/google-drive-outbound-connector.json +438 -438
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +16 -16
- package/src/element-templates/google-sheets-outbound-connector.json +1059 -1059
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2662 -2057
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +631 -2
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +41 -41
- package/src/element-templates/kafka-inbound-connector-boundary.json +958 -958
- package/src/element-templates/kafka-inbound-connector-intermediate.json +681 -681
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +356 -356
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +4188 -4188
- package/src/element-templates/openai-connector.json +78 -78
- package/src/element-templates/operate-connector.json +79 -79
- package/src/element-templates/power-automate-connector.json +12 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +747 -747
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +681 -681
- package/src/element-templates/rabbitmq-outbound-connector.json +670 -670
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +397 -397
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +173 -173
- package/src/element-templates/slack-inbound-intermediate.json +232 -232
- package/src/element-templates/slack-inbound-message-start.json +209 -209
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +218 -218
- package/src/element-templates/slack-outbound-connector.json +955 -955
- package/src/element-templates/twilio-connector.json +87 -87
- package/src/element-templates/twilio-webhook-boundary-connector.json +26 -26
- package/src/element-templates/twilio-webhook-connector.json +20 -20
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/uipath-connector.json +41 -41
- package/src/element-templates/webhook-connector-boundary.json +1050 -1050
- package/src/element-templates/webhook-connector-intermediate.json +1356 -1356
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +2280 -2280
- package/src/element-templates/webhook-connector-start-message.json +1205 -1205
- package/src/element-templates/whatsapp-connector.json +42 -42
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
+
"name": "Twilio Receive Task Connector",
|
|
5
|
+
"id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
|
|
6
|
+
"version": 4,
|
|
7
|
+
"engines": {
|
|
8
|
+
"camunda": "^8.3"
|
|
9
|
+
},
|
|
10
|
+
"description": "Receive incoming message with Twilio service",
|
|
11
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "connectors",
|
|
14
|
+
"name": "Connectors"
|
|
15
|
+
},
|
|
16
|
+
"appliesTo": ["bpmn:ReceiveTask"],
|
|
17
|
+
"elementType": {
|
|
18
|
+
"value": "bpmn:ReceiveTask"
|
|
19
|
+
},
|
|
20
|
+
"groups": [
|
|
21
|
+
{
|
|
22
|
+
"id": "endpoint",
|
|
23
|
+
"label": "Webhook Configuration"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"id": "activation",
|
|
27
|
+
"label": "Activation"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "variable-mapping",
|
|
31
|
+
"label": "Variable Mapping"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"properties": [
|
|
35
|
+
{
|
|
36
|
+
"type": "Hidden",
|
|
37
|
+
"value": "io.camunda:webhook:1",
|
|
38
|
+
"binding": {
|
|
39
|
+
"type": "zeebe:property",
|
|
40
|
+
"name": "inbound.type"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"type": "Hidden",
|
|
45
|
+
"generatedValue": {
|
|
46
|
+
"type": "uuid"
|
|
47
|
+
},
|
|
48
|
+
"binding": {
|
|
49
|
+
"type": "bpmn:Message#property",
|
|
50
|
+
"name": "name"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "webhookMethod",
|
|
55
|
+
"label": "Webhook method",
|
|
56
|
+
"group": "endpoint",
|
|
57
|
+
"description": "Select HTTP method",
|
|
58
|
+
"value": "any",
|
|
59
|
+
"type": "Dropdown",
|
|
60
|
+
"choices": [
|
|
61
|
+
{
|
|
62
|
+
"name": "Any",
|
|
63
|
+
"value": "any"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "Get",
|
|
67
|
+
"value": "get"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Post",
|
|
71
|
+
"value": "post"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"binding": {
|
|
75
|
+
"type": "zeebe:property",
|
|
76
|
+
"name": "inbound.method"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"label": "Webhook ID",
|
|
81
|
+
"type": "String",
|
|
82
|
+
"group": "endpoint",
|
|
83
|
+
"binding": {
|
|
84
|
+
"type": "zeebe:property",
|
|
85
|
+
"name": "inbound.context"
|
|
86
|
+
},
|
|
87
|
+
"description": "The webhook ID is a part of the URL",
|
|
88
|
+
"constraints": {
|
|
89
|
+
"notEmpty": true
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"type": "Hidden",
|
|
94
|
+
"value": "ConfigurableInboundWebhook",
|
|
95
|
+
"binding": {
|
|
96
|
+
"type": "zeebe:property",
|
|
97
|
+
"name": "inbound.subtype"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"type": "Hidden",
|
|
102
|
+
"group": "endpoint",
|
|
103
|
+
"binding": {
|
|
104
|
+
"type": "zeebe:property",
|
|
105
|
+
"name": "inbound.context"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"id": "shouldValidateHmac",
|
|
110
|
+
"label": "HMAC authentication",
|
|
111
|
+
"group": "endpoint",
|
|
112
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
113
|
+
"value": "disabled",
|
|
114
|
+
"type": "Dropdown",
|
|
115
|
+
"choices": [
|
|
116
|
+
{
|
|
117
|
+
"name": "Enabled",
|
|
118
|
+
"value": "enabled"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "Disabled",
|
|
122
|
+
"value": "disabled"
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"binding": {
|
|
126
|
+
"type": "zeebe:property",
|
|
127
|
+
"name": "inbound.shouldValidateHmac"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"label": "HMAC secret key",
|
|
132
|
+
"description": "Shared secret key",
|
|
133
|
+
"type": "String",
|
|
134
|
+
"group": "endpoint",
|
|
135
|
+
"optional": true,
|
|
136
|
+
"binding": {
|
|
137
|
+
"type": "zeebe:property",
|
|
138
|
+
"name": "inbound.hmacSecret"
|
|
139
|
+
},
|
|
140
|
+
"condition": {
|
|
141
|
+
"property": "shouldValidateHmac",
|
|
142
|
+
"equals": "enabled"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"type": "Hidden",
|
|
147
|
+
"value": "x-twilio-signature",
|
|
148
|
+
"binding": {
|
|
149
|
+
"type": "zeebe:property",
|
|
150
|
+
"name": "inbound.hmacHeader"
|
|
151
|
+
},
|
|
152
|
+
"condition": {
|
|
153
|
+
"property": "shouldValidateHmac",
|
|
154
|
+
"equals": "enabled"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"type": "Hidden",
|
|
159
|
+
"value": "=[\"url\",\"body\",\"parameters\"]",
|
|
160
|
+
"binding": {
|
|
161
|
+
"type": "zeebe:property",
|
|
162
|
+
"name": "inbound.hmacScopes"
|
|
163
|
+
},
|
|
164
|
+
"condition": {
|
|
165
|
+
"property": "shouldValidateHmac",
|
|
166
|
+
"equals": "enabled"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"group": "endpoint",
|
|
171
|
+
"value": "sha_1",
|
|
172
|
+
"type": "Hidden",
|
|
173
|
+
"binding": {
|
|
174
|
+
"type": "zeebe:property",
|
|
175
|
+
"name": "inbound.hmacAlgorithm"
|
|
176
|
+
},
|
|
177
|
+
"condition": {
|
|
178
|
+
"property": "shouldValidateHmac",
|
|
179
|
+
"equals": "enabled"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"label": "Correlation key (process)",
|
|
184
|
+
"type": "String",
|
|
185
|
+
"group": "activation",
|
|
186
|
+
"feel": "required",
|
|
187
|
+
"description": "Sets up the correlation key from process variables",
|
|
188
|
+
"binding": {
|
|
189
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
190
|
+
"name": "correlationKey"
|
|
191
|
+
},
|
|
192
|
+
"constraints": {
|
|
193
|
+
"notEmpty": true
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"label": "Correlation key (payload)",
|
|
198
|
+
"type": "String",
|
|
199
|
+
"group": "activation",
|
|
200
|
+
"feel": "required",
|
|
201
|
+
"binding": {
|
|
202
|
+
"type": "zeebe:property",
|
|
203
|
+
"name": "correlationKeyExpression"
|
|
204
|
+
},
|
|
205
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
206
|
+
"constraints": {
|
|
207
|
+
"notEmpty": true
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"label": "Message ID expression",
|
|
212
|
+
"feel": "required",
|
|
213
|
+
"type": "String",
|
|
214
|
+
"optional": true,
|
|
215
|
+
"group": "activation",
|
|
216
|
+
"binding": {
|
|
217
|
+
"type": "zeebe:property",
|
|
218
|
+
"name": "messageIdExpression"
|
|
219
|
+
},
|
|
220
|
+
"description": "Expression to extract unique identifier of a message"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"label": "Condition",
|
|
224
|
+
"type": "String",
|
|
225
|
+
"group": "activation",
|
|
226
|
+
"feel": "required",
|
|
227
|
+
"optional": true,
|
|
228
|
+
"binding": {
|
|
229
|
+
"type": "zeebe:property",
|
|
230
|
+
"name": "inbound.activationCondition"
|
|
231
|
+
},
|
|
232
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"label": "Result variable",
|
|
236
|
+
"type": "String",
|
|
237
|
+
"group": "variable-mapping",
|
|
238
|
+
"optional": true,
|
|
239
|
+
"binding": {
|
|
240
|
+
"type": "zeebe:property",
|
|
241
|
+
"name": "resultVariable"
|
|
242
|
+
},
|
|
243
|
+
"description": "Name of variable to store the result of the connector in"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"label": "Result expression",
|
|
247
|
+
"type": "String",
|
|
248
|
+
"group": "variable-mapping",
|
|
249
|
+
"feel": "required",
|
|
250
|
+
"optional": true,
|
|
251
|
+
"binding": {
|
|
252
|
+
"type": "zeebe:property",
|
|
253
|
+
"name": "resultExpression"
|
|
254
|
+
},
|
|
255
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"icon": {
|
|
259
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
]
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "UiPath
|
|
4
|
+
"name": "UiPath connector",
|
|
5
5
|
"id": "io.camunda.connectors.UIPath.v1",
|
|
6
|
-
"version":
|
|
7
|
-
"engines": {
|
|
8
|
-
"camunda": "^8.3"
|
|
9
|
-
},
|
|
6
|
+
"version": 2,
|
|
10
7
|
"description": "Orchestrate your UiPath bots with Camunda. You can create new queue items and get the result from it",
|
|
11
8
|
"icon": {
|
|
12
9
|
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' width='18' height='18' id='Extra_Large' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 3261 1200' style='enable-background:new 0 0 3261 1200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FA4616;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0,0h1200v1200H0V0z M124.2,1075.8h951.6V124.2H124.2V1075.8z M604,309.5h124.2v363.6 c0,164.3-93.2,263.4-250.4,263.4c-154.3,0-245.4-97.2-245.4-263.4V309.5h124.2v363.6c0,91.2,38.1,146.2,124.2,146.2 c83.1,0,123.2-52.1,123.2-146.2V309.5z M964.6,309.5c0,44.1-32.1,74.1-76.1,74.1c-44.1,0-76.1-30-76.1-74.1 c0-45.1,32.1-76.1,76.1-76.1C932.5,233.4,964.6,264.4,964.6,309.5z M826.4,442.7h124.2v487.8H826.4V442.7z M1784,517.9 c0,133.2-88.1,212.4-223.4,212.4h-112.2v200.3h-124.2v-621h236.4C1697.8,309.5,1784,389.6,1784,517.9z M1657.8,517.9 c0-68.1-39.1-108.2-110.2-108.2h-99.2v221.4h99.2C1618.7,631.1,1657.8,591,1657.8,517.9z M2201.7,442.7h124.2v487.8h-124.2v-55.1 c-33.1,39.1-85.1,61.1-158.3,61.1c-132.2,0-225.4-104.2-225.4-249.4c0-144.2,91.2-250.4,225.4-250.4c71.1,0,125.2,25,158.3,67.1 V442.7z M2201.7,687.1c0-84.1-50.1-142.2-129.2-142.2c-79.1,0-128.2,55.1-128.2,142.2c0,81.1,44.1,140.2,128.2,140.2 C2148.6,827.4,2201.7,772.3,2201.7,687.1z M2629.4,824.4h49.1v106.2h-65.1c-118.2,0-169.3-56.1-169.3-171.3V547.9H2386V442.7h58.1 V309.5h124.2v133.2h109.2v105.2h-109.2v212.3C2568.3,803.3,2581.3,824.4,2629.4,824.4z M3214.3,647.1v283.5h-124.2V661.1 c0-74.1-38.1-122.2-111.2-122.2s-117.2,50.1-117.2,133.2v258.4h-124.2V279.5h124.2v213.4c31.1-37.1,80.1-57.1,147.2-57.1 C3124.2,435.7,3214.3,518.9,3214.3,647.1z M3200,279.5h21.7v4.2h-8.5v25.8h-4.8v-25.8h-8.5V279.5z M3261,279.5v30h-4.8v-22.8 l-9.7,22.8h-3.6l-9.7-22.8v22.8h-4.8v-30h6l10.3,23.4l10.3-23.4H3261z'/%3E%3C/g%3E%3C/svg%3E%0A"
|
|
@@ -51,7 +48,8 @@
|
|
|
51
48
|
"type": "Hidden",
|
|
52
49
|
"value": "io.camunda:http-json:1",
|
|
53
50
|
"binding": {
|
|
54
|
-
"type": "zeebe:taskDefinition
|
|
51
|
+
"type": "zeebe:taskDefinition",
|
|
52
|
+
"property": "type"
|
|
55
53
|
}
|
|
56
54
|
},
|
|
57
55
|
{
|
|
@@ -499,7 +497,7 @@
|
|
|
499
497
|
"constraints": {
|
|
500
498
|
"notEmpty": false,
|
|
501
499
|
"pattern": {
|
|
502
|
-
"value": "^(=|([0-9]
|
|
500
|
+
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
503
501
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
504
502
|
}
|
|
505
503
|
}
|
|
@@ -539,32 +537,11 @@
|
|
|
539
537
|
"type": "zeebe:taskHeader",
|
|
540
538
|
"key": "errorExpression"
|
|
541
539
|
}
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"id": "version",
|
|
545
|
-
"label": "Version",
|
|
546
|
-
"description": "Version of the element template",
|
|
547
|
-
"value": "5",
|
|
548
|
-
"group": "connector",
|
|
549
|
-
"binding": {
|
|
550
|
-
"key": "elementTemplateVersion",
|
|
551
|
-
"type": "zeebe:taskHeader"
|
|
552
|
-
},
|
|
553
|
-
"type": "Hidden"
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"id": "id",
|
|
557
|
-
"label": "ID",
|
|
558
|
-
"description": "ID of the element template",
|
|
559
|
-
"value": "io.camunda.connectors.UIPath.v1",
|
|
560
|
-
"group": "connector",
|
|
561
|
-
"binding": {
|
|
562
|
-
"key": "elementTemplateId",
|
|
563
|
-
"type": "zeebe:taskHeader"
|
|
564
|
-
},
|
|
565
|
-
"type": "Hidden"
|
|
566
540
|
}
|
|
567
|
-
]
|
|
541
|
+
],
|
|
542
|
+
"engines": {
|
|
543
|
+
"camunda": "^8.2"
|
|
544
|
+
}
|
|
568
545
|
},
|
|
569
546
|
{
|
|
570
547
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
@@ -1656,9 +1633,12 @@
|
|
|
1656
1633
|
},
|
|
1657
1634
|
{
|
|
1658
1635
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1659
|
-
"name": "UiPath
|
|
1636
|
+
"name": "UiPath Outbound Connector",
|
|
1660
1637
|
"id": "io.camunda.connectors.UIPath.v1",
|
|
1661
|
-
"version":
|
|
1638
|
+
"version": 5,
|
|
1639
|
+
"engines": {
|
|
1640
|
+
"camunda": "^8.3"
|
|
1641
|
+
},
|
|
1662
1642
|
"description": "Orchestrate your UiPath bots with Camunda. You can create new queue items and get the result from it",
|
|
1663
1643
|
"icon": {
|
|
1664
1644
|
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' width='18' height='18' id='Extra_Large' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 3261 1200' style='enable-background:new 0 0 3261 1200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FA4616;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0,0h1200v1200H0V0z M124.2,1075.8h951.6V124.2H124.2V1075.8z M604,309.5h124.2v363.6 c0,164.3-93.2,263.4-250.4,263.4c-154.3,0-245.4-97.2-245.4-263.4V309.5h124.2v363.6c0,91.2,38.1,146.2,124.2,146.2 c83.1,0,123.2-52.1,123.2-146.2V309.5z M964.6,309.5c0,44.1-32.1,74.1-76.1,74.1c-44.1,0-76.1-30-76.1-74.1 c0-45.1,32.1-76.1,76.1-76.1C932.5,233.4,964.6,264.4,964.6,309.5z M826.4,442.7h124.2v487.8H826.4V442.7z M1784,517.9 c0,133.2-88.1,212.4-223.4,212.4h-112.2v200.3h-124.2v-621h236.4C1697.8,309.5,1784,389.6,1784,517.9z M1657.8,517.9 c0-68.1-39.1-108.2-110.2-108.2h-99.2v221.4h99.2C1618.7,631.1,1657.8,591,1657.8,517.9z M2201.7,442.7h124.2v487.8h-124.2v-55.1 c-33.1,39.1-85.1,61.1-158.3,61.1c-132.2,0-225.4-104.2-225.4-249.4c0-144.2,91.2-250.4,225.4-250.4c71.1,0,125.2,25,158.3,67.1 V442.7z M2201.7,687.1c0-84.1-50.1-142.2-129.2-142.2c-79.1,0-128.2,55.1-128.2,142.2c0,81.1,44.1,140.2,128.2,140.2 C2148.6,827.4,2201.7,772.3,2201.7,687.1z M2629.4,824.4h49.1v106.2h-65.1c-118.2,0-169.3-56.1-169.3-171.3V547.9H2386V442.7h58.1 V309.5h124.2v133.2h109.2v105.2h-109.2v212.3C2568.3,803.3,2581.3,824.4,2629.4,824.4z M3214.3,647.1v283.5h-124.2V661.1 c0-74.1-38.1-122.2-111.2-122.2s-117.2,50.1-117.2,133.2v258.4h-124.2V279.5h124.2v213.4c31.1-37.1,80.1-57.1,147.2-57.1 C3124.2,435.7,3214.3,518.9,3214.3,647.1z M3200,279.5h21.7v4.2h-8.5v25.8h-4.8v-25.8h-8.5V279.5z M3261,279.5v30h-4.8v-22.8 l-9.7,22.8h-3.6l-9.7-22.8v22.8h-4.8v-30h6l10.3,23.4l10.3-23.4H3261z'/%3E%3C/g%3E%3C/svg%3E%0A"
|
|
@@ -1703,8 +1683,7 @@
|
|
|
1703
1683
|
"type": "Hidden",
|
|
1704
1684
|
"value": "io.camunda:http-json:1",
|
|
1705
1685
|
"binding": {
|
|
1706
|
-
"type": "zeebe:taskDefinition"
|
|
1707
|
-
"property": "type"
|
|
1686
|
+
"type": "zeebe:taskDefinition:type"
|
|
1708
1687
|
}
|
|
1709
1688
|
},
|
|
1710
1689
|
{
|
|
@@ -2152,7 +2131,7 @@
|
|
|
2152
2131
|
"constraints": {
|
|
2153
2132
|
"notEmpty": false,
|
|
2154
2133
|
"pattern": {
|
|
2155
|
-
"value": "^(=|([0-9]
|
|
2134
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
2156
2135
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
2157
2136
|
}
|
|
2158
2137
|
}
|
|
@@ -2192,10 +2171,31 @@
|
|
|
2192
2171
|
"type": "zeebe:taskHeader",
|
|
2193
2172
|
"key": "errorExpression"
|
|
2194
2173
|
}
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"id": "version",
|
|
2177
|
+
"label": "Version",
|
|
2178
|
+
"description": "Version of the element template",
|
|
2179
|
+
"value": "5",
|
|
2180
|
+
"group": "connector",
|
|
2181
|
+
"binding": {
|
|
2182
|
+
"key": "elementTemplateVersion",
|
|
2183
|
+
"type": "zeebe:taskHeader"
|
|
2184
|
+
},
|
|
2185
|
+
"type": "Hidden"
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"id": "id",
|
|
2189
|
+
"label": "ID",
|
|
2190
|
+
"description": "ID of the element template",
|
|
2191
|
+
"value": "io.camunda.connectors.UIPath.v1",
|
|
2192
|
+
"group": "connector",
|
|
2193
|
+
"binding": {
|
|
2194
|
+
"key": "elementTemplateId",
|
|
2195
|
+
"type": "zeebe:taskHeader"
|
|
2196
|
+
},
|
|
2197
|
+
"type": "Hidden"
|
|
2195
2198
|
}
|
|
2196
|
-
]
|
|
2197
|
-
"engines": {
|
|
2198
|
-
"camunda": "^8.2"
|
|
2199
|
-
}
|
|
2199
|
+
]
|
|
2200
2200
|
}
|
|
2201
2201
|
]
|