@camunda/connectors-element-templates 1.0.4 → 1.0.5

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.
Files changed (77) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +8 -2
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +323 -9
  5. package/src/element-templates/asana-connector.json +101 -101
  6. package/src/element-templates/automation-anywhere-outbound-connector.json +1777 -961
  7. package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
  8. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  9. package/src/element-templates/aws-dynamodb-outbound-connector.json +1373 -1373
  10. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  11. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  12. package/src/element-templates/aws-eventbridge-connector-start-event.json +23 -23
  13. package/src/element-templates/aws-eventbridge-outbound-connector.json +326 -326
  14. package/src/element-templates/aws-lambda-outbound-connector.json +231 -231
  15. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  16. package/src/element-templates/aws-sns-inbound-boundary.json +285 -285
  17. package/src/element-templates/aws-sns-inbound-intermediate.json +33 -33
  18. package/src/element-templates/aws-sns-inbound-message-start.json +227 -227
  19. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  20. package/src/element-templates/aws-sns-outbound-connector.json +370 -370
  21. package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
  22. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +532 -532
  23. package/src/element-templates/aws-sqs-outbound-connector.json +396 -396
  24. package/src/element-templates/aws-sqs-start-event-connector.json +389 -389
  25. package/src/element-templates/aws-textract-outbound-connector.json +123 -123
  26. package/src/element-templates/azure-blobstorage-outbound-connector.json +349 -0
  27. package/src/element-templates/blue-prism-connector.json +13 -13
  28. package/src/element-templates/box-outbound-connector.json +30 -30
  29. package/src/element-templates/easy-post-connector.json +121 -121
  30. package/src/element-templates/email-outbound-connector.json +233 -233
  31. package/src/element-templates/github-connector.json +1259 -1259
  32. package/src/element-templates/github-webhook-connector-boundary.json +35 -35
  33. package/src/element-templates/github-webhook-connector-intermediate.json +31 -31
  34. package/src/element-templates/github-webhook-connector-start-event.json +34 -34
  35. package/src/element-templates/gitlab-connector.json +3333 -3333
  36. package/src/element-templates/google-cloud-storage-outbound-connector.json +357 -0
  37. package/src/element-templates/google-drive-outbound-connector.json +414 -101
  38. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  39. package/src/element-templates/google-maps-platform-connector.json +489 -0
  40. package/src/element-templates/google-sheets-outbound-connector.json +2468 -2468
  41. package/src/element-templates/graphql-outbound-connector.json +1113 -1113
  42. package/src/element-templates/http-json-connector.json +2202 -1290
  43. package/src/element-templates/http-polling-boundary-catch-event-connector.json +6 -6
  44. package/src/element-templates/http-polling-connector.json +6 -6
  45. package/src/element-templates/hugging-face-connector.json +34 -34
  46. package/src/element-templates/idp-extraction-outbound-connector.json +115 -0
  47. package/src/element-templates/jdbc-outbound-connector.json +36 -36
  48. package/src/element-templates/kafka-inbound-connector-boundary.json +540 -540
  49. package/src/element-templates/kafka-inbound-connector-intermediate.json +585 -585
  50. package/src/element-templates/kafka-inbound-connector.json +603 -0
  51. package/src/element-templates/kafka-outbound-connector.json +261 -261
  52. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  53. package/src/element-templates/microsoft-teams-outbound-connector.json +97 -97
  54. package/src/element-templates/openai-connector.json +517 -159
  55. package/src/element-templates/operate-connector.json +569 -53
  56. package/src/element-templates/power-automate-connector.json +1724 -0
  57. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +132 -132
  58. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +941 -941
  59. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +459 -459
  60. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +269 -269
  61. package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
  62. package/src/element-templates/salesforce-connector.json +44 -44
  63. package/src/element-templates/sendgrid-outbound-connector.json +787 -255
  64. package/src/element-templates/slack-inbound-boundary.json +215 -215
  65. package/src/element-templates/slack-inbound-intermediate.json +178 -178
  66. package/src/element-templates/slack-inbound-message-start.json +323 -323
  67. package/src/element-templates/slack-inbound-start-event.json +212 -212
  68. package/src/element-templates/slack-outbound-connector.json +777 -522
  69. package/src/element-templates/twilio-connector.json +29 -29
  70. package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
  71. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  72. package/src/element-templates/uipath-connector.json +8 -8
  73. package/src/element-templates/webhook-connector-boundary.json +1133 -1133
  74. package/src/element-templates/webhook-connector-intermediate.json +1380 -1380
  75. package/src/element-templates/webhook-connector-start-event.json +1370 -1370
  76. package/src/element-templates/webhook-connector-start-message.json +1171 -1171
  77. package/src/element-templates/agenticai-aiagent-outbound-connector-8.8.0-alpha4.json +0 -843
@@ -1,18 +1,18 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "Automation Anywhere Outbound Connector",
5
- "id": "io.camunda.connectors.AutomationAnywhere",
6
- "description": "Manage work items in Automation Anywhere queues.",
7
- "metadata": {
8
- "keywords": [
9
- "add work item to queue",
10
- "get work item from queue",
11
- "get work item result from queue by ID"
12
- ]
4
+ "name": "Automation Anywhere connector",
5
+ "id": "io.camunda.connectors.AutomationAnywhere.v1",
6
+ "version": 2,
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.4"
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": "input",
42
- "label": "Input"
43
- },
44
- {
45
- "id": "timeout",
46
- "label": "Timeout"
37
+ "id": "configuration",
38
+ "label": "Configuration"
47
39
  },
48
40
  {
49
- "id": "connector",
50
- "label": "Connector"
41
+ "id": "input",
42
+ "label": "Input"
51
43
  },
52
44
  {
53
45
  "id": "output",
54
- "label": "Output mapping"
46
+ "label": "Output"
55
47
  },
56
48
  {
57
- "id": "error",
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
- "value": "io.camunda:connector-automationanywhere:1",
55
+ "type": "Hidden",
56
+ "value": "io.camunda:http-json:1",
68
57
  "binding": {
69
- "property": "type",
70
- "type": "zeebe:taskDefinition"
71
- },
72
- "type": "Hidden"
58
+ "type": "zeebe:taskDefinition",
59
+ "property": "type"
60
+ }
73
61
  },
74
62
  {
75
- "id": "operation.type",
76
- "label": "Type",
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
- "name": "configuration.controlRoomUrl",
105
- "type": "zeebe:input"
89
+ "type": "zeebe:input",
90
+ "name": "controlRoomURL"
106
91
  },
107
- "type": "String"
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
- "description": "Choose the authentication type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
113
- "value": "passwordBasedAuthentication",
102
+ "id": "authenticationType",
114
103
  "group": "authentication",
115
- "binding": {
116
- "name": "authentication.type",
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": "passwordBasedAuthentication"
110
+ "value": "userNamePasswordAuth"
124
111
  },
125
112
  {
126
113
  "name": "Authenticate (username and API key)",
127
- "value": "apiKeyAuthentication"
114
+ "value": "userNameApiKeyAuth"
128
115
  },
129
116
  {
130
117
  "name": "Authentication (refresh) token",
131
- "value": "tokenBasedAuthentication"
118
+ "value": "tokenAuth"
132
119
  }
133
- ]
120
+ ],
121
+ "binding": {
122
+ "type": "zeebe:input",
123
+ "name": "authentication.withoutBindingType"
124
+ }
134
125
  },
135
126
  {
136
- "id": "authentication.passwordBassesUsername",
137
- "label": "Username",
138
- "optional": false,
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
- "feel": "optional",
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
- "name": "authentication.username",
146
- "type": "zeebe:input"
148
+ "type": "zeebe:input",
149
+ "name": "authentication.request.authentication.type"
147
150
  },
148
- "condition": {
149
- "property": "authentication.type",
150
- "equals": "passwordBasedAuthentication",
151
- "type": "simple"
151
+ "constraints": {
152
+ "notEmpty": true
152
153
  },
153
- "type": "String"
154
+ "condition": {
155
+ "property": "authenticationType",
156
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
157
+ }
154
158
  },
155
159
  {
156
- "id": "authentication.password",
157
- "label": "Password",
158
- "optional": false,
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
- "feel": "optional",
163
- "group": "authentication",
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
- "name": "authentication.password",
166
- "type": "zeebe:input"
181
+ "type": "zeebe:input",
182
+ "name": "authentication.request.method"
167
183
  },
168
184
  "condition": {
169
- "property": "authentication.type",
170
- "equals": "passwordBasedAuthentication",
171
- "type": "simple"
172
- },
173
- "type": "String"
185
+ "property": "authenticationType",
186
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
187
+ }
174
188
  },
175
189
  {
176
- "id": "authentication.multipleLogin",
177
- "label": "Multiple login",
178
- "optional": false,
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
- "name": "authentication.multipleLogin",
185
- "type": "zeebe:input"
212
+ "type": "zeebe:input",
213
+ "name": "authentication.request.body.password"
214
+ },
215
+ "constraints": {
216
+ "notEmpty": true
186
217
  },
187
218
  "condition": {
188
- "property": "authentication.type",
189
- "equals": "passwordBasedAuthentication",
190
- "type": "simple"
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"
191
231
  },
232
+ "constraints": {
233
+ "notEmpty": true
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,269 +252,313 @@
199
252
  "name": "FALSE",
200
253
  "value": "false"
201
254
  }
202
- ]
203
- },
204
- {
205
- "id": "authentication.apiUsername",
206
- "label": "Username",
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
- "feel": "optional",
212
- "group": "authentication",
213
- "binding": {
214
- "name": "authentication.username",
215
- "type": "zeebe:input"
216
- },
217
263
  "condition": {
218
- "property": "authentication.type",
219
- "equals": "apiKeyAuthentication",
220
- "type": "simple"
221
- },
222
- "type": "String"
264
+ "property": "authenticationType",
265
+ "equals": "userNamePasswordAuth"
266
+ }
223
267
  },
224
268
  {
225
- "id": "authentication.apiKey",
226
- "label": "API key",
227
- "optional": false,
228
- "constraints": {
229
- "notEmpty": true
230
- },
231
- "feel": "optional",
269
+ "label": "Token",
232
270
  "group": "authentication",
271
+ "type": "String",
272
+ "feel": "optional",
233
273
  "binding": {
234
- "name": "authentication.apiKey",
235
- "type": "zeebe:input"
274
+ "type": "zeebe:input",
275
+ "name": "token"
236
276
  },
237
- "condition": {
238
- "property": "authentication.type",
239
- "equals": "apiKeyAuthentication",
240
- "type": "simple"
277
+ "constraints": {
278
+ "notEmpty": true
241
279
  },
242
- "type": "String"
280
+ "condition": {
281
+ "property": "authenticationType",
282
+ "equals": "tokenAuth"
283
+ }
243
284
  },
244
285
  {
245
- "id": "authentication.token",
246
- "label": "Token",
247
- "optional": false,
286
+ "description": "Token",
287
+ "type": "Hidden",
288
+ "value": "={\"X-Authorization\":token}",
289
+ "binding": {
290
+ "type": "zeebe:input",
291
+ "name": "headers"
292
+ },
248
293
  "constraints": {
249
294
  "notEmpty": true
250
295
  },
251
- "feel": "optional",
252
- "group": "authentication",
253
- "binding": {
254
- "name": "authentication.token",
255
- "type": "zeebe:input"
256
- },
257
296
  "condition": {
258
- "property": "authentication.type",
259
- "equals": "tokenBasedAuthentication",
260
- "type": "simple"
261
- },
262
- "type": "String"
297
+ "property": "authenticationType",
298
+ "equals": "tokenAuth"
299
+ }
263
300
  },
264
301
  {
265
- "id": "operation.queueId",
266
- "label": "Work queue ID",
267
- "description": "The queue ID of the item",
268
- "optional": false,
302
+ "description": "Output headers",
303
+ "type": "Hidden",
304
+ "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
305
+ "binding": {
306
+ "type": "zeebe:input",
307
+ "name": "authentication.outputHeaders"
308
+ },
269
309
  "constraints": {
270
310
  "notEmpty": true
271
311
  },
272
- "feel": "optional",
273
- "group": "input",
274
- "binding": {
275
- "name": "operation.queueId",
276
- "type": "zeebe:input"
277
- },
278
312
  "condition": {
279
- "property": "operation.type",
280
- "equals": "addWorkItemsToTheQueue",
281
- "type": "simple"
282
- },
283
- "type": "String"
313
+ "property": "authenticationType",
314
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
315
+ }
284
316
  },
