@camunda/connectors-element-templates 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/connectors.js +24 -0
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -31
- package/src/element-templates/agenticai-aiagent-job-worker.json +1655 -7
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2906 -1291
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +619 -619
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1325 -1325
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +10 -10
- package/src/element-templates/aws-lambda-outbound-connector.json +256 -256
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +311 -311
- package/src/element-templates/aws-sns-inbound-intermediate.json +328 -328
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +131 -131
- package/src/element-templates/aws-sns-outbound-connector.json +424 -424
- package/src/element-templates/aws-sqs-boundary-connector.json +305 -305
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +918 -918
- package/src/element-templates/aws-sqs-outbound-connector.json +743 -743
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +369 -369
- package/src/element-templates/aws-sqs-start-message.json +914 -914
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/csv-outbound-connector.json +26 -26
- package/src/element-templates/easy-post-connector.json +271 -271
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +503 -503
- package/src/element-templates/github-connector.json +2723 -2723
- package/src/element-templates/github-webhook-connector-intermediate.json +42 -42
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +32 -32
- package/src/element-templates/gitlab-connector.json +160 -160
- package/src/element-templates/google-drive-outbound-connector.json +438 -438
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +16 -16
- package/src/element-templates/google-sheets-outbound-connector.json +1059 -1059
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2662 -2057
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +631 -2
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +41 -41
- package/src/element-templates/kafka-inbound-connector-boundary.json +958 -958
- package/src/element-templates/kafka-inbound-connector-intermediate.json +681 -681
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +356 -356
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +4188 -4188
- package/src/element-templates/openai-connector.json +78 -78
- package/src/element-templates/operate-connector.json +79 -79
- package/src/element-templates/power-automate-connector.json +12 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +747 -747
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +681 -681
- package/src/element-templates/rabbitmq-outbound-connector.json +670 -670
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +397 -397
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +173 -173
- package/src/element-templates/slack-inbound-intermediate.json +232 -232
- package/src/element-templates/slack-inbound-message-start.json +209 -209
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +218 -218
- package/src/element-templates/slack-outbound-connector.json +955 -955
- package/src/element-templates/twilio-connector.json +87 -87
- package/src/element-templates/twilio-webhook-boundary-connector.json +26 -26
- package/src/element-templates/twilio-webhook-connector.json +20 -20
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/uipath-connector.json +41 -41
- package/src/element-templates/webhook-connector-boundary.json +1050 -1050
- package/src/element-templates/webhook-connector-intermediate.json +1356 -1356
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +2280 -2280
- package/src/element-templates/webhook-connector-start-message.json +1205 -1205
- package/src/element-templates/whatsapp-connector.json +42 -42
|
@@ -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
|
-
|
|
5
|
+
"id": "io.camunda.connectors.AutomationAnywhere.v1",
|
|
6
|
+
"version": 3,
|
|
7
|
+
"description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
8
|
+
"deprecated": {
|
|
9
|
+
"message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
|
|
11
|
+
},
|
|
12
|
+
"icon": {
|
|
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"
|
|
13
14
|
},
|
|
14
15
|
"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,63 +22,47 @@
|
|
|
22
22
|
"value": "bpmn:ServiceTask"
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
25
|
-
"camunda": "^8.
|
|
25
|
+
"camunda": "^8.2"
|
|
26
26
|
},
|
|
27
27
|
"groups": [
|
|
28
28
|
{
|
|
29
29
|
"id": "operation",
|
|
30
30
|
"label": "Operation"
|
|
31
31
|
},
|
|
32
|
-
{
|
|
33
|
-
"id": "configuration",
|
|
34
|
-
"label": "Configuration"
|
|
35
|
-
},
|
|
36
32
|
{
|
|
37
33
|
"id": "authentication",
|
|
38
34
|
"label": "Authentication"
|
|
39
35
|
},
|
|
40
36
|
{
|
|
41
|
-
"id": "
|
|
42
|
-
"label": "
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"id": "timeout",
|
|
46
|
-
"label": "Timeout"
|
|
37
|
+
"id": "configuration",
|
|
38
|
+
"label": "Configuration"
|
|
47
39
|
},
|
|
48
40
|
{
|
|
49
|
-
"id": "
|
|
50
|
-
"label": "
|
|
41
|
+
"id": "input",
|
|
42
|
+
"label": "Input"
|
|
51
43
|
},
|
|
52
44
|
{
|
|
53
45
|
"id": "output",
|
|
54
|
-
"label": "Output
|
|
46
|
+
"label": "Output"
|
|
55
47
|
},
|
|
56
48
|
{
|
|
57
|
-
"id": "
|
|
49
|
+
"id": "errors",
|
|
58
50
|
"label": "Error handling"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"id": "retries",
|
|
62
|
-
"label": "Retries"
|
|
63
51
|
}
|
|
64
52
|
],
|
|
65
53
|
"properties": [
|
|
66
54
|
{
|
|
67
|
-
"
|
|
55
|
+
"type": "Hidden",
|
|
56
|
+
"value": "io.camunda:http-json:1",
|
|
68
57
|
"binding": {
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
}
|
|
72
|
-
"type": "Hidden"
|
|
58
|
+
"type": "zeebe:taskDefinition",
|
|
59
|
+
"property": "type"
|
|
60
|
+
}
|
|
73
61
|
},
|
|
74
62
|
{
|
|
75
|
-
"
|
|
76
|
-
"
|
|
63
|
+
"label": "Operation type",
|
|
64
|
+
"id": "operationType",
|
|
77
65
|
"group": "operation",
|
|
78
|
-
"binding": {
|
|
79
|
-
"name": "operation.type",
|
|
80
|
-
"type": "zeebe:input"
|
|
81
|
-
},
|
|
82
66
|
"type": "Dropdown",
|
|
83
67
|
"choices": [
|
|
84
68
|
{
|
|
@@ -89,107 +73,176 @@
|
|
|
89
73
|
"name": "Get work item result from queue by ID",
|
|
90
74
|
"value": "listWorkItemsInQueue"
|
|
91
75
|
}
|
|
92
|
-
]
|
|
76
|
+
],
|
|
77
|
+
"binding": {
|
|
78
|
+
"type": "zeebe:input",
|
|
79
|
+
"name": "operationType"
|
|
80
|
+
}
|
|
93
81
|
},
|
|
94
82
|
{
|
|
95
|
-
"id": "configuration.controlRoomUrl",
|
|
96
83
|
"label": "Control room URL",
|
|
97
|
-
"optional": false,
|
|
98
|
-
"constraints": {
|
|
99
|
-
"notEmpty": true
|
|
100
|
-
},
|
|
101
|
-
"feel": "optional",
|
|
102
84
|
"group": "configuration",
|
|
85
|
+
"feel": "optional",
|
|
86
|
+
"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>",
|
|
87
|
+
"type": "String",
|
|
103
88
|
"binding": {
|
|
104
|
-
"
|
|
105
|
-
"
|
|
89
|
+
"type": "zeebe:input",
|
|
90
|
+
"name": "controlRoomURL"
|
|
106
91
|
},
|
|
107
|
-
"
|
|
92
|
+
"constraints": {
|
|
93
|
+
"notEmpty": true,
|
|
94
|
+
"pattern": {
|
|
95
|
+
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
96
|
+
"message": "Must be a http(s) URL"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
108
99
|
},
|
|
109
100
|
{
|
|
110
|
-
"id": "authentication.type",
|
|
111
101
|
"label": "Type",
|
|
112
|
-
"
|
|
113
|
-
"value": "passwordBasedAuthentication",
|
|
102
|
+
"id": "authenticationType",
|
|
114
103
|
"group": "authentication",
|
|
115
|
-
"
|
|
116
|
-
|
|
117
|
-
"type": "zeebe:input"
|
|
118
|
-
},
|
|
104
|
+
"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>",
|
|
105
|
+
"value": "userNamePasswordAuth",
|
|
119
106
|
"type": "Dropdown",
|
|
120
107
|
"choices": [
|
|
121
108
|
{
|
|
122
109
|
"name": "Authenticate (username and password)",
|
|
123
|
-
"value": "
|
|
110
|
+
"value": "userNamePasswordAuth"
|
|
124
111
|
},
|
|
125
112
|
{
|
|
126
113
|
"name": "Authenticate (username and API key)",
|
|
127
|
-
"value": "
|
|
114
|
+
"value": "userNameApiKeyAuth"
|
|
128
115
|
},
|
|
129
116
|
{
|
|
130
117
|
"name": "Authentication (refresh) token",
|
|
131
|
-
"value": "
|
|
118
|
+
"value": "tokenAuth"
|
|
132
119
|
}
|
|
133
|
-
]
|
|
120
|
+
],
|
|
121
|
+
"binding": {
|
|
122
|
+
"type": "zeebe:input",
|
|
123
|
+
"name": "authentication.withoutBindingType"
|
|
124
|
+
}
|
|
134
125
|
},
|
|
135
126
|
{
|
|
136
|
-
"id": "
|
|
137
|
-
"
|
|
138
|
-
"
|
|
127
|
+
"id": "credentialsInBodyAuthType",
|
|
128
|
+
"group": "authentication",
|
|
129
|
+
"type": "Hidden",
|
|
130
|
+
"value": "credentialsInBody",
|
|
131
|
+
"binding": {
|
|
132
|
+
"type": "zeebe:input",
|
|
133
|
+
"name": "authentication.type"
|
|
134
|
+
},
|
|
139
135
|
"constraints": {
|
|
140
136
|
"notEmpty": true
|
|
141
137
|
},
|
|
142
|
-
"
|
|
138
|
+
"condition": {
|
|
139
|
+
"property": "authenticationType",
|
|
140
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
{
|
|
143
144
|
"group": "authentication",
|
|
145
|
+
"type": "Hidden",
|
|
146
|
+
"value": "noAuth",
|
|
144
147
|
"binding": {
|
|
145
|
-
"
|
|
146
|
-
"
|
|
148
|
+
"type": "zeebe:input",
|
|
149
|
+
"name": "authentication.request.authentication.type"
|
|
147
150
|
},
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"equals": "passwordBasedAuthentication",
|
|
151
|
-
"type": "simple"
|
|
151
|
+
"constraints": {
|
|
152
|
+
"notEmpty": true
|
|
152
153
|
},
|
|
153
|
-
"
|
|
154
|
+
"condition": {
|
|
155
|
+
"property": "authenticationType",
|
|
156
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
157
|
+
}
|
|
154
158
|
},
|
|
155
159
|
{
|
|
156
|
-
"id": "
|
|
157
|
-
"
|
|
158
|
-
"
|
|
160
|
+
"id": "tokenAuthType",
|
|
161
|
+
"group": "authentication",
|
|
162
|
+
"type": "Hidden",
|
|
163
|
+
"value": "noAuth",
|
|
164
|
+
"binding": {
|
|
165
|
+
"type": "zeebe:input",
|
|
166
|
+
"name": "authentication.type"
|
|
167
|
+
},
|
|
159
168
|
"constraints": {
|
|
160
169
|
"notEmpty": true
|
|
161
170
|
},
|
|
162
|
-
"
|
|
163
|
-
|
|
171
|
+
"condition": {
|
|
172
|
+
"property": "authenticationType",
|
|
173
|
+
"oneOf": ["tokenAuth"]
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"description": "method for authentication",
|
|
178
|
+
"type": "Hidden",
|
|
179
|
+
"value": "post",
|
|
164
180
|
"binding": {
|
|
165
|
-
"
|
|
166
|
-
"
|
|
181
|
+
"type": "zeebe:input",
|
|
182
|
+
"name": "authentication.request.method"
|
|
167
183
|
},
|
|
168
184
|
"condition": {
|
|
169
|
-
"property": "
|
|
170
|
-
"
|
|
171
|
-
|
|
172
|
-
},
|
|
173
|
-
"type": "String"
|
|
185
|
+
"property": "authenticationType",
|
|
186
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
187
|
+
}
|
|
174
188
|
},
|
|
175
189
|
{
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
190
|
+
"label": "Username",
|
|
191
|
+
"group": "authentication",
|
|
192
|
+
"type": "String",
|
|
193
|
+
"feel": "optional",
|
|
194
|
+
"binding": {
|
|
195
|
+
"type": "zeebe:input",
|
|
196
|
+
"name": "authentication.request.body.username"
|
|
197
|
+
},
|
|
179
198
|
"constraints": {
|
|
180
199
|
"notEmpty": true
|
|
181
200
|
},
|
|
201
|
+
"condition": {
|
|
202
|
+
"property": "authenticationType",
|
|
203
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"label": "Password",
|
|
182
208
|
"group": "authentication",
|
|
209
|
+
"type": "String",
|
|
210
|
+
"feel": "optional",
|
|
183
211
|
"binding": {
|
|
184
|
-
"
|
|
185
|
-
"
|
|
212
|
+
"type": "zeebe:input",
|
|
213
|
+
"name": "authentication.request.body.password"
|
|
214
|
+
},
|
|
215
|
+
"constraints": {
|
|
216
|
+
"notEmpty": true
|
|
186
217
|
},
|
|
187
218
|
"condition": {
|
|
188
|
-
"property": "
|
|
189
|
-
"equals": "
|
|
190
|
-
|
|
219
|
+
"property": "authenticationType",
|
|
220
|
+
"equals": "userNamePasswordAuth"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"label": "API key",
|
|
225
|
+
"group": "authentication",
|
|
226
|
+
"type": "String",
|
|
227
|
+
"feel": "optional",
|
|
228
|
+
"binding": {
|
|
229
|
+
"type": "zeebe:input",
|
|
230
|
+
"name": "authentication.request.body.apiKey"
|
|
231
|
+
},
|
|
232
|
+
"constraints": {
|
|
233
|
+
"notEmpty": true
|
|
191
234
|
},
|
|
235
|
+
"condition": {
|
|
236
|
+
"property": "authenticationType",
|
|
237
|
+
"equals": "userNameApiKeyAuth"
|
|
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>",
|
|
192
244
|
"type": "Dropdown",
|
|
245
|
+
"value": "false",
|
|
193
246
|
"choices": [
|
|
194
247
|
{
|
|
195
248
|
"name": "TRUE",
|
|
@@ -199,254 +252,298 @@
|
|
|
199
252
|
"name": "FALSE",
|
|
200
253
|
"value": "false"
|
|
201
254
|
}
|
|
202
|
-
]
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
"optional": false,
|
|
255
|
+
],
|
|
256
|
+
"binding": {
|
|
257
|
+
"type": "zeebe:input",
|
|
258
|
+
"name": "authentication.request.body.multipleLogin"
|
|
259
|
+
},
|
|
208
260
|
"constraints": {
|
|
209
261
|
"notEmpty": true
|
|
210
262
|
},
|
|
211
|
-
"
|
|
263
|
+
"condition": {
|
|
264
|
+
"property": "authenticationType",
|
|
265
|
+
"equals": "userNamePasswordAuth"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"label": "Token",
|
|
212
270
|
"group": "authentication",
|
|
271
|
+
"type": "String",
|
|
272
|
+
"feel": "optional",
|
|
213
273
|
"binding": {
|
|
214
|
-
"
|
|
215
|
-
"
|
|
274
|
+
"type": "zeebe:input",
|
|
275
|
+
"name": "token"
|
|
216
276
|
},
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"equals": "apiKeyAuthentication",
|
|
220
|
-
"type": "simple"
|
|
277
|
+
"constraints": {
|
|
278
|
+
"notEmpty": true
|
|
221
279
|
},
|
|
222
|
-
"
|
|
280
|
+
"condition": {
|
|
281
|
+
"property": "authenticationType",
|
|
282
|
+
"equals": "tokenAuth"
|
|
283
|
+
}
|
|
223
284
|
},
|
|
224
285
|
{
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
"
|
|
286
|
+
"description": "Token",
|
|
287
|
+
"type": "Hidden",
|
|
288
|
+
"value": "={\"X-Authorization\":token}",
|
|
289
|
+
"binding": {
|
|
290
|
+
"type": "zeebe:input",
|
|
291
|
+
"name": "headers"
|
|
292
|
+
},
|
|
228
293
|
"constraints": {
|
|
229
294
|
"notEmpty": true
|
|
230
295
|
},
|
|
231
|
-
"
|
|
232
|
-
|
|
296
|
+
"condition": {
|
|
297
|
+
"property": "authenticationType",
|
|
298
|
+
"equals": "tokenAuth"
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"description": "Output headers",
|
|
303
|
+
"type": "Hidden",
|
|
304
|
+
"value": "={\"X-Authorization\":\"asObject:token.asString\"}",
|
|
233
305
|
"binding": {
|
|
234
|
-
"
|
|
235
|
-
"
|
|
306
|
+
"type": "zeebe:input",
|
|
307
|
+
"name": "authentication.outputHeaders"
|
|
236
308
|
},
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
"equals": "apiKeyAuthentication",
|
|
240
|
-
"type": "simple"
|
|
309
|
+
"constraints": {
|
|
310
|
+
"notEmpty": true
|
|
241
311
|
},
|
|
242
|
-
"
|
|
312
|
+
"condition": {
|
|
313
|
+
"property": "authenticationType",
|
|
314
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
315
|
+
}
|
|
243
316
|
},
|
|
244
317
|
{
|
|
245
|
-
"
|
|
246
|
-
"
|
|
318
|
+
"description": "Full authentication url",
|
|
319
|
+
"type": "Hidden",
|
|
247
320
|
"optional": false,
|
|
321
|
+
"value": "=controlRoomURL+\"/v1/authentication\"",
|
|
322
|
+
"binding": {
|
|
323
|
+
"type": "zeebe:input",
|
|
324
|
+
"name": "authentication.request.url"
|
|
325
|
+
},
|
|
248
326
|
"constraints": {
|
|
249
327
|
"notEmpty": true
|
|
250
328
|
},
|
|
251
|
-
"
|
|
252
|
-
|
|
329
|
+
"condition": {
|
|
330
|
+
"property": "authenticationType",
|
|
331
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"description": "method for request",
|
|
336
|
+
"type": "Hidden",
|
|
337
|
+
"value": "post",
|
|
253
338
|
"binding": {
|
|
254
|
-
"
|
|
255
|
-
"
|
|
339
|
+
"type": "zeebe:input",
|
|
340
|
+
"name": "method"
|
|
256
341
|
},
|
|
257
342
|
"condition": {
|
|
258
|
-
"property": "
|
|
259
|
-
"
|
|
260
|
-
|
|
261
|
-
},
|
|
262
|
-
"type": "String"
|
|
343
|
+
"property": "operationType",
|
|
344
|
+
"oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
|
|
345
|
+
}
|
|
263
346
|
},
|
|
264
347
|
{
|
|
265
|
-
"id": "operation.queueId",
|
|
266
348
|
"label": "Work queue ID",
|
|
349
|
+
"group": "input",
|
|
267
350
|
"description": "The queue ID of the item",
|
|
351
|
+
"type": "String",
|
|
268
352
|
"optional": false,
|
|
269
|
-
"constraints": {
|
|
270
|
-
"notEmpty": true
|
|
271
|
-
},
|
|
272
353
|
"feel": "optional",
|
|
273
|
-
"group": "input",
|
|
274
354
|
"binding": {
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
},
|
|
278
|
-
"condition": {
|
|
279
|
-
"property": "operation.type",
|
|
280
|
-
"equals": "addWorkItemsToTheQueue",
|
|
281
|
-
"type": "simple"
|
|
355
|
+
"type": "zeebe:input",
|
|
356
|
+
"name": "queueId"
|
|
282
357
|
},
|
|
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,
|
|
290
358
|
"constraints": {
|
|
291
359
|
"notEmpty": true
|
|
292
360
|
},
|
|
293
|
-
"feel": "required",
|
|
294
|
-
"group": "input",
|
|
295
|
-
"binding": {
|
|
296
|
-
"name": "operation.data",
|
|
297
|
-
"type": "zeebe:input"
|
|
298
|
-
},
|
|
299
361
|
"condition": {
|
|
300
|
-
"property": "
|
|
301
|
-
"
|
|
302
|
-
|
|
303
|
-
},
|
|
304
|
-
"type": "Text"
|
|
362
|
+
"property": "operationType",
|
|
363
|
+
"oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
|
|
364
|
+
}
|
|
305
365
|
},
|
|
306
366
|
{
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
"description": "The queue ID of the item",
|
|
367
|
+
"description": "Add work items to the queue",
|
|
368
|
+
"type": "Hidden",
|
|
310
369
|
"optional": false,
|
|
370
|
+
"value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
|
|
371
|
+
"binding": {
|
|
372
|
+
"type": "zeebe:input",
|
|
373
|
+
"name": "url"
|
|
374
|
+
},
|
|
311
375
|
"constraints": {
|
|
312
376
|
"notEmpty": true
|
|
313
377
|
},
|
|
314
|
-
"feel": "optional",
|
|
315
|
-
"group": "input",
|
|
316
|
-
"binding": {
|
|
317
|
-
"name": "operation.queueId",
|
|
318
|
-
"type": "zeebe:input"
|
|
319
|
-
},
|
|
320
378
|
"condition": {
|
|
321
|
-
"property": "
|
|
322
|
-
"
|
|
323
|
-
|
|
324
|
-
},
|
|
325
|
-
"type": "String"
|
|
379
|
+
"property": "operationType",
|
|
380
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
381
|
+
}
|
|
326
382
|
},
|
|
327
383
|
{
|
|
328
|
-
"id": "operation.workItemId",
|
|
329
384
|
"label": "Work item ID",
|
|
330
385
|
"description": "The queue item identifier to be fetched from queue",
|
|
386
|
+
"group": "input",
|
|
387
|
+
"type": "String",
|
|
388
|
+
"feel": "optional",
|
|
331
389
|
"optional": false,
|
|
390
|
+
"binding": {
|
|
391
|
+
"type": "zeebe:input",
|
|
392
|
+
"name": "workItemId"
|
|
393
|
+
},
|
|
332
394
|
"constraints": {
|
|
333
395
|
"notEmpty": true
|
|
334
396
|
},
|
|
335
|
-
"
|
|
397
|
+
"condition": {
|
|
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>",
|
|
336
405
|
"group": "input",
|
|
406
|
+
"type": "String",
|
|
407
|
+
"feel": "required",
|
|
337
408
|
"binding": {
|
|
338
|
-
"
|
|
339
|
-
"
|
|
409
|
+
"type": "zeebe:input",
|
|
410
|
+
"name": "itemData"
|
|
340
411
|
},
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
"equals": "listWorkItemsInQueue",
|
|
344
|
-
"type": "simple"
|
|
412
|
+
"constraints": {
|
|
413
|
+
"notEmpty": true
|
|
345
414
|
},
|
|
346
|
-
"
|
|
415
|
+
"condition": {
|
|
416
|
+
"property": "operationType",
|
|
417
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
418
|
+
}
|
|
347
419
|
},
|
|
348
420
|
{
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"value": 20,
|
|
354
|
-
"feel": "static",
|
|
355
|
-
"group": "timeout",
|
|
421
|
+
"description": "body with a new work item",
|
|
422
|
+
"type": "Hidden",
|
|
423
|
+
"optional": false,
|
|
424
|
+
"value": "={\"workItems\":[{\"json\":itemData}]}",
|
|
356
425
|
"binding": {
|
|
357
|
-
"
|
|
358
|
-
"
|
|
426
|
+
"type": "zeebe:input",
|
|
427
|
+
"name": "body"
|
|
359
428
|
},
|
|
360
|
-
"
|
|
429
|
+
"constraints": {
|
|
430
|
+
"notEmpty": true
|
|
431
|
+
},
|
|
432
|
+
"condition": {
|
|
433
|
+
"property": "operationType",
|
|
434
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
435
|
+
}
|
|
361
436
|
},
|
|
362
437
|
{
|
|
363
|
-
"
|
|
364
|
-
"
|
|
365
|
-
"
|
|
366
|
-
"value": "
|
|
367
|
-
"group": "connector",
|
|
438
|
+
"label": "filter for getting item by id",
|
|
439
|
+
"type": "Hidden",
|
|
440
|
+
"optional": false,
|
|
441
|
+
"value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
|
|
368
442
|
"binding": {
|
|
369
|
-
"
|
|
370
|
-
"
|
|
443
|
+
"type": "zeebe:input",
|
|
444
|
+
"name": "body"
|
|
371
445
|
},
|
|
372
|
-
"
|
|
446
|
+
"constraints": {
|
|
447
|
+
"notEmpty": true
|
|
448
|
+
},
|
|
449
|
+
"condition": {
|
|
450
|
+
"property": "operationType",
|
|
451
|
+
"oneOf": ["listWorkItemsInQueue"]
|
|
452
|
+
}
|
|
373
453
|
},
|
|
374
454
|
{
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
"
|
|
378
|
-
"value": "
|
|
379
|
-
"group": "connector",
|
|
455
|
+
"description": "List work items in queue",
|
|
456
|
+
"type": "Hidden",
|
|
457
|
+
"optional": false,
|
|
458
|
+
"value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
|
|
380
459
|
"binding": {
|
|
381
|
-
"
|
|
382
|
-
"
|
|
460
|
+
"type": "zeebe:input",
|
|
461
|
+
"name": "url"
|
|
383
462
|
},
|
|
384
|
-
"
|
|
463
|
+
"constraints": {
|
|
464
|
+
"notEmpty": true
|
|
465
|
+
},
|
|
466
|
+
"condition": {
|
|
467
|
+
"property": "operationType",
|
|
468
|
+
"oneOf": ["listWorkItemsInQueue"]
|
|
469
|
+
}
|
|
385
470
|
},
|
|
386
471
|
{
|
|
387
|
-
"
|
|
388
|
-
"
|
|
389
|
-
"
|
|
390
|
-
"
|
|
472
|
+
"label": "Connection timeout",
|
|
473
|
+
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
474
|
+
"group": "errors",
|
|
475
|
+
"type": "String",
|
|
476
|
+
"value": "20",
|
|
391
477
|
"binding": {
|
|
392
|
-
"
|
|
393
|
-
"
|
|
478
|
+
"type": "zeebe:input",
|
|
479
|
+
"name": "connectionTimeoutInSeconds"
|
|
394
480
|
},
|
|
395
|
-
"
|
|
481
|
+
"optional": true,
|
|
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
|
+
}
|
|
396
490
|
},
|
|
397
491
|
{
|
|
398
|
-
"
|
|
399
|
-
"
|
|
400
|
-
"description": "Expression to map the response into process variables",
|
|
401
|
-
"feel": "required",
|
|
492
|
+
"label": "Result variable",
|
|
493
|
+
"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>",
|
|
402
494
|
"group": "output",
|
|
495
|
+
"type": "String",
|
|
403
496
|
"binding": {
|
|
404
|
-
"
|
|
405
|
-
"
|
|
406
|
-
}
|
|
407
|
-
"type": "Text"
|
|
497
|
+
"type": "zeebe:taskHeader",
|
|
498
|
+
"key": "resultVariable"
|
|
499
|
+
}
|
|
408
500
|
},
|
|
409
501
|
{
|
|
410
|
-
"
|
|
411
|
-
"
|
|
412
|
-
"description": "Expression to
|
|
502
|
+
"label": "Result expression",
|
|
503
|
+
"id": "resultExpressionGetItemState",
|
|
504
|
+
"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>",
|
|
505
|
+
"group": "output",
|
|
506
|
+
"type": "String",
|
|
413
507
|
"feel": "required",
|
|
414
|
-
"
|
|
508
|
+
"value": "={itemState:response.body.list[1].status}",
|
|
415
509
|
"binding": {
|
|
416
|
-
"
|
|
417
|
-
"
|
|
510
|
+
"type": "zeebe:taskHeader",
|
|
511
|
+
"key": "resultExpression"
|
|
418
512
|
},
|
|
419
|
-
"
|
|
513
|
+
"condition": {
|
|
514
|
+
"property": "operationType",
|
|
515
|
+
"oneOf": ["listWorkItemsInQueue"]
|
|
516
|
+
}
|
|
420
517
|
},
|
|
421
518
|
{
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
"description": "
|
|
425
|
-
"
|
|
426
|
-
"
|
|
427
|
-
"
|
|
519
|
+
"label": "Result expression",
|
|
520
|
+
"id": "resultExpressionGetItemId",
|
|
521
|
+
"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>",
|
|
522
|
+
"group": "output",
|
|
523
|
+
"type": "String",
|
|
524
|
+
"feel": "required",
|
|
525
|
+
"value": "={itemId:response.body.list[1].id}",
|
|
428
526
|
"binding": {
|
|
429
|
-
"
|
|
430
|
-
"
|
|
527
|
+
"type": "zeebe:taskHeader",
|
|
528
|
+
"key": "resultExpression"
|
|
431
529
|
},
|
|
432
|
-
"
|
|
530
|
+
"condition": {
|
|
531
|
+
"property": "operationType",
|
|
532
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
533
|
+
}
|
|
433
534
|
},
|
|
434
535
|
{
|
|
435
|
-
"
|
|
436
|
-
"
|
|
437
|
-
"
|
|
438
|
-
"
|
|
439
|
-
"
|
|
536
|
+
"label": "Error expression",
|
|
537
|
+
"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>",
|
|
538
|
+
"group": "errors",
|
|
539
|
+
"type": "Text",
|
|
540
|
+
"feel": "required",
|
|
440
541
|
"binding": {
|
|
441
|
-
"
|
|
442
|
-
"
|
|
443
|
-
}
|
|
444
|
-
"type": "String"
|
|
542
|
+
"type": "zeebe:taskHeader",
|
|
543
|
+
"key": "errorExpression"
|
|
544
|
+
}
|
|
445
545
|
}
|
|
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
|
-
}
|
|
546
|
+
]
|
|
450
547
|
},
|
|
451
548
|
{
|
|
452
549
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
@@ -1818,18 +1915,17 @@
|
|
|
1818
1915
|
},
|
|
1819
1916
|
{
|
|
1820
1917
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1821
|
-
"name": "Automation Anywhere
|
|
1918
|
+
"name": "Automation Anywhere connector",
|
|
1822
1919
|
"id": "io.camunda.connectors.AutomationAnywhere.v1",
|
|
1823
|
-
"version":
|
|
1920
|
+
"version": 1,
|
|
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
|
+
},
|
|
1824
1924
|
"description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
1825
1925
|
"deprecated": {
|
|
1826
1926
|
"message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
|
|
1827
1927
|
"documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
|
|
1828
1928
|
},
|
|
1829
|
-
"icon": {
|
|
1830
|
-
"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"
|
|
1831
|
-
},
|
|
1832
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
1833
1929
|
"category": {
|
|
1834
1930
|
"id": "connectors",
|
|
1835
1931
|
"name": "Connectors"
|
|
@@ -1839,7 +1935,7 @@
|
|
|
1839
1935
|
"value": "bpmn:ServiceTask"
|
|
1840
1936
|
},
|
|
1841
1937
|
"engines": {
|
|
1842
|
-
"camunda": "^8.
|
|
1938
|
+
"camunda": "^8.2"
|
|
1843
1939
|
},
|
|
1844
1940
|
"groups": [
|
|
1845
1941
|
{
|
|
@@ -1900,7 +1996,7 @@
|
|
|
1900
1996
|
"label": "Control room URL",
|
|
1901
1997
|
"group": "configuration",
|
|
1902
1998
|
"feel": "optional",
|
|
1903
|
-
"description": "Automation Anywhere control room URL. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
1999
|
+
"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>",
|
|
1904
2000
|
"type": "String",
|
|
1905
2001
|
"binding": {
|
|
1906
2002
|
"type": "zeebe:input",
|
|
@@ -1909,8 +2005,8 @@
|
|
|
1909
2005
|
"constraints": {
|
|
1910
2006
|
"notEmpty": true,
|
|
1911
2007
|
"pattern": {
|
|
1912
|
-
"value": "^(=|(https
|
|
1913
|
-
"message": "Must be a http(s) URL"
|
|
2008
|
+
"value": "^(=|(http://|https://|secrets).*$)",
|
|
2009
|
+
"message": "Must be a http(s) URL."
|
|
1914
2010
|
}
|
|
1915
2011
|
}
|
|
1916
2012
|
},
|
|
@@ -1918,7 +2014,7 @@
|
|
|
1918
2014
|
"label": "Type",
|
|
1919
2015
|
"id": "authenticationType",
|
|
1920
2016
|
"group": "authentication",
|
|
1921
|
-
"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>",
|
|
2017
|
+
"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>",
|
|
1922
2018
|
"value": "userNamePasswordAuth",
|
|
1923
2019
|
"type": "Dropdown",
|
|
1924
2020
|
"choices": [
|
|
@@ -2057,7 +2153,7 @@
|
|
|
2057
2153
|
{
|
|
2058
2154
|
"label": "Multiple login",
|
|
2059
2155
|
"group": "authentication",
|
|
2060
|
-
"description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
2156
|
+
"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>",
|
|
2061
2157
|
"type": "Dropdown",
|
|
2062
2158
|
"value": "false",
|
|
2063
2159
|
"choices": [
|
|
@@ -2218,7 +2314,7 @@
|
|
|
2218
2314
|
},
|
|
2219
2315
|
{
|
|
2220
2316
|
"label": "Work item json data",
|
|
2221
|
-
"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>",
|
|
2317
|
+
"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>",
|
|
2222
2318
|
"group": "input",
|
|
2223
2319
|
"type": "String",
|
|
2224
2320
|
"feel": "required",
|
|
@@ -2300,7 +2396,7 @@
|
|
|
2300
2396
|
"constraints": {
|
|
2301
2397
|
"notEmpty": false,
|
|
2302
2398
|
"pattern": {
|
|
2303
|
-
"value": "^(=|([0-9]+|secrets
|
|
2399
|
+
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
2304
2400
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
2305
2401
|
}
|
|
2306
2402
|
}
|
|
@@ -2366,7 +2462,7 @@
|
|
|
2366
2462
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2367
2463
|
"name": "Automation Anywhere Outbound Connector",
|
|
2368
2464
|
"id": "io.camunda.connectors.AutomationAnywhere.v1",
|
|
2369
|
-
"version":
|
|
2465
|
+
"version": 4,
|
|
2370
2466
|
"description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
2371
2467
|
"deprecated": {
|
|
2372
2468
|
"message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
|
|
@@ -2385,7 +2481,7 @@
|
|
|
2385
2481
|
"value": "bpmn:ServiceTask"
|
|
2386
2482
|
},
|
|
2387
2483
|
"engines": {
|
|
2388
|
-
"camunda": "^8.
|
|
2484
|
+
"camunda": "^8.4"
|
|
2389
2485
|
},
|
|
2390
2486
|
"groups": [
|
|
2391
2487
|
{
|
|
@@ -2446,7 +2542,7 @@
|
|
|
2446
2542
|
"label": "Control room URL",
|
|
2447
2543
|
"group": "configuration",
|
|
2448
2544
|
"feel": "optional",
|
|
2449
|
-
"description": "Automation Anywhere control room URL. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2545
|
+
"description": "Automation Anywhere control room URL. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
2450
2546
|
"type": "String",
|
|
2451
2547
|
"binding": {
|
|
2452
2548
|
"type": "zeebe:input",
|
|
@@ -2464,7 +2560,7 @@
|
|
|
2464
2560
|
"label": "Type",
|
|
2465
2561
|
"id": "authenticationType",
|
|
2466
2562
|
"group": "authentication",
|
|
2467
|
-
"description": "Choose the authentication type. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2563
|
+
"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>",
|
|
2468
2564
|
"value": "userNamePasswordAuth",
|
|
2469
2565
|
"type": "Dropdown",
|
|
2470
2566
|
"choices": [
|
|
@@ -2603,7 +2699,7 @@
|
|
|
2603
2699
|
{
|
|
2604
2700
|
"label": "Multiple login",
|
|
2605
2701
|
"group": "authentication",
|
|
2606
|
-
"description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/
|
|
2702
|
+
"description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
2607
2703
|
"type": "Dropdown",
|
|
2608
2704
|
"value": "false",
|
|
2609
2705
|
"choices": [
|
|
@@ -2764,7 +2860,7 @@
|
|
|
2764
2860
|
},
|
|
2765
2861
|
{
|
|
2766
2862
|
"label": "Work item json data",
|
|
2767
|
-
"description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2863
|
+
"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>",
|
|
2768
2864
|
"group": "input",
|
|
2769
2865
|
"type": "String",
|
|
2770
2866
|
"feel": "required",
|
|
@@ -2910,17 +3006,18 @@
|
|
|
2910
3006
|
},
|
|
2911
3007
|
{
|
|
2912
3008
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2913
|
-
"name": "Automation Anywhere
|
|
2914
|
-
"id": "io.camunda.connectors.AutomationAnywhere
|
|
2915
|
-
"
|
|
2916
|
-
"
|
|
2917
|
-
"
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
"documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
|
|
3009
|
+
"name": "Automation Anywhere Outbound Connector",
|
|
3010
|
+
"id": "io.camunda.connectors.AutomationAnywhere",
|
|
3011
|
+
"description": "Manage work items in Automation Anywhere queues.",
|
|
3012
|
+
"metadata": {
|
|
3013
|
+
"keywords": [
|
|
3014
|
+
"add work item to queue",
|
|
3015
|
+
"get work item from queue",
|
|
3016
|
+
"get work item result from queue by ID"
|
|
3017
|
+
]
|
|
2923
3018
|
},
|
|
3019
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
3020
|
+
"version": 3,
|
|
2924
3021
|
"category": {
|
|
2925
3022
|
"id": "connectors",
|
|
2926
3023
|
"name": "Connectors"
|
|
@@ -2930,47 +3027,63 @@
|
|
|
2930
3027
|
"value": "bpmn:ServiceTask"
|
|
2931
3028
|
},
|
|
2932
3029
|
"engines": {
|
|
2933
|
-
"camunda": "^8.
|
|
3030
|
+
"camunda": "^8.4"
|
|
2934
3031
|
},
|
|
2935
3032
|
"groups": [
|
|
2936
3033
|
{
|
|
2937
3034
|
"id": "operation",
|
|
2938
3035
|
"label": "Operation"
|
|
2939
3036
|
},
|
|
2940
|
-
{
|
|
2941
|
-
"id": "authentication",
|
|
2942
|
-
"label": "Authentication"
|
|
2943
|
-
},
|
|
2944
3037
|
{
|
|
2945
3038
|
"id": "configuration",
|
|
2946
3039
|
"label": "Configuration"
|
|
2947
3040
|
},
|
|
3041
|
+
{
|
|
3042
|
+
"id": "authentication",
|
|
3043
|
+
"label": "Authentication"
|
|
3044
|
+
},
|
|
2948
3045
|
{
|
|
2949
3046
|
"id": "input",
|
|
2950
3047
|
"label": "Input"
|
|
2951
3048
|
},
|
|
3049
|
+
{
|
|
3050
|
+
"id": "timeout",
|
|
3051
|
+
"label": "Timeout"
|
|
3052
|
+
},
|
|
3053
|
+
{
|
|
3054
|
+
"id": "connector",
|
|
3055
|
+
"label": "Connector"
|
|
3056
|
+
},
|
|
2952
3057
|
{
|
|
2953
3058
|
"id": "output",
|
|
2954
|
-
"label": "Output"
|
|
3059
|
+
"label": "Output mapping"
|
|
2955
3060
|
},
|
|
2956
3061
|
{
|
|
2957
|
-
"id": "
|
|
3062
|
+
"id": "error",
|
|
2958
3063
|
"label": "Error handling"
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"id": "retries",
|
|
3067
|
+
"label": "Retries"
|
|
2959
3068
|
}
|
|
2960
3069
|
],
|
|
2961
3070
|
"properties": [
|
|
2962
3071
|
{
|
|
2963
|
-
"
|
|
2964
|
-
"value": "io.camunda:http-json:1",
|
|
3072
|
+
"value": "io.camunda:connector-automationanywhere:1",
|
|
2965
3073
|
"binding": {
|
|
2966
|
-
"
|
|
2967
|
-
"
|
|
2968
|
-
}
|
|
3074
|
+
"property": "type",
|
|
3075
|
+
"type": "zeebe:taskDefinition"
|
|
3076
|
+
},
|
|
3077
|
+
"type": "Hidden"
|
|
2969
3078
|
},
|
|
2970
3079
|
{
|
|
2971
|
-
"
|
|
2972
|
-
"
|
|
3080
|
+
"id": "operation.type",
|
|
3081
|
+
"label": "Type",
|
|
2973
3082
|
"group": "operation",
|
|
3083
|
+
"binding": {
|
|
3084
|
+
"name": "operation.type",
|
|
3085
|
+
"type": "zeebe:input"
|
|
3086
|
+
},
|
|
2974
3087
|
"type": "Dropdown",
|
|
2975
3088
|
"choices": [
|
|
2976
3089
|
{
|
|
@@ -2981,176 +3094,107 @@
|
|
|
2981
3094
|
"name": "Get work item result from queue by ID",
|
|
2982
3095
|
"value": "listWorkItemsInQueue"
|
|
2983
3096
|
}
|
|
2984
|
-
]
|
|
2985
|
-
"binding": {
|
|
2986
|
-
"type": "zeebe:input",
|
|
2987
|
-
"name": "operationType"
|
|
2988
|
-
}
|
|
3097
|
+
]
|
|
2989
3098
|
},
|
|
2990
3099
|
{
|
|
3100
|
+
"id": "configuration.controlRoomUrl",
|
|
2991
3101
|
"label": "Control room URL",
|
|
2992
|
-
"
|
|
3102
|
+
"optional": false,
|
|
3103
|
+
"constraints": {
|
|
3104
|
+
"notEmpty": true
|
|
3105
|
+
},
|
|
2993
3106
|
"feel": "optional",
|
|
2994
|
-
"
|
|
2995
|
-
"type": "String",
|
|
3107
|
+
"group": "configuration",
|
|
2996
3108
|
"binding": {
|
|
2997
|
-
"
|
|
2998
|
-
"
|
|
3109
|
+
"name": "configuration.controlRoomUrl",
|
|
3110
|
+
"type": "zeebe:input"
|
|
2999
3111
|
},
|
|
3000
|
-
"
|
|
3001
|
-
"notEmpty": true,
|
|
3002
|
-
"pattern": {
|
|
3003
|
-
"value": "^(=|(http://|https://|secrets).*$)",
|
|
3004
|
-
"message": "Must be a http(s) URL."
|
|
3005
|
-
}
|
|
3006
|
-
}
|
|
3112
|
+
"type": "String"
|
|
3007
3113
|
},
|
|
3008
3114
|
{
|
|
3115
|
+
"id": "authentication.type",
|
|
3009
3116
|
"label": "Type",
|
|
3010
|
-
"
|
|
3117
|
+
"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>",
|
|
3118
|
+
"value": "passwordBasedAuthentication",
|
|
3011
3119
|
"group": "authentication",
|
|
3012
|
-
"
|
|
3013
|
-
|
|
3120
|
+
"binding": {
|
|
3121
|
+
"name": "authentication.type",
|
|
3122
|
+
"type": "zeebe:input"
|
|
3123
|
+
},
|
|
3014
3124
|
"type": "Dropdown",
|
|
3015
3125
|
"choices": [
|
|
3016
3126
|
{
|
|
3017
3127
|
"name": "Authenticate (username and password)",
|
|
3018
|
-
"value": "
|
|
3128
|
+
"value": "passwordBasedAuthentication"
|
|
3019
3129
|
},
|
|
3020
3130
|
{
|
|
3021
3131
|
"name": "Authenticate (username and API key)",
|
|
3022
|
-
"value": "
|
|
3132
|
+
"value": "apiKeyAuthentication"
|
|
3023
3133
|
},
|
|
3024
3134
|
{
|
|
3025
3135
|
"name": "Authentication (refresh) token",
|
|
3026
|
-
"value": "
|
|
3136
|
+
"value": "tokenBasedAuthentication"
|
|
3027
3137
|
}
|
|
3028
|
-
]
|
|
3029
|
-
"binding": {
|
|
3030
|
-
"type": "zeebe:input",
|
|
3031
|
-
"name": "authentication.withoutBindingType"
|
|
3032
|
-
}
|
|
3138
|
+
]
|
|
3033
3139
|
},
|
|
3034
3140
|
{
|
|
3035
|
-
"id": "
|
|
3036
|
-
"
|
|
3037
|
-
"
|
|
3038
|
-
"value": "credentialsInBody",
|
|
3039
|
-
"binding": {
|
|
3040
|
-
"type": "zeebe:input",
|
|
3041
|
-
"name": "authentication.type"
|
|
3042
|
-
},
|
|
3141
|
+
"id": "authentication.passwordBassesUsername",
|
|
3142
|
+
"label": "Username",
|
|
3143
|
+
"optional": false,
|
|
3043
3144
|
"constraints": {
|
|
3044
3145
|
"notEmpty": true
|
|
3045
3146
|
},
|
|
3046
|
-
"
|
|
3047
|
-
"property": "authenticationType",
|
|
3048
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
3049
|
-
}
|
|
3050
|
-
},
|
|
3051
|
-
{
|
|
3147
|
+
"feel": "optional",
|
|
3052
3148
|
"group": "authentication",
|
|
3053
|
-
"type": "Hidden",
|
|
3054
|
-
"value": "noAuth",
|
|
3055
3149
|
"binding": {
|
|
3056
|
-
"
|
|
3057
|
-
"
|
|
3058
|
-
},
|
|
3059
|
-
"constraints": {
|
|
3060
|
-
"notEmpty": true
|
|
3150
|
+
"name": "authentication.username",
|
|
3151
|
+
"type": "zeebe:input"
|
|
3061
3152
|
},
|
|
3062
3153
|
"condition": {
|
|
3063
|
-
"property": "
|
|
3064
|
-
"
|
|
3065
|
-
|
|
3154
|
+
"property": "authentication.type",
|
|
3155
|
+
"equals": "passwordBasedAuthentication",
|
|
3156
|
+
"type": "simple"
|
|
3157
|
+
},
|
|
3158
|
+
"type": "String"
|
|
3066
3159
|
},
|
|
3067
3160
|
{
|
|
3068
|
-
"id": "
|
|
3069
|
-
"
|
|
3070
|
-
"
|
|
3071
|
-
"value": "noAuth",
|
|
3072
|
-
"binding": {
|
|
3073
|
-
"type": "zeebe:input",
|
|
3074
|
-
"name": "authentication.type"
|
|
3075
|
-
},
|
|
3161
|
+
"id": "authentication.password",
|
|
3162
|
+
"label": "Password",
|
|
3163
|
+
"optional": false,
|
|
3076
3164
|
"constraints": {
|
|
3077
3165
|
"notEmpty": true
|
|
3078
3166
|
},
|
|
3079
|
-
"condition": {
|
|
3080
|
-
"property": "authenticationType",
|
|
3081
|
-
"oneOf": ["tokenAuth"]
|
|
3082
|
-
}
|
|
3083
|
-
},
|
|
3084
|
-
{
|
|
3085
|
-
"description": "method for authentication",
|
|
3086
|
-
"type": "Hidden",
|
|
3087
|
-
"value": "post",
|
|
3088
|
-
"binding": {
|
|
3089
|
-
"type": "zeebe:input",
|
|
3090
|
-
"name": "authentication.request.method"
|
|
3091
|
-
},
|
|
3092
|
-
"condition": {
|
|
3093
|
-
"property": "authenticationType",
|
|
3094
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
3095
|
-
}
|
|
3096
|
-
},
|
|
3097
|
-
{
|
|
3098
|
-
"label": "Username",
|
|
3099
|
-
"group": "authentication",
|
|
3100
|
-
"type": "String",
|
|
3101
3167
|
"feel": "optional",
|
|
3168
|
+
"group": "authentication",
|
|
3102
3169
|
"binding": {
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
3105
|
-
},
|
|
3106
|
-
"constraints": {
|
|
3107
|
-
"notEmpty": true
|
|
3170
|
+
"name": "authentication.password",
|
|
3171
|
+
"type": "zeebe:input"
|
|
3108
3172
|
},
|
|
3109
3173
|
"condition": {
|
|
3110
|
-
"property": "
|
|
3111
|
-
"
|
|
3112
|
-
|
|
3174
|
+
"property": "authentication.type",
|
|
3175
|
+
"equals": "passwordBasedAuthentication",
|
|
3176
|
+
"type": "simple"
|
|
3177
|
+
},
|
|
3178
|
+
"type": "String"
|
|
3113
3179
|
},
|
|
3114
3180
|
{
|
|
3115
|
-
"
|
|
3116
|
-
"
|
|
3117
|
-
"
|
|
3118
|
-
"feel": "optional",
|
|
3119
|
-
"binding": {
|
|
3120
|
-
"type": "zeebe:input",
|
|
3121
|
-
"name": "authentication.request.body.password"
|
|
3122
|
-
},
|
|
3181
|
+
"id": "authentication.multipleLogin",
|
|
3182
|
+
"label": "Multiple login",
|
|
3183
|
+
"optional": false,
|
|
3123
3184
|
"constraints": {
|
|
3124
3185
|
"notEmpty": true
|
|
3125
3186
|
},
|
|
3126
|
-
"condition": {
|
|
3127
|
-
"property": "authenticationType",
|
|
3128
|
-
"equals": "userNamePasswordAuth"
|
|
3129
|
-
}
|
|
3130
|
-
},
|
|
3131
|
-
{
|
|
3132
|
-
"label": "API key",
|
|
3133
3187
|
"group": "authentication",
|
|
3134
|
-
"type": "String",
|
|
3135
|
-
"feel": "optional",
|
|
3136
3188
|
"binding": {
|
|
3137
|
-
"
|
|
3138
|
-
"
|
|
3139
|
-
},
|
|
3140
|
-
"constraints": {
|
|
3141
|
-
"notEmpty": true
|
|
3189
|
+
"name": "authentication.multipleLogin",
|
|
3190
|
+
"type": "zeebe:input"
|
|
3142
3191
|
},
|
|
3143
3192
|
"condition": {
|
|
3144
|
-
"property": "
|
|
3145
|
-
"equals": "
|
|
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>",
|
|
3193
|
+
"property": "authentication.type",
|
|
3194
|
+
"equals": "passwordBasedAuthentication",
|
|
3195
|
+
"type": "simple"
|
|
3196
|
+
},
|
|
3152
3197
|
"type": "Dropdown",
|
|
3153
|
-
"value": "false",
|
|
3154
3198
|
"choices": [
|
|
3155
3199
|
{
|
|
3156
3200
|
"name": "TRUE",
|
|
@@ -3160,297 +3204,253 @@
|
|
|
3160
3204
|
"name": "FALSE",
|
|
3161
3205
|
"value": "false"
|
|
3162
3206
|
}
|
|
3163
|
-
]
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3207
|
+
]
|
|
3208
|
+
},
|
|
3209
|
+
{
|
|
3210
|
+
"id": "authentication.apiUsername",
|
|
3211
|
+
"label": "Username",
|
|
3212
|
+
"optional": false,
|
|
3168
3213
|
"constraints": {
|
|
3169
3214
|
"notEmpty": true
|
|
3170
3215
|
},
|
|
3171
|
-
"condition": {
|
|
3172
|
-
"property": "authenticationType",
|
|
3173
|
-
"equals": "userNamePasswordAuth"
|
|
3174
|
-
}
|
|
3175
|
-
},
|
|
3176
|
-
{
|
|
3177
|
-
"label": "Token",
|
|
3178
|
-
"group": "authentication",
|
|
3179
|
-
"type": "String",
|
|
3180
3216
|
"feel": "optional",
|
|
3217
|
+
"group": "authentication",
|
|
3181
3218
|
"binding": {
|
|
3182
|
-
"
|
|
3183
|
-
"
|
|
3184
|
-
},
|
|
3185
|
-
"constraints": {
|
|
3186
|
-
"notEmpty": true
|
|
3219
|
+
"name": "authentication.username",
|
|
3220
|
+
"type": "zeebe:input"
|
|
3187
3221
|
},
|
|
3188
3222
|
"condition": {
|
|
3189
|
-
"property": "
|
|
3190
|
-
"equals": "
|
|
3191
|
-
|
|
3223
|
+
"property": "authentication.type",
|
|
3224
|
+
"equals": "apiKeyAuthentication",
|
|
3225
|
+
"type": "simple"
|
|
3226
|
+
},
|
|
3227
|
+
"type": "String"
|
|
3192
3228
|
},
|
|
3193
3229
|
{
|
|
3194
|
-
"
|
|
3195
|
-
"
|
|
3196
|
-
"
|
|
3197
|
-
"binding": {
|
|
3198
|
-
"type": "zeebe:input",
|
|
3199
|
-
"name": "headers"
|
|
3200
|
-
},
|
|
3230
|
+
"id": "authentication.apiKey",
|
|
3231
|
+
"label": "API key",
|
|
3232
|
+
"optional": false,
|
|
3201
3233
|
"constraints": {
|
|
3202
3234
|
"notEmpty": true
|
|
3203
3235
|
},
|
|
3204
|
-
"
|
|
3205
|
-
|
|
3206
|
-
"equals": "tokenAuth"
|
|
3207
|
-
}
|
|
3208
|
-
},
|
|
3209
|
-
{
|
|
3210
|
-
"description": "Output headers",
|
|
3211
|
-
"type": "Hidden",
|
|
3212
|
-
"value": "={\"X-Authorization\":\"asObject:token.asString\"}",
|
|
3236
|
+
"feel": "optional",
|
|
3237
|
+
"group": "authentication",
|
|
3213
3238
|
"binding": {
|
|
3214
|
-
"
|
|
3215
|
-
"
|
|
3216
|
-
},
|
|
3217
|
-
"constraints": {
|
|
3218
|
-
"notEmpty": true
|
|
3239
|
+
"name": "authentication.apiKey",
|
|
3240
|
+
"type": "zeebe:input"
|
|
3219
3241
|
},
|
|
3220
3242
|
"condition": {
|
|
3221
|
-
"property": "
|
|
3222
|
-
"
|
|
3223
|
-
|
|
3243
|
+
"property": "authentication.type",
|
|
3244
|
+
"equals": "apiKeyAuthentication",
|
|
3245
|
+
"type": "simple"
|
|
3246
|
+
},
|
|
3247
|
+
"type": "String"
|
|
3224
3248
|
},
|
|
3225
3249
|
{
|
|
3226
|
-
"
|
|
3227
|
-
"
|
|
3250
|
+
"id": "authentication.token",
|
|
3251
|
+
"label": "Token",
|
|
3228
3252
|
"optional": false,
|
|
3229
|
-
"value": "=controlRoomURL+\"/v1/authentication\"",
|
|
3230
|
-
"binding": {
|
|
3231
|
-
"type": "zeebe:input",
|
|
3232
|
-
"name": "authentication.request.url"
|
|
3233
|
-
},
|
|
3234
3253
|
"constraints": {
|
|
3235
3254
|
"notEmpty": true
|
|
3236
3255
|
},
|
|
3237
|
-
"
|
|
3238
|
-
|
|
3239
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
3240
|
-
}
|
|
3241
|
-
},
|
|
3242
|
-
{
|
|
3243
|
-
"description": "method for request",
|
|
3244
|
-
"type": "Hidden",
|
|
3245
|
-
"value": "post",
|
|
3256
|
+
"feel": "optional",
|
|
3257
|
+
"group": "authentication",
|
|
3246
3258
|
"binding": {
|
|
3247
|
-
"
|
|
3248
|
-
"
|
|
3259
|
+
"name": "authentication.token",
|
|
3260
|
+
"type": "zeebe:input"
|
|
3249
3261
|
},
|
|
3250
3262
|
"condition": {
|
|
3251
|
-
"property": "
|
|
3252
|
-
"
|
|
3253
|
-
|
|
3263
|
+
"property": "authentication.type",
|
|
3264
|
+
"equals": "tokenBasedAuthentication",
|
|
3265
|
+
"type": "simple"
|
|
3266
|
+
},
|
|
3267
|
+
"type": "String"
|
|
3254
3268
|
},
|
|
3255
3269
|
{
|
|
3270
|
+
"id": "operation.queueId",
|
|
3256
3271
|
"label": "Work queue ID",
|
|
3257
|
-
"group": "input",
|
|
3258
3272
|
"description": "The queue ID of the item",
|
|
3259
|
-
"type": "String",
|
|
3260
3273
|
"optional": false,
|
|
3261
|
-
"feel": "optional",
|
|
3262
|
-
"binding": {
|
|
3263
|
-
"type": "zeebe:input",
|
|
3264
|
-
"name": "queueId"
|
|
3265
|
-
},
|
|
3266
3274
|
"constraints": {
|
|
3267
3275
|
"notEmpty": true
|
|
3268
3276
|
},
|
|
3277
|
+
"feel": "optional",
|
|
3278
|
+
"group": "input",
|
|
3279
|
+
"binding": {
|
|
3280
|
+
"name": "operation.queueId",
|
|
3281
|
+
"type": "zeebe:input"
|
|
3282
|
+
},
|
|
3269
3283
|
"condition": {
|
|
3270
|
-
"property": "
|
|
3271
|
-
"
|
|
3272
|
-
|
|
3284
|
+
"property": "operation.type",
|
|
3285
|
+
"equals": "addWorkItemsToTheQueue",
|
|
3286
|
+
"type": "simple"
|
|
3287
|
+
},
|
|
3288
|
+
"type": "String"
|
|
3273
3289
|
},
|
|
3274
3290
|
{
|
|
3275
|
-
"
|
|
3276
|
-
"
|
|
3291
|
+
"id": "operation.data",
|
|
3292
|
+
"label": "Work item json data",
|
|
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>",
|
|
3277
3294
|
"optional": false,
|
|
3278
|
-
"value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
|
|
3279
|
-
"binding": {
|
|
3280
|
-
"type": "zeebe:input",
|
|
3281
|
-
"name": "url"
|
|
3282
|
-
},
|
|
3283
3295
|
"constraints": {
|
|
3284
3296
|
"notEmpty": true
|
|
3285
3297
|
},
|
|
3298
|
+
"feel": "required",
|
|
3299
|
+
"group": "input",
|
|
3300
|
+
"binding": {
|
|
3301
|
+
"name": "operation.data",
|
|
3302
|
+
"type": "zeebe:input"
|
|
3303
|
+
},
|
|
3286
3304
|
"condition": {
|
|
3287
|
-
"property": "
|
|
3288
|
-
"
|
|
3289
|
-
|
|
3305
|
+
"property": "operation.type",
|
|
3306
|
+
"equals": "addWorkItemsToTheQueue",
|
|
3307
|
+
"type": "simple"
|
|
3308
|
+
},
|
|
3309
|
+
"type": "Text"
|
|
3290
3310
|
},
|
|
3291
3311
|
{
|
|
3292
|
-
"
|
|
3293
|
-
"
|
|
3294
|
-
"
|
|
3295
|
-
"type": "String",
|
|
3296
|
-
"feel": "optional",
|
|
3312
|
+
"id": "operation.workQueueId",
|
|
3313
|
+
"label": "Work queue ID",
|
|
3314
|
+
"description": "The queue ID of the item",
|
|
3297
3315
|
"optional": false,
|
|
3298
|
-
"binding": {
|
|
3299
|
-
"type": "zeebe:input",
|
|
3300
|
-
"name": "workItemId"
|
|
3301
|
-
},
|
|
3302
3316
|
"constraints": {
|
|
3303
3317
|
"notEmpty": true
|
|
3304
3318
|
},
|
|
3305
|
-
"
|
|
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>",
|
|
3319
|
+
"feel": "optional",
|
|
3313
3320
|
"group": "input",
|
|
3314
|
-
"type": "String",
|
|
3315
|
-
"feel": "required",
|
|
3316
3321
|
"binding": {
|
|
3317
|
-
"
|
|
3318
|
-
"
|
|
3319
|
-
},
|
|
3320
|
-
"constraints": {
|
|
3321
|
-
"notEmpty": true
|
|
3322
|
+
"name": "operation.queueId",
|
|
3323
|
+
"type": "zeebe:input"
|
|
3322
3324
|
},
|
|
3323
3325
|
"condition": {
|
|
3324
|
-
"property": "
|
|
3325
|
-
"
|
|
3326
|
-
|
|
3326
|
+
"property": "operation.type",
|
|
3327
|
+
"equals": "listWorkItemsInQueue",
|
|
3328
|
+
"type": "simple"
|
|
3329
|
+
},
|
|
3330
|
+
"type": "String"
|
|
3327
3331
|
},
|
|
3328
3332
|
{
|
|
3329
|
-
"
|
|
3330
|
-
"
|
|
3333
|
+
"id": "operation.workItemId",
|
|
3334
|
+
"label": "Work item ID",
|
|
3335
|
+
"description": "The queue item identifier to be fetched from queue",
|
|
3331
3336
|
"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
|
+
},
|
|
3340
3346
|
"condition": {
|
|
3341
|
-
"property": "
|
|
3342
|
-
"
|
|
3343
|
-
|
|
3347
|
+
"property": "operation.type",
|
|
3348
|
+
"equals": "listWorkItemsInQueue",
|
|
3349
|
+
"type": "simple"
|
|
3350
|
+
},
|
|
3351
|
+
"type": "Number"
|
|
3344
3352
|
},
|
|
3345
3353
|
{
|
|
3346
|
-
"
|
|
3347
|
-
"
|
|
3348
|
-
"
|
|
3349
|
-
"
|
|
3354
|
+
"id": "configuration.connectionTimeoutInSeconds",
|
|
3355
|
+
"label": "Connection timeout in seconds",
|
|
3356
|
+
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
3357
|
+
"optional": true,
|
|
3358
|
+
"value": 20,
|
|
3359
|
+
"feel": "static",
|
|
3360
|
+
"group": "timeout",
|
|
3350
3361
|
"binding": {
|
|
3351
|
-
"
|
|
3352
|
-
"
|
|
3353
|
-
},
|
|
3354
|
-
"constraints": {
|
|
3355
|
-
"notEmpty": true
|
|
3362
|
+
"name": "configuration.connectionTimeoutInSeconds",
|
|
3363
|
+
"type": "zeebe:input"
|
|
3356
3364
|
},
|
|
3357
|
-
"
|
|
3358
|
-
"property": "operationType",
|
|
3359
|
-
"oneOf": ["listWorkItemsInQueue"]
|
|
3360
|
-
}
|
|
3365
|
+
"type": "Number"
|
|
3361
3366
|
},
|
|
3362
3367
|
{
|
|
3363
|
-
"
|
|
3364
|
-
"
|
|
3365
|
-
"
|
|
3366
|
-
"value": "
|
|
3368
|
+
"id": "version",
|
|
3369
|
+
"label": "Version",
|
|
3370
|
+
"description": "Version of the element template",
|
|
3371
|
+
"value": "3",
|
|
3372
|
+
"group": "connector",
|
|
3367
3373
|
"binding": {
|
|
3368
|
-
"
|
|
3369
|
-
"
|
|
3370
|
-
},
|
|
3371
|
-
"constraints": {
|
|
3372
|
-
"notEmpty": true
|
|
3374
|
+
"key": "elementTemplateVersion",
|
|
3375
|
+
"type": "zeebe:taskHeader"
|
|
3373
3376
|
},
|
|
3374
|
-
"
|
|
3375
|
-
"property": "operationType",
|
|
3376
|
-
"oneOf": ["listWorkItemsInQueue"]
|
|
3377
|
-
}
|
|
3377
|
+
"type": "Hidden"
|
|
3378
3378
|
},
|
|
3379
3379
|
{
|
|
3380
|
-
"
|
|
3381
|
-
"
|
|
3382
|
-
"
|
|
3383
|
-
"
|
|
3384
|
-
"
|
|
3380
|
+
"id": "id",
|
|
3381
|
+
"label": "ID",
|
|
3382
|
+
"description": "ID of the element template",
|
|
3383
|
+
"value": "io.camunda.connectors.AutomationAnywhere",
|
|
3384
|
+
"group": "connector",
|
|
3385
3385
|
"binding": {
|
|
3386
|
-
"
|
|
3387
|
-
"
|
|
3386
|
+
"key": "elementTemplateId",
|
|
3387
|
+
"type": "zeebe:taskHeader"
|
|
3388
3388
|
},
|
|
3389
|
-
"
|
|
3390
|
-
"feel": "optional",
|
|
3391
|
-
"constraints": {
|
|
3392
|
-
"notEmpty": false,
|
|
3393
|
-
"pattern": {
|
|
3394
|
-
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
3395
|
-
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
3396
|
-
}
|
|
3397
|
-
}
|
|
3389
|
+
"type": "Hidden"
|
|
3398
3390
|
},
|
|
3399
3391
|
{
|
|
3392
|
+
"id": "resultVariable",
|
|
3400
3393
|
"label": "Result variable",
|
|
3401
|
-
"description": "Name of variable to store the response in
|
|
3394
|
+
"description": "Name of variable to store the response in",
|
|
3402
3395
|
"group": "output",
|
|
3403
|
-
"type": "String",
|
|
3404
3396
|
"binding": {
|
|
3405
|
-
"
|
|
3406
|
-
"
|
|
3407
|
-
}
|
|
3397
|
+
"key": "resultVariable",
|
|
3398
|
+
"type": "zeebe:taskHeader"
|
|
3399
|
+
},
|
|
3400
|
+
"type": "String"
|
|
3408
3401
|
},
|
|
3409
3402
|
{
|
|
3403
|
+
"id": "resultExpression",
|
|
3410
3404
|
"label": "Result expression",
|
|
3411
|
-
"
|
|
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>",
|
|
3413
|
-
"group": "output",
|
|
3414
|
-
"type": "String",
|
|
3405
|
+
"description": "Expression to map the response into process variables",
|
|
3415
3406
|
"feel": "required",
|
|
3416
|
-
"
|
|
3407
|
+
"group": "output",
|
|
3417
3408
|
"binding": {
|
|
3418
|
-
"
|
|
3419
|
-
"
|
|
3409
|
+
"key": "resultExpression",
|
|
3410
|
+
"type": "zeebe:taskHeader"
|
|
3420
3411
|
},
|
|
3421
|
-
"
|
|
3422
|
-
"property": "operationType",
|
|
3423
|
-
"oneOf": ["listWorkItemsInQueue"]
|
|
3424
|
-
}
|
|
3412
|
+
"type": "Text"
|
|
3425
3413
|
},
|
|
3426
3414
|
{
|
|
3427
|
-
"
|
|
3428
|
-
"
|
|
3429
|
-
"description": "Expression to
|
|
3430
|
-
"group": "output",
|
|
3431
|
-
"type": "String",
|
|
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>.",
|
|
3432
3418
|
"feel": "required",
|
|
3433
|
-
"
|
|
3419
|
+
"group": "error",
|
|
3434
3420
|
"binding": {
|
|
3435
|
-
"
|
|
3436
|
-
"
|
|
3421
|
+
"key": "errorExpression",
|
|
3422
|
+
"type": "zeebe:taskHeader"
|
|
3437
3423
|
},
|
|
3438
|
-
"
|
|
3439
|
-
"property": "operationType",
|
|
3440
|
-
"oneOf": ["addWorkItemsToTheQueue"]
|
|
3441
|
-
}
|
|
3424
|
+
"type": "Text"
|
|
3442
3425
|
},
|
|
3443
3426
|
{
|
|
3444
|
-
"
|
|
3445
|
-
"
|
|
3446
|
-
"
|
|
3447
|
-
"
|
|
3448
|
-
"feel": "
|
|
3427
|
+
"id": "retryCount",
|
|
3428
|
+
"label": "Retries",
|
|
3429
|
+
"description": "Number of retries",
|
|
3430
|
+
"value": "3",
|
|
3431
|
+
"feel": "optional",
|
|
3432
|
+
"group": "retries",
|
|
3449
3433
|
"binding": {
|
|
3450
|
-
"
|
|
3451
|
-
"
|
|
3452
|
-
}
|
|
3434
|
+
"property": "retries",
|
|
3435
|
+
"type": "zeebe:taskDefinition"
|
|
3436
|
+
},
|
|
3437
|
+
"type": "String"
|
|
3438
|
+
},
|
|
3439
|
+
{
|
|
3440
|
+
"id": "retryBackoff",
|
|
3441
|
+
"label": "Retry backoff",
|
|
3442
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
3443
|
+
"value": "PT0S",
|
|
3444
|
+
"group": "retries",
|
|
3445
|
+
"binding": {
|
|
3446
|
+
"key": "retryBackoff",
|
|
3447
|
+
"type": "zeebe:taskHeader"
|
|
3448
|
+
},
|
|
3449
|
+
"type": "String"
|
|
3453
3450
|
}
|
|
3454
|
-
]
|
|
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
|
+
}
|
|
3455
3455
|
}
|
|
3456
3456
|
]
|