@camunda/connectors-element-templates 1.0.5 → 1.0.7
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/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- 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-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- 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 +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- 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/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -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": "AWS Lambda
|
|
4
|
+
"name": "AWS Lambda connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
6
|
+
"version": 2,
|
|
6
7
|
"description": "Invoke a function",
|
|
7
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
8
|
-
"version": 5,
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -36,236 +36,156 @@
|
|
|
36
36
|
"label": "Output mapping"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"id": "
|
|
39
|
+
"id": "errors",
|
|
40
40
|
"label": "Error handling"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"id": "retries",
|
|
44
|
-
"label": "Retries"
|
|
45
41
|
}
|
|
46
42
|
],
|
|
47
43
|
"properties": [
|
|
48
44
|
{
|
|
45
|
+
"type": "Hidden",
|
|
49
46
|
"value": "io.camunda:aws-lambda:1",
|
|
50
47
|
"binding": {
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
}
|
|
54
|
-
"type": "Hidden"
|
|
48
|
+
"type": "zeebe:taskDefinition",
|
|
49
|
+
"property": "type"
|
|
50
|
+
}
|
|
55
51
|
},
|
|
56
52
|
{
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
60
|
-
"value": "credentials",
|
|
53
|
+
"label": "Access key",
|
|
54
|
+
"description": "Provide an access key of a user with permissions to invoke specified AWS Lambda function",
|
|
61
55
|
"group": "authentication",
|
|
56
|
+
"type": "String",
|
|
62
57
|
"binding": {
|
|
63
|
-
"
|
|
64
|
-
"
|
|
58
|
+
"type": "zeebe:input",
|
|
59
|
+
"name": "authentication.accessKey"
|
|
65
60
|
},
|
|
66
|
-
"type": "Dropdown",
|
|
67
|
-
"choices": [
|
|
68
|
-
{
|
|
69
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
70
|
-
"value": "defaultCredentialsChain"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"name": "Credentials",
|
|
74
|
-
"value": "credentials"
|
|
75
|
-
}
|
|
76
|
-
]
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"id": "authentication.accessKey",
|
|
80
|
-
"label": "Access key",
|
|
81
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
82
|
-
"optional": false,
|
|
83
61
|
"constraints": {
|
|
84
62
|
"notEmpty": true
|
|
85
|
-
}
|
|
86
|
-
"feel": "optional",
|
|
87
|
-
"group": "authentication",
|
|
88
|
-
"binding": {
|
|
89
|
-
"name": "authentication.accessKey",
|
|
90
|
-
"type": "zeebe:input"
|
|
91
|
-
},
|
|
92
|
-
"condition": {
|
|
93
|
-
"property": "authentication.type",
|
|
94
|
-
"equals": "credentials",
|
|
95
|
-
"type": "simple"
|
|
96
|
-
},
|
|
97
|
-
"type": "String"
|
|
63
|
+
}
|
|
98
64
|
},
|
|
99
65
|
{
|
|
100
|
-
"id": "authentication.secretKey",
|
|
101
66
|
"label": "Secret key",
|
|
102
67
|
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
103
|
-
"optional": false,
|
|
104
|
-
"constraints": {
|
|
105
|
-
"notEmpty": true
|
|
106
|
-
},
|
|
107
|
-
"feel": "optional",
|
|
108
68
|
"group": "authentication",
|
|
69
|
+
"type": "String",
|
|
109
70
|
"binding": {
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
},
|
|
113
|
-
"condition": {
|
|
114
|
-
"property": "authentication.type",
|
|
115
|
-
"equals": "credentials",
|
|
116
|
-
"type": "simple"
|
|
71
|
+
"type": "zeebe:input",
|
|
72
|
+
"name": "authentication.secretKey"
|
|
117
73
|
},
|
|
118
|
-
"
|
|
74
|
+
"constraints": {
|
|
75
|
+
"notEmpty": true
|
|
76
|
+
}
|
|
119
77
|
},
|
|
120
78
|
{
|
|
121
|
-
"id": "configuration.region",
|
|
122
79
|
"label": "Region",
|
|
123
80
|
"description": "Specify the AWS region",
|
|
124
|
-
"optional": true,
|
|
125
|
-
"feel": "optional",
|
|
126
|
-
"group": "configuration",
|
|
127
|
-
"binding": {
|
|
128
|
-
"name": "configuration.region",
|
|
129
|
-
"type": "zeebe:input"
|
|
130
|
-
},
|
|
131
|
-
"type": "String"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"id": "configuration.endpoint",
|
|
135
|
-
"label": "Endpoint",
|
|
136
|
-
"description": "Specify endpoint if need to use custom endpoint",
|
|
137
|
-
"optional": true,
|
|
138
81
|
"group": "configuration",
|
|
82
|
+
"type": "String",
|
|
83
|
+
"feel": "optional",
|
|
139
84
|
"binding": {
|
|
140
|
-
"
|
|
141
|
-
"
|
|
85
|
+
"type": "zeebe:input",
|
|
86
|
+
"name": "configuration.region"
|
|
142
87
|
},
|
|
143
|
-
"
|
|
88
|
+
"constraints": {
|
|
89
|
+
"notEmpty": true,
|
|
90
|
+
"maxLength": 255
|
|
91
|
+
}
|
|
144
92
|
},
|
|
145
93
|
{
|
|
146
|
-
"id": "
|
|
147
|
-
"label": "Operation type",
|
|
148
|
-
"optional": false,
|
|
149
|
-
"value": "sync",
|
|
94
|
+
"id": "operationType",
|
|
150
95
|
"group": "operation",
|
|
151
|
-
"binding": {
|
|
152
|
-
"name": "awsFunction.operationType",
|
|
153
|
-
"type": "zeebe:input"
|
|
154
|
-
},
|
|
155
96
|
"type": "Dropdown",
|
|
97
|
+
"value": "sync",
|
|
156
98
|
"choices": [
|
|
157
99
|
{
|
|
158
100
|
"name": "Invoke function (sync)",
|
|
159
101
|
"value": "sync"
|
|
160
102
|
}
|
|
161
|
-
]
|
|
103
|
+
],
|
|
104
|
+
"binding": {
|
|
105
|
+
"type": "zeebe:input",
|
|
106
|
+
"name": "awsFunction.operationType",
|
|
107
|
+
"key": "awsFunction.operationType"
|
|
108
|
+
}
|
|
162
109
|
},
|
|
163
110
|
{
|
|
164
|
-
"id": "awsFunction.functionName",
|
|
165
111
|
"label": "Function name",
|
|
166
112
|
"description": "Enter a name, ARN or alias of your function",
|
|
167
|
-
"optional": false,
|
|
168
|
-
"constraints": {
|
|
169
|
-
"notEmpty": true
|
|
170
|
-
},
|
|
171
|
-
"feel": "optional",
|
|
172
113
|
"group": "operationDetails",
|
|
114
|
+
"type": "String",
|
|
115
|
+
"feel": "optional",
|
|
173
116
|
"binding": {
|
|
174
|
-
"
|
|
175
|
-
"
|
|
117
|
+
"type": "zeebe:input",
|
|
118
|
+
"name": "awsFunction.functionName"
|
|
176
119
|
},
|
|
177
|
-
"
|
|
120
|
+
"constraints": {
|
|
121
|
+
"notEmpty": true,
|
|
122
|
+
"maxLength": 255
|
|
123
|
+
},
|
|
124
|
+
"condition": {
|
|
125
|
+
"property": "operationType",
|
|
126
|
+
"equals": "sync"
|
|
127
|
+
}
|
|
178
128
|
},
|
|
179
129
|
{
|
|
180
|
-
"id": "awsFunction.payload",
|
|
181
130
|
"label": "Payload",
|
|
182
131
|
"description": "Provide payload for your function as JSON",
|
|
183
|
-
"optional": false,
|
|
184
|
-
"constraints": {
|
|
185
|
-
"notEmpty": true
|
|
186
|
-
},
|
|
187
|
-
"feel": "optional",
|
|
188
132
|
"group": "operationDetails",
|
|
133
|
+
"type": "Text",
|
|
134
|
+
"feel": "required",
|
|
189
135
|
"binding": {
|
|
190
|
-
"
|
|
191
|
-
"
|
|
136
|
+
"type": "zeebe:input",
|
|
137
|
+
"name": "awsFunction.payload"
|
|
192
138
|
},
|
|
193
|
-
"
|
|
139
|
+
"condition": {
|
|
140
|
+
"property": "operationType",
|
|
141
|
+
"equals": "sync"
|
|
142
|
+
}
|
|
194
143
|
},
|
|
195
144
|
{
|
|
196
|
-
"id": "resultVariable",
|
|
197
145
|
"label": "Result variable",
|
|
198
|
-
"description": "
|
|
146
|
+
"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>",
|
|
199
147
|
"group": "output",
|
|
148
|
+
"type": "String",
|
|
200
149
|
"binding": {
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
}
|
|
204
|
-
"type": "String"
|
|
150
|
+
"type": "zeebe:taskHeader",
|
|
151
|
+
"key": "resultVariable"
|
|
152
|
+
}
|
|
205
153
|
},
|
|
206
154
|
{
|
|
207
|
-
"id": "resultExpression",
|
|
208
155
|
"label": "Result expression",
|
|
209
|
-
"description": "Expression to map the response into process variables",
|
|
210
|
-
"feel": "required",
|
|
156
|
+
"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>",
|
|
211
157
|
"group": "output",
|
|
158
|
+
"type": "Text",
|
|
159
|
+
"feel": "required",
|
|
212
160
|
"binding": {
|
|
213
|
-
"
|
|
214
|
-
"
|
|
215
|
-
}
|
|
216
|
-
"type": "Text"
|
|
161
|
+
"type": "zeebe:taskHeader",
|
|
162
|
+
"key": "resultExpression"
|
|
163
|
+
}
|
|
217
164
|
},
|
|
218
165
|
{
|
|
219
|
-
"id": "errorExpression",
|
|
220
166
|
"label": "Error expression",
|
|
221
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
167
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
168
|
+
"group": "errors",
|
|
169
|
+
"type": "Text",
|
|
222
170
|
"feel": "required",
|
|
223
|
-
"group": "error",
|
|
224
|
-
"binding": {
|
|
225
|
-
"key": "errorExpression",
|
|
226
|
-
"type": "zeebe:taskHeader"
|
|
227
|
-
},
|
|
228
|
-
"type": "Text"
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"id": "retryCount",
|
|
232
|
-
"label": "Retries",
|
|
233
|
-
"description": "Number of retries",
|
|
234
|
-
"value": "3",
|
|
235
|
-
"feel": "optional",
|
|
236
|
-
"group": "retries",
|
|
237
|
-
"binding": {
|
|
238
|
-
"property": "retries",
|
|
239
|
-
"type": "zeebe:taskDefinition"
|
|
240
|
-
},
|
|
241
|
-
"type": "String"
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
"id": "retryBackoff",
|
|
245
|
-
"label": "Retry backoff",
|
|
246
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
247
|
-
"value": "PT0S",
|
|
248
|
-
"feel": "optional",
|
|
249
|
-
"group": "retries",
|
|
250
171
|
"binding": {
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
}
|
|
254
|
-
"type": "String"
|
|
172
|
+
"type": "zeebe:taskHeader",
|
|
173
|
+
"key": "errorExpression"
|
|
174
|
+
}
|
|
255
175
|
}
|
|
256
176
|
],
|
|
257
177
|
"icon": {
|
|
258
|
-
"contents": "data:image/svg+xml;
|
|
178
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 48 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcon-Resource/Compute/Res_Amazon-Lambda_Lambda-Function_48_Light%3C/title%3E%3Cg id='Icon-Resource/Compute/Res_Amazon-Lambda_Lambda-Function_48' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M24,44 C12.972,44 4,35.028 4,24 C4,12.972 12.972,4 24,4 C35.028,4 44,12.972 44,24 C44,35.028 35.028,44 24,44 L24,44 Z M24,2 C11.869,2 2,11.869 2,24 C2,36.131 11.869,46 24,46 C36.131,46 46,36.131 46,24 C46,11.869 36.131,2 24,2 L24,2 Z M17.231,35.25 L11.876,35.25 L18.221,21.959 L20.902,27.492 L17.231,35.25 Z M19.114,19.215 C18.946,18.87 18.597,18.651 18.214,18.651 L18.211,18.651 C17.826,18.652 17.477,18.874 17.312,19.221 L9.389,35.819 C9.24,36.129 9.262,36.493 9.445,36.783 C9.628,37.074 9.947,37.25 10.291,37.25 L17.864,37.25 C18.251,37.25 18.603,37.027 18.769,36.678 L22.915,27.915 C23.044,27.642 23.043,27.323 22.911,27.051 L19.114,19.215 Z M36.125,35.25 L30.673,35.25 L20.761,13.953 C20.597,13.601 20.243,13.375 19.854,13.375 L16.251,13.375 L16.255,9.25 L23.475,9.25 L33.339,30.545 C33.503,30.898 33.856,31.125 34.246,31.125 L36.125,31.125 L36.125,35.25 Z M37.125,29.125 L34.885,29.125 L25.021,7.83 C24.856,7.477 24.503,7.25 24.113,7.25 L15.256,7.25 C14.704,7.25 14.257,7.697 14.256,8.249 L14.25,14.374 C14.25,14.64 14.355,14.894 14.543,15.082 C14.73,15.27 14.984,15.375 15.25,15.375 L19.217,15.375 L29.129,36.672 C29.293,37.024 29.646,37.25 30.035,37.25 L37.125,37.25 C37.678,37.25 38.125,36.803 38.125,36.25 L38.125,30.125 C38.125,29.572 37.678,29.125 37.125,29.125 L37.125,29.125 Z' id='Amazon-Lambda-Lambda-Function_Resource-Icon_light-bg' fill='%23D45B07'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
259
179
|
},
|
|
260
180
|
"engines": {
|
|
261
|
-
"camunda": "^8.
|
|
181
|
+
"camunda": "^8.2"
|
|
262
182
|
}
|
|
263
183
|
},
|
|
264
184
|
{
|
|
265
185
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
266
186
|
"name": "AWS Lambda Outbound Connector",
|
|
267
187
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
268
|
-
"version":
|
|
188
|
+
"version": 4,
|
|
269
189
|
"description": "Invoke a function",
|
|
270
190
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
271
191
|
"category": {
|
|
@@ -311,6 +231,32 @@
|
|
|
311
231
|
"property": "type"
|
|
312
232
|
}
|
|
313
233
|
},
|
|
234
|
+
{
|
|
235
|
+
"id": "authenticationType",
|
|
236
|
+
"label": "Authentication",
|
|
237
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/\" target=\"_blank\">documentation page</a>",
|
|
238
|
+
"group": "authentication",
|
|
239
|
+
"type": "Dropdown",
|
|
240
|
+
"optional": false,
|
|
241
|
+
"value": "credentials",
|
|
242
|
+
"choices": [
|
|
243
|
+
{
|
|
244
|
+
"name": "Credentials",
|
|
245
|
+
"value": "credentials"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
249
|
+
"value": "defaultCredentialsChain"
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"binding": {
|
|
253
|
+
"type": "zeebe:input",
|
|
254
|
+
"name": "authentication.type"
|
|
255
|
+
},
|
|
256
|
+
"constraints": {
|
|
257
|
+
"notEmpty": true
|
|
258
|
+
}
|
|
259
|
+
},
|
|
314
260
|
{
|
|
315
261
|
"label": "Access key",
|
|
316
262
|
"description": "Provide an access key of a user with permissions to invoke specified AWS Lambda function",
|
|
@@ -322,6 +268,10 @@
|
|
|
322
268
|
},
|
|
323
269
|
"constraints": {
|
|
324
270
|
"notEmpty": true
|
|
271
|
+
},
|
|
272
|
+
"condition": {
|
|
273
|
+
"property": "authenticationType",
|
|
274
|
+
"equals": "credentials"
|
|
325
275
|
}
|
|
326
276
|
},
|
|
327
277
|
{
|
|
@@ -335,6 +285,10 @@
|
|
|
335
285
|
},
|
|
336
286
|
"constraints": {
|
|
337
287
|
"notEmpty": true
|
|
288
|
+
},
|
|
289
|
+
"condition": {
|
|
290
|
+
"property": "authenticationType",
|
|
291
|
+
"equals": "credentials"
|
|
338
292
|
}
|
|
339
293
|
},
|
|
340
294
|
{
|
|
@@ -394,10 +348,14 @@
|
|
|
394
348
|
"group": "operationDetails",
|
|
395
349
|
"type": "Text",
|
|
396
350
|
"feel": "required",
|
|
351
|
+
"optional": false,
|
|
397
352
|
"binding": {
|
|
398
353
|
"type": "zeebe:input",
|
|
399
354
|
"name": "awsFunction.payload"
|
|
400
355
|
},
|
|
356
|
+
"constraints": {
|
|
357
|
+
"notEmpty": true
|
|
358
|
+
},
|
|
401
359
|
"condition": {
|
|
402
360
|
"property": "operationType",
|
|
403
361
|
"equals": "sync"
|
|
@@ -440,14 +398,14 @@
|
|
|
440
398
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 48 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcon-Resource/Compute/Res_Amazon-Lambda_Lambda-Function_48_Light%3C/title%3E%3Cg id='Icon-Resource/Compute/Res_Amazon-Lambda_Lambda-Function_48' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M24,44 C12.972,44 4,35.028 4,24 C4,12.972 12.972,4 24,4 C35.028,4 44,12.972 44,24 C44,35.028 35.028,44 24,44 L24,44 Z M24,2 C11.869,2 2,11.869 2,24 C2,36.131 11.869,46 24,46 C36.131,46 46,36.131 46,24 C46,11.869 36.131,2 24,2 L24,2 Z M17.231,35.25 L11.876,35.25 L18.221,21.959 L20.902,27.492 L17.231,35.25 Z M19.114,19.215 C18.946,18.87 18.597,18.651 18.214,18.651 L18.211,18.651 C17.826,18.652 17.477,18.874 17.312,19.221 L9.389,35.819 C9.24,36.129 9.262,36.493 9.445,36.783 C9.628,37.074 9.947,37.25 10.291,37.25 L17.864,37.25 C18.251,37.25 18.603,37.027 18.769,36.678 L22.915,27.915 C23.044,27.642 23.043,27.323 22.911,27.051 L19.114,19.215 Z M36.125,35.25 L30.673,35.25 L20.761,13.953 C20.597,13.601 20.243,13.375 19.854,13.375 L16.251,13.375 L16.255,9.25 L23.475,9.25 L33.339,30.545 C33.503,30.898 33.856,31.125 34.246,31.125 L36.125,31.125 L36.125,35.25 Z M37.125,29.125 L34.885,29.125 L25.021,7.83 C24.856,7.477 24.503,7.25 24.113,7.25 L15.256,7.25 C14.704,7.25 14.257,7.697 14.256,8.249 L14.25,14.374 C14.25,14.64 14.355,14.894 14.543,15.082 C14.73,15.27 14.984,15.375 15.25,15.375 L19.217,15.375 L29.129,36.672 C29.293,37.024 29.646,37.25 30.035,37.25 L37.125,37.25 C37.678,37.25 38.125,36.803 38.125,36.25 L38.125,30.125 C38.125,29.572 37.678,29.125 37.125,29.125 L37.125,29.125 Z' id='Amazon-Lambda-Lambda-Function_Resource-Icon_light-bg' fill='%23D45B07'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
441
399
|
},
|
|
442
400
|
"engines": {
|
|
443
|
-
"camunda": "^8.
|
|
401
|
+
"camunda": "^8.4"
|
|
444
402
|
}
|
|
445
403
|
},
|
|
446
404
|
{
|
|
447
405
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
448
406
|
"name": "AWS Lambda Outbound Connector",
|
|
449
407
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
450
|
-
"version":
|
|
408
|
+
"version": 3,
|
|
451
409
|
"description": "Invoke a function",
|
|
452
410
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
453
411
|
"category": {
|
|
@@ -481,42 +439,16 @@
|
|
|
481
439
|
},
|
|
482
440
|
{
|
|
483
441
|
"id": "errors",
|
|
484
|
-
"label": "Error handling"
|
|
485
|
-
}
|
|
486
|
-
],
|
|
487
|
-
"properties": [
|
|
488
|
-
{
|
|
489
|
-
"type": "Hidden",
|
|
490
|
-
"value": "io.camunda:aws-lambda:1",
|
|
491
|
-
"binding": {
|
|
492
|
-
"type": "zeebe:taskDefinition",
|
|
493
|
-
"property": "type"
|
|
494
|
-
}
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"id": "authenticationType",
|
|
498
|
-
"label": "Authentication",
|
|
499
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/\" target=\"_blank\">documentation page</a>",
|
|
500
|
-
"group": "authentication",
|
|
501
|
-
"type": "Dropdown",
|
|
502
|
-
"optional": false,
|
|
503
|
-
"value": "credentials",
|
|
504
|
-
"choices": [
|
|
505
|
-
{
|
|
506
|
-
"name": "Credentials",
|
|
507
|
-
"value": "credentials"
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
511
|
-
"value": "defaultCredentialsChain"
|
|
512
|
-
}
|
|
513
|
-
],
|
|
442
|
+
"label": "Error handling"
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"properties": [
|
|
446
|
+
{
|
|
447
|
+
"type": "Hidden",
|
|
448
|
+
"value": "io.camunda:aws-lambda:1",
|
|
514
449
|
"binding": {
|
|
515
|
-
"type": "zeebe:
|
|
516
|
-
"
|
|
517
|
-
},
|
|
518
|
-
"constraints": {
|
|
519
|
-
"notEmpty": true
|
|
450
|
+
"type": "zeebe:taskDefinition",
|
|
451
|
+
"property": "type"
|
|
520
452
|
}
|
|
521
453
|
},
|
|
522
454
|
{
|
|
@@ -530,10 +462,6 @@
|
|
|
530
462
|
},
|
|
531
463
|
"constraints": {
|
|
532
464
|
"notEmpty": true
|
|
533
|
-
},
|
|
534
|
-
"condition": {
|
|
535
|
-
"property": "authenticationType",
|
|
536
|
-
"equals": "credentials"
|
|
537
465
|
}
|
|
538
466
|
},
|
|
539
467
|
{
|
|
@@ -547,10 +475,6 @@
|
|
|
547
475
|
},
|
|
548
476
|
"constraints": {
|
|
549
477
|
"notEmpty": true
|
|
550
|
-
},
|
|
551
|
-
"condition": {
|
|
552
|
-
"property": "authenticationType",
|
|
553
|
-
"equals": "credentials"
|
|
554
478
|
}
|
|
555
479
|
},
|
|
556
480
|
{
|
|
@@ -610,14 +534,10 @@
|
|
|
610
534
|
"group": "operationDetails",
|
|
611
535
|
"type": "Text",
|
|
612
536
|
"feel": "required",
|
|
613
|
-
"optional": false,
|
|
614
537
|
"binding": {
|
|
615
538
|
"type": "zeebe:input",
|
|
616
539
|
"name": "awsFunction.payload"
|
|
617
540
|
},
|
|
618
|
-
"constraints": {
|
|
619
|
-
"notEmpty": true
|
|
620
|
-
},
|
|
621
541
|
"condition": {
|
|
622
542
|
"property": "operationType",
|
|
623
543
|
"equals": "sync"
|
|
@@ -660,16 +580,16 @@
|
|
|
660
580
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 48 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcon-Resource/Compute/Res_Amazon-Lambda_Lambda-Function_48_Light%3C/title%3E%3Cg id='Icon-Resource/Compute/Res_Amazon-Lambda_Lambda-Function_48' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M24,44 C12.972,44 4,35.028 4,24 C4,12.972 12.972,4 24,4 C35.028,4 44,12.972 44,24 C44,35.028 35.028,44 24,44 L24,44 Z M24,2 C11.869,2 2,11.869 2,24 C2,36.131 11.869,46 24,46 C36.131,46 46,36.131 46,24 C46,11.869 36.131,2 24,2 L24,2 Z M17.231,35.25 L11.876,35.25 L18.221,21.959 L20.902,27.492 L17.231,35.25 Z M19.114,19.215 C18.946,18.87 18.597,18.651 18.214,18.651 L18.211,18.651 C17.826,18.652 17.477,18.874 17.312,19.221 L9.389,35.819 C9.24,36.129 9.262,36.493 9.445,36.783 C9.628,37.074 9.947,37.25 10.291,37.25 L17.864,37.25 C18.251,37.25 18.603,37.027 18.769,36.678 L22.915,27.915 C23.044,27.642 23.043,27.323 22.911,27.051 L19.114,19.215 Z M36.125,35.25 L30.673,35.25 L20.761,13.953 C20.597,13.601 20.243,13.375 19.854,13.375 L16.251,13.375 L16.255,9.25 L23.475,9.25 L33.339,30.545 C33.503,30.898 33.856,31.125 34.246,31.125 L36.125,31.125 L36.125,35.25 Z M37.125,29.125 L34.885,29.125 L25.021,7.83 C24.856,7.477 24.503,7.25 24.113,7.25 L15.256,7.25 C14.704,7.25 14.257,7.697 14.256,8.249 L14.25,14.374 C14.25,14.64 14.355,14.894 14.543,15.082 C14.73,15.27 14.984,15.375 15.25,15.375 L19.217,15.375 L29.129,36.672 C29.293,37.024 29.646,37.25 30.035,37.25 L37.125,37.25 C37.678,37.25 38.125,36.803 38.125,36.25 L38.125,30.125 C38.125,29.572 37.678,29.125 37.125,29.125 L37.125,29.125 Z' id='Amazon-Lambda-Lambda-Function_Resource-Icon_light-bg' fill='%23D45B07'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
661
581
|
},
|
|
662
582
|
"engines": {
|
|
663
|
-
"camunda": "^8.
|
|
583
|
+
"camunda": "^8.2"
|
|
664
584
|
}
|
|
665
585
|
},
|
|
666
586
|
{
|
|
667
587
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
668
|
-
"name": "AWS Lambda
|
|
588
|
+
"name": "AWS Lambda Outbound Connector",
|
|
669
589
|
"id": "io.camunda.connectors.AWSLAMBDA.v2",
|
|
670
|
-
"version": 2,
|
|
671
590
|
"description": "Invoke a function",
|
|
672
591
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
|
|
592
|
+
"version": 5,
|
|
673
593
|
"category": {
|
|
674
594
|
"id": "connectors",
|
|
675
595
|
"name": "Connectors"
|
|
@@ -700,149 +620,229 @@
|
|
|
700
620
|
"label": "Output mapping"
|
|
701
621
|
},
|
|
702
622
|
{
|
|
703
|
-
"id": "
|
|
623
|
+
"id": "error",
|
|
704
624
|
"label": "Error handling"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"id": "retries",
|
|
628
|
+
"label": "Retries"
|
|
705
629
|
}
|
|
706
630
|
],
|
|
707
631
|
"properties": [
|
|
708
632
|
{
|
|
709
|
-
"type": "Hidden",
|
|
710
633
|
"value": "io.camunda:aws-lambda:1",
|
|
711
634
|
"binding": {
|
|
712
|
-
"
|
|
713
|
-
"
|
|
714
|
-
}
|
|
635
|
+
"property": "type",
|
|
636
|
+
"type": "zeebe:taskDefinition"
|
|
637
|
+
},
|
|
638
|
+
"type": "Hidden"
|
|
715
639
|
},
|
|
716
640
|
{
|
|
717
|
-
"
|
|
718
|
-
"
|
|
641
|
+
"id": "authentication.type",
|
|
642
|
+
"label": "Authentication",
|
|
643
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
644
|
+
"value": "credentials",
|
|
719
645
|
"group": "authentication",
|
|
720
|
-
"type": "String",
|
|
721
646
|
"binding": {
|
|
722
|
-
"
|
|
723
|
-
"
|
|
647
|
+
"name": "authentication.type",
|
|
648
|
+
"type": "zeebe:input"
|
|
724
649
|
},
|
|
650
|
+
"type": "Dropdown",
|
|
651
|
+
"choices": [
|
|
652
|
+
{
|
|
653
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
654
|
+
"value": "defaultCredentialsChain"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "Credentials",
|
|
658
|
+
"value": "credentials"
|
|
659
|
+
}
|
|
660
|
+
]
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"id": "authentication.accessKey",
|
|
664
|
+
"label": "Access key",
|
|
665
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
666
|
+
"optional": false,
|
|
725
667
|
"constraints": {
|
|
726
668
|
"notEmpty": true
|
|
727
|
-
}
|
|
669
|
+
},
|
|
670
|
+
"feel": "optional",
|
|
671
|
+
"group": "authentication",
|
|
672
|
+
"binding": {
|
|
673
|
+
"name": "authentication.accessKey",
|
|
674
|
+
"type": "zeebe:input"
|
|
675
|
+
},
|
|
676
|
+
"condition": {
|
|
677
|
+
"property": "authentication.type",
|
|
678
|
+
"equals": "credentials",
|
|
679
|
+
"type": "simple"
|
|
680
|
+
},
|
|
681
|
+
"type": "String"
|
|
728
682
|
},
|
|
729
683
|
{
|
|
684
|
+
"id": "authentication.secretKey",
|
|
730
685
|
"label": "Secret key",
|
|
731
686
|
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
687
|
+
"optional": false,
|
|
688
|
+
"constraints": {
|
|
689
|
+
"notEmpty": true
|
|
690
|
+
},
|
|
691
|
+
"feel": "optional",
|
|
732
692
|
"group": "authentication",
|
|
733
|
-
"type": "String",
|
|
734
693
|
"binding": {
|
|
735
|
-
"
|
|
736
|
-
"
|
|
694
|
+
"name": "authentication.secretKey",
|
|
695
|
+
"type": "zeebe:input"
|
|
737
696
|
},
|
|
738
|
-
"
|
|
739
|
-
"
|
|
740
|
-
|
|
697
|
+
"condition": {
|
|
698
|
+
"property": "authentication.type",
|
|
699
|
+
"equals": "credentials",
|
|
700
|
+
"type": "simple"
|
|
701
|
+
},
|
|
702
|
+
"type": "String"
|
|
741
703
|
},
|
|
742
704
|
{
|
|
705
|
+
"id": "configuration.region",
|
|
743
706
|
"label": "Region",
|
|
744
707
|
"description": "Specify the AWS region",
|
|
745
|
-
"
|
|
746
|
-
"type": "String",
|
|
708
|
+
"optional": true,
|
|
747
709
|
"feel": "optional",
|
|
710
|
+
"group": "configuration",
|
|
748
711
|
"binding": {
|
|
749
|
-
"
|
|
750
|
-
"
|
|
712
|
+
"name": "configuration.region",
|
|
713
|
+
"type": "zeebe:input"
|
|
751
714
|
},
|
|
752
|
-
"
|
|
753
|
-
"notEmpty": true,
|
|
754
|
-
"maxLength": 255
|
|
755
|
-
}
|
|
715
|
+
"type": "String"
|
|
756
716
|
},
|
|
757
717
|
{
|
|
758
|
-
"id": "
|
|
718
|
+
"id": "configuration.endpoint",
|
|
719
|
+
"label": "Endpoint",
|
|
720
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
721
|
+
"optional": true,
|
|
722
|
+
"group": "configuration",
|
|
723
|
+
"binding": {
|
|
724
|
+
"name": "configuration.endpoint",
|
|
725
|
+
"type": "zeebe:input"
|
|
726
|
+
},
|
|
727
|
+
"type": "Hidden"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"id": "awsFunction.operationType",
|
|
731
|
+
"label": "Operation type",
|
|
732
|
+
"optional": false,
|
|
733
|
+
"value": "sync",
|
|
759
734
|
"group": "operation",
|
|
735
|
+
"binding": {
|
|
736
|
+
"name": "awsFunction.operationType",
|
|
737
|
+
"type": "zeebe:input"
|
|
738
|
+
},
|
|
760
739
|
"type": "Dropdown",
|
|
761
|
-
"value": "sync",
|
|
762
740
|
"choices": [
|
|
763
741
|
{
|
|
764
742
|
"name": "Invoke function (sync)",
|
|
765
743
|
"value": "sync"
|
|
766
744
|
}
|
|
767
|
-
]
|
|
768
|
-
"binding": {
|
|
769
|
-
"type": "zeebe:input",
|
|
770
|
-
"name": "awsFunction.operationType",
|
|
771
|
-
"key": "awsFunction.operationType"
|
|
772
|
-
}
|
|
745
|
+
]
|
|
773
746
|
},
|
|
774
747
|
{
|
|
748
|
+
"id": "awsFunction.functionName",
|
|
775
749
|
"label": "Function name",
|
|
776
750
|
"description": "Enter a name, ARN or alias of your function",
|
|
777
|
-
"
|
|
778
|
-
"
|
|
751
|
+
"optional": false,
|
|
752
|
+
"constraints": {
|
|
753
|
+
"notEmpty": true
|
|
754
|
+
},
|
|
779
755
|
"feel": "optional",
|
|
756
|
+
"group": "operationDetails",
|
|
780
757
|
"binding": {
|
|
781
|
-
"
|
|
782
|
-
"
|
|
783
|
-
},
|
|
784
|
-
"constraints": {
|
|
785
|
-
"notEmpty": true,
|
|
786
|
-
"maxLength": 255
|
|
758
|
+
"name": "awsFunction.functionName",
|
|
759
|
+
"type": "zeebe:input"
|
|
787
760
|
},
|
|
788
|
-
"
|
|
789
|
-
"property": "operationType",
|
|
790
|
-
"equals": "sync"
|
|
791
|
-
}
|
|
761
|
+
"type": "String"
|
|
792
762
|
},
|
|
793
763
|
{
|
|
764
|
+
"id": "awsFunction.payload",
|
|
794
765
|
"label": "Payload",
|
|
795
766
|
"description": "Provide payload for your function as JSON",
|
|
767
|
+
"optional": false,
|
|
768
|
+
"constraints": {
|
|
769
|
+
"notEmpty": true
|
|
770
|
+
},
|
|
771
|
+
"feel": "optional",
|
|
796
772
|
"group": "operationDetails",
|
|
797
|
-
"type": "Text",
|
|
798
|
-
"feel": "required",
|
|
799
773
|
"binding": {
|
|
800
|
-
"
|
|
801
|
-
"
|
|
774
|
+
"name": "awsFunction.payload",
|
|
775
|
+
"type": "zeebe:input"
|
|
802
776
|
},
|
|
803
|
-
"
|
|
804
|
-
"property": "operationType",
|
|
805
|
-
"equals": "sync"
|
|
806
|
-
}
|
|
777
|
+
"type": "Text"
|
|
807
778
|
},
|
|
808
779
|
{
|
|
780
|
+
"id": "resultVariable",
|
|
809
781
|
"label": "Result variable",
|
|
810
|
-
"description": "
|
|
782
|
+
"description": "Name of variable to store the response in",
|
|
811
783
|
"group": "output",
|
|
812
|
-
"type": "String",
|
|
813
784
|
"binding": {
|
|
814
|
-
"
|
|
815
|
-
"
|
|
816
|
-
}
|
|
785
|
+
"key": "resultVariable",
|
|
786
|
+
"type": "zeebe:taskHeader"
|
|
787
|
+
},
|
|
788
|
+
"type": "String"
|
|
817
789
|
},
|
|
818
790
|
{
|
|
791
|
+
"id": "resultExpression",
|
|
819
792
|
"label": "Result expression",
|
|
820
|
-
"description": "Expression to map the response into process variables
|
|
821
|
-
"group": "output",
|
|
822
|
-
"type": "Text",
|
|
793
|
+
"description": "Expression to map the response into process variables",
|
|
823
794
|
"feel": "required",
|
|
795
|
+
"group": "output",
|
|
824
796
|
"binding": {
|
|
825
|
-
"
|
|
826
|
-
"
|
|
827
|
-
}
|
|
797
|
+
"key": "resultExpression",
|
|
798
|
+
"type": "zeebe:taskHeader"
|
|
799
|
+
},
|
|
800
|
+
"type": "Text"
|
|
828
801
|
},
|
|
829
802
|
{
|
|
803
|
+
"id": "errorExpression",
|
|
830
804
|
"label": "Error expression",
|
|
831
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
832
|
-
"group": "errors",
|
|
833
|
-
"type": "Text",
|
|
805
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
834
806
|
"feel": "required",
|
|
807
|
+
"group": "error",
|
|
835
808
|
"binding": {
|
|
836
|
-
"
|
|
837
|
-
"
|
|
838
|
-
}
|
|
809
|
+
"key": "errorExpression",
|
|
810
|
+
"type": "zeebe:taskHeader"
|
|
811
|
+
},
|
|
812
|
+
"type": "Text"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"id": "retryCount",
|
|
816
|
+
"label": "Retries",
|
|
817
|
+
"description": "Number of retries",
|
|
818
|
+
"value": "3",
|
|
819
|
+
"feel": "optional",
|
|
820
|
+
"group": "retries",
|
|
821
|
+
"binding": {
|
|
822
|
+
"property": "retries",
|
|
823
|
+
"type": "zeebe:taskDefinition"
|
|
824
|
+
},
|
|
825
|
+
"type": "String"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"id": "retryBackoff",
|
|
829
|
+
"label": "Retry backoff",
|
|
830
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
831
|
+
"value": "PT0S",
|
|
832
|
+
"feel": "optional",
|
|
833
|
+
"group": "retries",
|
|
834
|
+
"binding": {
|
|
835
|
+
"key": "retryBackoff",
|
|
836
|
+
"type": "zeebe:taskHeader"
|
|
837
|
+
},
|
|
838
|
+
"type": "String"
|
|
839
839
|
}
|
|
840
840
|
],
|
|
841
841
|
"icon": {
|
|
842
|
-
"contents": "data:image/svg+xml;
|
|
842
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPgogICAgPHRpdGxlPkljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDhfTGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9J0ljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDgnIHN0cm9rZT0nbm9uZScgc3Ryb2tlLXdpZHRoPScxJyBmaWxsPSdub25lJwogICAgICAgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjQsNDQgQzEyLjk3Miw0NCA0LDM1LjAyOCA0LDI0IEM0LDEyLjk3MiAxMi45NzIsNCAyNCw0IEMzNS4wMjgsNCA0NCwxMi45NzIgNDQsMjQgQzQ0LDM1LjAyOCAzNS4wMjgsNDQgMjQsNDQgTDI0LDQ0IFogTTI0LDIgQzExLjg2OSwyIDIsMTEuODY5IDIsMjQgQzIsMzYuMTMxIDExLjg2OSw0NiAyNCw0NiBDMzYuMTMxLDQ2IDQ2LDM2LjEzMSA0NiwyNCBDNDYsMTEuODY5IDM2LjEzMSwyIDI0LDIgTDI0LDIgWiBNMTcuMjMxLDM1LjI1IEwxMS44NzYsMzUuMjUgTDE4LjIyMSwyMS45NTkgTDIwLjkwMiwyNy40OTIgTDE3LjIzMSwzNS4yNSBaIE0xOS4xMTQsMTkuMjE1IEMxOC45NDYsMTguODcgMTguNTk3LDE4LjY1MSAxOC4yMTQsMTguNjUxIEwxOC4yMTEsMTguNjUxIEMxNy44MjYsMTguNjUyIDE3LjQ3NywxOC44NzQgMTcuMzEyLDE5LjIyMSBMOS4zODksMzUuODE5IEM5LjI0LDM2LjEyOSA5LjI2MiwzNi40OTMgOS40NDUsMzYuNzgzIEM5LjYyOCwzNy4wNzQgOS45NDcsMzcuMjUgMTAuMjkxLDM3LjI1IEwxNy44NjQsMzcuMjUgQzE4LjI1MSwzNy4yNSAxOC42MDMsMzcuMDI3IDE4Ljc2OSwzNi42NzggTDIyLjkxNSwyNy45MTUgQzIzLjA0NCwyNy42NDIgMjMuMDQzLDI3LjMyMyAyMi45MTEsMjcuMDUxIEwxOS4xMTQsMTkuMjE1IFogTTM2LjEyNSwzNS4yNSBMMzAuNjczLDM1LjI1IEwyMC43NjEsMTMuOTUzIEMyMC41OTcsMTMuNjAxIDIwLjI0MywxMy4zNzUgMTkuODU0LDEzLjM3NSBMMTYuMjUxLDEzLjM3NSBMMTYuMjU1LDkuMjUgTDIzLjQ3NSw5LjI1IEwzMy4zMzksMzAuNTQ1IEMzMy41MDMsMzAuODk4IDMzLjg1NiwzMS4xMjUgMzQuMjQ2LDMxLjEyNSBMMzYuMTI1LDMxLjEyNSBMMzYuMTI1LDM1LjI1IFogTTM3LjEyNSwyOS4xMjUgTDM0Ljg4NSwyOS4xMjUgTDI1LjAyMSw3LjgzIEMyNC44NTYsNy40NzcgMjQuNTAzLDcuMjUgMjQuMTEzLDcuMjUgTDE1LjI1Niw3LjI1IEMxNC43MDQsNy4yNSAxNC4yNTcsNy42OTcgMTQuMjU2LDguMjQ5IEwxNC4yNSwxNC4zNzQgQzE0LjI1LDE0LjY0IDE0LjM1NSwxNC44OTQgMTQuNTQzLDE1LjA4MiBDMTQuNzMsMTUuMjcgMTQuOTg0LDE1LjM3NSAxNS4yNSwxNS4zNzUgTDE5LjIxNywxNS4zNzUgTDI5LjEyOSwzNi42NzIgQzI5LjI5MywzNy4wMjQgMjkuNjQ2LDM3LjI1IDMwLjAzNSwzNy4yNSBMMzcuMTI1LDM3LjI1IEMzNy42NzgsMzcuMjUgMzguMTI1LDM2LjgwMyAzOC4xMjUsMzYuMjUgTDM4LjEyNSwzMC4xMjUgQzM4LjEyNSwyOS41NzIgMzcuNjc4LDI5LjEyNSAzNy4xMjUsMjkuMTI1IEwzNy4xMjUsMjkuMTI1IFonCiAgICAgICAgICAgICAgaWQ9J0FtYXpvbi1MYW1iZGEtTGFtYmRhLUZ1bmN0aW9uX1Jlc291cmNlLUljb25fbGlnaHQtYmcnIGZpbGw9JyNENDVCMDcnPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"
|
|
843
843
|
},
|
|
844
844
|
"engines": {
|
|
845
|
-
"camunda": "^8.
|
|
845
|
+
"camunda": "^8.4"
|
|
846
846
|
}
|
|
847
847
|
},
|
|
848
848
|
{
|