285
317
  {
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>",
318
+ "description": "Full authentication url",
319
+ "type": "Hidden",
289
320
  "optional": false,
321
+ "value": "=controlRoomURL+\"/v1/authentication\"",
322
+ "binding": {
323
+ "type": "zeebe:input",
324
+ "name": "authentication.request.url"
325
+ },
290
326
  "constraints": {
291
327
  "notEmpty": true
292
328
  },
293
- "feel": "required",
294
- "group": "input",
329
+ "condition": {
330
+ "property": "authenticationType",
331
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
332
+ }
333
+ },
334
+ {
335
+ "description": "method for request",
336
+ "type": "Hidden",
337
+ "value": "post",
295
338
  "binding": {
296
- "name": "operation.data",
297
- "type": "zeebe:input"
339
+ "type": "zeebe:input",
340
+ "name": "method"
298
341
  },
299
342
  "condition": {
300
- "property": "operation.type",
301
- "equals": "addWorkItemsToTheQueue",
302
- "type": "simple"
303
- },
304
- "type": "Text"
343
+ "property": "operationType",
344
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
345
+ }
305
346
  },
306
347
  {
307
- "id": "operation.workQueueId",
308
348
  "label": "Work queue ID",
349
+ "group": "input",
309
350
  "description": "The queue ID of the item",
351
+ "type": "String",
310
352
  "optional": false,
353
+ "feel": "optional",
354
+ "binding": {
355
+ "type": "zeebe:input",
356
+ "name": "queueId"
357
+ },
311
358
  "constraints": {
312
359
  "notEmpty": true
313
360
  },
314
- "feel": "optional",
315
- "group": "input",
361
+ "condition": {
362
+ "property": "operationType",
363
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
364
+ }
365
+ },
366
+ {
367
+ "description": "Add work items to the queue",
368
+ "type": "Hidden",
369
+ "optional": false,
370
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
316
371
  "binding": {
317
- "name": "operation.queueId",
318
- "type": "zeebe:input"
372
+ "type": "zeebe:input",
373
+ "name": "url"
319
374
  },
320
- "condition": {
321
- "property": "operation.type",
322
- "equals": "listWorkItemsInQueue",
323
- "type": "simple"
375
+ "constraints": {
376
+ "notEmpty": true
324
377
  },
325
- "type": "String"
378
+ "condition": {
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
- "feel": "static",
336
- "group": "input",
337
- "binding": {
338
- "name": "operation.workItemId",
339
- "type": "zeebe:input"
340
- },
341
397
  "condition": {
342
- "property": "operation.type",
343
- "equals": "listWorkItemsInQueue",
344
- "type": "simple"
345
- },
346
- "type": "Number"
398
+ "property": "operationType",
399
+ "oneOf": ["listWorkItemsInQueue"]
400
+ }
347
401
  },
348
402
  {
349
- "id": "configuration.connectionTimeoutInSeconds",
350
- "label": "Connection timeout in seconds",
351
- "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
352
- "optional": true,
353
- "value": 20,
354
- "feel": "static",
355
- "group": "timeout",
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>",
405
+ "group": "input",
406
+ "type": "String",
407
+ "feel": "required",
356
408
  "binding": {
357
- "name": "configuration.connectionTimeoutInSeconds",
358
- "type": "zeebe:input"
409
+ "type": "zeebe:input",
410
+ "name": "itemData"
359
411
  },
360
- "type": "Number"
412
+ "constraints": {
413
+ "notEmpty": true
414
+ },
415
+ "condition": {
416
+ "property": "operationType",
417
+ "oneOf": ["addWorkItemsToTheQueue"]
418
+ }
361
419
  },
362
420
  {
363
- "id": "version",
364
- "label": "Version",
365
- "description": "Version of the element template",
366
- "value": "3",
367
- "group": "connector",
421
+ "description": "body with a new work item",
422
+ "type": "Hidden",
423
+ "optional": false,
424
+ "value": "={\"workItems\":[{\"json\":itemData}]}",
368
425
  "binding": {
369
- "key": "elementTemplateVersion",
370
- "type": "zeebe:taskHeader"
426
+ "type": "zeebe:input",
427
+ "name": "body"
371
428
  },
372
- "type": "Hidden"
429
+ "constraints": {
430
+ "notEmpty": true
431
+ },
432
+ "condition": {
433
+ "property": "operationType",
434
+ "oneOf": ["addWorkItemsToTheQueue"]
435
+ }
373
436
  },
374
437
  {
375
- "id": "id",
376
- "label": "ID",
377
- "description": "ID of the element template",
378
- "value": "io.camunda.connectors.AutomationAnywhere",
379
- "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\"}}",
380
442
  "binding": {
381
- "key": "elementTemplateId",
382
- "type": "zeebe:taskHeader"
443
+ "type": "zeebe:input",
444
+ "name": "body"
383
445
  },
384
- "type": "Hidden"
446
+ "constraints": {
447
+ "notEmpty": true
448
+ },
449
+ "condition": {
450
+ "property": "operationType",
451
+ "oneOf": ["listWorkItemsInQueue"]
452
+ }
385
453
  },
386
454
  {
387
- "id": "resultVariable",
388
- "label": "Result variable",
389
- "description": "Name of variable to store the response in",
390
- "group": "output",
455
+ "description": "List work items in queue",
456
+ "type": "Hidden",
457
+ "optional": false,
458
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
391
459
  "binding": {
392
- "key": "resultVariable",
393
- "type": "zeebe:taskHeader"
460
+ "type": "zeebe:input",
461
+ "name": "url"
394
462
  },
395
- "type": "String"
463
+ "constraints": {
464
+ "notEmpty": true
465
+ },
466
+ "condition": {
467
+ "property": "operationType",
468
+ "oneOf": ["listWorkItemsInQueue"]
469
+ }
396
470
  },
397
471
  {
398
- "id": "resultExpression",
399
- "label": "Result expression",
400
- "description": "Expression to map the response into process variables",
401
- "feel": "required",
402
- "group": "output",
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",
403
477
  "binding": {
404
- "key": "resultExpression",
405
- "type": "zeebe:taskHeader"
478
+ "type": "zeebe:input",
479
+ "name": "connectionTimeoutInSeconds"
406
480
  },
407
- "type": "Text"
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
+ }
408
490
  },
409
491
  {
410
- "id": "errorExpression",
411
- "label": "Error expression",
412
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
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>",
494
+ "group": "output",
495
+ "type": "String",
496
+ "binding": {
497
+ "type": "zeebe:taskHeader",
498
+ "key": "resultVariable"
499
+ }
500
+ },
501
+ {
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
- "group": "error",
508
+ "value": "={itemState:response.body.list[1].status}",
415
509
  "binding": {
416
- "key": "errorExpression",
417
- "type": "zeebe:taskHeader"
510
+ "type": "zeebe:taskHeader",
511
+ "key": "resultExpression"
418
512
  },
419
- "type": "Text"
513
+ "condition": {
514
+ "property": "operationType",
515
+ "oneOf": ["listWorkItemsInQueue"]
516
+ }
420
517
  },
421
518
  {
422
- "id": "retryCount",
423
- "label": "Retries",
424
- "description": "Number of retries",
425
- "value": "3",
426
- "feel": "optional",
427
- "group": "retries",
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
- "property": "retries",
430
- "type": "zeebe:taskDefinition"
527
+ "type": "zeebe:taskHeader",
528
+ "key": "resultExpression"
431
529
  },
432
- "type": "String"
530
+ "condition": {
531
+ "property": "operationType",
532
+ "oneOf": ["addWorkItemsToTheQueue"]
533
+ }
433
534
  },
434
535
  {
435
- "id": "retryBackoff",
436
- "label": "Retry backoff",
437
- "description": "ISO-8601 duration to wait between retries",
438
- "value": "PT0S",
439
- "group": "retries",
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
- "key": "retryBackoff",
442
- "type": "zeebe:taskHeader"
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",
453
550
  "name": "Automation Anywhere Outbound Connector",
454
- "id": "io.camunda.connectors.AutomationAnywhere.v1",
455
- "version": 4,
456
- "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
457
- "deprecated": {
458
- "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
459
- "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
460
- },
461
- "icon": {
462
- "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"
551
+ "id": "io.camunda.connectors.AutomationAnywhere",
552
+ "description": "Manage work items in Automation Anywhere queues.",
553
+ "metadata": {
554
+ "keywords": [
555
+ "add work item to queue",
556
+ "get work item from queue",
557
+ "get work item result from queue by ID"
558
+ ]
463
559
  },
464
560
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
561
+ "version": 2,
465
562
  "category": {
466
563
  "id": "connectors",
467
564
  "name": "Connectors"
@@ -470,48 +567,57 @@
470
567
  "elementType": {
471
568
  "value": "bpmn:ServiceTask"
472
569
  },
473
- "engines": {
474
- "camunda": "^8.4"
475
- },
476
570
  "groups": [
477
571
  {
478
572
  "id": "operation",
479
573
  "label": "Operation"
480
574
  },
481
- {
482
- "id": "authentication",
483
- "label": "Authentication"
484
- },
485
575
  {
486
576
  "id": "configuration",
487
577
  "label": "Configuration"
488
578
  },
579
+ {
580
+ "id": "authentication",
581
+ "label": "Authentication"
582
+ },
489
583
  {
490
584
  "id": "input",
491
585
  "label": "Input"
492
586
  },
587
+ {
588
+ "id": "timeout",
589
+ "label": "Timeout"
590
+ },
493
591
  {
494
592
  "id": "output",
495
- "label": "Output"
593
+ "label": "Output mapping"
496
594
  },
497
595
  {
498
- "id": "errors",
596
+ "id": "error",
499
597
  "label": "Error handling"
598
+ },
599
+ {
600
+ "id": "retries",
601
+ "label": "Retries"
500
602
  }
501
603
  ],
502
604
  "properties": [
503
605
  {
504
- "type": "Hidden",
505
- "value": "io.camunda:http-json:1",
606
+ "value": "io.camunda:connector-automationanywhere:1",
506
607
  "binding": {
507
- "type": "zeebe:taskDefinition",
508
- "property": "type"
509
- }
608
+ "property": "type",
609
+ "type": "zeebe:taskDefinition"
610
+ },
611
+ "type": "Hidden"
510
612
  },
511
613
  {
512
- "label": "Operation type",
513
- "id": "operationType",
614
+ "id": "operation.type",
615
+ "label": "Type",
514
616
  "group": "operation",
617
+ "binding": {
618
+ "name": "operation.type",
619
+ "type": "zeebe:input"
620
+ },
515
621
  "type": "Dropdown",
516
622
  "choices": [
517
623
  {
@@ -522,176 +628,107 @@
522
628
  "name": "Get work item result from queue by ID",
523
629
  "value": "listWorkItemsInQueue"
524
630
  }
525
- ],
526
- "binding": {
527
- "type": "zeebe:input",
528
- "name": "operationType"
529
- }
631
+ ]
530
632
  },
531
633
  {
634
+ "id": "configuration.controlRoomUrl",
532
635
  "label": "Control room URL",
533
- "group": "configuration",
636
+ "optional": false,
637
+ "constraints": {
638
+ "notEmpty": true
639
+ },
534
640
  "feel": "optional",
535
- "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>",
536
- "type": "String",
641
+ "group": "configuration",
537
642
  "binding": {
538
- "type": "zeebe:input",
539
- "name": "controlRoomURL"
643
+ "name": "configuration.controlRoomUrl",
644
+ "type": "zeebe:input"
540
645
  },
541
- "constraints": {
542
- "notEmpty": true,
543
- "pattern": {
544
- "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
545
- "message": "Must be a http(s) URL"
546
- }
547
- }
646
+ "type": "String"
548
647
  },
549
648
  {
649
+ "id": "authentication.type",
550
650
  "label": "Type",
551
- "id": "authenticationType",
552
- "group": "authentication",
553
651
  "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>",
554
- "value": "userNamePasswordAuth",
652
+ "value": "passwordBasedAuthentication",
653
+ "group": "authentication",
654
+ "binding": {
655
+ "name": "authentication.type",
656
+ "type": "zeebe:input"
657
+ },
555
658
  "type": "Dropdown",
556
659
  "choices": [
557
660
  {
558
661
  "name": "Authenticate (username and password)",
559
- "value": "userNamePasswordAuth"
662
+ "value": "passwordBasedAuthentication"
560
663
  },
561
664
  {
562
665
  "name": "Authenticate (username and API key)",
563
- "value": "userNameApiKeyAuth"
666
+ "value": "apiKeyAuthentication"
564
667
  },
565
668
  {
566
669
  "name": "Authentication (refresh) token",
567
- "value": "tokenAuth"
670
+ "value": "tokenBasedAuthentication"
568
671
  }
569
- ],
570
- "binding": {
571
- "type": "zeebe:input",
572
- "name": "authentication.withoutBindingType"
573
- }
672
+ ]
574
673
  },
575
674
  {
576
- "id": "credentialsInBodyAuthType",
577
- "group": "authentication",
578
- "type": "Hidden",
579
- "value": "credentialsInBody",
580
- "binding": {
581
- "type": "zeebe:input",
582
- "name": "authentication.type"
583
- },
675
+ "id": "authentication.passwordBassesUsername",
676
+ "label": "Username",
677
+ "optional": false,
584
678
  "constraints": {
585
679
  "notEmpty": true
586
680
  },
587
- "condition": {
588
- "property": "authenticationType",
589
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
590
- }
591
- },
592
- {
681
+ "feel": "optional",
593
682
  "group": "authentication",
594
- "type": "Hidden",
595
- "value": "noAuth",
596
683
  "binding": {
597
- "type": "zeebe:input",
598
- "name": "authentication.request.authentication.type"
599
- },
600
- "constraints": {
601
- "notEmpty": true
684
+ "name": "authentication.username",
685
+ "type": "zeebe:input"
602
686
  },
603
687
  "condition": {
604
- "property": "authenticationType",
605
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
606
- }
688
+ "property": "authentication.type",
689
+ "equals": "passwordBasedAuthentication",
690
+ "type": "simple"
691
+ },
692
+ "type": "String"
607
693
  },
