@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
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Automation Anywhere Outbound Connector",
|
|
5
|
-
"id": "io.camunda.connectors.AutomationAnywhere
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
|
|
5
|
+
"id": "io.camunda.connectors.AutomationAnywhere",
|
|
6
|
+
"description": "Manage work items in Automation Anywhere queues.",
|
|
7
|
+
"metadata": {
|
|
8
|
+
"keywords": [
|
|
9
|
+
"add work item to queue",
|
|
10
|
+
"get work item from queue",
|
|
11
|
+
"get work item result from queue by ID"
|
|
12
|
+
]
|
|
14
13
|
},
|
|
15
14
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
15
|
+
"version": 3,
|
|
16
16
|
"category": {
|
|
17
17
|
"id": "connectors",
|
|
18
18
|
"name": "Connectors"
|
|
@@ -22,47 +22,63 @@
|
|
|
22
22
|
"value": "bpmn:ServiceTask"
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
25
|
-
"camunda": "^8.
|
|
25
|
+
"camunda": "^8.4"
|
|
26
26
|
},
|
|
27
27
|
"groups": [
|
|
28
28
|
{
|
|
29
29
|
"id": "operation",
|
|
30
30
|
"label": "Operation"
|
|
31
31
|
},
|
|
32
|
-
{
|
|
33
|
-
"id": "authentication",
|
|
34
|
-
"label": "Authentication"
|
|
35
|
-
},
|
|
36
32
|
{
|
|
37
33
|
"id": "configuration",
|
|
38
34
|
"label": "Configuration"
|
|
39
35
|
},
|
|
36
|
+
{
|
|
37
|
+
"id": "authentication",
|
|
38
|
+
"label": "Authentication"
|
|
39
|
+
},
|
|
40
40
|
{
|
|
41
41
|
"id": "input",
|
|
42
42
|
"label": "Input"
|
|
43
43
|
},
|
|
44
|
+
{
|
|
45
|
+
"id": "timeout",
|
|
46
|
+
"label": "Timeout"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": "connector",
|
|
50
|
+
"label": "Connector"
|
|
51
|
+
},
|
|
44
52
|
{
|
|
45
53
|
"id": "output",
|
|
46
|
-
"label": "Output"
|
|
54
|
+
"label": "Output mapping"
|
|
47
55
|
},
|
|
48
56
|
{
|
|
49
|
-
"id": "
|
|
57
|
+
"id": "error",
|
|
50
58
|
"label": "Error handling"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "retries",
|
|
62
|
+
"label": "Retries"
|
|
51
63
|
}
|
|
52
64
|
],
|
|
53
65
|
"properties": [
|
|
54
66
|
{
|
|
55
|
-
"
|
|
56
|
-
"value": "io.camunda:http-json:1",
|
|
67
|
+
"value": "io.camunda:connector-automationanywhere:1",
|
|
57
68
|
"binding": {
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
}
|
|
69
|
+
"property": "type",
|
|
70
|
+
"type": "zeebe:taskDefinition"
|
|
71
|
+
},
|
|
72
|
+
"type": "Hidden"
|
|
61
73
|
},
|
|
62
74
|
{
|
|
63
|
-
"
|
|
64
|
-
"
|
|
75
|
+
"id": "operation.type",
|
|
76
|
+
"label": "Type",
|
|
65
77
|
"group": "operation",
|
|
78
|
+
"binding": {
|
|
79
|
+
"name": "operation.type",
|
|
80
|
+
"type": "zeebe:input"
|
|
81
|
+
},
|
|
66
82
|
"type": "Dropdown",
|
|
67
83
|
"choices": [
|
|
68
84
|
{
|
|
@@ -73,176 +89,107 @@
|
|
|
73
89
|
"name": "Get work item result from queue by ID",
|
|
74
90
|
"value": "listWorkItemsInQueue"
|
|
75
91
|
}
|
|
76
|
-
]
|
|
77
|
-
"binding": {
|
|
78
|
-
"type": "zeebe:input",
|
|
79
|
-
"name": "operationType"
|
|
80
|
-
}
|
|
92
|
+
]
|
|
81
93
|
},
|
|
82
94
|
{
|
|
95
|
+
"id": "configuration.controlRoomUrl",
|
|
83
96
|
"label": "Control room URL",
|
|
84
|
-
"
|
|
97
|
+
"optional": false,
|
|
98
|
+
"constraints": {
|
|
99
|
+
"notEmpty": true
|
|
100
|
+
},
|
|
85
101
|
"feel": "optional",
|
|
86
|
-
"
|
|
87
|
-
"type": "String",
|
|
102
|
+
"group": "configuration",
|
|
88
103
|
"binding": {
|
|
89
|
-
"
|
|
90
|
-
"
|
|
104
|
+
"name": "configuration.controlRoomUrl",
|
|
105
|
+
"type": "zeebe:input"
|
|
91
106
|
},
|
|
92
|
-
"
|
|
93
|
-
"notEmpty": true,
|
|
94
|
-
"pattern": {
|
|
95
|
-
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
96
|
-
"message": "Must be a http(s) URL"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
107
|
+
"type": "String"
|
|
99
108
|
},
|
|
100
109
|
{
|
|
110
|
+
"id": "authentication.type",
|
|
101
111
|
"label": "Type",
|
|
102
|
-
"
|
|
112
|
+
"description": "Choose the authentication type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
113
|
+
"value": "passwordBasedAuthentication",
|
|
103
114
|
"group": "authentication",
|
|
104
|
-
"
|
|
105
|
-
|
|
115
|
+
"binding": {
|
|
116
|
+
"name": "authentication.type",
|
|
117
|
+
"type": "zeebe:input"
|
|
118
|
+
},
|
|
106
119
|
"type": "Dropdown",
|
|
107
120
|
"choices": [
|
|
108
121
|
{
|
|
109
122
|
"name": "Authenticate (username and password)",
|
|
110
|
-
"value": "
|
|
123
|
+
"value": "passwordBasedAuthentication"
|
|
111
124
|
},
|
|
112
125
|
{
|
|
113
126
|
"name": "Authenticate (username and API key)",
|
|
114
|
-
"value": "
|
|
127
|
+
"value": "apiKeyAuthentication"
|
|
115
128
|
},
|
|
116
129
|
{
|
|
117
130
|
"name": "Authentication (refresh) token",
|
|
118
|
-
"value": "
|
|
131
|
+
"value": "tokenBasedAuthentication"
|
|
119
132
|
}
|
|
120
|
-
]
|
|
121
|
-
"binding": {
|
|
122
|
-
"type": "zeebe:input",
|
|
123
|
-
"name": "authentication.withoutBindingType"
|
|
124
|
-
}
|
|
133
|
+
]
|
|
125
134
|
},
|
|
126
135
|
{
|
|
127
|
-
"id": "
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"value": "credentialsInBody",
|
|
131
|
-
"binding": {
|
|
132
|
-
"type": "zeebe:input",
|
|
133
|
-
"name": "authentication.type"
|
|
134
|
-
},
|
|
136
|
+
"id": "authentication.passwordBassesUsername",
|
|
137
|
+
"label": "Username",
|
|
138
|
+
"optional": false,
|
|
135
139
|
"constraints": {
|
|
136
140
|
"notEmpty": true
|
|
137
141
|
},
|
|
138
|
-
"
|
|
139
|
-
"property": "authenticationType",
|
|
140
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
{
|
|
142
|
+
"feel": "optional",
|
|
144
143
|
"group": "authentication",
|
|
145
|
-
"type": "Hidden",
|
|
146
|
-
"value": "noAuth",
|
|
147
144
|
"binding": {
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
},
|
|
151
|
-
"constraints": {
|
|
152
|
-
"notEmpty": true
|
|
145
|
+
"name": "authentication.username",
|
|
146
|
+
"type": "zeebe:input"
|
|
153
147
|
},
|
|
154
148
|
"condition": {
|
|
155
|
-
"property": "
|
|
156
|
-
"
|
|
157
|
-
|
|
149
|
+
"property": "authentication.type",
|
|
150
|
+
"equals": "passwordBasedAuthentication",
|
|
151
|
+
"type": "simple"
|
|
152
|
+
},
|
|
153
|
+
"type": "String"
|
|
158
154
|
},
|
|
159
155
|
{
|
|
160
|
-
"id": "
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
"value": "noAuth",
|
|
164
|
-
"binding": {
|
|
165
|
-
"type": "zeebe:input",
|
|
166
|
-
"name": "authentication.type"
|
|
167
|
-
},
|
|
156
|
+
"id": "authentication.password",
|
|
157
|
+
"label": "Password",
|
|
158
|
+
"optional": false,
|
|
168
159
|
"constraints": {
|
|
169
160
|
"notEmpty": true
|
|
170
161
|
},
|
|
171
|
-
"condition": {
|
|
172
|
-
"property": "authenticationType",
|
|
173
|
-
"oneOf": ["tokenAuth"]
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"description": "method for authentication",
|
|
178
|
-
"type": "Hidden",
|
|
179
|
-
"value": "post",
|
|
180
|
-
"binding": {
|
|
181
|
-
"type": "zeebe:input",
|
|
182
|
-
"name": "authentication.request.method"
|
|
183
|
-
},
|
|
184
|
-
"condition": {
|
|
185
|
-
"property": "authenticationType",
|
|
186
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"label": "Username",
|
|
191
|
-
"group": "authentication",
|
|
192
|
-
"type": "String",
|
|
193
162
|
"feel": "optional",
|
|
163
|
+
"group": "authentication",
|
|
194
164
|
"binding": {
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
},
|
|
198
|
-
"constraints": {
|
|
199
|
-
"notEmpty": true
|
|
165
|
+
"name": "authentication.password",
|
|
166
|
+
"type": "zeebe:input"
|
|
200
167
|
},
|
|
201
168
|
"condition": {
|
|
202
|
-
"property": "
|
|
203
|
-
"
|
|
204
|
-
|
|
169
|
+
"property": "authentication.type",
|
|
170
|
+
"equals": "passwordBasedAuthentication",
|
|
171
|
+
"type": "simple"
|
|
172
|
+
},
|
|
173
|
+
"type": "String"
|
|
205
174
|
},
|
|
206
175
|
{
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
"
|
|
210
|
-
"feel": "optional",
|
|
211
|
-
"binding": {
|
|
212
|
-
"type": "zeebe:input",
|
|
213
|
-
"name": "authentication.request.body.password"
|
|
214
|
-
},
|
|
176
|
+
"id": "authentication.multipleLogin",
|
|
177
|
+
"label": "Multiple login",
|
|
178
|
+
"optional": false,
|
|
215
179
|
"constraints": {
|
|
216
180
|
"notEmpty": true
|
|
217
181
|
},
|
|
218
|
-
"condition": {
|
|
219
|
-
"property": "authenticationType",
|
|
220
|
-
"equals": "userNamePasswordAuth"
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"label": "API key",
|
|
225
182
|
"group": "authentication",
|
|
226
|
-
"type": "String",
|
|
227
|
-
"feel": "optional",
|
|
228
183
|
"binding": {
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
},
|
|
232
|
-
"constraints": {
|
|
233
|
-
"notEmpty": true
|
|
184
|
+
"name": "authentication.multipleLogin",
|
|
185
|
+
"type": "zeebe:input"
|
|
234
186
|
},
|
|
235
187
|
"condition": {
|
|
236
|
-
"property": "
|
|
237
|
-
"equals": "
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
{
|
|
241
|
-
"label": "Multiple login",
|
|
242
|
-
"group": "authentication",
|
|
243
|
-
"description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
188
|
+
"property": "authentication.type",
|
|
189
|
+
"equals": "passwordBasedAuthentication",
|
|
190
|
+
"type": "simple"
|
|
191
|
+
},
|
|
244
192
|
"type": "Dropdown",
|
|
245
|
-
"value": "false",
|
|
246
193
|
"choices": [
|
|
247
194
|
{
|
|
248
195
|
"name": "TRUE",
|
|
@@ -252,298 +199,254 @@
|
|
|
252
199
|
"name": "FALSE",
|
|
253
200
|
"value": "false"
|
|
254
201
|
}
|
|
255
|
-
]
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"id": "authentication.apiUsername",
|
|
206
|
+
"label": "Username",
|
|
207
|
+
"optional": false,
|
|
260
208
|
"constraints": {
|
|
261
209
|
"notEmpty": true
|
|
262
210
|
},
|
|
263
|
-
"condition": {
|
|
264
|
-
"property": "authenticationType",
|
|
265
|
-
"equals": "userNamePasswordAuth"
|
|
266
|
-
}
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"label": "Token",
|
|
270
|
-
"group": "authentication",
|
|
271
|
-
"type": "String",
|
|
272
211
|
"feel": "optional",
|
|
212
|
+
"group": "authentication",
|
|
273
213
|
"binding": {
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
},
|
|
277
|
-
"constraints": {
|
|
278
|
-
"notEmpty": true
|
|
214
|
+
"name": "authentication.username",
|
|
215
|
+
"type": "zeebe:input"
|
|
279
216
|
},
|
|
280
217
|
"condition": {
|
|
281
|
-
"property": "
|
|
282
|
-
"equals": "
|
|
283
|
-
|
|
218
|
+
"property": "authentication.type",
|
|
219
|
+
"equals": "apiKeyAuthentication",
|
|
220
|
+
"type": "simple"
|
|
221
|
+
},
|
|
222
|
+
"type": "String"
|
|
284
223
|
},
|
|
285
224
|
{
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"binding": {
|
|
290
|
-
"type": "zeebe:input",
|
|
291
|
-
"name": "headers"
|
|
292
|
-
},
|
|
225
|
+
"id": "authentication.apiKey",
|
|
226
|
+
"label": "API key",
|
|
227
|
+
"optional": false,
|
|
293
228
|
"constraints": {
|
|
294
229
|
"notEmpty": true
|
|
295
230
|
},
|
|
296
|
-
"
|
|
297
|
-
|
|
298
|
-
"equals": "tokenAuth"
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"description": "Output headers",
|
|
303
|
-
"type": "Hidden",
|
|
304
|
-
"value": "={\"X-Authorization\":\"asObject:token.asString\"}",
|
|
231
|
+
"feel": "optional",
|
|
232
|
+
"group": "authentication",
|
|
305
233
|
"binding": {
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
},
|
|
309
|
-
"constraints": {
|
|
310
|
-
"notEmpty": true
|
|
234
|
+
"name": "authentication.apiKey",
|
|
235
|
+
"type": "zeebe:input"
|
|
311
236
|
},
|
|
312
237
|
"condition": {
|
|
313
|
-
"property": "
|
|
314
|
-
"
|
|
315
|
-
|
|
238
|
+
"property": "authentication.type",
|
|
239
|
+
"equals": "apiKeyAuthentication",
|
|
240
|
+
"type": "simple"
|
|
241
|
+
},
|
|
242
|
+
"type": "String"
|
|
316
243
|
},
|
|
317
244
|
{
|
|
318
|
-
"
|
|
319
|
-
"
|
|
245
|
+
"id": "authentication.token",
|
|
246
|
+
"label": "Token",
|
|
320
247
|
"optional": false,
|
|
321
|
-
"value": "=controlRoomURL+\"/v1/authentication\"",
|
|
322
|
-
"binding": {
|
|
323
|
-
"type": "zeebe:input",
|
|
324
|
-
"name": "authentication.request.url"
|
|
325
|
-
},
|
|
326
248
|
"constraints": {
|
|
327
249
|
"notEmpty": true
|
|
328
250
|
},
|
|
329
|
-
"
|
|
330
|
-
|
|
331
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"description": "method for request",
|
|
336
|
-
"type": "Hidden",
|
|
337
|
-
"value": "post",
|
|
251
|
+
"feel": "optional",
|
|
252
|
+
"group": "authentication",
|
|
338
253
|
"binding": {
|
|
339
|
-
"
|
|
340
|
-
"
|
|
254
|
+
"name": "authentication.token",
|
|
255
|
+
"type": "zeebe:input"
|
|
341
256
|
},
|
|
342
257
|
"condition": {
|
|
343
|
-
"property": "
|
|
344
|
-
"
|
|
345
|
-
|
|
258
|
+
"property": "authentication.type",
|
|
259
|
+
"equals": "tokenBasedAuthentication",
|
|
260
|
+
"type": "simple"
|
|
261
|
+
},
|
|
262
|
+
"type": "String"
|
|
346
263
|
},
|
|
347
264
|
{
|
|
265
|
+
"id": "operation.queueId",
|
|
348
266
|
"label": "Work queue ID",
|
|
349
|
-
"group": "input",
|
|
350
267
|
"description": "The queue ID of the item",
|
|
351
|
-
"type": "String",
|
|
352
268
|
"optional": false,
|
|
269
|
+
"constraints": {
|
|
270
|
+
"notEmpty": true
|
|
271
|
+
},
|
|
353
272
|
"feel": "optional",
|
|
273
|
+
"group": "input",
|
|
354
274
|
"binding": {
|
|
355
|
-
"
|
|
356
|
-
"
|
|
275
|
+
"name": "operation.queueId",
|
|
276
|
+
"type": "zeebe:input"
|
|
277
|
+
},
|
|
278
|
+
"condition": {
|
|
279
|
+
"property": "operation.type",
|
|
280
|
+
"equals": "addWorkItemsToTheQueue",
|
|
281
|
+
"type": "simple"
|
|
357
282
|
},
|
|
283
|
+
"type": "String"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"id": "operation.data",
|
|
287
|
+
"label": "Work item json data",
|
|
288
|
+
"description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
289
|
+
"optional": false,
|
|
358
290
|
"constraints": {
|
|
359
291
|
"notEmpty": true
|
|
360
292
|
},
|
|
293
|
+
"feel": "required",
|
|
294
|
+
"group": "input",
|
|
295
|
+
"binding": {
|
|
296
|
+
"name": "operation.data",
|
|
297
|
+
"type": "zeebe:input"
|
|
298
|
+
},
|
|
361
299
|
"condition": {
|
|
362
|
-
"property": "
|
|
363
|
-
"
|
|
364
|
-
|
|
300
|
+
"property": "operation.type",
|
|
301
|
+
"equals": "addWorkItemsToTheQueue",
|
|
302
|
+
"type": "simple"
|
|
303
|
+
},
|
|
304
|
+
"type": "Text"
|
|
365
305
|
},
|
|
366
306
|
{
|
|
367
|
-
"
|
|
368
|
-
"
|
|
307
|
+
"id": "operation.workQueueId",
|
|
308
|
+
"label": "Work queue ID",
|
|
309
|
+
"description": "The queue ID of the item",
|
|
369
310
|
"optional": false,
|
|
370
|
-
"value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
|
|
371
|
-
"binding": {
|
|
372
|
-
"type": "zeebe:input",
|
|
373
|
-
"name": "url"
|
|
374
|
-
},
|
|
375
311
|
"constraints": {
|
|
376
312
|
"notEmpty": true
|
|
377
313
|
},
|
|
314
|
+
"feel": "optional",
|
|
315
|
+
"group": "input",
|
|
316
|
+
"binding": {
|
|
317
|
+
"name": "operation.queueId",
|
|
318
|
+
"type": "zeebe:input"
|
|
319
|
+
},
|
|
378
320
|
"condition": {
|
|
379
|
-
"property": "
|
|
380
|
-
"
|
|
381
|
-
|
|
321
|
+
"property": "operation.type",
|
|
322
|
+
"equals": "listWorkItemsInQueue",
|
|
323
|
+
"type": "simple"
|
|
324
|
+
},
|
|
325
|
+
"type": "String"
|
|
382
326
|
},
|
|
383
327
|
{
|
|
328
|
+
"id": "operation.workItemId",
|
|
384
329
|
"label": "Work item ID",
|
|
385
330
|
"description": "The queue item identifier to be fetched from queue",
|
|
386
|
-
"group": "input",
|
|
387
|
-
"type": "String",
|
|
388
|
-
"feel": "optional",
|
|
389
331
|
"optional": false,
|
|
390
|
-
"binding": {
|
|
391
|
-
"type": "zeebe:input",
|
|
392
|
-
"name": "workItemId"
|
|
393
|
-
},
|
|
394
332
|
"constraints": {
|
|
395
333
|
"notEmpty": true
|
|
396
334
|
},
|
|
397
|
-
"
|
|
398
|
-
"property": "operationType",
|
|
399
|
-
"oneOf": ["listWorkItemsInQueue"]
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"label": "Work item json data",
|
|
404
|
-
"description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
335
|
+
"feel": "static",
|
|
405
336
|
"group": "input",
|
|
406
|
-
"type": "String",
|
|
407
|
-
"feel": "required",
|
|
408
337
|
"binding": {
|
|
409
|
-
"
|
|
410
|
-
"
|
|
411
|
-
},
|
|
412
|
-
"constraints": {
|
|
413
|
-
"notEmpty": true
|
|
338
|
+
"name": "operation.workItemId",
|
|
339
|
+
"type": "zeebe:input"
|
|
414
340
|
},
|
|
415
341
|
"condition": {
|
|
416
|
-
"property": "
|
|
417
|
-
"
|
|
418
|
-
|
|
342
|
+
"property": "operation.type",
|
|
343
|
+
"equals": "listWorkItemsInQueue",
|
|
344
|
+
"type": "simple"
|
|
345
|
+
},
|
|
346
|
+
"type": "Number"
|
|
419
347
|
},
|
|
420
348
|
{
|
|
421
|
-
"
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
"
|
|
349
|
+
"id": "configuration.connectionTimeoutInSeconds",
|
|
350
|
+
"label": "Connection timeout in seconds",
|
|
351
|
+
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
352
|
+
"optional": true,
|
|
353
|
+
"value": 20,
|
|
354
|
+
"feel": "static",
|
|
355
|
+
"group": "timeout",
|
|
425
356
|
"binding": {
|
|
426
|
-
"
|
|
427
|
-
"
|
|
428
|
-
},
|
|
429
|
-
"constraints": {
|
|
430
|
-
"notEmpty": true
|
|
357
|
+
"name": "configuration.connectionTimeoutInSeconds",
|
|
358
|
+
"type": "zeebe:input"
|
|
431
359
|
},
|
|
432
|
-
"
|
|
433
|
-
"property": "operationType",
|
|
434
|
-
"oneOf": ["addWorkItemsToTheQueue"]
|
|
435
|
-
}
|
|
360
|
+
"type": "Number"
|
|
436
361
|
},
|
|
437
362
|
{
|
|
438
|
-
"
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"value": "
|
|
363
|
+
"id": "version",
|
|
364
|
+
"label": "Version",
|
|
365
|
+
"description": "Version of the element template",
|
|
366
|
+
"value": "3",
|
|
367
|
+
"group": "connector",
|
|
442
368
|
"binding": {
|
|
443
|
-
"
|
|
444
|
-
"
|
|
445
|
-
},
|
|
446
|
-
"constraints": {
|
|
447
|
-
"notEmpty": true
|
|
369
|
+
"key": "elementTemplateVersion",
|
|
370
|
+
"type": "zeebe:taskHeader"
|
|
448
371
|
},
|
|
449
|
-
"
|
|
450
|
-
"property": "operationType",
|
|
451
|
-
"oneOf": ["listWorkItemsInQueue"]
|
|
452
|
-
}
|
|
372
|
+
"type": "Hidden"
|
|
453
373
|
},
|
|
454
374
|
{
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
-
"
|
|
458
|
-
"value": "
|
|
375
|
+
"id": "id",
|
|
376
|
+
"label": "ID",
|
|
377
|
+
"description": "ID of the element template",
|
|
378
|
+
"value": "io.camunda.connectors.AutomationAnywhere",
|
|
379
|
+
"group": "connector",
|
|
459
380
|
"binding": {
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
},
|
|
463
|
-
"constraints": {
|
|
464
|
-
"notEmpty": true
|
|
381
|
+
"key": "elementTemplateId",
|
|
382
|
+
"type": "zeebe:taskHeader"
|
|
465
383
|
},
|
|
466
|
-
"
|
|
467
|
-
"property": "operationType",
|
|
468
|
-
"oneOf": ["listWorkItemsInQueue"]
|
|
469
|
-
}
|
|
384
|
+
"type": "Hidden"
|
|
470
385
|
},
|
|
471
386
|
{
|
|
472
|
-
"
|
|
473
|
-
"
|
|
474
|
-
"
|
|
475
|
-
"
|
|
476
|
-
"value": "20",
|
|
387
|
+
"id": "resultVariable",
|
|
388
|
+
"label": "Result variable",
|
|
389
|
+
"description": "Name of variable to store the response in",
|
|
390
|
+
"group": "output",
|
|
477
391
|
"binding": {
|
|
478
|
-
"
|
|
479
|
-
"
|
|
392
|
+
"key": "resultVariable",
|
|
393
|
+
"type": "zeebe:taskHeader"
|
|
480
394
|
},
|
|
481
|
-
"
|
|
482
|
-
"feel": "optional",
|
|
483
|
-
"constraints": {
|
|
484
|
-
"notEmpty": false,
|
|
485
|
-
"pattern": {
|
|
486
|
-
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
487
|
-
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
488
|
-
}
|
|
489
|
-
}
|
|
395
|
+
"type": "String"
|
|
490
396
|
},
|
|
491
397
|
{
|
|
492
|
-
"
|
|
493
|
-
"
|
|
398
|
+
"id": "resultExpression",
|
|
399
|
+
"label": "Result expression",
|
|
400
|
+
"description": "Expression to map the response into process variables",
|
|
401
|
+
"feel": "required",
|
|
494
402
|
"group": "output",
|
|
495
|
-
"type": "String",
|
|
496
403
|
"binding": {
|
|
497
|
-
"
|
|
498
|
-
"
|
|
499
|
-
}
|
|
404
|
+
"key": "resultExpression",
|
|
405
|
+
"type": "zeebe:taskHeader"
|
|
406
|
+
},
|
|
407
|
+
"type": "Text"
|
|
500
408
|
},
|
|
501
409
|
{
|
|
502
|
-
"
|
|
503
|
-
"
|
|
504
|
-
"description": "Expression to
|
|
505
|
-
"group": "output",
|
|
506
|
-
"type": "String",
|
|
410
|
+
"id": "errorExpression",
|
|
411
|
+
"label": "Error expression",
|
|
412
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
507
413
|
"feel": "required",
|
|
508
|
-
"
|
|
414
|
+
"group": "error",
|
|
509
415
|
"binding": {
|
|
510
|
-
"
|
|
511
|
-
"
|
|
416
|
+
"key": "errorExpression",
|
|
417
|
+
"type": "zeebe:taskHeader"
|
|
512
418
|
},
|
|
513
|
-
"
|
|
514
|
-
"property": "operationType",
|
|
515
|
-
"oneOf": ["listWorkItemsInQueue"]
|
|
516
|
-
}
|
|
419
|
+
"type": "Text"
|
|
517
420
|
},
|
|
518
421
|
{
|
|
519
|
-
"
|
|
520
|
-
"
|
|
521
|
-
"description": "
|
|
522
|
-
"
|
|
523
|
-
"
|
|
524
|
-
"
|
|
525
|
-
"value": "={itemId:response.body.list[1].id}",
|
|
422
|
+
"id": "retryCount",
|
|
423
|
+
"label": "Retries",
|
|
424
|
+
"description": "Number of retries",
|
|
425
|
+
"value": "3",
|
|
426
|
+
"feel": "optional",
|
|
427
|
+
"group": "retries",
|
|
526
428
|
"binding": {
|
|
527
|
-
"
|
|
528
|
-
"
|
|
429
|
+
"property": "retries",
|
|
430
|
+
"type": "zeebe:taskDefinition"
|
|
529
431
|
},
|
|
530
|
-
"
|
|
531
|
-
"property": "operationType",
|
|
532
|
-
"oneOf": ["addWorkItemsToTheQueue"]
|
|
533
|
-
}
|
|
432
|
+
"type": "String"
|
|
534
433
|
},
|
|
535
434
|
{
|
|
536
|
-
"
|
|
537
|
-
"
|
|
538
|
-
"
|
|
539
|
-
"
|
|
540
|
-
"
|
|
435
|
+
"id": "retryBackoff",
|
|
436
|
+
"label": "Retry backoff",
|
|
437
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
438
|
+
"value": "PT0S",
|
|
439
|
+
"group": "retries",
|
|
541
440
|
"binding": {
|
|
542
|
-
"
|
|
543
|
-
"
|
|
544
|
-
}
|
|
441
|
+
"key": "retryBackoff",
|
|
442
|
+
"type": "zeebe:taskHeader"
|
|
443
|
+
},
|
|
444
|
+
"type": "String"
|
|
545
445
|
}
|
|
546
|
-
]
|
|
446
|
+
],
|
|
447
|
+
"icon": {
|
|
448
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgNjUyIDY1Micgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjUyIDY1MjsnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0ndGV4dC9jc3MnPi5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6dXJsKCNTVkdJRF8zXyk7fSAuc3Qxe29wYWNpdHk6MC4zO30KICAgICAgICAgICAgLnN0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81Xyk7ZmlsbDp1cmwoI1NWR0lEXzZfKTt9IC5zdDN7ZmlsbDojNDA0MDQxO30gLnN0NHtmaWxsOiNGNzk4Mzc7fQogICAgICAgIDwvc3R5bGU+CiAgICA8L2RlZnM+CiAgICA8ZyBzdHlsZT0nJyB0cmFuc2Zvcm09J21hdHJpeCgyLjgzODk0NiwgMCwgMCwgMi44MDcxMjYsIC00NC41MzQzNjMsIC01NzguMzQzMzg0KSc+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzFfJwogICAgICAgICAgICAgICAgICAgICAgZD0nTTE5OS41LDQxMi43bC0wLjItMC41bC0wLjUtMWwtMTEuNy0zMS41YzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwLjFsMCwwYzEuMiwwLjksMi4yLDIuMiwzLDMuNyBjMC45LDEuNywxLjQsMy41LDEuNCw1LjVjMCw2LjQtNS4yLDExLjYtMTEuNiwxMS42QzIwNS41LDQyMC42LDIwMS4xLDQxNy40LDE5OS41LDQxMi43IE0xMDMuMywyMjkuNmMxLjUtNC4xLDQuOS02LjksOC43LTcgYzAsMCwwLjEsMCwwLjEsMGMzLjgsMC4yLDcuMiwyLjksOC43LDdsNDguMywxMzIuNmMtMTAuNy0yLjctMjEuNy00LjEtMzIuOS00LjFjLTIzLjUsMC00Ni43LDYuMi02Ni45LDE4IGMtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42TDEwMy4zLDIyOS42eiBNMTEwLjksMjEyYy03LjgsMC42LTE0LjcsNi0xNy42LDE0TDIxLDQyNC41Yy0xLDIuOCwwLjQsNS44LDMuMiw2LjggYzAuNiwwLjIsMS4yLDAuMywxLjgsMC4zYzEuNywwLDMuMy0wLjgsNC4zLTIuMmMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjgtMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjksMCwyNS42LDIsMzcuNiw1LjlsMTUuMyw0MS4xbDAuNSwwLjljMy4yLDguOCwxMS41LDE0LjcsMjAuOSwxNC43YzEyLjMsMCwyMi4yLTEwLDIyLjItMjIuMiBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC43LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42bC0xLjEtMi44bC0wLjEsMCBMMTMwLjgsMjI2Yy0yLjktNy45LTkuNy0xMy4zLTE3LjYtMTRjLTAuMywwLTAuNi0wLjEtMC45LTAuMWMtMC4xLDAtMC4yLDAtMC4yLDBjLTAuMSwwLTAuMiwwLTAuMiwwIEMxMTEuNSwyMTEuOSwxMTEuMiwyMTIsMTEwLjksMjEyJy8+CiAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF8yXyc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTk5LjUsNDEyLjdsLTAuMi0wLjVsLTAuNS0xbC0xMS43LTMxLjVjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjAuMWwwLDBjMS4yLDAuOSwyLjIsMi4yLDMsMy43IGMwLjksMS43LDEuNCwzLjUsMS40LDUuNWMwLDYuNC01LjIsMTEuNi0xMS42LDExLjZDMjA1LjUsNDIwLjYsMjAxLjEsNDE3LjQsMTk5LjUsNDEyLjcgTTEwMy4zLDIyOS42YzEuNS00LjEsNC45LTYuOSw4LjctNyBjMCwwLDAuMSwwLDAuMSwwYzMuOCwwLjIsNy4yLDIuOSw4LjcsN2w0OC4zLDEzMi42Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMWMtMjMuNSwwLTQ2LjcsNi4yLTY2LjksMTggYy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZMMTAzLjMsMjI5LjZ6IE0xMTAuOSwyMTJjLTcuOCwwLjYtMTQuNyw2LTE3LjYsMTRMMjEsNDI0LjVjLTEsMi44LDAuNCw1LjgsMy4yLDYuOCBjMC42LDAuMiwxLjIsMC4zLDEuOCwwLjNjMS43LDAsMy4zLTAuOCw0LjMtMi4yYzAuMi0wLjIsMC4zLTAuNCwwLjUtMC43YzEwLjctMTgsMjUuOC0zMy4xLDQzLjktNDMuNiBjMTguNi0xMC44LDM5LjktMTYuNiw2MS42LTE2LjZjMTIuOSwwLDI1LjYsMiwzNy42LDUuOWwxNS4zLDQxLjFsMC41LDAuOWMzLjIsOC44LDExLjUsMTQuNywyMC45LDE0LjdjMTIuMywwLDIyLjItMTAsMjIuMi0yMi4yIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjctMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZsLTEuMS0yLjhsLTAuMSwwIEwxMzAuOCwyMjZjLTIuOS03LjktOS43LTEzLjMtMTcuNi0xNGMtMC4zLDAtMC42LTAuMS0wLjktMC4xYy0wLjEsMC0wLjIsMC0wLjIsMGMtMC4xLDAtMC4yLDAtMC4yLDAgQzExMS41LDIxMS45LDExMS4yLDIxMiwxMTAuOSwyMTInCiAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzNfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy00LjkzOCcgeTE9Jzc0My4wMjAzJyB4Mj0nMS45NzkyJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgeTI9Jzc0My4wMjAzJyBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDMwLjY1OCAwIDAgLTMwLjY1OCAxNzIuMDgwMyAyMzEwMS4zNDE4KSc+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkREMTUnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4wMzQzJyBzdHlsZT0nc3RvcC1jb2xvcjojRkVEMjE3Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuMTY2Mycgc3R5bGU9J3N0b3AtY29sb3I6I0ZBQUQxQycvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMwNDknIHN0eWxlPSdzdG9wLWNvbG9yOiNGNjhGMjAnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC40NScgc3R5bGU9J3N0b3AtY29sb3I6I0YzNzgyNCcvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYwNDUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMTY3MjYnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC43NzQ3JyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1RDI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuOTkxJyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1QTI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMDVBMjgnLz4KICAgICAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgICAgICAgICAgPHJlY3QgeD0nMjAnIHk9JzIxMS45JyBjbGFzcz0nc3QwJyB3aWR0aD0nMjEyLjgnIGhlaWdodD0nMjE5LjcnLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnIGNsYXNzPSdzdDEnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzRfJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZD0nTTE4Ny4zLDM4MC4zYzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwbDAsMGMxLjIsMSwyLjIsMi4yLDMsMy43YzAuOSwxLjcsMS40LDMuNSwxLjQsNS41SDIzMyBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC42LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42TDE4Ny4zLDM4MC4zeiBNNjkuNSwzNzYuN2MtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42bC0xMi4yLDMyLjhjMC4yLTAuMiwwLjMtMC40LDAuNS0wLjdjMTAuNy0xOCwyNS45LTMzLjEsNDMuOS00My42IGMxOC42LTEwLjgsMzkuOS0xNi42LDYxLjYtMTYuNmMxMi4xLDAsMjUuMSwxLjksMzcuNiw1LjlsLTQuNy0xMi40Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMSBDMTEyLjksMzU4LjcsODkuOCwzNjQuOSw2OS41LDM3Ni43Jy8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF81Xyc+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTg3LjMsMzgwLjNjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjBsMCwwYzEuMiwxLDIuMiwyLjIsMywzLjdjMC45LDEuNywxLjQsMy41LDEuNCw1LjVIMjMzIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjYtMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZMMTg3LjMsMzgwLjN6IE02OS41LDM3Ni43Yy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZsLTEyLjIsMzIuOGMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjktMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjEsMCwyNS4xLDEuOSwzNy42LDUuOWwtNC43LTEyLjRjLTEwLjctMi43LTIxLjctNC4xLTMyLjktNC4xIEMxMTIuOSwzNTguNyw4OS44LDM2NC45LDY5LjUsMzc2LjcnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzZfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy01LjQwNDInIHkxPSc3NDEuNDczJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeDI9JzEuNTEzMScgeTI9Jzc0MS40NzMnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDI5LjI3NDggMCAwIC0yOS4yNzQ4IDE4OC43MTUyIDIyMTAwLjg0NzcpJz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCcgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMyODUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4zNzQ1JyBzdHlsZT0nc3RvcC1jb2xvcjojRkJGQkZCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNDIzMycgc3R5bGU9J3N0b3AtY29sb3I6I0VFRUVFRScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjQ3MzUnIHN0eWxlPSdzdG9wLWNvbG9yOiNEOUQ5RDknLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC41MjQ2JyBzdHlsZT0nc3RvcC1jb2xvcjojQkNCQkJCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNTc2NCcgc3R5bGU9J3N0b3AtY29sb3I6Izk2OTU5NScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYyODgnIHN0eWxlPSdzdG9wLWNvbG9yOiM2ODY2NjYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC42ODA4JyBzdHlsZT0nc3RvcC1jb2xvcjojMzMyRjMwJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNjk0OCcgc3R5bGU9J3N0b3AtY29sb3I6IzIzMUYyMCcvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjkzMDEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMScgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCB4PSczMC41JyB5PSczNTguNycgY2xhc3M9J3N0Micgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4Jy8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDxnLz4KICAgIDwvZz4KPC9zdmc+"
|
|
449
|
+
}
|
|
547
450
|
},
|
|
548
451
|
{
|
|
549
452
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
@@ -1371,16 +1274,15 @@
|
|
|
1371
1274
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1372
1275
|
"name": "Automation Anywhere connector",
|
|
1373
1276
|
"id": "io.camunda.connectors.AutomationAnywhere.v1",
|
|
1374
|
-
"version":
|
|
1277
|
+
"version": 1,
|
|
1278
|
+
"icon": {
|
|
1279
|
+
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
|
|
1280
|
+
},
|
|
1375
1281
|
"description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
1376
1282
|
"deprecated": {
|
|
1377
1283
|
"message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
|
|
1378
1284
|
"documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
|
|
1379
1285
|
},
|
|
1380
|
-
"icon": {
|
|
1381
|
-
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
|
|
1382
|
-
},
|
|
1383
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
1384
1286
|
"category": {
|
|
1385
1287
|
"id": "connectors",
|
|
1386
1288
|
"name": "Connectors"
|
|
@@ -1460,8 +1362,8 @@
|
|
|
1460
1362
|
"constraints": {
|
|
1461
1363
|
"notEmpty": true,
|
|
1462
1364
|
"pattern": {
|
|
1463
|
-
"value": "^(=|(https
|
|
1464
|
-
"message": "Must be a http(s) URL"
|
|
1365
|
+
"value": "^(=|(http://|https://|secrets).*$)",
|
|
1366
|
+
"message": "Must be a http(s) URL."
|
|
1465
1367
|
}
|
|
1466
1368
|
}
|
|
1467
1369
|
},
|
|
@@ -1851,7 +1753,7 @@
|
|
|
1851
1753
|
"constraints": {
|
|
1852
1754
|
"notEmpty": false,
|
|
1853
1755
|
"pattern": {
|
|
1854
|
-
"value": "^(=|([0-9]+|secrets
|
|
1756
|
+
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
1855
1757
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1856
1758
|
}
|
|
1857
1759
|
}
|
|
@@ -1917,15 +1819,16 @@
|
|
|
1917
1819
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1918
1820
|
"name": "Automation Anywhere connector",
|
|
1919
1821
|
"id": "io.camunda.connectors.AutomationAnywhere.v1",
|
|
1920
|
-
"version":
|
|
1921
|
-
"icon": {
|
|
1922
|
-
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
|
|
1923
|
-
},
|
|
1822
|
+
"version": 2,
|
|
1924
1823
|
"description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
1925
1824
|
"deprecated": {
|
|
1926
1825
|
"message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
|
|
1927
1826
|
"documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
|
|
1928
1827
|
},
|
|
1828
|
+
"icon": {
|
|
1829
|
+
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
|
|
1830
|
+
},
|
|
1831
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
1929
1832
|
"category": {
|
|
1930
1833
|
"id": "connectors",
|
|
1931
1834
|
"name": "Connectors"
|
|
@@ -2005,8 +1908,8 @@
|
|
|
2005
1908
|
"constraints": {
|
|
2006
1909
|
"notEmpty": true,
|
|
2007
1910
|
"pattern": {
|
|
2008
|
-
"value": "^(=|(
|
|
2009
|
-
"message": "Must be a http(s) URL
|
|
1911
|
+
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
1912
|
+
"message": "Must be a http(s) URL"
|
|
2010
1913
|
}
|
|
2011
1914
|
}
|
|
2012
1915
|
},
|
|
@@ -2396,7 +2299,7 @@
|
|
|
2396
2299
|
"constraints": {
|
|
2397
2300
|
"notEmpty": false,
|
|
2398
2301
|
"pattern": {
|
|
2399
|
-
"value": "^(=|([0-9]+|secrets
|
|
2302
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
2400
2303
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
2401
2304
|
}
|
|
2402
2305
|
}
|
|
@@ -3007,17 +2910,17 @@
|
|
|
3007
2910
|
{
|
|
3008
2911
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3009
2912
|
"name": "Automation Anywhere Outbound Connector",
|
|
3010
|
-
"id": "io.camunda.connectors.AutomationAnywhere",
|
|
3011
|
-
"
|
|
3012
|
-
"
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
2913
|
+
"id": "io.camunda.connectors.AutomationAnywhere.v1",
|
|
2914
|
+
"version": 3,
|
|
2915
|
+
"description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
2916
|
+
"deprecated": {
|
|
2917
|
+
"message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
|
|
2918
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
|
|
2919
|
+
},
|
|
2920
|
+
"icon": {
|
|
2921
|
+
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
|
|
3018
2922
|
},
|
|
3019
2923
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
3020
|
-
"version": 3,
|
|
3021
2924
|
"category": {
|
|
3022
2925
|
"id": "connectors",
|
|
3023
2926
|
"name": "Connectors"
|
|
@@ -3027,63 +2930,47 @@
|
|
|
3027
2930
|
"value": "bpmn:ServiceTask"
|
|
3028
2931
|
},
|
|
3029
2932
|
"engines": {
|
|
3030
|
-
"camunda": "^8.
|
|
2933
|
+
"camunda": "^8.2"
|
|
3031
2934
|
},
|
|
3032
2935
|
"groups": [
|
|
3033
2936
|
{
|
|
3034
2937
|
"id": "operation",
|
|
3035
2938
|
"label": "Operation"
|
|
3036
2939
|
},
|
|
3037
|
-
{
|
|
3038
|
-
"id": "configuration",
|
|
3039
|
-
"label": "Configuration"
|
|
3040
|
-
},
|
|
3041
2940
|
{
|
|
3042
2941
|
"id": "authentication",
|
|
3043
2942
|
"label": "Authentication"
|
|
3044
2943
|
},
|
|
3045
2944
|
{
|
|
3046
|
-
"id": "
|
|
3047
|
-
"label": "
|
|
3048
|
-
},
|
|
3049
|
-
{
|
|
3050
|
-
"id": "timeout",
|
|
3051
|
-
"label": "Timeout"
|
|
2945
|
+
"id": "configuration",
|
|
2946
|
+
"label": "Configuration"
|
|
3052
2947
|
},
|
|
3053
2948
|
{
|
|
3054
|
-
"id": "
|
|
3055
|
-
"label": "
|
|
2949
|
+
"id": "input",
|
|
2950
|
+
"label": "Input"
|
|
3056
2951
|
},
|
|
3057
2952
|
{
|
|
3058
2953
|
"id": "output",
|
|
3059
|
-
"label": "Output
|
|
2954
|
+
"label": "Output"
|
|
3060
2955
|
},
|
|
3061
2956
|
{
|
|
3062
|
-
"id": "
|
|
2957
|
+
"id": "errors",
|
|
3063
2958
|
"label": "Error handling"
|
|
3064
|
-
},
|
|
3065
|
-
{
|
|
3066
|
-
"id": "retries",
|
|
3067
|
-
"label": "Retries"
|
|
3068
2959
|
}
|
|
3069
2960
|
],
|
|
3070
2961
|
"properties": [
|
|
3071
2962
|
{
|
|
3072
|
-
"
|
|
2963
|
+
"type": "Hidden",
|
|
2964
|
+
"value": "io.camunda:http-json:1",
|
|
3073
2965
|
"binding": {
|
|
3074
|
-
"
|
|
3075
|
-
"
|
|
3076
|
-
}
|
|
3077
|
-
"type": "Hidden"
|
|
2966
|
+
"type": "zeebe:taskDefinition",
|
|
2967
|
+
"property": "type"
|
|
2968
|
+
}
|
|
3078
2969
|
},
|
|
3079
2970
|
{
|
|
3080
|
-
"
|
|
3081
|
-
"
|
|
2971
|
+
"label": "Operation type",
|
|
2972
|
+
"id": "operationType",
|
|
3082
2973
|
"group": "operation",
|
|
3083
|
-
"binding": {
|
|
3084
|
-
"name": "operation.type",
|
|
3085
|
-
"type": "zeebe:input"
|
|
3086
|
-
},
|
|
3087
2974
|
"type": "Dropdown",
|
|
3088
2975
|
"choices": [
|
|
3089
2976
|
{
|
|
@@ -3094,107 +2981,176 @@
|
|
|
3094
2981
|
"name": "Get work item result from queue by ID",
|
|
3095
2982
|
"value": "listWorkItemsInQueue"
|
|
3096
2983
|
}
|
|
3097
|
-
]
|
|
2984
|
+
],
|
|
2985
|
+
"binding": {
|
|
2986
|
+
"type": "zeebe:input",
|
|
2987
|
+
"name": "operationType"
|
|
2988
|
+
}
|
|
3098
2989
|
},
|
|
3099
2990
|
{
|
|
3100
|
-
"id": "configuration.controlRoomUrl",
|
|
3101
2991
|
"label": "Control room URL",
|
|
3102
|
-
"optional": false,
|
|
3103
|
-
"constraints": {
|
|
3104
|
-
"notEmpty": true
|
|
3105
|
-
},
|
|
3106
|
-
"feel": "optional",
|
|
3107
2992
|
"group": "configuration",
|
|
2993
|
+
"feel": "optional",
|
|
2994
|
+
"description": "Automation Anywhere control room URL. Details in the <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
2995
|
+
"type": "String",
|
|
3108
2996
|
"binding": {
|
|
3109
|
-
"
|
|
3110
|
-
"
|
|
2997
|
+
"type": "zeebe:input",
|
|
2998
|
+
"name": "controlRoomURL"
|
|
3111
2999
|
},
|
|
3112
|
-
"
|
|
3000
|
+
"constraints": {
|
|
3001
|
+
"notEmpty": true,
|
|
3002
|
+
"pattern": {
|
|
3003
|
+
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
3004
|
+
"message": "Must be a http(s) URL"
|
|
3005
|
+
}
|
|
3006
|
+
}
|
|
3113
3007
|
},
|
|
3114
3008
|
{
|
|
3115
|
-
"id": "authentication.type",
|
|
3116
3009
|
"label": "Type",
|
|
3117
|
-
"
|
|
3118
|
-
"value": "passwordBasedAuthentication",
|
|
3010
|
+
"id": "authenticationType",
|
|
3119
3011
|
"group": "authentication",
|
|
3120
|
-
"
|
|
3121
|
-
|
|
3122
|
-
"type": "zeebe:input"
|
|
3123
|
-
},
|
|
3012
|
+
"description": "Choose the authentication type. Details in the <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
3013
|
+
"value": "userNamePasswordAuth",
|
|
3124
3014
|
"type": "Dropdown",
|
|
3125
3015
|
"choices": [
|
|
3126
3016
|
{
|
|
3127
3017
|
"name": "Authenticate (username and password)",
|
|
3128
|
-
"value": "
|
|
3018
|
+
"value": "userNamePasswordAuth"
|
|
3129
3019
|
},
|
|
3130
3020
|
{
|
|
3131
3021
|
"name": "Authenticate (username and API key)",
|
|
3132
|
-
"value": "
|
|
3022
|
+
"value": "userNameApiKeyAuth"
|
|
3133
3023
|
},
|
|
3134
3024
|
{
|
|
3135
3025
|
"name": "Authentication (refresh) token",
|
|
3136
|
-
"value": "
|
|
3026
|
+
"value": "tokenAuth"
|
|
3137
3027
|
}
|
|
3138
|
-
]
|
|
3028
|
+
],
|
|
3029
|
+
"binding": {
|
|
3030
|
+
"type": "zeebe:input",
|
|
3031
|
+
"name": "authentication.withoutBindingType"
|
|
3032
|
+
}
|
|
3139
3033
|
},
|
|
3140
3034
|
{
|
|
3141
|
-
"id": "
|
|
3142
|
-
"
|
|
3143
|
-
"
|
|
3035
|
+
"id": "credentialsInBodyAuthType",
|
|
3036
|
+
"group": "authentication",
|
|
3037
|
+
"type": "Hidden",
|
|
3038
|
+
"value": "credentialsInBody",
|
|
3039
|
+
"binding": {
|
|
3040
|
+
"type": "zeebe:input",
|
|
3041
|
+
"name": "authentication.type"
|
|
3042
|
+
},
|
|
3144
3043
|
"constraints": {
|
|
3145
3044
|
"notEmpty": true
|
|
3146
3045
|
},
|
|
3147
|
-
"
|
|
3046
|
+
"condition": {
|
|
3047
|
+
"property": "authenticationType",
|
|
3048
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3148
3052
|
"group": "authentication",
|
|
3053
|
+
"type": "Hidden",
|
|
3054
|
+
"value": "noAuth",
|
|
3149
3055
|
"binding": {
|
|
3150
|
-
"
|
|
3151
|
-
"
|
|
3056
|
+
"type": "zeebe:input",
|
|
3057
|
+
"name": "authentication.request.authentication.type"
|
|
3058
|
+
},
|
|
3059
|
+
"constraints": {
|
|
3060
|
+
"notEmpty": true
|
|
3152
3061
|
},
|
|
3153
3062
|
"condition": {
|
|
3154
|
-
"property": "
|
|
3155
|
-
"
|
|
3156
|
-
|
|
3157
|
-
},
|
|
3158
|
-
"type": "String"
|
|
3063
|
+
"property": "authenticationType",
|
|
3064
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
3065
|
+
}
|
|
3159
3066
|
},
|
|
3160
3067
|
{
|
|
3161
|
-
"id": "
|
|
3162
|
-
"
|
|
3163
|
-
"
|
|
3068
|
+
"id": "tokenAuthType",
|
|
3069
|
+
"group": "authentication",
|
|
3070
|
+
"type": "Hidden",
|
|
3071
|
+
"value": "noAuth",
|
|
3072
|
+
"binding": {
|
|
3073
|
+
"type": "zeebe:input",
|
|
3074
|
+
"name": "authentication.type"
|
|
3075
|
+
},
|
|
3164
3076
|
"constraints": {
|
|
3165
3077
|
"notEmpty": true
|
|
3166
3078
|
},
|
|
3167
|
-
"
|
|
3168
|
-
|
|
3079
|
+
"condition": {
|
|
3080
|
+
"property": "authenticationType",
|
|
3081
|
+
"oneOf": ["tokenAuth"]
|
|
3082
|
+
}
|
|
3083
|
+
},
|
|
3084
|
+
{
|
|
3085
|
+
"description": "method for authentication",
|
|
3086
|
+
"type": "Hidden",
|
|
3087
|
+
"value": "post",
|
|
3169
3088
|
"binding": {
|
|
3170
|
-
"
|
|
3171
|
-
"
|
|
3089
|
+
"type": "zeebe:input",
|
|
3090
|
+
"name": "authentication.request.method"
|
|
3172
3091
|
},
|
|
3173
3092
|
"condition": {
|
|
3174
|
-
"property": "
|
|
3175
|
-
"
|
|
3176
|
-
|
|
3177
|
-
},
|
|
3178
|
-
"type": "String"
|
|
3093
|
+
"property": "authenticationType",
|
|
3094
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
3095
|
+
}
|
|
3179
3096
|
},
|
|
3180
3097
|
{
|
|
3181
|
-
"
|
|
3182
|
-
"
|
|
3183
|
-
"
|
|
3098
|
+
"label": "Username",
|
|
3099
|
+
"group": "authentication",
|
|
3100
|
+
"type": "String",
|
|
3101
|
+
"feel": "optional",
|
|
3102
|
+
"binding": {
|
|
3103
|
+
"type": "zeebe:input",
|
|
3104
|
+
"name": "authentication.request.body.username"
|
|
3105
|
+
},
|
|
3184
3106
|
"constraints": {
|
|
3185
3107
|
"notEmpty": true
|
|
3186
3108
|
},
|
|
3109
|
+
"condition": {
|
|
3110
|
+
"property": "authenticationType",
|
|
3111
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
3112
|
+
}
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"label": "Password",
|
|
3187
3116
|
"group": "authentication",
|
|
3117
|
+
"type": "String",
|
|
3118
|
+
"feel": "optional",
|
|
3188
3119
|
"binding": {
|
|
3189
|
-
"
|
|
3190
|
-
"
|
|
3120
|
+
"type": "zeebe:input",
|
|
3121
|
+
"name": "authentication.request.body.password"
|
|
3122
|
+
},
|
|
3123
|
+
"constraints": {
|
|
3124
|
+
"notEmpty": true
|
|
3191
3125
|
},
|
|
3192
3126
|
"condition": {
|
|
3193
|
-
"property": "
|
|
3194
|
-
"equals": "
|
|
3195
|
-
|
|
3127
|
+
"property": "authenticationType",
|
|
3128
|
+
"equals": "userNamePasswordAuth"
|
|
3129
|
+
}
|
|
3130
|
+
},
|
|
3131
|
+
{
|
|
3132
|
+
"label": "API key",
|
|
3133
|
+
"group": "authentication",
|
|
3134
|
+
"type": "String",
|
|
3135
|
+
"feel": "optional",
|
|
3136
|
+
"binding": {
|
|
3137
|
+
"type": "zeebe:input",
|
|
3138
|
+
"name": "authentication.request.body.apiKey"
|
|
3196
3139
|
},
|
|
3140
|
+
"constraints": {
|
|
3141
|
+
"notEmpty": true
|
|
3142
|
+
},
|
|
3143
|
+
"condition": {
|
|
3144
|
+
"property": "authenticationType",
|
|
3145
|
+
"equals": "userNameApiKeyAuth"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"label": "Multiple login",
|
|
3150
|
+
"group": "authentication",
|
|
3151
|
+
"description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
3197
3152
|
"type": "Dropdown",
|
|
3153
|
+
"value": "false",
|
|
3198
3154
|
"choices": [
|
|
3199
3155
|
{
|
|
3200
3156
|
"name": "TRUE",
|
|
@@ -3204,253 +3160,297 @@
|
|
|
3204
3160
|
"name": "FALSE",
|
|
3205
3161
|
"value": "false"
|
|
3206
3162
|
}
|
|
3207
|
-
]
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
"optional": false,
|
|
3163
|
+
],
|
|
3164
|
+
"binding": {
|
|
3165
|
+
"type": "zeebe:input",
|
|
3166
|
+
"name": "authentication.request.body.multipleLogin"
|
|
3167
|
+
},
|
|
3213
3168
|
"constraints": {
|
|
3214
3169
|
"notEmpty": true
|
|
3215
3170
|
},
|
|
3216
|
-
"
|
|
3171
|
+
"condition": {
|
|
3172
|
+
"property": "authenticationType",
|
|
3173
|
+
"equals": "userNamePasswordAuth"
|
|
3174
|
+
}
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
"label": "Token",
|
|
3217
3178
|
"group": "authentication",
|
|
3179
|
+
"type": "String",
|
|
3180
|
+
"feel": "optional",
|
|
3218
3181
|
"binding": {
|
|
3219
|
-
"
|
|
3220
|
-
"
|
|
3182
|
+
"type": "zeebe:input",
|
|
3183
|
+
"name": "token"
|
|
3221
3184
|
},
|
|
3222
|
-
"
|
|
3223
|
-
"
|
|
3224
|
-
"equals": "apiKeyAuthentication",
|
|
3225
|
-
"type": "simple"
|
|
3185
|
+
"constraints": {
|
|
3186
|
+
"notEmpty": true
|
|
3226
3187
|
},
|
|
3227
|
-
"
|
|
3188
|
+
"condition": {
|
|
3189
|
+
"property": "authenticationType",
|
|
3190
|
+
"equals": "tokenAuth"
|
|
3191
|
+
}
|
|
3228
3192
|
},
|
|
3229
3193
|
{
|
|
3230
|
-
"
|
|
3231
|
-
"
|
|
3232
|
-
"
|
|
3194
|
+
"description": "Token",
|
|
3195
|
+
"type": "Hidden",
|
|
3196
|
+
"value": "={\"X-Authorization\":token}",
|
|
3197
|
+
"binding": {
|
|
3198
|
+
"type": "zeebe:input",
|
|
3199
|
+
"name": "headers"
|
|
3200
|
+
},
|
|
3233
3201
|
"constraints": {
|
|
3234
3202
|
"notEmpty": true
|
|
3235
3203
|
},
|
|
3236
|
-
"
|
|
3237
|
-
|
|
3204
|
+
"condition": {
|
|
3205
|
+
"property": "authenticationType",
|
|
3206
|
+
"equals": "tokenAuth"
|
|
3207
|
+
}
|
|
3208
|
+
},
|
|
3209
|
+
{
|
|
3210
|
+
"description": "Output headers",
|
|
3211
|
+
"type": "Hidden",
|
|
3212
|
+
"value": "={\"X-Authorization\":\"asObject:token.asString\"}",
|
|
3238
3213
|
"binding": {
|
|
3239
|
-
"
|
|
3240
|
-
"
|
|
3214
|
+
"type": "zeebe:input",
|
|
3215
|
+
"name": "authentication.outputHeaders"
|
|
3241
3216
|
},
|
|
3242
|
-
"
|
|
3243
|
-
"
|
|
3244
|
-
"equals": "apiKeyAuthentication",
|
|
3245
|
-
"type": "simple"
|
|
3217
|
+
"constraints": {
|
|
3218
|
+
"notEmpty": true
|
|
3246
3219
|
},
|
|
3247
|
-
"
|
|
3220
|
+
"condition": {
|
|
3221
|
+
"property": "authenticationType",
|
|
3222
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
3223
|
+
}
|
|
3248
3224
|
},
|
|
3249
3225
|
{
|
|
3250
|
-
"
|
|
3251
|
-
"
|
|
3226
|
+
"description": "Full authentication url",
|
|
3227
|
+
"type": "Hidden",
|
|
3252
3228
|
"optional": false,
|
|
3229
|
+
"value": "=controlRoomURL+\"/v1/authentication\"",
|
|
3230
|
+
"binding": {
|
|
3231
|
+
"type": "zeebe:input",
|
|
3232
|
+
"name": "authentication.request.url"
|
|
3233
|
+
},
|
|
3253
3234
|
"constraints": {
|
|
3254
3235
|
"notEmpty": true
|
|
3255
3236
|
},
|
|
3256
|
-
"
|
|
3257
|
-
|
|
3237
|
+
"condition": {
|
|
3238
|
+
"property": "authenticationType",
|
|
3239
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
3240
|
+
}
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"description": "method for request",
|
|
3244
|
+
"type": "Hidden",
|
|
3245
|
+
"value": "post",
|
|
3258
3246
|
"binding": {
|
|
3259
|
-
"
|
|
3260
|
-
"
|
|
3247
|
+
"type": "zeebe:input",
|
|
3248
|
+
"name": "method"
|
|
3261
3249
|
},
|
|
3262
3250
|
"condition": {
|
|
3263
|
-
"property": "
|
|
3264
|
-
"
|
|
3265
|
-
|
|
3266
|
-
},
|
|
3267
|
-
"type": "String"
|
|
3251
|
+
"property": "operationType",
|
|
3252
|
+
"oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
|
|
3253
|
+
}
|
|
3268
3254
|
},
|
|
3269
3255
|
{
|
|
3270
|
-
"id": "operation.queueId",
|
|
3271
3256
|
"label": "Work queue ID",
|
|
3257
|
+
"group": "input",
|
|
3272
3258
|
"description": "The queue ID of the item",
|
|
3259
|
+
"type": "String",
|
|
3273
3260
|
"optional": false,
|
|
3274
|
-
"constraints": {
|
|
3275
|
-
"notEmpty": true
|
|
3276
|
-
},
|
|
3277
3261
|
"feel": "optional",
|
|
3278
|
-
"group": "input",
|
|
3279
3262
|
"binding": {
|
|
3280
|
-
"
|
|
3281
|
-
"
|
|
3263
|
+
"type": "zeebe:input",
|
|
3264
|
+
"name": "queueId"
|
|
3282
3265
|
},
|
|
3283
|
-
"
|
|
3284
|
-
"
|
|
3285
|
-
"equals": "addWorkItemsToTheQueue",
|
|
3286
|
-
"type": "simple"
|
|
3266
|
+
"constraints": {
|
|
3267
|
+
"notEmpty": true
|
|
3287
3268
|
},
|
|
3288
|
-
"
|
|
3269
|
+
"condition": {
|
|
3270
|
+
"property": "operationType",
|
|
3271
|
+
"oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
|
|
3272
|
+
}
|
|
3289
3273
|
},
|
|
3290
3274
|
{
|
|
3291
|
-
"
|
|
3292
|
-
"
|
|
3293
|
-
"description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
3275
|
+
"description": "Add work items to the queue",
|
|
3276
|
+
"type": "Hidden",
|
|
3294
3277
|
"optional": false,
|
|
3278
|
+
"value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
|
|
3279
|
+
"binding": {
|
|
3280
|
+
"type": "zeebe:input",
|
|
3281
|
+
"name": "url"
|
|
3282
|
+
},
|
|
3295
3283
|
"constraints": {
|
|
3296
3284
|
"notEmpty": true
|
|
3297
3285
|
},
|
|
3298
|
-
"feel": "required",
|
|
3299
|
-
"group": "input",
|
|
3300
|
-
"binding": {
|
|
3301
|
-
"name": "operation.data",
|
|
3302
|
-
"type": "zeebe:input"
|
|
3303
|
-
},
|
|
3304
3286
|
"condition": {
|
|
3305
|
-
"property": "
|
|
3306
|
-
"
|
|
3307
|
-
|
|
3308
|
-
},
|
|
3309
|
-
"type": "Text"
|
|
3287
|
+
"property": "operationType",
|
|
3288
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
3289
|
+
}
|
|
3310
3290
|
},
|
|
3311
3291
|
{
|
|
3312
|
-
"
|
|
3313
|
-
"
|
|
3314
|
-
"
|
|
3292
|
+
"label": "Work item ID",
|
|
3293
|
+
"description": "The queue item identifier to be fetched from queue",
|
|
3294
|
+
"group": "input",
|
|
3295
|
+
"type": "String",
|
|
3296
|
+
"feel": "optional",
|
|
3315
3297
|
"optional": false,
|
|
3298
|
+
"binding": {
|
|
3299
|
+
"type": "zeebe:input",
|
|
3300
|
+
"name": "workItemId"
|
|
3301
|
+
},
|
|
3316
3302
|
"constraints": {
|
|
3317
3303
|
"notEmpty": true
|
|
3318
3304
|
},
|
|
3319
|
-
"
|
|
3305
|
+
"condition": {
|
|
3306
|
+
"property": "operationType",
|
|
3307
|
+
"oneOf": ["listWorkItemsInQueue"]
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"label": "Work item json data",
|
|
3312
|
+
"description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
3320
3313
|
"group": "input",
|
|
3314
|
+
"type": "String",
|
|
3315
|
+
"feel": "required",
|
|
3321
3316
|
"binding": {
|
|
3322
|
-
"
|
|
3323
|
-
"
|
|
3317
|
+
"type": "zeebe:input",
|
|
3318
|
+
"name": "itemData"
|
|
3324
3319
|
},
|
|
3325
|
-
"
|
|
3326
|
-
"
|
|
3327
|
-
"equals": "listWorkItemsInQueue",
|
|
3328
|
-
"type": "simple"
|
|
3320
|
+
"constraints": {
|
|
3321
|
+
"notEmpty": true
|
|
3329
3322
|
},
|
|
3330
|
-
"
|
|
3323
|
+
"condition": {
|
|
3324
|
+
"property": "operationType",
|
|
3325
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
3326
|
+
}
|
|
3331
3327
|
},
|
|
3332
3328
|
{
|
|
3333
|
-
"
|
|
3334
|
-
"
|
|
3335
|
-
"description": "The queue item identifier to be fetched from queue",
|
|
3329
|
+
"description": "body with a new work item",
|
|
3330
|
+
"type": "Hidden",
|
|
3336
3331
|
"optional": false,
|
|
3332
|
+
"value": "={\"workItems\":[{\"json\":itemData}]}",
|
|
3333
|
+
"binding": {
|
|
3334
|
+
"type": "zeebe:input",
|
|
3335
|
+
"name": "body"
|
|
3336
|
+
},
|
|
3337
3337
|
"constraints": {
|
|
3338
3338
|
"notEmpty": true
|
|
3339
3339
|
},
|
|
3340
|
-
"feel": "static",
|
|
3341
|
-
"group": "input",
|
|
3342
|
-
"binding": {
|
|
3343
|
-
"name": "operation.workItemId",
|
|
3344
|
-
"type": "zeebe:input"
|
|
3345
|
-
},
|
|
3346
3340
|
"condition": {
|
|
3347
|
-
"property": "
|
|
3348
|
-
"
|
|
3349
|
-
|
|
3350
|
-
},
|
|
3351
|
-
"type": "Number"
|
|
3341
|
+
"property": "operationType",
|
|
3342
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
3343
|
+
}
|
|
3352
3344
|
},
|
|
3353
3345
|
{
|
|
3354
|
-
"
|
|
3355
|
-
"
|
|
3356
|
-
"
|
|
3357
|
-
"
|
|
3358
|
-
"value": 20,
|
|
3359
|
-
"feel": "static",
|
|
3360
|
-
"group": "timeout",
|
|
3346
|
+
"label": "filter for getting item by id",
|
|
3347
|
+
"type": "Hidden",
|
|
3348
|
+
"optional": false,
|
|
3349
|
+
"value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
|
|
3361
3350
|
"binding": {
|
|
3362
|
-
"
|
|
3363
|
-
"
|
|
3351
|
+
"type": "zeebe:input",
|
|
3352
|
+
"name": "body"
|
|
3364
3353
|
},
|
|
3365
|
-
"
|
|
3354
|
+
"constraints": {
|
|
3355
|
+
"notEmpty": true
|
|
3356
|
+
},
|
|
3357
|
+
"condition": {
|
|
3358
|
+
"property": "operationType",
|
|
3359
|
+
"oneOf": ["listWorkItemsInQueue"]
|
|
3360
|
+
}
|
|
3366
3361
|
},
|
|
3367
3362
|
{
|
|
3368
|
-
"
|
|
3369
|
-
"
|
|
3370
|
-
"
|
|
3371
|
-
"value": "
|
|
3372
|
-
"group": "connector",
|
|
3363
|
+
"description": "List work items in queue",
|
|
3364
|
+
"type": "Hidden",
|
|
3365
|
+
"optional": false,
|
|
3366
|
+
"value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
|
|
3373
3367
|
"binding": {
|
|
3374
|
-
"
|
|
3375
|
-
"
|
|
3368
|
+
"type": "zeebe:input",
|
|
3369
|
+
"name": "url"
|
|
3376
3370
|
},
|
|
3377
|
-
"
|
|
3371
|
+
"constraints": {
|
|
3372
|
+
"notEmpty": true
|
|
3373
|
+
},
|
|
3374
|
+
"condition": {
|
|
3375
|
+
"property": "operationType",
|
|
3376
|
+
"oneOf": ["listWorkItemsInQueue"]
|
|
3377
|
+
}
|
|
3378
3378
|
},
|
|
3379
3379
|
{
|
|
3380
|
-
"
|
|
3381
|
-
"
|
|
3382
|
-
"
|
|
3383
|
-
"
|
|
3384
|
-
"
|
|
3380
|
+
"label": "Connection timeout",
|
|
3381
|
+
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
3382
|
+
"group": "errors",
|
|
3383
|
+
"type": "String",
|
|
3384
|
+
"value": "20",
|
|
3385
3385
|
"binding": {
|
|
3386
|
-
"
|
|
3387
|
-
"
|
|
3386
|
+
"type": "zeebe:input",
|
|
3387
|
+
"name": "connectionTimeoutInSeconds"
|
|
3388
3388
|
},
|
|
3389
|
-
"
|
|
3389
|
+
"optional": true,
|
|
3390
|
+
"feel": "optional",
|
|
3391
|
+
"constraints": {
|
|
3392
|
+
"notEmpty": false,
|
|
3393
|
+
"pattern": {
|
|
3394
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
3395
|
+
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
3396
|
+
}
|
|
3397
|
+
}
|
|
3390
3398
|
},
|
|
3391
3399
|
{
|
|
3392
|
-
"id": "resultVariable",
|
|
3393
3400
|
"label": "Result variable",
|
|
3394
|
-
"description": "Name of variable to store the response in",
|
|
3401
|
+
"description": "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>",
|
|
3395
3402
|
"group": "output",
|
|
3403
|
+
"type": "String",
|
|
3396
3404
|
"binding": {
|
|
3397
|
-
"
|
|
3398
|
-
"
|
|
3399
|
-
}
|
|
3400
|
-
"type": "String"
|
|
3405
|
+
"type": "zeebe:taskHeader",
|
|
3406
|
+
"key": "resultVariable"
|
|
3407
|
+
}
|
|
3401
3408
|
},
|
|
3402
3409
|
{
|
|
3403
|
-
"id": "resultExpression",
|
|
3404
3410
|
"label": "Result expression",
|
|
3405
|
-
"
|
|
3406
|
-
"
|
|
3411
|
+
"id": "resultExpressionGetItemState",
|
|
3412
|
+
"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>",
|
|
3407
3413
|
"group": "output",
|
|
3408
|
-
"
|
|
3409
|
-
"key": "resultExpression",
|
|
3410
|
-
"type": "zeebe:taskHeader"
|
|
3411
|
-
},
|
|
3412
|
-
"type": "Text"
|
|
3413
|
-
},
|
|
3414
|
-
{
|
|
3415
|
-
"id": "errorExpression",
|
|
3416
|
-
"label": "Error expression",
|
|
3417
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
3414
|
+
"type": "String",
|
|
3418
3415
|
"feel": "required",
|
|
3419
|
-
"
|
|
3416
|
+
"value": "={itemState:response.body.list[1].status}",
|
|
3420
3417
|
"binding": {
|
|
3421
|
-
"
|
|
3422
|
-
"
|
|
3418
|
+
"type": "zeebe:taskHeader",
|
|
3419
|
+
"key": "resultExpression"
|
|
3423
3420
|
},
|
|
3424
|
-
"
|
|
3421
|
+
"condition": {
|
|
3422
|
+
"property": "operationType",
|
|
3423
|
+
"oneOf": ["listWorkItemsInQueue"]
|
|
3424
|
+
}
|
|
3425
3425
|
},
|
|
3426
3426
|
{
|
|
3427
|
-
"
|
|
3428
|
-
"
|
|
3429
|
-
"description": "
|
|
3430
|
-
"
|
|
3431
|
-
"
|
|
3432
|
-
"
|
|
3427
|
+
"label": "Result expression",
|
|
3428
|
+
"id": "resultExpressionGetItemId",
|
|
3429
|
+
"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>",
|
|
3430
|
+
"group": "output",
|
|
3431
|
+
"type": "String",
|
|
3432
|
+
"feel": "required",
|
|
3433
|
+
"value": "={itemId:response.body.list[1].id}",
|
|
3433
3434
|
"binding": {
|
|
3434
|
-
"
|
|
3435
|
-
"
|
|
3435
|
+
"type": "zeebe:taskHeader",
|
|
3436
|
+
"key": "resultExpression"
|
|
3436
3437
|
},
|
|
3437
|
-
"
|
|
3438
|
+
"condition": {
|
|
3439
|
+
"property": "operationType",
|
|
3440
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
3441
|
+
}
|
|
3438
3442
|
},
|
|
3439
3443
|
{
|
|
3440
|
-
"
|
|
3441
|
-
"
|
|
3442
|
-
"
|
|
3443
|
-
"
|
|
3444
|
-
"
|
|
3444
|
+
"label": "Error expression",
|
|
3445
|
+
"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>",
|
|
3446
|
+
"group": "errors",
|
|
3447
|
+
"type": "Text",
|
|
3448
|
+
"feel": "required",
|
|
3445
3449
|
"binding": {
|
|
3446
|
-
"
|
|
3447
|
-
"
|
|
3448
|
-
}
|
|
3449
|
-
"type": "String"
|
|
3450
|
+
"type": "zeebe:taskHeader",
|
|
3451
|
+
"key": "errorExpression"
|
|
3452
|
+
}
|
|
3450
3453
|
}
|
|
3451
|
-
]
|
|
3452
|
-
"icon": {
|
|
3453
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgNjUyIDY1Micgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjUyIDY1MjsnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0ndGV4dC9jc3MnPi5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6dXJsKCNTVkdJRF8zXyk7fSAuc3Qxe29wYWNpdHk6MC4zO30KICAgICAgICAgICAgLnN0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81Xyk7ZmlsbDp1cmwoI1NWR0lEXzZfKTt9IC5zdDN7ZmlsbDojNDA0MDQxO30gLnN0NHtmaWxsOiNGNzk4Mzc7fQogICAgICAgIDwvc3R5bGU+CiAgICA8L2RlZnM+CiAgICA8ZyBzdHlsZT0nJyB0cmFuc2Zvcm09J21hdHJpeCgyLjgzODk0NiwgMCwgMCwgMi44MDcxMjYsIC00NC41MzQzNjMsIC01NzguMzQzMzg0KSc+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzFfJwogICAgICAgICAgICAgICAgICAgICAgZD0nTTE5OS41LDQxMi43bC0wLjItMC41bC0wLjUtMWwtMTEuNy0zMS41YzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwLjFsMCwwYzEuMiwwLjksMi4yLDIuMiwzLDMuNyBjMC45LDEuNywxLjQsMy41LDEuNCw1LjVjMCw2LjQtNS4yLDExLjYtMTEuNiwxMS42QzIwNS41LDQyMC42LDIwMS4xLDQxNy40LDE5OS41LDQxMi43IE0xMDMuMywyMjkuNmMxLjUtNC4xLDQuOS02LjksOC43LTcgYzAsMCwwLjEsMCwwLjEsMGMzLjgsMC4yLDcuMiwyLjksOC43LDdsNDguMywxMzIuNmMtMTAuNy0yLjctMjEuNy00LjEtMzIuOS00LjFjLTIzLjUsMC00Ni43LDYuMi02Ni45LDE4IGMtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42TDEwMy4zLDIyOS42eiBNMTEwLjksMjEyYy03LjgsMC42LTE0LjcsNi0xNy42LDE0TDIxLDQyNC41Yy0xLDIuOCwwLjQsNS44LDMuMiw2LjggYzAuNiwwLjIsMS4yLDAuMywxLjgsMC4zYzEuNywwLDMuMy0wLjgsNC4zLTIuMmMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjgtMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjksMCwyNS42LDIsMzcuNiw1LjlsMTUuMyw0MS4xbDAuNSwwLjljMy4yLDguOCwxMS41LDE0LjcsMjAuOSwxNC43YzEyLjMsMCwyMi4yLTEwLDIyLjItMjIuMiBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC43LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42bC0xLjEtMi44bC0wLjEsMCBMMTMwLjgsMjI2Yy0yLjktNy45LTkuNy0xMy4zLTE3LjYtMTRjLTAuMywwLTAuNi0wLjEtMC45LTAuMWMtMC4xLDAtMC4yLDAtMC4yLDBjLTAuMSwwLTAuMiwwLTAuMiwwIEMxMTEuNSwyMTEuOSwxMTEuMiwyMTIsMTEwLjksMjEyJy8+CiAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF8yXyc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTk5LjUsNDEyLjdsLTAuMi0wLjVsLTAuNS0xbC0xMS43LTMxLjVjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjAuMWwwLDBjMS4yLDAuOSwyLjIsMi4yLDMsMy43IGMwLjksMS43LDEuNCwzLjUsMS40LDUuNWMwLDYuNC01LjIsMTEuNi0xMS42LDExLjZDMjA1LjUsNDIwLjYsMjAxLjEsNDE3LjQsMTk5LjUsNDEyLjcgTTEwMy4zLDIyOS42YzEuNS00LjEsNC45LTYuOSw4LjctNyBjMCwwLDAuMSwwLDAuMSwwYzMuOCwwLjIsNy4yLDIuOSw4LjcsN2w0OC4zLDEzMi42Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMWMtMjMuNSwwLTQ2LjcsNi4yLTY2LjksMTggYy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZMMTAzLjMsMjI5LjZ6IE0xMTAuOSwyMTJjLTcuOCwwLjYtMTQuNyw2LTE3LjYsMTRMMjEsNDI0LjVjLTEsMi44LDAuNCw1LjgsMy4yLDYuOCBjMC42LDAuMiwxLjIsMC4zLDEuOCwwLjNjMS43LDAsMy4zLTAuOCw0LjMtMi4yYzAuMi0wLjIsMC4zLTAuNCwwLjUtMC43YzEwLjctMTgsMjUuOC0zMy4xLDQzLjktNDMuNiBjMTguNi0xMC44LDM5LjktMTYuNiw2MS42LTE2LjZjMTIuOSwwLDI1LjYsMiwzNy42LDUuOWwxNS4zLDQxLjFsMC41LDAuOWMzLjIsOC44LDExLjUsMTQuNywyMC45LDE0LjdjMTIuMywwLDIyLjItMTAsMjIuMi0yMi4yIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjctMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZsLTEuMS0yLjhsLTAuMSwwIEwxMzAuOCwyMjZjLTIuOS03LjktOS43LTEzLjMtMTcuNi0xNGMtMC4zLDAtMC42LTAuMS0wLjktMC4xYy0wLjEsMC0wLjIsMC0wLjIsMGMtMC4xLDAtMC4yLDAtMC4yLDAgQzExMS41LDIxMS45LDExMS4yLDIxMiwxMTAuOSwyMTInCiAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzNfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy00LjkzOCcgeTE9Jzc0My4wMjAzJyB4Mj0nMS45NzkyJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgeTI9Jzc0My4wMjAzJyBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDMwLjY1OCAwIDAgLTMwLjY1OCAxNzIuMDgwMyAyMzEwMS4zNDE4KSc+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkREMTUnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4wMzQzJyBzdHlsZT0nc3RvcC1jb2xvcjojRkVEMjE3Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuMTY2Mycgc3R5bGU9J3N0b3AtY29sb3I6I0ZBQUQxQycvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMwNDknIHN0eWxlPSdzdG9wLWNvbG9yOiNGNjhGMjAnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC40NScgc3R5bGU9J3N0b3AtY29sb3I6I0YzNzgyNCcvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYwNDUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMTY3MjYnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC43NzQ3JyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1RDI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuOTkxJyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1QTI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMDVBMjgnLz4KICAgICAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgICAgICAgICAgPHJlY3QgeD0nMjAnIHk9JzIxMS45JyBjbGFzcz0nc3QwJyB3aWR0aD0nMjEyLjgnIGhlaWdodD0nMjE5LjcnLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnIGNsYXNzPSdzdDEnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzRfJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZD0nTTE4Ny4zLDM4MC4zYzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwbDAsMGMxLjIsMSwyLjIsMi4yLDMsMy43YzAuOSwxLjcsMS40LDMuNSwxLjQsNS41SDIzMyBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC42LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42TDE4Ny4zLDM4MC4zeiBNNjkuNSwzNzYuN2MtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42bC0xMi4yLDMyLjhjMC4yLTAuMiwwLjMtMC40LDAuNS0wLjdjMTAuNy0xOCwyNS45LTMzLjEsNDMuOS00My42IGMxOC42LTEwLjgsMzkuOS0xNi42LDYxLjYtMTYuNmMxMi4xLDAsMjUuMSwxLjksMzcuNiw1LjlsLTQuNy0xMi40Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMSBDMTEyLjksMzU4LjcsODkuOCwzNjQuOSw2OS41LDM3Ni43Jy8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF81Xyc+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTg3LjMsMzgwLjNjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjBsMCwwYzEuMiwxLDIuMiwyLjIsMywzLjdjMC45LDEuNywxLjQsMy41LDEuNCw1LjVIMjMzIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjYtMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZMMTg3LjMsMzgwLjN6IE02OS41LDM3Ni43Yy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZsLTEyLjIsMzIuOGMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjktMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjEsMCwyNS4xLDEuOSwzNy42LDUuOWwtNC43LTEyLjRjLTEwLjctMi43LTIxLjctNC4xLTMyLjktNC4xIEMxMTIuOSwzNTguNyw4OS44LDM2NC45LDY5LjUsMzc2LjcnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzZfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy01LjQwNDInIHkxPSc3NDEuNDczJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeDI9JzEuNTEzMScgeTI9Jzc0MS40NzMnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDI5LjI3NDggMCAwIC0yOS4yNzQ4IDE4OC43MTUyIDIyMTAwLjg0NzcpJz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCcgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMyODUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4zNzQ1JyBzdHlsZT0nc3RvcC1jb2xvcjojRkJGQkZCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNDIzMycgc3R5bGU9J3N0b3AtY29sb3I6I0VFRUVFRScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjQ3MzUnIHN0eWxlPSdzdG9wLWNvbG9yOiNEOUQ5RDknLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC41MjQ2JyBzdHlsZT0nc3RvcC1jb2xvcjojQkNCQkJCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNTc2NCcgc3R5bGU9J3N0b3AtY29sb3I6Izk2OTU5NScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYyODgnIHN0eWxlPSdzdG9wLWNvbG9yOiM2ODY2NjYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC42ODA4JyBzdHlsZT0nc3RvcC1jb2xvcjojMzMyRjMwJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNjk0OCcgc3R5bGU9J3N0b3AtY29sb3I6IzIzMUYyMCcvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjkzMDEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMScgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCB4PSczMC41JyB5PSczNTguNycgY2xhc3M9J3N0Micgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4Jy8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDxnLz4KICAgIDwvZz4KPC9zdmc+"
|
|
3454
|
-
}
|
|
3454
|
+
]
|
|
3455
3455
|
}
|
|
3456
3456
|
]
|