608
694
  {
609
- "id": "tokenAuthType",
610
- "group": "authentication",
611
- "type": "Hidden",
612
- "value": "noAuth",
613
- "binding": {
614
- "type": "zeebe:input",
615
- "name": "authentication.type"
616
- },
695
+ "id": "authentication.password",
696
+ "label": "Password",
697
+ "optional": false,
617
698
  "constraints": {
618
699
  "notEmpty": true
619
700
  },
620
- "condition": {
621
- "property": "authenticationType",
622
- "oneOf": ["tokenAuth"]
623
- }
624
- },
625
- {
626
- "description": "method for authentication",
627
- "type": "Hidden",
628
- "value": "post",
629
- "binding": {
630
- "type": "zeebe:input",
631
- "name": "authentication.request.method"
632
- },
633
- "condition": {
634
- "property": "authenticationType",
635
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
636
- }
637
- },
638
- {
639
- "label": "Username",
640
- "group": "authentication",
641
- "type": "String",
642
701
  "feel": "optional",
702
+ "group": "authentication",
643
703
  "binding": {
644
- "type": "zeebe:input",
645
- "name": "authentication.request.body.username"
646
- },
647
- "constraints": {
648
- "notEmpty": true
704
+ "name": "authentication.password",
705
+ "type": "zeebe:input"
649
706
  },
650
707
  "condition": {
651
- "property": "authenticationType",
652
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
653
- }
708
+ "property": "authentication.type",
709
+ "equals": "passwordBasedAuthentication",
710
+ "type": "simple"
711
+ },
712
+ "type": "String"
654
713
  },
655
714
  {
656
- "label": "Password",
657
- "group": "authentication",
658
- "type": "String",
659
- "feel": "optional",
660
- "binding": {
661
- "type": "zeebe:input",
662
- "name": "authentication.request.body.password"
663
- },
715
+ "id": "authentication.multipleLogin",
716
+ "label": "Multiple login",
717
+ "optional": false,
664
718
  "constraints": {
665
719
  "notEmpty": true
666
720
  },
667
- "condition": {
668
- "property": "authenticationType",
669
- "equals": "userNamePasswordAuth"
670
- }
671
- },
672
- {
673
- "label": "API key",
674
721
  "group": "authentication",
675
- "type": "String",
676
- "feel": "optional",
677
722
  "binding": {
678
- "type": "zeebe:input",
679
- "name": "authentication.request.body.apiKey"
680
- },
681
- "constraints": {
682
- "notEmpty": true
723
+ "name": "authentication.multipleLogin",
724
+ "type": "zeebe:input"
683
725
  },
684
726
  "condition": {
685
- "property": "authenticationType",
686
- "equals": "userNameApiKeyAuth"
687
- }
688
- },
689
- {
690
- "label": "Multiple login",
691
- "group": "authentication",
692
- "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>",
727
+ "property": "authentication.type",
728
+ "equals": "passwordBasedAuthentication",
729
+ "type": "simple"
730
+ },
693
731
  "type": "Dropdown",
694
- "value": "false",
695
732
  "choices": [
696
733
  {
697
734
  "name": "TRUE",
@@ -701,304 +738,236 @@
701
738
  "name": "FALSE",
702
739
  "value": "false"
703
740
  }
704
- ],
705
- "binding": {
706
- "type": "zeebe:input",
707
- "name": "authentication.request.body.multipleLogin"
708
- },
741
+ ]
742
+ },
743
+ {
744
+ "id": "authentication.apiUsername",
745
+ "label": "Username",
746
+ "optional": false,
709
747
  "constraints": {
710
748
  "notEmpty": true
711
749
  },
712
- "condition": {
713
- "property": "authenticationType",
714
- "equals": "userNamePasswordAuth"
715
- }
716
- },
717
- {
718
- "label": "Token",
719
- "group": "authentication",
720
- "type": "String",
721
750
  "feel": "optional",
751
+ "group": "authentication",
722
752
  "binding": {
723
- "type": "zeebe:input",
724
- "name": "token"
725
- },
726
- "constraints": {
727
- "notEmpty": true
753
+ "name": "authentication.username",
754
+ "type": "zeebe:input"
728
755
  },
729
756
  "condition": {
730
- "property": "authenticationType",
731
- "equals": "tokenAuth"
732
- }
757
+ "property": "authentication.type",
758
+ "equals": "apiKeyAuthentication",
759
+ "type": "simple"
760
+ },
761
+ "type": "String"
733
762
  },
734
763
  {
735
- "description": "Token",
736
- "type": "Hidden",
737
- "value": "={\"X-Authorization\":token}",
738
- "binding": {
739
- "type": "zeebe:input",
740
- "name": "headers"
741
- },
764
+ "id": "authentication.apiKey",
765
+ "label": "API key",
766
+ "optional": false,
742
767
  "constraints": {
743
768
  "notEmpty": true
744
769
  },
745
- "condition": {
746
- "property": "authenticationType",
747
- "equals": "tokenAuth"
748
- }
749
- },
750
- {
751
- "description": "Output headers",
752
- "type": "Hidden",
753
- "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
770
+ "feel": "optional",
771
+ "group": "authentication",
754
772
  "binding": {
755
- "type": "zeebe:input",
756
- "name": "authentication.outputHeaders"
757
- },
758
- "constraints": {
759
- "notEmpty": true
773
+ "name": "authentication.apiKey",
774
+ "type": "zeebe:input"
760
775
  },
761
776
  "condition": {
762
- "property": "authenticationType",
763
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
764
- }
777
+ "property": "authentication.type",
778
+ "equals": "apiKeyAuthentication",
779
+ "type": "simple"
780
+ },
781
+ "type": "String"
765
782
  },
766
783
  {
767
- "description": "Full authentication url",
768
- "type": "Hidden",
784
+ "id": "authentication.token",
785
+ "label": "Token",
769
786
  "optional": false,
770
- "value": "=controlRoomURL+\"/v1/authentication\"",
771
- "binding": {
772
- "type": "zeebe:input",
773
- "name": "authentication.request.url"
774
- },
775
787
  "constraints": {
776
788
  "notEmpty": true
777
789
  },
778
- "condition": {
779
- "property": "authenticationType",
780
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
781
- }
782
- },
783
- {
784
- "description": "method for request",
785
- "type": "Hidden",
786
- "value": "post",
790
+ "feel": "optional",
791
+ "group": "authentication",
787
792
  "binding": {
788
- "type": "zeebe:input",
789
- "name": "method"
793
+ "name": "authentication.token",
794
+ "type": "zeebe:input"
790
795
  },
791
796
  "condition": {
792
- "property": "operationType",
793
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
794
- }
797
+ "property": "authentication.type",
798
+ "equals": "tokenBasedAuthentication",
799
+ "type": "simple"
800
+ },
801
+ "type": "String"
795
802
  },
796
803
  {
804
+ "id": "operation.queueId",
797
805
  "label": "Work queue ID",
798
- "group": "input",
799
806
  "description": "The queue ID of the item",
800
- "type": "String",
801
807
  "optional": false,
808
+ "constraints": {
809
+ "notEmpty": true
810
+ },
802
811
  "feel": "optional",
812
+ "group": "input",
803
813
  "binding": {
804
- "type": "zeebe:input",
805
- "name": "queueId"
814
+ "name": "operation.queueId",
815
+ "type": "zeebe:input"
816
+ },
817
+ "condition": {
818
+ "property": "operation.type",
819
+ "equals": "addWorkItemsToTheQueue",
820
+ "type": "simple"
806
821
  },
822
+ "type": "String"
823
+ },
824
+ {
825
+ "id": "operation.data",
826
+ "label": "Work item json data",
827
+ "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>",
828
+ "optional": false,
807
829
  "constraints": {
808
830
  "notEmpty": true
809
831
  },
832
+ "feel": "required",
833
+ "group": "input",
834
+ "binding": {
835
+ "name": "operation.data",
836
+ "type": "zeebe:input"
837
+ },
810
838
  "condition": {
811
- "property": "operationType",
812
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
813
- }
839
+ "property": "operation.type",
840
+ "equals": "addWorkItemsToTheQueue",
841
+ "type": "simple"
842
+ },
843
+ "type": "Text"
814
844
  },
815
845
  {
816
- "description": "Add work items to the queue",
817
- "type": "Hidden",
846
+ "id": "operation.workQueueId",
847
+ "label": "Work queue ID",
848
+ "description": "The queue ID of the item",
818
849
  "optional": false,
819
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
820
- "binding": {
821
- "type": "zeebe:input",
822
- "name": "url"
823
- },
824
850
  "constraints": {
825
851
  "notEmpty": true
826
852
  },
853
+ "feel": "optional",
854
+ "group": "input",
855
+ "binding": {
856
+ "name": "operation.queueId",
857
+ "type": "zeebe:input"
858
+ },
827
859
  "condition": {
828
- "property": "operationType",
829
- "oneOf": ["addWorkItemsToTheQueue"]
830
- }
860
+ "property": "operation.type",
861
+ "equals": "listWorkItemsInQueue",
862
+ "type": "simple"
863
+ },
864
+ "type": "String"
831
865
  },
832
866
  {
867
+ "id": "operation.workItemId",
833
868
  "label": "Work item ID",
834
869
  "description": "The queue item identifier to be fetched from queue",
835
- "group": "input",
836
- "type": "String",
837
- "feel": "optional",
838
870
  "optional": false,
839
- "binding": {
840
- "type": "zeebe:input",
841
- "name": "workItemId"
842
- },
843
871
  "constraints": {
844
872
  "notEmpty": true
845
873
  },
846
- "condition": {
847
- "property": "operationType",
848
- "oneOf": ["listWorkItemsInQueue"]
849
- }
850
- },
851
- {
852
- "label": "Work item json data",
853
- "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>",
874
+ "feel": "static",
854
875
  "group": "input",
855
- "type": "String",
856
- "feel": "required",
857
- "binding": {
858
- "type": "zeebe:input",
859
- "name": "itemData"
860
- },
861
- "constraints": {
862
- "notEmpty": true
863
- },
864
- "condition": {
865
- "property": "operationType",
866
- "oneOf": ["addWorkItemsToTheQueue"]
867
- }
868
- },
869
- {
870
- "description": "body with a new work item",
871
- "type": "Hidden",
872
- "optional": false,
873
- "value": "={\"workItems\":[{\"json\":itemData}]}",
874
- "binding": {
875
- "type": "zeebe:input",
876
- "name": "body"
877
- },
878
- "constraints": {
879
- "notEmpty": true
880
- },
881
- "condition": {
882
- "property": "operationType",
883
- "oneOf": ["addWorkItemsToTheQueue"]
884
- }
885
- },
886
- {
887
- "label": "filter for getting item by id",
888
- "type": "Hidden",
889
- "optional": false,
890
- "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
891
876
  "binding": {
892
- "type": "zeebe:input",
893
- "name": "body"
894
- },
895
- "constraints": {
896
- "notEmpty": true
877
+ "name": "operation.workItemId",
878
+ "type": "zeebe:input"
897
879
  },
898
880
  "condition": {
899
- "property": "operationType",
900
- "oneOf": ["listWorkItemsInQueue"]
901
- }
902
- },
903
- {
904
- "description": "List work items in queue",
905
- "type": "Hidden",
906
- "optional": false,
907
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
908
- "binding": {
909
- "type": "zeebe:input",
910
- "name": "url"
911
- },
912
- "constraints": {
913
- "notEmpty": true
881
+ "property": "operation.type",
882
+ "equals": "listWorkItemsInQueue",
883
+ "type": "simple"
914
884
  },
915
- "condition": {
916
- "property": "operationType",
917
- "oneOf": ["listWorkItemsInQueue"]
918
- }
885
+ "type": "Number"
919
886
  },
920
887
  {
921
- "label": "Connection timeout",
888
+ "id": "configuration.connectionTimeoutInSeconds",
889
+ "label": "Connection timeout in seconds",
922
890
  "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
923
- "group": "errors",
924
- "type": "String",
925
- "value": "20",
891
+ "optional": true,
892
+ "value": 20,
893
+ "feel": "static",
894
+ "group": "timeout",
926
895
  "binding": {
927
- "type": "zeebe:input",
928
- "name": "connectionTimeoutInSeconds"
896
+ "name": "configuration.connectionTimeoutInSeconds",
897
+ "type": "zeebe:input"
929
898
  },
930
- "optional": true,
931
- "feel": "optional",
932
- "constraints": {
933
- "notEmpty": false,
934
- "pattern": {
935
- "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
936
- "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
937
- }
938
- }
899
+ "type": "Number"
939
900
  },
940
901
  {
902
+ "id": "resultVariable",
941
903
  "label": "Result variable",
942
- "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>",
904
+ "description": "Name of variable to store the response in",
943
905
  "group": "output",
944
- "type": "String",
945
906
  "binding": {
946
- "type": "zeebe:taskHeader",
947
- "key": "resultVariable"
948
- }
907
+ "key": "resultVariable",
908
+ "type": "zeebe:taskHeader"
909
+ },
910
+ "type": "String"
949
911
  },
950
912
  {
913
+ "id": "resultExpression",
951
914
  "label": "Result expression",
952
- "id": "resultExpressionGetItemState",
953
- "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>",
954
- "group": "output",
955
- "type": "String",
915
+ "description": "Expression to map the response into process variables",
956
916
  "feel": "required",
957
- "value": "={itemState:response.body.list[1].status}",
917
+ "group": "output",
958
918
  "binding": {
959
- "type": "zeebe:taskHeader",
960
- "key": "resultExpression"
919
+ "key": "resultExpression",
920
+ "type": "zeebe:taskHeader"
961
921
  },
962
- "condition": {
963
- "property": "operationType",
964
- "oneOf": ["listWorkItemsInQueue"]
965
- }
922
+ "type": "Text"
966
923
  },
967
924
  {
968
- "label": "Result expression",
969
- "id": "resultExpressionGetItemId",
970
- "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>",
971
- "group": "output",
972
- "type": "String",
925
+ "id": "errorExpression",
926
+ "label": "Error expression",
927
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
973
928
  "feel": "required",
974
- "value": "={itemId:response.body.list[1].id}",
929
+ "group": "error",
975
930
  "binding": {
976
- "type": "zeebe:taskHeader",
977
- "key": "resultExpression"
931
+ "key": "errorExpression",
932
+ "type": "zeebe:taskHeader"
978
933
  },
979
- "condition": {
980
- "property": "operationType",
981
- "oneOf": ["addWorkItemsToTheQueue"]
982
- }
934
+ "type": "Text"
983
935
  },
984
936
  {
985
- "label": "Error expression",
986
- "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>",
987
- "group": "errors",
988
- "type": "Text",
989
- "feel": "required",
937
+ "id": "retryCount",
938
+ "label": "Retries",
939
+ "description": "Number of retries",
940
+ "value": "3",
941
+ "feel": "optional",
942
+ "group": "retries",
990
943
  "binding": {
991
- "type": "zeebe:taskHeader",
992
- "key": "errorExpression"
993
- }
944
+ "property": "retries",
945
+ "type": "zeebe:taskDefinition"
946
+ },
947
+ "type": "String"
948
+ },
949
+ {
950
+ "id": "retryBackoff",
951
+ "label": "Retry backoff",
952
+ "description": "ISO-8601 duration to wait between retries",
953
+ "value": "PT0S",
954
+ "group": "retries",
955
+ "binding": {
956
+ "key": "retryBackoff",
957
+ "type": "zeebe:taskHeader"
958
+ },
959
+ "type": "String"
994
960
  }
995
- ]
961
+ ],
962
+ "icon": {
963
+ "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+"
964
+ }
996
965
  },
997
966
  {
998
967
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
999
- "name": "Automation Anywhere connector",
968
+ "name": "Automation Anywhere Outbound Connector",
1000
969
  "id": "io.camunda.connectors.AutomationAnywhere.v1",
1001
- "version": 2,
970
+ "version": 3,
1002
971
  "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
1003
972
  "deprecated": {
1004
973
  "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
@@ -1544,7 +1513,7 @@
1544
1513
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1545
1514
  "name": "Automation Anywhere Outbound Connector",
1546
1515
  "id": "io.camunda.connectors.AutomationAnywhere.v1",
1547
- "version": 3,
1516
+ "version": 4,
1548
1517
  "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
1549
1518
  "deprecated": {
1550
1519
  "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
@@ -1563,7 +1532,7 @@
1563
1532
  "value": "bpmn:ServiceTask"
1564
1533
  },
1565
1534
  "engines": {
1566
- "camunda": "^8.2"
1535
+ "camunda": "^8.4"
1567
1536
  },
1568
1537
  "groups": [
1569
1538
  {
@@ -1624,7 +1593,7 @@
1624
1593
  "label": "Control room URL",
1625
1594
  "group": "configuration",
1626
1595
  "feel": "optional",
1627
- "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>",
1596
+ "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>",
1628
1597
  "type": "String",
1629
1598
  "binding": {
1630
1599
  "type": "zeebe:input",
@@ -1642,7 +1611,7 @@
1642
1611
  "label": "Type",
1643
1612
  "id": "authenticationType",
1644
1613
  "group": "authentication",
1645
- "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>",
1614
+ "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>",
1646
1615
  "value": "userNamePasswordAuth",
1647
1616
  "type": "Dropdown",
1648
1617
  "choices": [
@@ -1781,7 +1750,7 @@
1781
1750
  {
1782
1751
  "label": "Multiple login",
1783
1752
  "group": "authentication",
1784
- "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>",
1753
+ "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>",
1785
1754
  "type": "Dropdown",
1786
1755
  "value": "false",
1787
1756
  "choices": [
@@ -1942,7 +1911,7 @@
1942
1911
  },
1943
1912
  {
1944
1913
  "label": "Work item json data",
1945
- "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>",
1914
+ "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>",
1946
1915
  "group": "input",
1947
1916
  "type": "String",
1948
1917
  "feel": "required",
@@ -2088,17 +2057,11 @@
2088
2057
  },
2089
2058
  {
2090
2059
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2091
- "name": "Automation Anywhere connector",
2092
- "id": "io.camunda.connectors.AutomationAnywhere.v1",
2060
+ "name": "Automation Anywhere Outbound Connector",
2061
+ "id": "io.camunda.connectors.AutomationAnywhere",
2062
+ "description": "Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
2063
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
2093
2064
  "version": 1,
2094
- "icon": {
2095
- "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"
2096
- },
2097
- "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
2098
- "deprecated": {
2099
- "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
2100
- "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
2101
- },
2102
2065
  "category": {
2103
2066
  "id": "connectors",
2104
2067
  "name": "Connectors"
@@ -2107,48 +2070,57 @@
2107
2070
  "elementType": {
2108
2071
  "value": "bpmn:ServiceTask"
2109
2072
  },
2110
- "engines": {
2111
- "camunda": "^8.2"
2112
- },
2113
2073
  "groups": [
2114
2074
  {
2115
2075
  "id": "operation",
2116
2076
  "label": "Operation"
2117
2077
  },
2118
- {
2119
- "id": "authentication",
2120
- "label": "Authentication"
2121
- },
2122
2078
  {
2123
2079
  "id": "configuration",
2124
2080
  "label": "Configuration"
2125
2081
  },
2082
+ {
2083
+ "id": "authentication",
2084
+ "label": "Authentication"
2085
+ },
2126
2086
  {
2127
2087
  "id": "input",
2128
2088
  "label": "Input"
2129
2089
  },
2090
+ {
2091
+ "id": "timeout",
2092
+ "label": "Timeout"
2093
+ },
2130
2094
  {
2131
2095
  "id": "output",
2132
- "label": "Output"
2096
+ "label": "Output mapping"
2133
2097
  },
2134
2098
  {
2135
- "id": "errors",
2099
+ "id": "error",
2136
2100
  "label": "Error handling"
2101
+ },
2102
+ {
2103
+ "id": "retries",
2104
+ "label": "Retries"
2137
2105
  }
2138
2106
  ],
2139
2107
  "properties": [
2140
2108
  {
2141
- "type": "Hidden",
2142
- "value": "io.camunda:http-json:1",
2109
+ "value": "io.camunda:connector-automationanywhere:1",
2143
2110
  "binding": {
2144
2111
  "type": "zeebe:taskDefinition",
2145
2112
  "property": "type"
2146
- }
2113
+ },
2114
+ "type": "Hidden"
2147
2115
  },
2148
2116
  {
2149
- "label": "Operation type",
2150
- "id": "operationType",
2117
+ "id": "operation.type",
2118
+ "label": "Type",
2151
2119
  "group": "operation",
2120
+ "binding": {
2121
+ "name": "operation.type",
2122
+ "type": "zeebe:input"
2123
+ },
2152
2124
  "type": "Dropdown",
2153
2125
  "choices": [
2154
2126
  {
@@ -2159,176 +2131,107 @@
2159
2131
  "name": "Get work item result from queue by ID",
2160
2132
  "value": "listWorkItemsInQueue"
2161
2133
  }
2162
- ],
2163
- "binding": {
2164
- "type": "zeebe:input",
2165
- "name": "operationType"
2166
- }
2134
+ ]
2167
2135
  },
2168
2136
  {
2137
+ "id": "configuration.controlRoomUrl",
2169
2138
  "label": "Control room URL",
2170
- "group": "configuration",
2139
+ "optional": false,
2140
+ "constraints": {
2141
+ "notEmpty": true
2142
+ },
2171
2143
  "feel": "optional",
2172
- "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>",
2173
- "type": "String",
2144
+ "group": "configuration",
2174
2145
  "binding": {
2175
- "type": "zeebe:input",
2176
- "name": "controlRoomURL"
2146
+ "name": "configuration.controlRoomUrl",
2147
+ "type": "zeebe:input"
2177
2148
  },
2178
- "constraints": {
2179
- "notEmpty": true,
2180
- "pattern": {
2181
- "value": "^(=|(http://|https://|secrets).*$)",
2182
- "message": "Must be a http(s) URL."
2183
- }
2184
- }
2149
+ "type": "String"
2185
2150
  },
2186
2151
  {
2152
+ "id": "authentication.type",
2187
2153
  "label": "Type",
2188
- "id": "authenticationType",
2154
+ "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>",
2155
+ "value": "passwordBasedAuthentication",
2189
2156
  "group": "authentication",
2190
- "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>",
2191
- "value": "userNamePasswordAuth",
2157
+ "binding": {
2158
+ "name": "authentication.type",
2159
+ "type": "zeebe:input"
2160
+ },
2192
2161
  "type": "Dropdown",
2193
2162
  "choices": [
2194
2163
  {
2195
2164
  "name": "Authenticate (username and password)",
2196
- "value": "userNamePasswordAuth"
2165
+ "value": "passwordBasedAuthentication"
2197
2166
  },
2198
2167
  {
2199
2168
  "name": "Authenticate (username and API key)",
2200
- "value": "userNameApiKeyAuth"
2169
+ "value": "apiKeyAuthentication"
2201
2170
  },
2202
2171
  {
2203
2172
  "name": "Authentication (refresh) token",
2204
- "value": "tokenAuth"
2173
+ "value": "tokenBasedAuthentication"
2205
2174
  }
2206
- ],
2207
- "binding": {
2208
- "type": "zeebe:input",
2209
- "name": "authentication.withoutBindingType"
2210
- }
2175
+ ]
2211
2176
  },
2212
2177
  {
2213
- "id": "credentialsInBodyAuthType",
2214
- "group": "authentication",
2215
- "type": "Hidden",
2216
- "value": "credentialsInBody",
2217
- "binding": {
2218
- "type": "zeebe:input",
2219
- "name": "authentication.type"
2220
- },
2178
+ "id": "authentication.passwordBassesUsername",
2179
+ "label": "Username",
2180
+ "optional": false,
2221
2181
  "constraints": {
2222
2182
  "notEmpty": true
2223
2183
  },
2224
- "condition": {
2225
- "property": "authenticationType",
2226
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2227
- }
2228
- },
2229
- {
2184
+ "feel": "optional",
2230
2185
  "group": "authentication",
2231
- "type": "Hidden",
2232
- "value": "noAuth",
2233
2186
  "binding": {
2234
- "type": "zeebe:input",
2235
- "name": "authentication.request.authentication.type"
2236
- },
2237
- "constraints": {
2238
- "notEmpty": true
2187
+ "name": "authentication.username",
2188
+ "type": "zeebe:input"
2239
2189
  },
2240
2190
  "condition": {
2241
- "property": "authenticationType",
2242
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2243
- }
2191
+ "property": "authentication.type",
2192
+ "equals": "passwordBasedAuthentication",
2193
+ "type": "simple"
2194
+ },
2195
+ "type": "String"
2244
2196
  },
2245
2197
  {
2246
- "id": "tokenAuthType",
2247
- "group": "authentication",
2248
- "type": "Hidden",
2249
- "value": "noAuth",
2250
- "binding": {
2251
- "type": "zeebe:input",
2252
- "name": "authentication.type"
2253
- },
2198
+ "id": "authentication.password",
2199
+ "label": "Password",
2200
+ "optional": false,
2254
2201
  "constraints": {
2255
2202
  "notEmpty": true
2256
2203
  },
2257
- "condition": {
2258
- "property": "authenticationType",
2259
- "oneOf": ["tokenAuth"]
2260
- }
2261
- },
2262
- {
2263
- "description": "method for authentication",
2264
- "type": "Hidden",
2265
- "value": "post",
2266
- "binding": {
2267
- "type": "zeebe:input",
2268
- "name": "authentication.request.method"
2269
- },
2270
- "condition": {
2271
- "property": "authenticationType",
2272
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2273
- }
2274
- },
2275
- {
2276
- "label": "Username",
2277
- "group": "authentication",
2278
- "type": "String",
2279
2204
  "feel": "optional",
2205
+ "group": "authentication",
2280
2206
  "binding": {
2281
- "type": "zeebe:input",
2282
- "name": "authentication.request.body.username"
2283
- },
2284
- "constraints": {
2285
- "notEmpty": true
2207
+ "name": "authentication.password",
2208
+ "type": "zeebe:input"
2286
2209
  },
2287
2210
  "condition": {
2288
- "property": "authenticationType",
2289
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2290
- }
2211
+ "property": "authentication.type",
2212
+ "equals": "passwordBasedAuthentication",
2213
+ "type": "simple"
2214
+ },
2215
+ "type": "String"
2291
2216
  },
2292
2217
  {
2293
- "label": "Password",
2294
- "group": "authentication",
2295
- "type": "String",
2296
- "feel": "optional",
2297
- "binding": {
2298
- "type": "zeebe:input",
2299
- "name": "authentication.request.body.password"
2300
- },
2218
+ "id": "authentication.multipleLogin",
2219
+ "label": "Multiple login",
2220
+ "optional": false,
2301
2221
  "constraints": {
2302
2222
  "notEmpty": true
2303
2223
  },
2304
- "condition": {
2305
- "property": "authenticationType",
2306
- "equals": "userNamePasswordAuth"
2307
- }
2308
- },
2309
- {
2310
- "label": "API key",
2311
2224
  "group": "authentication",
2312
- "type": "String",
2313
- "feel": "optional",
2314
2225
  "binding": {
2315
- "type": "zeebe:input",
2316
- "name": "authentication.request.body.apiKey"
2317
- },
2318
- "constraints": {
2319
- "notEmpty": true
2226
+ "name": "authentication.multipleLogin",
2227
+ "type": "zeebe:input"
2320
2228
  },
2321
2229
  "condition": {
2322
- "property": "authenticationType",
2323
- "equals": "userNameApiKeyAuth"
2324
- }
2325
- },
2326
- {
2327
- "label": "Multiple login",
2328
- "group": "authentication",
2329
- "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>",
2230
+ "property": "authentication.type",
2231
+ "equals": "passwordBasedAuthentication",
2232
+ "type": "simple"
2233
+ },
2330
2234
  "type": "Dropdown",
2331
- "value": "false",
2332
2235
  "choices": [
2333
2236
  {
2334
2237
  "name": "TRUE",
@@ -2338,297 +2241,1210 @@
2338
2241
  "name": "FALSE",
2339
2242
  "value": "false"
2340
2243
  }
2341
- ],
2342
- "binding": {
2343
- "type": "zeebe:input",
2344
- "name": "authentication.request.body.multipleLogin"
2345
- },
2244
+ ]
2245
+ },
2246
+ {
2247
+ "id": "authentication.apiUsername",
2248
+ "label": "Username",
2249
+ "optional": false,
2346
2250
  "constraints": {
2347
2251
  "notEmpty": true
2348
2252
  },
2349
- "condition": {
2350
- "property": "authenticationType",
2351
- "equals": "userNamePasswordAuth"
2352
- }
2353
- },
2354
- {
2355
- "label": "Token",
2356
- "group": "authentication",
2357
- "type": "String",
2358
2253
  "feel": "optional",
2254
+ "group": "authentication",
2359
2255
  "binding": {
2360
- "type": "zeebe:input",
2361
- "name": "token"
2362
- },
2363
- "constraints": {
2364
- "notEmpty": true
2256
+ "name": "authentication.username",
2257
+ "type": "zeebe:input"
2365
2258
  },
2366
2259
  "condition": {
2367
- "property": "authenticationType",
2368
- "equals": "tokenAuth"
2369
- }
2260
+ "property": "authentication.type",
2261
+ "equals": "apiKeyAuthentication",
2262
+ "type": "simple"
2263
+ },
2264
+ "type": "String"
2370
2265
  },
2371
2266
  {
2372
- "description": "Token",
2373
- "type": "Hidden",
2374
- "value": "={\"X-Authorization\":token}",
2375
- "binding": {
2376
- "type": "zeebe:input",
2377
- "name": "headers"
2378
- },
2267
+ "id": "authentication.apiKey",
2268
+ "label": "API key",
2269
+ "optional": false,
2379
2270
  "constraints": {
2380
2271
  "notEmpty": true
2381
2272
  },
2273
+ "feel": "optional",
2274
+ "group": "authentication",
2275
+ "binding": {
2276
+ "name": "authentication.apiKey",
2277
+ "type": "zeebe:input"
2278
+ },
2382
2279
  "condition": {
2383
- "property": "authenticationType",
2384
- "equals": "tokenAuth"
2385
- }
2280
+ "property": "authentication.type",
2281
+ "equals": "apiKeyAuthentication",
2282
+ "type": "simple"
2283
+ },
2284
+ "type": "String"
2386
2285
  },
2387
2286
  {
2388
- "description": "Output headers",
2389
- "type": "Hidden",
2390
- "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
2391
- "binding": {
2392
- "type": "zeebe:input",
2393
- "name": "authentication.outputHeaders"
2394
- },
2287
+ "id": "authentication.token",
2288
+ "label": "Token",
2289
+ "optional": false,
2395
2290
  "constraints": {
2396
2291
  "notEmpty": true
2397
2292
  },
2293
+ "feel": "optional",
2294
+ "group": "authentication",
2295
+ "binding": {
2296
+ "name": "authentication.token",
2297
+ "type": "zeebe:input"
2298
+ },
2398
2299
  "condition": {
2399
- "property": "authenticationType",
2400
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2401
- }
2300
+ "property": "authentication.type",
2301
+ "equals": "tokenBasedAuthentication",
2302
+ "type": "simple"
2303
+ },
2304
+ "type": "String"
2402
2305
  },
2403
2306
  {
2404
- "description": "Full authentication url",
2405
- "type": "Hidden",
2307
+ "id": "operation.queueId",
2308
+ "label": "Work queue ID",
2309
+ "description": "The queue ID of the item",
2406
2310
  "optional": false,
2407
- "value": "=controlRoomURL+\"/v1/authentication\"",
2408
- "binding": {
2409
- "type": "zeebe:input",
2410
- "name": "authentication.request.url"
2411
- },
2412
2311
  "constraints": {
2413
2312
  "notEmpty": true
2414
2313
  },
2314
+ "feel": "optional",
2315
+ "group": "input",
2316
+ "binding": {
2317
+ "name": "operation.queueId",
2318
+ "type": "zeebe:input"
2319
+ },
2415
2320
  "condition": {
2416
- "property": "authenticationType",
2417
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2418
- }
2321
+ "property": "operation.type",
2322
+ "equals": "addWorkItemsToTheQueue",
2323
+ "type": "simple"
2324
+ },
2325
+ "type": "String"
2419
2326
  },
2420
2327
  {
2421
- "description": "method for request",
2422
- "type": "Hidden",
2423
- "value": "post",
2328
+ "id": "operation.data",
2329
+ "label": "Work item json data",
2330
+ "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>",
2331
+ "optional": false,
2332
+ "constraints": {
2333
+ "notEmpty": true
2334
+ },
2335
+ "feel": "required",
2336
+ "group": "input",
2424
2337
  "binding": {
2425
- "type": "zeebe:input",
2426
- "name": "method"
2338
+ "name": "operation.data",
2339
+ "type": "zeebe:input"
2427
2340
  },
2428
2341
  "condition": {
2429
- "property": "operationType",
2430
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
2431
- }
2342
+ "property": "operation.type",
2343
+ "equals": "addWorkItemsToTheQueue",
2344
+ "type": "simple"
2345
+ },
2346
+ "type": "Text"
2432
2347
  },
2433
2348
  {
2349
+ "id": "operation.workQueueId",
2434
2350
  "label": "Work queue ID",
2351
+ "description": "The queue ID of the item",
2352
+ "optional": false,
2353
+ "constraints": {
2354
+ "notEmpty": true
2355
+ },
2356
+ "feel": "optional",
2357
+ "group": "input",
2358
+ "binding": {
2359
+ "name": "operation.queueId",
2360
+ "type": "zeebe:input"
2361
+ },
2362
+ "condition": {
2363
+ "property": "operation.type",
2364
+ "equals": "listWorkItemsInQueue",
2365
+ "type": "simple"
2366
+ },
2367
+ "type": "String"
2368
+ },
2369
+ {
2370
+ "id": "operation.workItemId",
2371
+ "label": "Work item ID",
2372
+ "description": "The queue item identifier to be fetched from queue",
2373
+ "optional": false,
2374
+ "constraints": {
2375
+ "notEmpty": true
2376
+ },
2377
+ "feel": "optional",
2435
2378
  "group": "input",
2379
+ "binding": {
2380
+ "name": "operation.workItemId",
2381
+ "type": "zeebe:input"
2382
+ },
2383
+ "condition": {
2384
+ "property": "operation.type",
2385
+ "equals": "listWorkItemsInQueue",
2386
+ "type": "simple"
2387
+ },
2388
+ "type": "String"
2389
+ },
2390
+ {
2391
+ "id": "configuration.connectionTimeoutInSeconds",
2392
+ "label": "Connection timeout in seconds",
2393
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
2394
+ "optional": true,
2395
+ "value": "20",
2396
+ "feel": "optional",
2397
+ "group": "timeout",
2398
+ "binding": {
2399
+ "name": "configuration.connectionTimeoutInSeconds",
2400
+ "type": "zeebe:input"
2401
+ },
2402
+ "type": "String"
2403
+ },
2404
+ {
2405
+ "id": "resultVariable",
2406
+ "label": "Result variable",
2407
+ "description": "Name of variable to store the response in",
2408
+ "group": "output",
2409
+ "binding": {
2410
+ "key": "resultVariable",
2411
+ "type": "zeebe:taskHeader"
2412
+ },
2413
+ "type": "String"
2414
+ },
2415
+ {
2416
+ "id": "resultExpression",
2417
+ "label": "Result expression",
2418
+ "description": "Expression to map the response into process variables",
2419
+ "feel": "required",
2420
+ "group": "output",
2421
+ "binding": {
2422
+ "key": "resultExpression",
2423
+ "type": "zeebe:taskHeader"
2424
+ },
2425
+ "type": "Text"
2426
+ },
2427
+ {
2428
+ "id": "errorExpression",
2429
+ "label": "Error expression",
2430
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
2431
+ "feel": "required",
2432
+ "group": "error",
2433
+ "binding": {
2434
+ "key": "errorExpression",
2435
+ "type": "zeebe:taskHeader"
2436
+ },
2437
+ "type": "Text"
2438
+ },
2439
+ {
2440
+ "id": "retryBackoff",
2441
+ "label": "Retry backoff",
2442
+ "description": "ISO-8601 duration to wait between retries",
2443
+ "value": "PT0S",
2444
+ "group": "retries",
2445
+ "binding": {
2446
+ "key": "retryBackoff",
2447
+ "type": "zeebe:taskHeader"
2448
+ },
2449
+ "type": "Hidden"
2450
+ }
2451
+ ],
2452
+ "icon": {
2453
+ "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+"
2454
+ }
2455
+ },
2456
+ {
2457
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2458
+ "name": "Automation Anywhere connector",
2459
+ "id": "io.camunda.connectors.AutomationAnywhere.v1",
2460
+ "version": 1,
2461
+ "icon": {
2462
+ "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"
2463
+ },
2464
+ "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
2465
+ "deprecated": {
2466
+ "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
2467
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
2468
+ },
2469
+ "category": {
2470
+ "id": "connectors",
2471
+ "name": "Connectors"
2472
+ },
2473
+ "appliesTo": ["bpmn:Task"],
2474
+ "elementType": {
2475
+ "value": "bpmn:ServiceTask"
2476
+ },
2477
+ "engines": {
2478
+ "camunda": "^8.2"
2479
+ },
2480
+ "groups": [
2481
+ {
2482
+ "id": "operation",
2483
+ "label": "Operation"
2484
+ },
2485
+ {
2486
+ "id": "authentication",
2487
+ "label": "Authentication"
2488
+ },
2489
+ {
2490
+ "id": "configuration",
2491
+ "label": "Configuration"
2492
+ },
2493
+ {
2494
+ "id": "input",
2495
+ "label": "Input"
2496
+ },
2497
+ {
2498
+ "id": "output",
2499
+ "label": "Output"
2500
+ },
2501
+ {
2502
+ "id": "errors",
2503
+ "label": "Error handling"
2504
+ }
2505
+ ],
2506
+ "properties": [
2507
+ {
2508
+ "type": "Hidden",
2509
+ "value": "io.camunda:http-json:1",
2510
+ "binding": {
2511
+ "type": "zeebe:taskDefinition",
2512
+ "property": "type"
2513
+ }
2514
+ },
2515
+ {
2516
+ "label": "Operation type",
2517
+ "id": "operationType",
2518
+ "group": "operation",
2519
+ "type": "Dropdown",
2520
+ "choices": [
2521
+ {
2522
+ "name": "Add work item to the queue",
2523
+ "value": "addWorkItemsToTheQueue"
2524
+ },
2525
+ {
2526
+ "name": "Get work item result from queue by ID",
2527
+ "value": "listWorkItemsInQueue"
2528
+ }
2529
+ ],
2530
+ "binding": {
2531
+ "type": "zeebe:input",
2532
+ "name": "operationType"
2533
+ }
2534
+ },
2535
+ {
2536
+ "label": "Control room URL",
2537
+ "group": "configuration",
2538
+ "feel": "optional",
2539
+ "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>",
2540
+ "type": "String",
2541
+ "binding": {
2542
+ "type": "zeebe:input",
2543
+ "name": "controlRoomURL"
2544
+ },
2545
+ "constraints": {
2546
+ "notEmpty": true,
2547
+ "pattern": {
2548
+ "value": "^(=|(http://|https://|secrets).*$)",
2549
+ "message": "Must be a http(s) URL."
2550
+ }
2551
+ }
2552
+ },
2553
+ {
2554
+ "label": "Type",
2555
+ "id": "authenticationType",
2556
+ "group": "authentication",
2557
+ "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>",
2558
+ "value": "userNamePasswordAuth",
2559
+ "type": "Dropdown",
2560
+ "choices": [
2561
+ {
2562
+ "name": "Authenticate (username and password)",
2563
+ "value": "userNamePasswordAuth"
2564
+ },
2565
+ {
2566
+ "name": "Authenticate (username and API key)",
2567
+ "value": "userNameApiKeyAuth"
2568
+ },
2569
+ {
2570
+ "name": "Authentication (refresh) token",
2571
+ "value": "tokenAuth"
2572
+ }
2573
+ ],
2574
+ "binding": {
2575
+ "type": "zeebe:input",
2576
+ "name": "authentication.withoutBindingType"
2577
+ }
2578
+ },
2579
+ {
2580
+ "id": "credentialsInBodyAuthType",
2581
+ "group": "authentication",
2582
+ "type": "Hidden",
2583
+ "value": "credentialsInBody",
2584
+ "binding": {
2585
+ "type": "zeebe:input",
2586
+ "name": "authentication.type"
2587
+ },
2588
+ "constraints": {
2589
+ "notEmpty": true
2590
+ },
2591
+ "condition": {
2592
+ "property": "authenticationType",
2593
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2594
+ }
2595
+ },
2596
+ {
2597
+ "group": "authentication",
2598
+ "type": "Hidden",
2599
+ "value": "noAuth",
2600
+ "binding": {
2601
+ "type": "zeebe:input",
2602
+ "name": "authentication.request.authentication.type"
2603
+ },
2604
+ "constraints": {
2605
+ "notEmpty": true
2606
+ },
2607
+ "condition": {
2608
+ "property": "authenticationType",
2609
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2610
+ }
2611
+ },
2612
+ {
2613
+ "id": "tokenAuthType",
2614
+ "group": "authentication",
2615
+ "type": "Hidden",
2616
+ "value": "noAuth",
2617
+ "binding": {
2618
+ "type": "zeebe:input",
2619
+ "name": "authentication.type"
2620
+ },
2621
+ "constraints": {
2622
+ "notEmpty": true
2623
+ },
2624
+ "condition": {
2625
+ "property": "authenticationType",
2626
+ "oneOf": ["tokenAuth"]
2627
+ }
2628
+ },
2629
+ {
2630
+ "description": "method for authentication",
2631
+ "type": "Hidden",
2632
+ "value": "post",
2633
+ "binding": {
2634
+ "type": "zeebe:input",
2635
+ "name": "authentication.request.method"
2636
+ },
2637
+ "condition": {
2638
+ "property": "authenticationType",
2639
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2640
+ }
2641
+ },
2642
+ {
2643
+ "label": "Username",
2644
+ "group": "authentication",
2645
+ "type": "String",
2646
+ "feel": "optional",
2647
+ "binding": {
2648
+ "type": "zeebe:input",
2649
+ "name": "authentication.request.body.username"
2650
+ },
2651
+ "constraints": {
2652
+ "notEmpty": true
2653
+ },
2654
+ "condition": {
2655
+ "property": "authenticationType",
2656
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2657
+ }
2658
+ },
2659
+ {
2660
+ "label": "Password",
2661
+ "group": "authentication",
2662
+ "type": "String",
2663
+ "feel": "optional",
2664
+ "binding": {
2665
+ "type": "zeebe:input",
2666
+ "name": "authentication.request.body.password"
2667
+ },
2668
+ "constraints": {
2669
+ "notEmpty": true
2670
+ },
2671
+ "condition": {
2672
+ "property": "authenticationType",
2673
+ "equals": "userNamePasswordAuth"
2674
+ }
2675
+ },
2676
+ {
2677
+ "label": "API key",
2678
+ "group": "authentication",
2679
+ "type": "String",
2680
+ "feel": "optional",
2681
+ "binding": {
2682
+ "type": "zeebe:input",
2683
+ "name": "authentication.request.body.apiKey"
2684
+ },
2685
+ "constraints": {
2686
+ "notEmpty": true
2687
+ },
2688
+ "condition": {
2689
+ "property": "authenticationType",
2690
+ "equals": "userNameApiKeyAuth"
2691
+ }
2692
+ },
2693
+ {
2694
+ "label": "Multiple login",
2695
+ "group": "authentication",
2696
+ "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>",
2697
+ "type": "Dropdown",
2698
+ "value": "false",
2699
+ "choices": [
2700
+ {
2701
+ "name": "TRUE",
2702
+ "value": "true"
2703
+ },
2704
+ {
2705
+ "name": "FALSE",
2706
+ "value": "false"
2707
+ }
2708
+ ],
2709
+ "binding": {
2710
+ "type": "zeebe:input",
2711
+ "name": "authentication.request.body.multipleLogin"
2712
+ },
2713
+ "constraints": {
2714
+ "notEmpty": true
2715
+ },
2716
+ "condition": {
2717
+ "property": "authenticationType",
2718
+ "equals": "userNamePasswordAuth"
2719
+ }
2720
+ },
2721
+ {
2722
+ "label": "Token",
2723
+ "group": "authentication",
2724
+ "type": "String",
2725
+ "feel": "optional",
2726
+ "binding": {
2727
+ "type": "zeebe:input",
2728
+ "name": "token"
2729
+ },
2730
+ "constraints": {
2731
+ "notEmpty": true
2732
+ },
2733
+ "condition": {
2734
+ "property": "authenticationType",
2735
+ "equals": "tokenAuth"
2736
+ }
2737
+ },
2738
+ {
2739
+ "description": "Token",
2740
+ "type": "Hidden",
2741
+ "value": "={\"X-Authorization\":token}",
2742
+ "binding": {
2743
+ "type": "zeebe:input",
2744
+ "name": "headers"
2745
+ },
2746
+ "constraints": {
2747
+ "notEmpty": true
2748
+ },
2749
+ "condition": {
2750
+ "property": "authenticationType",
2751
+ "equals": "tokenAuth"
2752
+ }
2753
+ },
2754
+ {
2755
+ "description": "Output headers",
2756
+ "type": "Hidden",
2757
+ "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
2758
+ "binding": {
2759
+ "type": "zeebe:input",
2760
+ "name": "authentication.outputHeaders"
2761
+ },
2762
+ "constraints": {
2763
+ "notEmpty": true
2764
+ },
2765
+ "condition": {
2766
+ "property": "authenticationType",
2767
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2768
+ }
2769
+ },
2770
+ {
2771
+ "description": "Full authentication url",
2772
+ "type": "Hidden",
2773
+ "optional": false,
2774
+ "value": "=controlRoomURL+\"/v1/authentication\"",
2775
+ "binding": {
2776
+ "type": "zeebe:input",
2777
+ "name": "authentication.request.url"
2778
+ },
2779
+ "constraints": {
2780
+ "notEmpty": true
2781
+ },
2782
+ "condition": {
2783
+ "property": "authenticationType",
2784
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2785
+ }
2786
+ },
2787
+ {
2788
+ "description": "method for request",
2789
+ "type": "Hidden",
2790
+ "value": "post",
2791
+ "binding": {
2792
+ "type": "zeebe:input",
2793
+ "name": "method"
2794
+ },
2795
+ "condition": {
2796
+ "property": "operationType",
2797
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
2798
+ }
2799
+ },
2800
+ {
2801
+ "label": "Work queue ID",
2802
+ "group": "input",
2803
+ "description": "The queue ID of the item",
2804
+ "type": "String",
2805
+ "optional": false,
2806
+ "feel": "optional",
2807
+ "binding": {
2808
+ "type": "zeebe:input",
2809
+ "name": "queueId"
2810
+ },
2811
+ "constraints": {
2812
+ "notEmpty": true
2813
+ },
2814
+ "condition": {
2815
+ "property": "operationType",
2816
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
2817
+ }
2818
+ },
2819
+ {
2820
+ "description": "Add work items to the queue",
2821
+ "type": "Hidden",
2822
+ "optional": false,
2823
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
2824
+ "binding": {
2825
+ "type": "zeebe:input",
2826
+ "name": "url"
2827
+ },
2828
+ "constraints": {
2829
+ "notEmpty": true
2830
+ },
2831
+ "condition": {
2832
+ "property": "operationType",
2833
+ "oneOf": ["addWorkItemsToTheQueue"]
2834
+ }
2835
+ },
2836
+ {
2837
+ "label": "Work item ID",
2838
+ "description": "The queue item identifier to be fetched from queue",
2839
+ "group": "input",
2840
+ "type": "String",
2841
+ "feel": "optional",
2842
+ "optional": false,
2843
+ "binding": {
2844
+ "type": "zeebe:input",
2845
+ "name": "workItemId"
2846
+ },
2847
+ "constraints": {
2848
+ "notEmpty": true
2849
+ },
2850
+ "condition": {
2851
+ "property": "operationType",
2852
+ "oneOf": ["listWorkItemsInQueue"]
2853
+ }
2854
+ },
2855
+ {
2856
+ "label": "Work item json data",
2857
+ "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>",
2858
+ "group": "input",
2859
+ "type": "String",
2860
+ "feel": "required",
2861
+ "binding": {
2862
+ "type": "zeebe:input",
2863
+ "name": "itemData"
2864
+ },
2865
+ "constraints": {
2866
+ "notEmpty": true
2867
+ },
2868
+ "condition": {
2869
+ "property": "operationType",
2870
+ "oneOf": ["addWorkItemsToTheQueue"]
2871
+ }
2872
+ },
2873
+ {
2874
+ "description": "body with a new work item",
2875
+ "type": "Hidden",
2876
+ "optional": false,
2877
+ "value": "={\"workItems\":[{\"json\":itemData}]}",
2878
+ "binding": {
2879
+ "type": "zeebe:input",
2880
+ "name": "body"
2881
+ },
2882
+ "constraints": {
2883
+ "notEmpty": true
2884
+ },
2885
+ "condition": {
2886
+ "property": "operationType",
2887
+ "oneOf": ["addWorkItemsToTheQueue"]
2888
+ }
2889
+ },
2890
+ {
2891
+ "label": "filter for getting item by id",
2892
+ "type": "Hidden",
2893
+ "optional": false,
2894
+ "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
2895
+ "binding": {
2896
+ "type": "zeebe:input",
2897
+ "name": "body"
2898
+ },
2899
+ "constraints": {
2900
+ "notEmpty": true
2901
+ },
2902
+ "condition": {
2903
+ "property": "operationType",
2904
+ "oneOf": ["listWorkItemsInQueue"]
2905
+ }
2906
+ },
2907
+ {
2908
+ "description": "List work items in queue",
2909
+ "type": "Hidden",
2910
+ "optional": false,
2911
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
2912
+ "binding": {
2913
+ "type": "zeebe:input",
2914
+ "name": "url"
2915
+ },
2916
+ "constraints": {
2917
+ "notEmpty": true
2918
+ },
2919
+ "condition": {
2920
+ "property": "operationType",
2921
+ "oneOf": ["listWorkItemsInQueue"]
2922
+ }
2923
+ },
2924
+ {
2925
+ "label": "Connection timeout",
2926
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
2927
+ "group": "errors",
2928
+ "type": "String",
2929
+ "value": "20",
2930
+ "binding": {
2931
+ "type": "zeebe:input",
2932
+ "name": "connectionTimeoutInSeconds"
2933
+ },
2934
+ "optional": true,
2935
+ "feel": "optional",
2936
+ "constraints": {
2937
+ "notEmpty": false,
2938
+ "pattern": {
2939
+ "value": "^(=|([0-9]+|secrets\\..+)$)",
2940
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
2941
+ }
2942
+ }
2943
+ },
2944
+ {
2945
+ "label": "Result variable",
2946
+ "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>",
2947
+ "group": "output",
2948
+ "type": "String",
2949
+ "binding": {
2950
+ "type": "zeebe:taskHeader",
2951
+ "key": "resultVariable"
2952
+ }
2953
+ },
2954
+ {
2955
+ "label": "Result expression",
2956
+ "id": "resultExpressionGetItemState",
2957
+ "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>",
2958
+ "group": "output",
2959
+ "type": "String",
2960
+ "feel": "required",
2961
+ "value": "={itemState:response.body.list[1].status}",
2962
+ "binding": {
2963
+ "type": "zeebe:taskHeader",
2964
+ "key": "resultExpression"
2965
+ },
2966
+ "condition": {
2967
+ "property": "operationType",
2968
+ "oneOf": ["listWorkItemsInQueue"]
2969
+ }
2970
+ },
2971
+ {
2972
+ "label": "Result expression",
2973
+ "id": "resultExpressionGetItemId",
2974
+ "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>",
2975
+ "group": "output",
2976
+ "type": "String",
2977
+ "feel": "required",
2978
+ "value": "={itemId:response.body.list[1].id}",
2979
+ "binding": {
2980
+ "type": "zeebe:taskHeader",
2981
+ "key": "resultExpression"
2982
+ },
2983
+ "condition": {
2984
+ "property": "operationType",
2985
+ "oneOf": ["addWorkItemsToTheQueue"]
2986
+ }
2987
+ },
2988
+ {
2989
+ "label": "Error expression",
2990
+ "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>",
2991
+ "group": "errors",
2992
+ "type": "Text",
2993
+ "feel": "required",
2994
+ "binding": {
2995
+ "type": "zeebe:taskHeader",
2996
+ "key": "errorExpression"
2997
+ }
2998
+ }
2999
+ ]
3000
+ },
3001
+ {
3002
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
3003
+ "name": "Automation Anywhere Outbound Connector",
3004
+ "id": "io.camunda.connectors.AutomationAnywhere",
3005
+ "description": "Manage work items in Automation Anywhere queues.",
3006
+ "metadata": {
3007
+ "keywords": [
3008
+ "add work item to queue",
3009
+ "get work item from queue",
3010
+ "get work item result from queue by ID"
3011
+ ]
3012
+ },
3013
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
3014
+ "version": 3,
3015
+ "category": {
3016
+ "id": "connectors",
3017
+ "name": "Connectors"
3018
+ },
3019
+ "appliesTo": ["bpmn:Task"],
3020
+ "elementType": {
3021
+ "value": "bpmn:ServiceTask"
3022
+ },
3023
+ "engines": {
3024
+ "camunda": "^8.4"
3025
+ },
3026
+ "groups": [
3027
+ {
3028
+ "id": "operation",
3029
+ "label": "Operation"
3030
+ },
3031
+ {
3032
+ "id": "configuration",
3033
+ "label": "Configuration"
3034
+ },
3035
+ {
3036
+ "id": "authentication",
3037
+ "label": "Authentication"
3038
+ },
3039
+ {
3040
+ "id": "input",
3041
+ "label": "Input"
3042
+ },
3043
+ {
3044
+ "id": "timeout",
3045
+ "label": "Timeout"
3046
+ },
3047
+ {
3048
+ "id": "connector",
3049
+ "label": "Connector"
3050
+ },
3051
+ {
3052
+ "id": "output",
3053
+ "label": "Output mapping"
3054
+ },
3055
+ {
3056
+ "id": "error",
3057
+ "label": "Error handling"
3058
+ },
3059
+ {
3060
+ "id": "retries",
3061
+ "label": "Retries"
3062
+ }
3063
+ ],
3064
+ "properties": [
3065
+ {
3066
+ "value": "io.camunda:connector-automationanywhere:1",
3067
+ "binding": {
3068
+ "property": "type",
3069
+ "type": "zeebe:taskDefinition"
3070
+ },
3071
+ "type": "Hidden"
3072
+ },
3073
+ {
3074
+ "id": "operation.type",
3075
+ "label": "Type",
3076
+ "group": "operation",
3077
+ "binding": {
3078
+ "name": "operation.type",
3079
+ "type": "zeebe:input"
3080
+ },
3081
+ "type": "Dropdown",
3082
+ "choices": [
3083
+ {
3084
+ "name": "Add work item to the queue",
3085
+ "value": "addWorkItemsToTheQueue"
3086
+ },
3087
+ {
3088
+ "name": "Get work item result from queue by ID",
3089
+ "value": "listWorkItemsInQueue"
3090
+ }
3091
+ ]
3092
+ },
3093
+ {
3094
+ "id": "configuration.controlRoomUrl",
3095
+ "label": "Control room URL",
3096
+ "optional": false,
3097
+ "constraints": {
3098
+ "notEmpty": true
3099
+ },
3100
+ "feel": "optional",
3101
+ "group": "configuration",
3102
+ "binding": {
3103
+ "name": "configuration.controlRoomUrl",
3104
+ "type": "zeebe:input"
3105
+ },
3106
+ "type": "String"
3107
+ },
3108
+ {
3109
+ "id": "authentication.type",
3110
+ "label": "Type",
3111
+ "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>",
3112
+ "value": "passwordBasedAuthentication",
3113
+ "group": "authentication",
3114
+ "binding": {
3115
+ "name": "authentication.type",
3116
+ "type": "zeebe:input"
3117
+ },
3118
+ "type": "Dropdown",
3119
+ "choices": [
3120
+ {
3121
+ "name": "Authenticate (username and password)",
3122
+ "value": "passwordBasedAuthentication"
3123
+ },
3124
+ {
3125
+ "name": "Authenticate (username and API key)",
3126
+ "value": "apiKeyAuthentication"
3127
+ },
3128
+ {
3129
+ "name": "Authentication (refresh) token",
3130
+ "value": "tokenBasedAuthentication"
3131
+ }
3132
+ ]
3133
+ },
3134
+ {
3135
+ "id": "authentication.passwordBassesUsername",
3136
+ "label": "Username",
3137
+ "optional": false,
3138
+ "constraints": {
3139
+ "notEmpty": true
3140
+ },
3141
+ "feel": "optional",
3142
+ "group": "authentication",
3143
+ "binding": {
3144
+ "name": "authentication.username",
3145
+ "type": "zeebe:input"
3146
+ },
3147
+ "condition": {
3148
+ "property": "authentication.type",
3149
+ "equals": "passwordBasedAuthentication",
3150
+ "type": "simple"
3151
+ },
3152
+ "type": "String"
3153
+ },
3154
+ {
3155
+ "id": "authentication.password",
3156
+ "label": "Password",
3157
+ "optional": false,
3158
+ "constraints": {
3159
+ "notEmpty": true
3160
+ },
3161
+ "feel": "optional",
3162
+ "group": "authentication",
3163
+ "binding": {
3164
+ "name": "authentication.password",
3165
+ "type": "zeebe:input"
3166
+ },
3167
+ "condition": {
3168
+ "property": "authentication.type",
3169
+ "equals": "passwordBasedAuthentication",
3170
+ "type": "simple"
3171
+ },
3172
+ "type": "String"
3173
+ },
3174
+ {
3175
+ "id": "authentication.multipleLogin",
3176
+ "label": "Multiple login",
3177
+ "optional": false,
3178
+ "constraints": {
3179
+ "notEmpty": true
3180
+ },
3181
+ "group": "authentication",
3182
+ "binding": {
3183
+ "name": "authentication.multipleLogin",
3184
+ "type": "zeebe:input"
3185
+ },
3186
+ "condition": {
3187
+ "property": "authentication.type",
3188
+ "equals": "passwordBasedAuthentication",
3189
+ "type": "simple"
3190
+ },
3191
+ "type": "Dropdown",
3192
+ "choices": [
3193
+ {
3194
+ "name": "TRUE",
3195
+ "value": "true"
3196
+ },
3197
+ {
3198
+ "name": "FALSE",
3199
+ "value": "false"
3200
+ }
3201
+ ]
3202
+ },
3203
+ {
3204
+ "id": "authentication.apiUsername",
3205
+ "label": "Username",
3206
+ "optional": false,
3207
+ "constraints": {
3208
+ "notEmpty": true
3209
+ },
3210
+ "feel": "optional",
3211
+ "group": "authentication",
3212
+ "binding": {
3213
+ "name": "authentication.username",
3214
+ "type": "zeebe:input"
3215
+ },
3216
+ "condition": {
3217
+ "property": "authentication.type",
3218
+ "equals": "apiKeyAuthentication",
3219
+ "type": "simple"
3220
+ },
3221
+ "type": "String"
3222
+ },
3223
+ {
3224
+ "id": "authentication.apiKey",
3225
+ "label": "API key",
3226
+ "optional": false,
3227
+ "constraints": {
3228
+ "notEmpty": true
3229
+ },
3230
+ "feel": "optional",
3231
+ "group": "authentication",
3232
+ "binding": {
3233
+ "name": "authentication.apiKey",
3234
+ "type": "zeebe:input"
3235
+ },
3236
+ "condition": {
3237
+ "property": "authentication.type",
3238
+ "equals": "apiKeyAuthentication",
3239
+ "type": "simple"
3240
+ },
3241
+ "type": "String"
3242
+ },
3243
+ {
3244
+ "id": "authentication.token",
3245
+ "label": "Token",
3246
+ "optional": false,
3247
+ "constraints": {
3248
+ "notEmpty": true
3249
+ },
3250
+ "feel": "optional",
3251
+ "group": "authentication",
3252
+ "binding": {
3253
+ "name": "authentication.token",
3254
+ "type": "zeebe:input"
3255
+ },
3256
+ "condition": {
3257
+ "property": "authentication.type",
3258
+ "equals": "tokenBasedAuthentication",
3259
+ "type": "simple"
3260
+ },
3261
+ "type": "String"
3262
+ },
3263
+ {
3264
+ "id": "operation.queueId",
3265
+ "label": "Work queue ID",
2436
3266
  "description": "The queue ID of the item",
2437
- "type": "String",
2438
3267
  "optional": false,
2439
- "feel": "optional",
2440
- "binding": {
2441
- "type": "zeebe:input",
2442
- "name": "queueId"
2443
- },
2444
3268
  "constraints": {
2445
3269
  "notEmpty": true
2446
3270
  },
3271
+ "feel": "optional",
3272
+ "group": "input",
3273
+ "binding": {
3274
+ "name": "operation.queueId",
3275
+ "type": "zeebe:input"
3276
+ },
2447
3277
  "condition": {
2448
- "property": "operationType",
2449
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
2450
- }
3278
+ "property": "operation.type",
3279
+ "equals": "addWorkItemsToTheQueue",
3280
+ "type": "simple"
3281
+ },
3282
+ "type": "String"
2451
3283
  },
2452
3284
  {
2453
- "description": "Add work items to the queue",
2454
- "type": "Hidden",
3285
+ "id": "operation.data",
3286
+ "label": "Work item json data",
3287
+ "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>",
2455
3288
  "optional": false,
2456
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
2457
- "binding": {
2458
- "type": "zeebe:input",
2459
- "name": "url"
2460
- },
2461
3289
  "constraints": {
2462
3290
  "notEmpty": true
2463
3291
  },
3292
+ "feel": "required",
3293
+ "group": "input",
3294
+ "binding": {
3295
+ "name": "operation.data",
3296
+ "type": "zeebe:input"
3297
+ },
2464
3298
  "condition": {
2465
- "property": "operationType",
2466
- "oneOf": ["addWorkItemsToTheQueue"]
2467
- }
3299
+ "property": "operation.type",
3300
+ "equals": "addWorkItemsToTheQueue",
3301
+ "type": "simple"
3302
+ },
3303
+ "type": "Text"
2468
3304
  },
2469
3305
  {
2470
- "label": "Work item ID",
2471
- "description": "The queue item identifier to be fetched from queue",
2472
- "group": "input",
2473
- "type": "String",
2474
- "feel": "optional",
3306
+ "id": "operation.workQueueId",
3307
+ "label": "Work queue ID",
3308
+ "description": "The queue ID of the item",
2475
3309
  "optional": false,
2476
- "binding": {
2477
- "type": "zeebe:input",
2478
- "name": "workItemId"
2479
- },
2480
3310
  "constraints": {
2481
3311
  "notEmpty": true
2482
3312
  },
2483
- "condition": {
2484
- "property": "operationType",
2485
- "oneOf": ["listWorkItemsInQueue"]
2486
- }
2487
- },
2488
- {
2489
- "label": "Work item json data",
2490
- "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>",
3313
+ "feel": "optional",
2491
3314
  "group": "input",
2492
- "type": "String",
2493
- "feel": "required",
2494
3315
  "binding": {
2495
- "type": "zeebe:input",
2496
- "name": "itemData"
2497
- },
2498
- "constraints": {
2499
- "notEmpty": true
3316
+ "name": "operation.queueId",
3317
+ "type": "zeebe:input"
2500
3318
  },
2501
3319
  "condition": {
2502
- "property": "operationType",
2503
- "oneOf": ["addWorkItemsToTheQueue"]
2504
- }
3320
+ "property": "operation.type",
3321
+ "equals": "listWorkItemsInQueue",
3322
+ "type": "simple"
3323
+ },
3324
+ "type": "String"
2505
3325
  },
2506
3326
  {
2507
- "description": "body with a new work item",
2508
- "type": "Hidden",
3327
+ "id": "operation.workItemId",
3328
+ "label": "Work item ID",
3329
+ "description": "The queue item identifier to be fetched from queue",
2509
3330
  "optional": false,
2510
- "value": "={\"workItems\":[{\"json\":itemData}]}",
2511
- "binding": {
2512
- "type": "zeebe:input",
2513
- "name": "body"
2514
- },
2515
3331
  "constraints": {
2516
3332
  "notEmpty": true
2517
3333
  },
3334
+ "feel": "static",
3335
+ "group": "input",
3336
+ "binding": {
3337
+ "name": "operation.workItemId",
3338
+ "type": "zeebe:input"
3339
+ },
2518
3340
  "condition": {
2519
- "property": "operationType",
2520
- "oneOf": ["addWorkItemsToTheQueue"]
2521
- }
3341
+ "property": "operation.type",
3342
+ "equals": "listWorkItemsInQueue",
3343
+ "type": "simple"
3344
+ },
3345
+ "type": "Number"
2522
3346
  },
2523
3347
  {
2524
- "label": "filter for getting item by id",
2525
- "type": "Hidden",
2526
- "optional": false,
2527
- "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
3348
+ "id": "configuration.connectionTimeoutInSeconds",
3349
+ "label": "Connection timeout in seconds",
3350
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
3351
+ "optional": true,
3352
+ "value": 20,
3353
+ "feel": "static",
3354
+ "group": "timeout",
2528
3355
  "binding": {
2529
- "type": "zeebe:input",
2530
- "name": "body"
2531
- },
2532
- "constraints": {
2533
- "notEmpty": true
3356
+ "name": "configuration.connectionTimeoutInSeconds",
3357
+ "type": "zeebe:input"
2534
3358
  },
2535
- "condition": {
2536
- "property": "operationType",
2537
- "oneOf": ["listWorkItemsInQueue"]
2538
- }
3359
+ "type": "Number"
2539
3360
  },
2540
3361
  {
2541
- "description": "List work items in queue",
2542
- "type": "Hidden",
2543
- "optional": false,
2544
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
3362
+ "id": "version",
3363
+ "label": "Version",
3364
+ "description": "Version of the element template",
3365
+ "value": "3",
3366
+ "group": "connector",
2545
3367
  "binding": {
2546
- "type": "zeebe:input",
2547
- "name": "url"
2548
- },
2549
- "constraints": {
2550
- "notEmpty": true
3368
+ "key": "elementTemplateVersion",
3369
+ "type": "zeebe:taskHeader"
2551
3370
  },
2552
- "condition": {
2553
- "property": "operationType",
2554
- "oneOf": ["listWorkItemsInQueue"]
2555
- }
3371
+ "type": "Hidden"
2556
3372
  },
2557
3373
  {
2558
- "label": "Connection timeout",
2559
- "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
2560
- "group": "errors",
2561
- "type": "String",
2562
- "value": "20",
3374
+ "id": "id",
3375
+ "label": "ID",
3376
+ "description": "ID of the element template",
3377
+ "value": "io.camunda.connectors.AutomationAnywhere",
3378
+ "group": "connector",
2563
3379
  "binding": {
2564
- "type": "zeebe:input",
2565
- "name": "connectionTimeoutInSeconds"
3380
+ "key": "elementTemplateId",
3381
+ "type": "zeebe:taskHeader"
2566
3382
  },
2567
- "optional": true,
2568
- "feel": "optional",
2569
- "constraints": {
2570
- "notEmpty": false,
2571
- "pattern": {
2572
- "value": "^(=|([0-9]+|secrets\\..+)$)",
2573
- "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
2574
- }
2575
- }
3383
+ "type": "Hidden"
2576
3384
  },
2577
3385
  {
3386
+ "id": "resultVariable",
2578
3387
  "label": "Result variable",
2579
- "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>",
3388
+ "description": "Name of variable to store the response in",
2580
3389
  "group": "output",
2581
- "type": "String",
2582
3390
  "binding": {
2583
- "type": "zeebe:taskHeader",
2584
- "key": "resultVariable"
2585
- }
3391
+ "key": "resultVariable",
3392
+ "type": "zeebe:taskHeader"
3393
+ },
3394
+ "type": "String"
2586
3395
  },
2587
3396
  {
3397
+ "id": "resultExpression",
2588
3398
  "label": "Result expression",
2589
- "id": "resultExpressionGetItemState",
2590
- "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>",
2591
- "group": "output",
2592
- "type": "String",
3399
+ "description": "Expression to map the response into process variables",
2593
3400
  "feel": "required",
2594
- "value": "={itemState:response.body.list[1].status}",
3401
+ "group": "output",
2595
3402
  "binding": {
2596
- "type": "zeebe:taskHeader",
2597
- "key": "resultExpression"
3403
+ "key": "resultExpression",
3404
+ "type": "zeebe:taskHeader"
2598
3405
  },
2599
- "condition": {
2600
- "property": "operationType",
2601
- "oneOf": ["listWorkItemsInQueue"]
2602
- }
3406
+ "type": "Text"
2603
3407
  },
2604
3408
  {
2605
- "label": "Result expression",
2606
- "id": "resultExpressionGetItemId",
2607
- "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>",
2608
- "group": "output",
2609
- "type": "String",
3409
+ "id": "errorExpression",
3410
+ "label": "Error expression",
3411
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
2610
3412
  "feel": "required",
2611
- "value": "={itemId:response.body.list[1].id}",
3413
+ "group": "error",
2612
3414
  "binding": {
2613
- "type": "zeebe:taskHeader",
2614
- "key": "resultExpression"
3415
+ "key": "errorExpression",
3416
+ "type": "zeebe:taskHeader"
2615
3417
  },
2616
- "condition": {
2617
- "property": "operationType",
2618
- "oneOf": ["addWorkItemsToTheQueue"]
2619
- }
3418
+ "type": "Text"
2620
3419
  },
2621
3420
  {
2622
- "label": "Error expression",
2623
- "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>",
2624
- "group": "errors",
2625
- "type": "Text",
2626
- "feel": "required",
3421
+ "id": "retryCount",
3422
+ "label": "Retries",
3423
+ "description": "Number of retries",
3424
+ "value": "3",
3425
+ "feel": "optional",
3426
+ "group": "retries",
2627
3427
  "binding": {
2628
- "type": "zeebe:taskHeader",
2629
- "key": "errorExpression"
2630
- }
3428
+ "property": "retries",
3429
+ "type": "zeebe:taskDefinition"
3430
+ },
3431
+ "type": "String"
3432
+ },
3433
+ {
3434
+ "id": "retryBackoff",
3435
+ "label": "Retry backoff",
3436
+ "description": "ISO-8601 duration to wait between retries",
3437
+ "value": "PT0S",
3438
+ "group": "retries",
3439
+ "binding": {
3440
+ "key": "retryBackoff",
3441
+ "type": "zeebe:taskHeader"
3442
+ },
3443
+ "type": "String"
2631
3444
  }
2632
- ]
3445
+ ],
3446
+ "icon": {
3447
+ "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+"
3448
+ }
2633
3449
  }
2634
3450
  ]