@camunda/connectors-element-templates 1.0.5 → 1.0.6

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 (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -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 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"
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
+ ]
14
13
  },
15
14
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
15
+ "version": 3,
16
16
  "category": {
17
17
  "id": "connectors",
18
18
  "name": "Connectors"
@@ -22,47 +22,63 @@
22
22
  "value": "bpmn:ServiceTask"
23
23
  },
24
24
  "engines": {
25
- "camunda": "^8.2"
25
+ "camunda": "^8.4"
26
26
  },
27
27
  "groups": [
28
28
  {
29
29
  "id": "operation",
30
30
  "label": "Operation"
31
31
  },
32
- {
33
- "id": "authentication",
34
- "label": "Authentication"
35
- },
36
32
  {
37
33
  "id": "configuration",
38
34
  "label": "Configuration"
39
35
  },
36
+ {
37
+ "id": "authentication",
38
+ "label": "Authentication"
39
+ },
40
40
  {
41
41
  "id": "input",
42
42
  "label": "Input"
43
43
  },
44
+ {
45
+ "id": "timeout",
46
+ "label": "Timeout"
47
+ },
48
+ {
49
+ "id": "connector",
50
+ "label": "Connector"
51
+ },
44
52
  {
45
53
  "id": "output",
46
- "label": "Output"
54
+ "label": "Output mapping"
47
55
  },
48
56
  {
49
- "id": "errors",
57
+ "id": "error",
50
58
  "label": "Error handling"
59
+ },
60
+ {
61
+ "id": "retries",
62
+ "label": "Retries"
51
63
  }
52
64
  ],
53
65
  "properties": [
54
66
  {
55
- "type": "Hidden",
56
- "value": "io.camunda:http-json:1",
67
+ "value": "io.camunda:connector-automationanywhere:1",
57
68
  "binding": {
58
- "type": "zeebe:taskDefinition",
59
- "property": "type"
60
- }
69
+ "property": "type",
70
+ "type": "zeebe:taskDefinition"
71
+ },
72
+ "type": "Hidden"
61
73
  },
62
74
  {
63
- "label": "Operation type",
64
- "id": "operationType",
75
+ "id": "operation.type",
76
+ "label": "Type",
65
77
  "group": "operation",
78
+ "binding": {
79
+ "name": "operation.type",
80
+ "type": "zeebe:input"
81
+ },
66
82
  "type": "Dropdown",
67
83
  "choices": [
68
84
  {
@@ -73,176 +89,107 @@
73
89
  "name": "Get work item result from queue by ID",
74
90
  "value": "listWorkItemsInQueue"
75
91
  }
76
- ],
77
- "binding": {
78
- "type": "zeebe:input",
79
- "name": "operationType"
80
- }
92
+ ]
81
93
  },
82
94
  {
95
+ "id": "configuration.controlRoomUrl",
83
96
  "label": "Control room URL",
84
- "group": "configuration",
97
+ "optional": false,
98
+ "constraints": {
99
+ "notEmpty": true
100
+ },
85
101
  "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",
102
+ "group": "configuration",
88
103
  "binding": {
89
- "type": "zeebe:input",
90
- "name": "controlRoomURL"
104
+ "name": "configuration.controlRoomUrl",
105
+ "type": "zeebe:input"
91
106
  },
92
- "constraints": {
93
- "notEmpty": true,
94
- "pattern": {
95
- "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
96
- "message": "Must be a http(s) URL"
97
- }
98
- }
107
+ "type": "String"
99
108
  },
100
109
  {
110
+ "id": "authentication.type",
101
111
  "label": "Type",
102
- "id": "authenticationType",
112
+ "description": "Choose the authentication type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
113
+ "value": "passwordBasedAuthentication",
103
114
  "group": "authentication",
104
- "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",
115
+ "binding": {
116
+ "name": "authentication.type",
117
+ "type": "zeebe:input"
118
+ },
106
119
  "type": "Dropdown",
107
120
  "choices": [
108
121
  {
109
122
  "name": "Authenticate (username and password)",
110
- "value": "userNamePasswordAuth"
123
+ "value": "passwordBasedAuthentication"
111
124
  },
112
125
  {
113
126
  "name": "Authenticate (username and API key)",
114
- "value": "userNameApiKeyAuth"
127
+ "value": "apiKeyAuthentication"
115
128
  },
116
129
  {
117
130
  "name": "Authentication (refresh) token",
118
- "value": "tokenAuth"
131
+ "value": "tokenBasedAuthentication"
119
132
  }
120
- ],
121
- "binding": {
122
- "type": "zeebe:input",
123
- "name": "authentication.withoutBindingType"
124
- }
133
+ ]
125
134
  },
126
135
  {
127
- "id": "credentialsInBodyAuthType",
128
- "group": "authentication",
129
- "type": "Hidden",
130
- "value": "credentialsInBody",
131
- "binding": {
132
- "type": "zeebe:input",
133
- "name": "authentication.type"
134
- },
136
+ "id": "authentication.passwordBassesUsername",
137
+ "label": "Username",
138
+ "optional": false,
135
139
  "constraints": {
136
140
  "notEmpty": true
137
141
  },
138
- "condition": {
139
- "property": "authenticationType",
140
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
141
- }
142
- },
143
- {
142
+ "feel": "optional",
144
143
  "group": "authentication",
145
- "type": "Hidden",
146
- "value": "noAuth",
147
144
  "binding": {
148
- "type": "zeebe:input",
149
- "name": "authentication.request.authentication.type"
150
- },
151
- "constraints": {
152
- "notEmpty": true
145
+ "name": "authentication.username",
146
+ "type": "zeebe:input"
153
147
  },
154
148
  "condition": {
155
- "property": "authenticationType",
156
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
157
- }
149
+ "property": "authentication.type",
150
+ "equals": "passwordBasedAuthentication",
151
+ "type": "simple"
152
+ },
153
+ "type": "String"
158
154
  },
159
155
  {
160
- "id": "tokenAuthType",
161
- "group": "authentication",
162
- "type": "Hidden",
163
- "value": "noAuth",
164
- "binding": {
165
- "type": "zeebe:input",
166
- "name": "authentication.type"
167
- },
156
+ "id": "authentication.password",
157
+ "label": "Password",
158
+ "optional": false,
168
159
  "constraints": {
169
160
  "notEmpty": true
170
161
  },
171
- "condition": {
172
- "property": "authenticationType",
173
- "oneOf": ["tokenAuth"]
174
- }
175
- },
176
- {
177
- "description": "method for authentication",
178
- "type": "Hidden",
179
- "value": "post",
180
- "binding": {
181
- "type": "zeebe:input",
182
- "name": "authentication.request.method"
183
- },
184
- "condition": {
185
- "property": "authenticationType",
186
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
187
- }
188
- },
189
- {
190
- "label": "Username",
191
- "group": "authentication",
192
- "type": "String",
193
162
  "feel": "optional",
163
+ "group": "authentication",
194
164
  "binding": {
195
- "type": "zeebe:input",
196
- "name": "authentication.request.body.username"
197
- },
198
- "constraints": {
199
- "notEmpty": true
165
+ "name": "authentication.password",
166
+ "type": "zeebe:input"
200
167
  },
201
168
  "condition": {
202
- "property": "authenticationType",
203
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
204
- }
169
+ "property": "authentication.type",
170
+ "equals": "passwordBasedAuthentication",
171
+ "type": "simple"
172
+ },
173
+ "type": "String"
205
174
  },
206
175
  {
207
- "label": "Password",
208
- "group": "authentication",
209
- "type": "String",
210
- "feel": "optional",
211
- "binding": {
212
- "type": "zeebe:input",
213
- "name": "authentication.request.body.password"
214
- },
176
+ "id": "authentication.multipleLogin",
177
+ "label": "Multiple login",
178
+ "optional": false,
215
179
  "constraints": {
216
180
  "notEmpty": true
217
181
  },
218
- "condition": {
219
- "property": "authenticationType",
220
- "equals": "userNamePasswordAuth"
221
- }
222
- },
223
- {
224
- "label": "API key",
225
182
  "group": "authentication",
226
- "type": "String",
227
- "feel": "optional",
228
183
  "binding": {
229
- "type": "zeebe:input",
230
- "name": "authentication.request.body.apiKey"
231
- },
232
- "constraints": {
233
- "notEmpty": true
184
+ "name": "authentication.multipleLogin",
185
+ "type": "zeebe:input"
234
186
  },
235
187
  "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>",
188
+ "property": "authentication.type",
189
+ "equals": "passwordBasedAuthentication",
190
+ "type": "simple"
191
+ },
244
192
  "type": "Dropdown",
245
- "value": "false",
246
193
  "choices": [
247
194
  {
248
195
  "name": "TRUE",
@@ -252,313 +199,265 @@
252
199
  "name": "FALSE",
253
200
  "value": "false"
254
201
  }
255
- ],
256
- "binding": {
257
- "type": "zeebe:input",
258
- "name": "authentication.request.body.multipleLogin"
259
- },
202
+ ]
203
+ },
204
+ {
205
+ "id": "authentication.apiUsername",
206
+ "label": "Username",
207
+ "optional": false,
260
208
  "constraints": {
261
209
  "notEmpty": true
262
210
  },
263
- "condition": {
264
- "property": "authenticationType",
265
- "equals": "userNamePasswordAuth"
266
- }
267
- },
268
- {
269
- "label": "Token",
211
+ "feel": "optional",
270
212
  "group": "authentication",
271
- "type": "String",
272
- "feel": "optional",
273
213
  "binding": {
274
- "type": "zeebe:input",
275
- "name": "token"
276
- },
277
- "constraints": {
278
- "notEmpty": true
214
+ "name": "authentication.username",
215
+ "type": "zeebe:input"
279
216
  },
280
217
  "condition": {
281
- "property": "authenticationType",
282
- "equals": "tokenAuth"
283
- }
218
+ "property": "authentication.type",
219
+ "equals": "apiKeyAuthentication",
220
+ "type": "simple"
221
+ },
222
+ "type": "String"
284
223
  },
285
224
  {
286
- "description": "Token",
287
- "type": "Hidden",
288
- "value": "={\"X-Authorization\":token}",
289
- "binding": {
290
- "type": "zeebe:input",
291
- "name": "headers"
292
- },
225
+ "id": "authentication.apiKey",
226
+ "label": "API key",
227
+ "optional": false,
293
228
  "constraints": {
294
229
  "notEmpty": true
295
230
  },
296
- "condition": {
297
- "property": "authenticationType",
298
- "equals": "tokenAuth"
299
- }
300
- },
301
- {
302
- "description": "Output headers",
303
- "type": "Hidden",
304
- "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
231
+ "feel": "optional",
232
+ "group": "authentication",
305
233
  "binding": {
306
- "type": "zeebe:input",
307
- "name": "authentication.outputHeaders"
308
- },
309
- "constraints": {
310
- "notEmpty": true
234
+ "name": "authentication.apiKey",
235
+ "type": "zeebe:input"
311
236
  },
312
237
  "condition": {
313
- "property": "authenticationType",
314
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
315
- }
238
+ "property": "authentication.type",
239
+ "equals": "apiKeyAuthentication",
240
+ "type": "simple"
241
+ },
242
+ "type": "String"
316
243
  },
317
244
  {
318
- "description": "Full authentication url",
319
- "type": "Hidden",
245
+ "id": "authentication.token",
246
+ "label": "Token",
320
247
  "optional": false,
321
- "value": "=controlRoomURL+\"/v1/authentication\"",
322
- "binding": {
323
- "type": "zeebe:input",
324
- "name": "authentication.request.url"
325
- },
326
248
  "constraints": {
327
249
  "notEmpty": true
328
250
  },
329
- "condition": {
330
- "property": "authenticationType",
331
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
332
- }
333
- },
334
- {
335
- "description": "method for request",
336
- "type": "Hidden",
337
- "value": "post",
251
+ "feel": "optional",
252
+ "group": "authentication",
338
253
  "binding": {
339
- "type": "zeebe:input",
340
- "name": "method"
254
+ "name": "authentication.token",
255
+ "type": "zeebe:input"
341
256
  },
342
257
  "condition": {
343
- "property": "operationType",
344
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
345
- }
258
+ "property": "authentication.type",
259
+ "equals": "tokenBasedAuthentication",
260
+ "type": "simple"
261
+ },
262
+ "type": "String"
346
263
  },
347
264
  {
265
+ "id": "operation.queueId",
348
266
  "label": "Work queue ID",
349
- "group": "input",
350
267
  "description": "The queue ID of the item",
351
- "type": "String",
352
268
  "optional": false,
269
+ "constraints": {
270
+ "notEmpty": true
271
+ },
353
272
  "feel": "optional",
273
+ "group": "input",
354
274
  "binding": {
355
- "type": "zeebe:input",
356
- "name": "queueId"
275
+ "name": "operation.queueId",
276
+ "type": "zeebe:input"
357
277
  },
278
+ "condition": {
279
+ "property": "operation.type",
280
+ "equals": "addWorkItemsToTheQueue",
281
+ "type": "simple"
282
+ },
283
+ "type": "String"
284
+ },
285
+ {
286
+ "id": "operation.data",
287
+ "label": "Work item json data",
288
+ "description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
289
+ "optional": false,
358
290
  "constraints": {
359
291
  "notEmpty": true
360
292
  },
293
+ "feel": "required",
294
+ "group": "input",
295
+ "binding": {
296
+ "name": "operation.data",
297
+ "type": "zeebe:input"
298
+ },
361
299
  "condition": {
362
- "property": "operationType",
363
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
364
- }
300
+ "property": "operation.type",
301
+ "equals": "addWorkItemsToTheQueue",
302
+ "type": "simple"
303
+ },
304
+ "type": "Text"
365
305
  },
366
306
  {
367
- "description": "Add work items to the queue",
368
- "type": "Hidden",
307
+ "id": "operation.workQueueId",
308
+ "label": "Work queue ID",
309
+ "description": "The queue ID of the item",
369
310
  "optional": false,
370
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
371
- "binding": {
372
- "type": "zeebe:input",
373
- "name": "url"
374
- },
375
311
  "constraints": {
376
312
  "notEmpty": true
377
313
  },
314
+ "feel": "optional",
315
+ "group": "input",
316
+ "binding": {
317
+ "name": "operation.queueId",
318
+ "type": "zeebe:input"
319
+ },
378
320
  "condition": {
379
- "property": "operationType",
380
- "oneOf": ["addWorkItemsToTheQueue"]
381
- }
321
+ "property": "operation.type",
322
+ "equals": "listWorkItemsInQueue",
323
+ "type": "simple"
324
+ },
325
+ "type": "String"
382
326
  },
383
327
  {
328
+ "id": "operation.workItemId",
384
329
  "label": "Work item ID",
385
330
  "description": "The queue item identifier to be fetched from queue",
386
- "group": "input",
387
- "type": "String",
388
- "feel": "optional",
389
331
  "optional": false,
390
- "binding": {
391
- "type": "zeebe:input",
392
- "name": "workItemId"
393
- },
394
332
  "constraints": {
395
333
  "notEmpty": true
396
334
  },
397
- "condition": {
398
- "property": "operationType",
399
- "oneOf": ["listWorkItemsInQueue"]
400
- }
401
- },
402
- {
403
- "label": "Work item json data",
404
- "description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
335
+ "feel": "static",
405
336
  "group": "input",
406
- "type": "String",
407
- "feel": "required",
408
337
  "binding": {
409
- "type": "zeebe:input",
410
- "name": "itemData"
411
- },
412
- "constraints": {
413
- "notEmpty": true
338
+ "name": "operation.workItemId",
339
+ "type": "zeebe:input"
414
340
  },
415
341
  "condition": {
416
- "property": "operationType",
417
- "oneOf": ["addWorkItemsToTheQueue"]
418
- }
342
+ "property": "operation.type",
343
+ "equals": "listWorkItemsInQueue",
344
+ "type": "simple"
345
+ },
346
+ "type": "Number"
419
347
  },
420
348
  {
421
- "description": "body with a new work item",
422
- "type": "Hidden",
423
- "optional": false,
424
- "value": "={\"workItems\":[{\"json\":itemData}]}",
349
+ "id": "configuration.connectionTimeoutInSeconds",
350
+ "label": "Connection timeout in seconds",
351
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
352
+ "optional": true,
353
+ "value": 20,
354
+ "feel": "static",
355
+ "group": "timeout",
425
356
  "binding": {
426
- "type": "zeebe:input",
427
- "name": "body"
428
- },
429
- "constraints": {
430
- "notEmpty": true
357
+ "name": "configuration.connectionTimeoutInSeconds",
358
+ "type": "zeebe:input"
431
359
  },
432
- "condition": {
433
- "property": "operationType",
434
- "oneOf": ["addWorkItemsToTheQueue"]
435
- }
360
+ "type": "Number"
436
361
  },
437
362
  {
438
- "label": "filter for getting item by id",
439
- "type": "Hidden",
440
- "optional": false,
441
- "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
363
+ "id": "version",
364
+ "label": "Version",
365
+ "description": "Version of the element template",
366
+ "value": "3",
367
+ "group": "connector",
442
368
  "binding": {
443
- "type": "zeebe:input",
444
- "name": "body"
445
- },
446
- "constraints": {
447
- "notEmpty": true
369
+ "key": "elementTemplateVersion",
370
+ "type": "zeebe:taskHeader"
448
371
  },
449
- "condition": {
450
- "property": "operationType",
451
- "oneOf": ["listWorkItemsInQueue"]
452
- }
372
+ "type": "Hidden"
453
373
  },
454
374
  {
455
- "description": "List work items in queue",
456
- "type": "Hidden",
457
- "optional": false,
458
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
375
+ "id": "id",
376
+ "label": "ID",
377
+ "description": "ID of the element template",
378
+ "value": "io.camunda.connectors.AutomationAnywhere",
379
+ "group": "connector",
459
380
  "binding": {
460
- "type": "zeebe:input",
461
- "name": "url"
462
- },
463
- "constraints": {
464
- "notEmpty": true
381
+ "key": "elementTemplateId",
382
+ "type": "zeebe:taskHeader"
465
383
  },
466
- "condition": {
467
- "property": "operationType",
468
- "oneOf": ["listWorkItemsInQueue"]
469
- }
384
+ "type": "Hidden"
470
385
  },
471
386
  {
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",
387
+ "id": "resultVariable",
388
+ "label": "Result variable",
389
+ "description": "Name of variable to store the response in",
390
+ "group": "output",
477
391
  "binding": {
478
- "type": "zeebe:input",
479
- "name": "connectionTimeoutInSeconds"
392
+ "key": "resultVariable",
393
+ "type": "zeebe:taskHeader"
480
394
  },
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
- }
395
+ "type": "String"
490
396
  },
491
397
  {
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>",
398
+ "id": "resultExpression",
399
+ "label": "Result expression",
400
+ "description": "Expression to map the response into process variables",
401
+ "feel": "required",
494
402
  "group": "output",
495
- "type": "String",
496
403
  "binding": {
497
- "type": "zeebe:taskHeader",
498
- "key": "resultVariable"
499
- }
404
+ "key": "resultExpression",
405
+ "type": "zeebe:taskHeader"
406
+ },
407
+ "type": "Text"
500
408
  },
501
409
  {
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",
410
+ "id": "errorExpression",
411
+ "label": "Error expression",
412
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
507
413
  "feel": "required",
508
- "value": "={itemState:response.body.list[1].status}",
414
+ "group": "error",
509
415
  "binding": {
510
- "type": "zeebe:taskHeader",
511
- "key": "resultExpression"
416
+ "key": "errorExpression",
417
+ "type": "zeebe:taskHeader"
512
418
  },
513
- "condition": {
514
- "property": "operationType",
515
- "oneOf": ["listWorkItemsInQueue"]
516
- }
419
+ "type": "Text"
517
420
  },
518
421
  {
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}",
422
+ "id": "retryCount",
423
+ "label": "Retries",
424
+ "description": "Number of retries",
425
+ "value": "3",
426
+ "feel": "optional",
427
+ "group": "retries",
526
428
  "binding": {
527
- "type": "zeebe:taskHeader",
528
- "key": "resultExpression"
429
+ "property": "retries",
430
+ "type": "zeebe:taskDefinition"
529
431
  },
530
- "condition": {
531
- "property": "operationType",
532
- "oneOf": ["addWorkItemsToTheQueue"]
533
- }
432
+ "type": "String"
534
433
  },
535
434
  {
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",
435
+ "id": "retryBackoff",
436
+ "label": "Retry backoff",
437
+ "description": "ISO-8601 duration to wait between retries",
438
+ "value": "PT0S",
439
+ "group": "retries",
541
440
  "binding": {
542
- "type": "zeebe:taskHeader",
543
- "key": "errorExpression"
544
- }
441
+ "key": "retryBackoff",
442
+ "type": "zeebe:taskHeader"
443
+ },
444
+ "type": "String"
545
445
  }
546
- ]
446
+ ],
447
+ "icon": {
448
+ "contents": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgNjUyIDY1Micgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjUyIDY1MjsnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0ndGV4dC9jc3MnPi5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6dXJsKCNTVkdJRF8zXyk7fSAuc3Qxe29wYWNpdHk6MC4zO30KICAgICAgICAgICAgLnN0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81Xyk7ZmlsbDp1cmwoI1NWR0lEXzZfKTt9IC5zdDN7ZmlsbDojNDA0MDQxO30gLnN0NHtmaWxsOiNGNzk4Mzc7fQogICAgICAgIDwvc3R5bGU+CiAgICA8L2RlZnM+CiAgICA8ZyBzdHlsZT0nJyB0cmFuc2Zvcm09J21hdHJpeCgyLjgzODk0NiwgMCwgMCwgMi44MDcxMjYsIC00NC41MzQzNjMsIC01NzguMzQzMzg0KSc+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzFfJwogICAgICAgICAgICAgICAgICAgICAgZD0nTTE5OS41LDQxMi43bC0wLjItMC41bC0wLjUtMWwtMTEuNy0zMS41YzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwLjFsMCwwYzEuMiwwLjksMi4yLDIuMiwzLDMuNyBjMC45LDEuNywxLjQsMy41LDEuNCw1LjVjMCw2LjQtNS4yLDExLjYtMTEuNiwxMS42QzIwNS41LDQyMC42LDIwMS4xLDQxNy40LDE5OS41LDQxMi43IE0xMDMuMywyMjkuNmMxLjUtNC4xLDQuOS02LjksOC43LTcgYzAsMCwwLjEsMCwwLjEsMGMzLjgsMC4yLDcuMiwyLjksOC43LDdsNDguMywxMzIuNmMtMTAuNy0yLjctMjEuNy00LjEtMzIuOS00LjFjLTIzLjUsMC00Ni43LDYuMi02Ni45LDE4IGMtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42TDEwMy4zLDIyOS42eiBNMTEwLjksMjEyYy03LjgsMC42LTE0LjcsNi0xNy42LDE0TDIxLDQyNC41Yy0xLDIuOCwwLjQsNS44LDMuMiw2LjggYzAuNiwwLjIsMS4yLDAuMywxLjgsMC4zYzEuNywwLDMuMy0wLjgsNC4zLTIuMmMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjgtMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjksMCwyNS42LDIsMzcuNiw1LjlsMTUuMyw0MS4xbDAuNSwwLjljMy4yLDguOCwxMS41LDE0LjcsMjAuOSwxNC43YzEyLjMsMCwyMi4yLTEwLDIyLjItMjIuMiBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC43LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42bC0xLjEtMi44bC0wLjEsMCBMMTMwLjgsMjI2Yy0yLjktNy45LTkuNy0xMy4zLTE3LjYtMTRjLTAuMywwLTAuNi0wLjEtMC45LTAuMWMtMC4xLDAtMC4yLDAtMC4yLDBjLTAuMSwwLTAuMiwwLTAuMiwwIEMxMTEuNSwyMTEuOSwxMTEuMiwyMTIsMTEwLjksMjEyJy8+CiAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF8yXyc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTk5LjUsNDEyLjdsLTAuMi0wLjVsLTAuNS0xbC0xMS43LTMxLjVjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjAuMWwwLDBjMS4yLDAuOSwyLjIsMi4yLDMsMy43IGMwLjksMS43LDEuNCwzLjUsMS40LDUuNWMwLDYuNC01LjIsMTEuNi0xMS42LDExLjZDMjA1LjUsNDIwLjYsMjAxLjEsNDE3LjQsMTk5LjUsNDEyLjcgTTEwMy4zLDIyOS42YzEuNS00LjEsNC45LTYuOSw4LjctNyBjMCwwLDAuMSwwLDAuMSwwYzMuOCwwLjIsNy4yLDIuOSw4LjcsN2w0OC4zLDEzMi42Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMWMtMjMuNSwwLTQ2LjcsNi4yLTY2LjksMTggYy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZMMTAzLjMsMjI5LjZ6IE0xMTAuOSwyMTJjLTcuOCwwLjYtMTQuNyw2LTE3LjYsMTRMMjEsNDI0LjVjLTEsMi44LDAuNCw1LjgsMy4yLDYuOCBjMC42LDAuMiwxLjIsMC4zLDEuOCwwLjNjMS43LDAsMy4zLTAuOCw0LjMtMi4yYzAuMi0wLjIsMC4zLTAuNCwwLjUtMC43YzEwLjctMTgsMjUuOC0zMy4xLDQzLjktNDMuNiBjMTguNi0xMC44LDM5LjktMTYuNiw2MS42LTE2LjZjMTIuOSwwLDI1LjYsMiwzNy42LDUuOWwxNS4zLDQxLjFsMC41LDAuOWMzLjIsOC44LDExLjUsMTQuNywyMC45LDE0LjdjMTIuMywwLDIyLjItMTAsMjIuMi0yMi4yIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjctMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZsLTEuMS0yLjhsLTAuMSwwIEwxMzAuOCwyMjZjLTIuOS03LjktOS43LTEzLjMtMTcuNi0xNGMtMC4zLDAtMC42LTAuMS0wLjktMC4xYy0wLjEsMC0wLjIsMC0wLjIsMGMtMC4xLDAtMC4yLDAtMC4yLDAgQzExMS41LDIxMS45LDExMS4yLDIxMiwxMTAuOSwyMTInCiAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzNfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy00LjkzOCcgeTE9Jzc0My4wMjAzJyB4Mj0nMS45NzkyJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgeTI9Jzc0My4wMjAzJyBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDMwLjY1OCAwIDAgLTMwLjY1OCAxNzIuMDgwMyAyMzEwMS4zNDE4KSc+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkREMTUnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4wMzQzJyBzdHlsZT0nc3RvcC1jb2xvcjojRkVEMjE3Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuMTY2Mycgc3R5bGU9J3N0b3AtY29sb3I6I0ZBQUQxQycvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMwNDknIHN0eWxlPSdzdG9wLWNvbG9yOiNGNjhGMjAnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC40NScgc3R5bGU9J3N0b3AtY29sb3I6I0YzNzgyNCcvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYwNDUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMTY3MjYnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC43NzQ3JyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1RDI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuOTkxJyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1QTI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMDVBMjgnLz4KICAgICAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgICAgICAgICAgPHJlY3QgeD0nMjAnIHk9JzIxMS45JyBjbGFzcz0nc3QwJyB3aWR0aD0nMjEyLjgnIGhlaWdodD0nMjE5LjcnLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnIGNsYXNzPSdzdDEnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzRfJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZD0nTTE4Ny4zLDM4MC4zYzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwbDAsMGMxLjIsMSwyLjIsMi4yLDMsMy43YzAuOSwxLjcsMS40LDMuNSwxLjQsNS41SDIzMyBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC42LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42TDE4Ny4zLDM4MC4zeiBNNjkuNSwzNzYuN2MtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42bC0xMi4yLDMyLjhjMC4yLTAuMiwwLjMtMC40LDAuNS0wLjdjMTAuNy0xOCwyNS45LTMzLjEsNDMuOS00My42IGMxOC42LTEwLjgsMzkuOS0xNi42LDYxLjYtMTYuNmMxMi4xLDAsMjUuMSwxLjksMzcuNiw1LjlsLTQuNy0xMi40Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMSBDMTEyLjksMzU4LjcsODkuOCwzNjQuOSw2OS41LDM3Ni43Jy8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF81Xyc+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTg3LjMsMzgwLjNjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjBsMCwwYzEuMiwxLDIuMiwyLjIsMywzLjdjMC45LDEuNywxLjQsMy41LDEuNCw1LjVIMjMzIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjYtMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZMMTg3LjMsMzgwLjN6IE02OS41LDM3Ni43Yy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZsLTEyLjIsMzIuOGMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjktMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjEsMCwyNS4xLDEuOSwzNy42LDUuOWwtNC43LTEyLjRjLTEwLjctMi43LTIxLjctNC4xLTMyLjktNC4xIEMxMTIuOSwzNTguNyw4OS44LDM2NC45LDY5LjUsMzc2LjcnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzZfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy01LjQwNDInIHkxPSc3NDEuNDczJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeDI9JzEuNTEzMScgeTI9Jzc0MS40NzMnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDI5LjI3NDggMCAwIC0yOS4yNzQ4IDE4OC43MTUyIDIyMTAwLjg0NzcpJz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCcgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMyODUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4zNzQ1JyBzdHlsZT0nc3RvcC1jb2xvcjojRkJGQkZCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNDIzMycgc3R5bGU9J3N0b3AtY29sb3I6I0VFRUVFRScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjQ3MzUnIHN0eWxlPSdzdG9wLWNvbG9yOiNEOUQ5RDknLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC41MjQ2JyBzdHlsZT0nc3RvcC1jb2xvcjojQkNCQkJCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNTc2NCcgc3R5bGU9J3N0b3AtY29sb3I6Izk2OTU5NScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYyODgnIHN0eWxlPSdzdG9wLWNvbG9yOiM2ODY2NjYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC42ODA4JyBzdHlsZT0nc3RvcC1jb2xvcjojMzMyRjMwJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNjk0OCcgc3R5bGU9J3N0b3AtY29sb3I6IzIzMUYyMCcvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjkzMDEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMScgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCB4PSczMC41JyB5PSczNTguNycgY2xhc3M9J3N0Micgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4Jy8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDxnLz4KICAgIDwvZz4KPC9zdmc+"
449
+ }
547
450
  },
548
451
  {
549
452
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
550
453
  "name": "Automation Anywhere Outbound Connector",
551
454
  "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
- ]
559
- },
455
+ "description": "Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
560
456
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
561
- "version": 2,
457
+ "version": 1,
458
+ "deprecated": {
459
+ "message": "This connector is replaced by the new Automation Anywhere connector (id = io.camunda.connectors.AutomationAnywhere.v1). Please use the new connector instead."
460
+ },
562
461
  "category": {
563
462
  "id": "connectors",
564
463
  "name": "Connectors"
@@ -605,8 +504,8 @@
605
504
  {
606
505
  "value": "io.camunda:connector-automationanywhere:1",
607
506
  "binding": {
608
- "property": "type",
609
- "type": "zeebe:taskDefinition"
507
+ "type": "zeebe:taskDefinition",
508
+ "property": "type"
610
509
  },
611
510
  "type": "Hidden"
612
511
  },
@@ -871,7 +770,7 @@
871
770
  "constraints": {
872
771
  "notEmpty": true
873
772
  },
874
- "feel": "static",
773
+ "feel": "optional",
875
774
  "group": "input",
876
775
  "binding": {
877
776
  "name": "operation.workItemId",
@@ -882,21 +781,21 @@
882
781
  "equals": "listWorkItemsInQueue",
883
782
  "type": "simple"
884
783
  },
885
- "type": "Number"
784
+ "type": "String"
886
785
  },
887
786
  {
888
787
  "id": "configuration.connectionTimeoutInSeconds",
889
788
  "label": "Connection timeout in seconds",
890
789
  "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
891
790
  "optional": true,
892
- "value": 20,
893
- "feel": "static",
791
+ "value": "20",
792
+ "feel": "optional",
894
793
  "group": "timeout",
895
794
  "binding": {
896
795
  "name": "configuration.connectionTimeoutInSeconds",
897
796
  "type": "zeebe:input"
898
797
  },
899
- "type": "Number"
798
+ "type": "String"
900
799
  },
901
800
  {
902
801
  "id": "resultVariable",
@@ -933,19 +832,6 @@
933
832
  },
934
833
  "type": "Text"
935
834
  },
936
- {
937
- "id": "retryCount",
938
- "label": "Retries",
939
- "description": "Number of retries",
940
- "value": "3",
941
- "feel": "optional",
942
- "group": "retries",
943
- "binding": {
944
- "property": "retries",
945
- "type": "zeebe:taskDefinition"
946
- },
947
- "type": "String"
948
- },
949
835
  {
950
836
  "id": "retryBackoff",
951
837
  "label": "Retry backoff",
@@ -956,7 +842,7 @@
956
842
  "key": "retryBackoff",
957
843
  "type": "zeebe:taskHeader"
958
844
  },
959
- "type": "String"
845
+ "type": "Hidden"
960
846
  }
961
847
  ],
962
848
  "icon": {
@@ -966,17 +852,20 @@
966
852
  {
967
853
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
968
854
  "name": "Automation Anywhere Outbound Connector",
969
- "id": "io.camunda.connectors.AutomationAnywhere.v1",
970
- "version": 3,
971
- "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
855
+ "id": "io.camunda.connectors.AutomationAnywhere",
856
+ "description": "Manage work items in Automation Anywhere queues.",
972
857
  "deprecated": {
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",
974
- "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
858
+ "message": "This connector is replaced by the new Automation Anywhere connector (id = io.camunda.connectors.AutomationAnywhere.v1). Please use the new connector instead."
975
859
  },
976
- "icon": {
977
- "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"
860
+ "metadata": {
861
+ "keywords": [
862
+ "add work item to queue",
863
+ "get work item from queue",
864
+ "get work item result from queue by ID"
865
+ ]
978
866
  },
979
867
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
868
+ "version": 2,
980
869
  "category": {
981
870
  "id": "connectors",
982
871
  "name": "Connectors"
@@ -985,48 +874,57 @@
985
874
  "elementType": {
986
875
  "value": "bpmn:ServiceTask"
987
876
  },
988
- "engines": {
989
- "camunda": "^8.2"
990
- },
991
877
  "groups": [
992
878
  {
993
879
  "id": "operation",
994
880
  "label": "Operation"
995
881
  },
996
- {
997
- "id": "authentication",
998
- "label": "Authentication"
999
- },
1000
882
  {
1001
883
  "id": "configuration",
1002
884
  "label": "Configuration"
1003
885
  },
886
+ {
887
+ "id": "authentication",
888
+ "label": "Authentication"
889
+ },
1004
890
  {
1005
891
  "id": "input",
1006
892
  "label": "Input"
1007
893
  },
894
+ {
895
+ "id": "timeout",
896
+ "label": "Timeout"
897
+ },
1008
898
  {
1009
899
  "id": "output",
1010
- "label": "Output"
900
+ "label": "Output mapping"
1011
901
  },
1012
902
  {
1013
- "id": "errors",
903
+ "id": "error",
1014
904
  "label": "Error handling"
905
+ },
906
+ {
907
+ "id": "retries",
908
+ "label": "Retries"
1015
909
  }
1016
910
  ],
1017
911
  "properties": [
1018
912
  {
1019
- "type": "Hidden",
1020
- "value": "io.camunda:http-json:1",
913
+ "value": "io.camunda:connector-automationanywhere:1",
1021
914
  "binding": {
1022
- "type": "zeebe:taskDefinition",
1023
- "property": "type"
1024
- }
915
+ "property": "type",
916
+ "type": "zeebe:taskDefinition"
917
+ },
918
+ "type": "Hidden"
1025
919
  },
1026
920
  {
1027
- "label": "Operation type",
1028
- "id": "operationType",
921
+ "id": "operation.type",
922
+ "label": "Type",
1029
923
  "group": "operation",
924
+ "binding": {
925
+ "name": "operation.type",
926
+ "type": "zeebe:input"
927
+ },
1030
928
  "type": "Dropdown",
1031
929
  "choices": [
1032
930
  {
@@ -1037,176 +935,107 @@
1037
935
  "name": "Get work item result from queue by ID",
1038
936
  "value": "listWorkItemsInQueue"
1039
937
  }
1040
- ],
1041
- "binding": {
1042
- "type": "zeebe:input",
1043
- "name": "operationType"
1044
- }
938
+ ]
1045
939
  },
1046
940
  {
941
+ "id": "configuration.controlRoomUrl",
1047
942
  "label": "Control room URL",
1048
- "group": "configuration",
943
+ "optional": false,
944
+ "constraints": {
945
+ "notEmpty": true
946
+ },
1049
947
  "feel": "optional",
1050
- "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>",
1051
- "type": "String",
948
+ "group": "configuration",
1052
949
  "binding": {
1053
- "type": "zeebe:input",
1054
- "name": "controlRoomURL"
950
+ "name": "configuration.controlRoomUrl",
951
+ "type": "zeebe:input"
1055
952
  },
1056
- "constraints": {
1057
- "notEmpty": true,
1058
- "pattern": {
1059
- "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
1060
- "message": "Must be a http(s) URL"
1061
- }
1062
- }
953
+ "type": "String"
1063
954
  },
1064
955
  {
956
+ "id": "authentication.type",
1065
957
  "label": "Type",
1066
- "id": "authenticationType",
958
+ "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>",
959
+ "value": "passwordBasedAuthentication",
1067
960
  "group": "authentication",
1068
- "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>",
1069
- "value": "userNamePasswordAuth",
961
+ "binding": {
962
+ "name": "authentication.type",
963
+ "type": "zeebe:input"
964
+ },
1070
965
  "type": "Dropdown",
1071
966
  "choices": [
1072
967
  {
1073
968
  "name": "Authenticate (username and password)",
1074
- "value": "userNamePasswordAuth"
969
+ "value": "passwordBasedAuthentication"
1075
970
  },
1076
971
  {
1077
972
  "name": "Authenticate (username and API key)",
1078
- "value": "userNameApiKeyAuth"
973
+ "value": "apiKeyAuthentication"
1079
974
  },
1080
975
  {
1081
976
  "name": "Authentication (refresh) token",
1082
- "value": "tokenAuth"
977
+ "value": "tokenBasedAuthentication"
1083
978
  }
1084
- ],
1085
- "binding": {
1086
- "type": "zeebe:input",
1087
- "name": "authentication.withoutBindingType"
1088
- }
979
+ ]
1089
980
  },
1090
981
  {
1091
- "id": "credentialsInBodyAuthType",
1092
- "group": "authentication",
1093
- "type": "Hidden",
1094
- "value": "credentialsInBody",
1095
- "binding": {
1096
- "type": "zeebe:input",
1097
- "name": "authentication.type"
1098
- },
982
+ "id": "authentication.passwordBassesUsername",
983
+ "label": "Username",
984
+ "optional": false,
1099
985
  "constraints": {
1100
986
  "notEmpty": true
1101
987
  },
1102
- "condition": {
1103
- "property": "authenticationType",
1104
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1105
- }
1106
- },
1107
- {
988
+ "feel": "optional",
1108
989
  "group": "authentication",
1109
- "type": "Hidden",
1110
- "value": "noAuth",
1111
990
  "binding": {
1112
- "type": "zeebe:input",
1113
- "name": "authentication.request.authentication.type"
1114
- },
1115
- "constraints": {
1116
- "notEmpty": true
991
+ "name": "authentication.username",
992
+ "type": "zeebe:input"
1117
993
  },
1118
994
  "condition": {
1119
- "property": "authenticationType",
1120
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1121
- }
995
+ "property": "authentication.type",
996
+ "equals": "passwordBasedAuthentication",
997
+ "type": "simple"
998
+ },
999
+ "type": "String"
1122
1000
  },
1123
1001
  {
1124
- "id": "tokenAuthType",
1125
- "group": "authentication",
1126
- "type": "Hidden",
1127
- "value": "noAuth",
1128
- "binding": {
1129
- "type": "zeebe:input",
1130
- "name": "authentication.type"
1131
- },
1002
+ "id": "authentication.password",
1003
+ "label": "Password",
1004
+ "optional": false,
1132
1005
  "constraints": {
1133
1006
  "notEmpty": true
1134
1007
  },
1135
- "condition": {
1136
- "property": "authenticationType",
1137
- "oneOf": ["tokenAuth"]
1138
- }
1139
- },
1140
- {
1141
- "description": "method for authentication",
1142
- "type": "Hidden",
1143
- "value": "post",
1144
- "binding": {
1145
- "type": "zeebe:input",
1146
- "name": "authentication.request.method"
1147
- },
1148
- "condition": {
1149
- "property": "authenticationType",
1150
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1151
- }
1152
- },
1153
- {
1154
- "label": "Username",
1155
- "group": "authentication",
1156
- "type": "String",
1157
1008
  "feel": "optional",
1009
+ "group": "authentication",
1158
1010
  "binding": {
1159
- "type": "zeebe:input",
1160
- "name": "authentication.request.body.username"
1161
- },
1162
- "constraints": {
1163
- "notEmpty": true
1011
+ "name": "authentication.password",
1012
+ "type": "zeebe:input"
1164
1013
  },
1165
1014
  "condition": {
1166
- "property": "authenticationType",
1167
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1168
- }
1015
+ "property": "authentication.type",
1016
+ "equals": "passwordBasedAuthentication",
1017
+ "type": "simple"
1018
+ },
1019
+ "type": "String"
1169
1020
  },
1170
1021
  {
1171
- "label": "Password",
1172
- "group": "authentication",
1173
- "type": "String",
1174
- "feel": "optional",
1175
- "binding": {
1176
- "type": "zeebe:input",
1177
- "name": "authentication.request.body.password"
1178
- },
1022
+ "id": "authentication.multipleLogin",
1023
+ "label": "Multiple login",
1024
+ "optional": false,
1179
1025
  "constraints": {
1180
1026
  "notEmpty": true
1181
1027
  },
1182
- "condition": {
1183
- "property": "authenticationType",
1184
- "equals": "userNamePasswordAuth"
1185
- }
1186
- },
1187
- {
1188
- "label": "API key",
1189
1028
  "group": "authentication",
1190
- "type": "String",
1191
- "feel": "optional",
1192
1029
  "binding": {
1193
- "type": "zeebe:input",
1194
- "name": "authentication.request.body.apiKey"
1195
- },
1196
- "constraints": {
1197
- "notEmpty": true
1030
+ "name": "authentication.multipleLogin",
1031
+ "type": "zeebe:input"
1198
1032
  },
1199
1033
  "condition": {
1200
- "property": "authenticationType",
1201
- "equals": "userNameApiKeyAuth"
1202
- }
1203
- },
1204
- {
1205
- "label": "Multiple login",
1206
- "group": "authentication",
1207
- "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>",
1034
+ "property": "authentication.type",
1035
+ "equals": "passwordBasedAuthentication",
1036
+ "type": "simple"
1037
+ },
1208
1038
  "type": "Dropdown",
1209
- "value": "false",
1210
1039
  "choices": [
1211
1040
  {
1212
1041
  "name": "TRUE",
@@ -1216,298 +1045,230 @@
1216
1045
  "name": "FALSE",
1217
1046
  "value": "false"
1218
1047
  }
1219
- ],
1220
- "binding": {
1221
- "type": "zeebe:input",
1222
- "name": "authentication.request.body.multipleLogin"
1223
- },
1048
+ ]
1049
+ },
1050
+ {
1051
+ "id": "authentication.apiUsername",
1052
+ "label": "Username",
1053
+ "optional": false,
1224
1054
  "constraints": {
1225
1055
  "notEmpty": true
1226
1056
  },
1227
- "condition": {
1228
- "property": "authenticationType",
1229
- "equals": "userNamePasswordAuth"
1230
- }
1231
- },
1232
- {
1233
- "label": "Token",
1234
- "group": "authentication",
1235
- "type": "String",
1236
1057
  "feel": "optional",
1058
+ "group": "authentication",
1237
1059
  "binding": {
1238
- "type": "zeebe:input",
1239
- "name": "token"
1240
- },
1241
- "constraints": {
1242
- "notEmpty": true
1060
+ "name": "authentication.username",
1061
+ "type": "zeebe:input"
1243
1062
  },
1244
1063
  "condition": {
1245
- "property": "authenticationType",
1246
- "equals": "tokenAuth"
1247
- }
1064
+ "property": "authentication.type",
1065
+ "equals": "apiKeyAuthentication",
1066
+ "type": "simple"
1067
+ },
1068
+ "type": "String"
1248
1069
  },
1249
1070
  {
1250
- "description": "Token",
1251
- "type": "Hidden",
1252
- "value": "={\"X-Authorization\":token}",
1253
- "binding": {
1254
- "type": "zeebe:input",
1255
- "name": "headers"
1256
- },
1071
+ "id": "authentication.apiKey",
1072
+ "label": "API key",
1073
+ "optional": false,
1257
1074
  "constraints": {
1258
1075
  "notEmpty": true
1259
1076
  },
1260
- "condition": {
1261
- "property": "authenticationType",
1262
- "equals": "tokenAuth"
1263
- }
1264
- },
1265
- {
1266
- "description": "Output headers",
1267
- "type": "Hidden",
1268
- "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
1077
+ "feel": "optional",
1078
+ "group": "authentication",
1269
1079
  "binding": {
1270
- "type": "zeebe:input",
1271
- "name": "authentication.outputHeaders"
1272
- },
1273
- "constraints": {
1274
- "notEmpty": true
1080
+ "name": "authentication.apiKey",
1081
+ "type": "zeebe:input"
1275
1082
  },
1276
1083
  "condition": {
1277
- "property": "authenticationType",
1278
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1279
- }
1084
+ "property": "authentication.type",
1085
+ "equals": "apiKeyAuthentication",
1086
+ "type": "simple"
1087
+ },
1088
+ "type": "String"
1280
1089
  },
1281
1090
  {
1282
- "description": "Full authentication url",
1283
- "type": "Hidden",
1091
+ "id": "authentication.token",
1092
+ "label": "Token",
1284
1093
  "optional": false,
1285
- "value": "=controlRoomURL+\"/v1/authentication\"",
1286
- "binding": {
1287
- "type": "zeebe:input",
1288
- "name": "authentication.request.url"
1289
- },
1290
1094
  "constraints": {
1291
1095
  "notEmpty": true
1292
1096
  },
1293
- "condition": {
1294
- "property": "authenticationType",
1295
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1296
- }
1297
- },
1298
- {
1299
- "description": "method for request",
1300
- "type": "Hidden",
1301
- "value": "post",
1097
+ "feel": "optional",
1098
+ "group": "authentication",
1302
1099
  "binding": {
1303
- "type": "zeebe:input",
1304
- "name": "method"
1100
+ "name": "authentication.token",
1101
+ "type": "zeebe:input"
1305
1102
  },
1306
1103
  "condition": {
1307
- "property": "operationType",
1308
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
1309
- }
1104
+ "property": "authentication.type",
1105
+ "equals": "tokenBasedAuthentication",
1106
+ "type": "simple"
1107
+ },
1108
+ "type": "String"
1310
1109
  },
1311
1110
  {
1111
+ "id": "operation.queueId",
1312
1112
  "label": "Work queue ID",
1313
- "group": "input",
1314
1113
  "description": "The queue ID of the item",
1315
- "type": "String",
1316
1114
  "optional": false,
1317
- "feel": "optional",
1318
- "binding": {
1319
- "type": "zeebe:input",
1320
- "name": "queueId"
1321
- },
1322
1115
  "constraints": {
1323
1116
  "notEmpty": true
1324
1117
  },
1118
+ "feel": "optional",
1119
+ "group": "input",
1120
+ "binding": {
1121
+ "name": "operation.queueId",
1122
+ "type": "zeebe:input"
1123
+ },
1325
1124
  "condition": {
1326
- "property": "operationType",
1327
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
1328
- }
1125
+ "property": "operation.type",
1126
+ "equals": "addWorkItemsToTheQueue",
1127
+ "type": "simple"
1128
+ },
1129
+ "type": "String"
1329
1130
  },
1330
1131
  {
1331
- "description": "Add work items to the queue",
1332
- "type": "Hidden",
1132
+ "id": "operation.data",
1133
+ "label": "Work item json data",
1134
+ "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>",
1333
1135
  "optional": false,
1334
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
1335
- "binding": {
1336
- "type": "zeebe:input",
1337
- "name": "url"
1338
- },
1339
1136
  "constraints": {
1340
1137
  "notEmpty": true
1341
1138
  },
1139
+ "feel": "required",
1140
+ "group": "input",
1141
+ "binding": {
1142
+ "name": "operation.data",
1143
+ "type": "zeebe:input"
1144
+ },
1342
1145
  "condition": {
1343
- "property": "operationType",
1344
- "oneOf": ["addWorkItemsToTheQueue"]
1345
- }
1146
+ "property": "operation.type",
1147
+ "equals": "addWorkItemsToTheQueue",
1148
+ "type": "simple"
1149
+ },
1150
+ "type": "Text"
1346
1151
  },
1347
1152
  {
1348
- "label": "Work item ID",
1349
- "description": "The queue item identifier to be fetched from queue",
1350
- "group": "input",
1351
- "type": "String",
1352
- "feel": "optional",
1153
+ "id": "operation.workQueueId",
1154
+ "label": "Work queue ID",
1155
+ "description": "The queue ID of the item",
1353
1156
  "optional": false,
1354
- "binding": {
1355
- "type": "zeebe:input",
1356
- "name": "workItemId"
1357
- },
1358
1157
  "constraints": {
1359
1158
  "notEmpty": true
1360
1159
  },
1361
- "condition": {
1362
- "property": "operationType",
1363
- "oneOf": ["listWorkItemsInQueue"]
1364
- }
1365
- },
1366
- {
1367
- "label": "Work item json data",
1368
- "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>",
1160
+ "feel": "optional",
1369
1161
  "group": "input",
1370
- "type": "String",
1371
- "feel": "required",
1372
1162
  "binding": {
1373
- "type": "zeebe:input",
1374
- "name": "itemData"
1375
- },
1376
- "constraints": {
1377
- "notEmpty": true
1163
+ "name": "operation.queueId",
1164
+ "type": "zeebe:input"
1378
1165
  },
1379
1166
  "condition": {
1380
- "property": "operationType",
1381
- "oneOf": ["addWorkItemsToTheQueue"]
1382
- }
1383
- },
1384
- {
1385
- "description": "body with a new work item",
1386
- "type": "Hidden",
1387
- "optional": false,
1388
- "value": "={\"workItems\":[{\"json\":itemData}]}",
1389
- "binding": {
1390
- "type": "zeebe:input",
1391
- "name": "body"
1392
- },
1393
- "constraints": {
1394
- "notEmpty": true
1167
+ "property": "operation.type",
1168
+ "equals": "listWorkItemsInQueue",
1169
+ "type": "simple"
1395
1170
  },
1396
- "condition": {
1397
- "property": "operationType",
1398
- "oneOf": ["addWorkItemsToTheQueue"]
1399
- }
1171
+ "type": "String"
1400
1172
  },
1401
1173
  {
1402
- "label": "filter for getting item by id",
1403
- "type": "Hidden",
1174
+ "id": "operation.workItemId",
1175
+ "label": "Work item ID",
1176
+ "description": "The queue item identifier to be fetched from queue",
1404
1177
  "optional": false,
1405
- "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
1406
- "binding": {
1407
- "type": "zeebe:input",
1408
- "name": "body"
1409
- },
1410
1178
  "constraints": {
1411
1179
  "notEmpty": true
1412
1180
  },
1413
- "condition": {
1414
- "property": "operationType",
1415
- "oneOf": ["listWorkItemsInQueue"]
1416
- }
1417
- },
1418
- {
1419
- "description": "List work items in queue",
1420
- "type": "Hidden",
1421
- "optional": false,
1422
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
1181
+ "feel": "static",
1182
+ "group": "input",
1423
1183
  "binding": {
1424
- "type": "zeebe:input",
1425
- "name": "url"
1426
- },
1427
- "constraints": {
1428
- "notEmpty": true
1184
+ "name": "operation.workItemId",
1185
+ "type": "zeebe:input"
1429
1186
  },
1430
1187
  "condition": {
1431
- "property": "operationType",
1432
- "oneOf": ["listWorkItemsInQueue"]
1433
- }
1188
+ "property": "operation.type",
1189
+ "equals": "listWorkItemsInQueue",
1190
+ "type": "simple"
1191
+ },
1192
+ "type": "Number"
1434
1193
  },
1435
1194
  {
1436
- "label": "Connection timeout",
1195
+ "id": "configuration.connectionTimeoutInSeconds",
1196
+ "label": "Connection timeout in seconds",
1437
1197
  "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
1438
- "group": "errors",
1439
- "type": "String",
1440
- "value": "20",
1198
+ "optional": true,
1199
+ "value": 20,
1200
+ "feel": "static",
1201
+ "group": "timeout",
1441
1202
  "binding": {
1442
- "type": "zeebe:input",
1443
- "name": "connectionTimeoutInSeconds"
1203
+ "name": "configuration.connectionTimeoutInSeconds",
1204
+ "type": "zeebe:input"
1444
1205
  },
1445
- "optional": true,
1446
- "feel": "optional",
1447
- "constraints": {
1448
- "notEmpty": false,
1449
- "pattern": {
1450
- "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
1451
- "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
1452
- }
1453
- }
1206
+ "type": "Number"
1454
1207
  },
1455
1208
  {
1209
+ "id": "resultVariable",
1456
1210
  "label": "Result variable",
1457
- "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>",
1211
+ "description": "Name of variable to store the response in",
1458
1212
  "group": "output",
1459
- "type": "String",
1460
1213
  "binding": {
1461
- "type": "zeebe:taskHeader",
1462
- "key": "resultVariable"
1463
- }
1214
+ "key": "resultVariable",
1215
+ "type": "zeebe:taskHeader"
1216
+ },
1217
+ "type": "String"
1464
1218
  },
1465
1219
  {
1220
+ "id": "resultExpression",
1466
1221
  "label": "Result expression",
1467
- "id": "resultExpressionGetItemState",
1468
- "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>",
1469
- "group": "output",
1470
- "type": "String",
1222
+ "description": "Expression to map the response into process variables",
1471
1223
  "feel": "required",
1472
- "value": "={itemState:response.body.list[1].status}",
1224
+ "group": "output",
1473
1225
  "binding": {
1474
- "type": "zeebe:taskHeader",
1475
- "key": "resultExpression"
1226
+ "key": "resultExpression",
1227
+ "type": "zeebe:taskHeader"
1476
1228
  },
1477
- "condition": {
1478
- "property": "operationType",
1479
- "oneOf": ["listWorkItemsInQueue"]
1480
- }
1229
+ "type": "Text"
1481
1230
  },
1482
1231
  {
1483
- "label": "Result expression",
1484
- "id": "resultExpressionGetItemId",
1485
- "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>",
1486
- "group": "output",
1487
- "type": "String",
1232
+ "id": "errorExpression",
1233
+ "label": "Error expression",
1234
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1488
1235
  "feel": "required",
1489
- "value": "={itemId:response.body.list[1].id}",
1236
+ "group": "error",
1490
1237
  "binding": {
1491
- "type": "zeebe:taskHeader",
1492
- "key": "resultExpression"
1238
+ "key": "errorExpression",
1239
+ "type": "zeebe:taskHeader"
1493
1240
  },
1494
- "condition": {
1495
- "property": "operationType",
1496
- "oneOf": ["addWorkItemsToTheQueue"]
1497
- }
1241
+ "type": "Text"
1498
1242
  },
1499
1243
  {
1500
- "label": "Error expression",
1501
- "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>",
1502
- "group": "errors",
1503
- "type": "Text",
1504
- "feel": "required",
1244
+ "id": "retryCount",
1245
+ "label": "Retries",
1246
+ "description": "Number of retries",
1247
+ "value": "3",
1248
+ "feel": "optional",
1249
+ "group": "retries",
1505
1250
  "binding": {
1506
- "type": "zeebe:taskHeader",
1507
- "key": "errorExpression"
1508
- }
1251
+ "property": "retries",
1252
+ "type": "zeebe:taskDefinition"
1253
+ },
1254
+ "type": "String"
1255
+ },
1256
+ {
1257
+ "id": "retryBackoff",
1258
+ "label": "Retry backoff",
1259
+ "description": "ISO-8601 duration to wait between retries",
1260
+ "value": "PT0S",
1261
+ "group": "retries",
1262
+ "binding": {
1263
+ "key": "retryBackoff",
1264
+ "type": "zeebe:taskHeader"
1265
+ },
1266
+ "type": "String"
1509
1267
  }
1510
- ]
1268
+ ],
1269
+ "icon": {
1270
+ "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+"
1271
+ }
1511
1272
  },
1512
1273
  {
1513
1274
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
@@ -2057,11 +1818,17 @@
2057
1818
  },
2058
1819
  {
2059
1820
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
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/",
1821
+ "name": "Automation Anywhere connector",
1822
+ "id": "io.camunda.connectors.AutomationAnywhere.v1",
2064
1823
  "version": 1,
1824
+ "icon": {
1825
+ "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"
1826
+ },
1827
+ "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
1828
+ "deprecated": {
1829
+ "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
1830
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
1831
+ },
2065
1832
  "category": {
2066
1833
  "id": "connectors",
2067
1834
  "name": "Connectors"
@@ -2070,57 +1837,48 @@
2070
1837
  "elementType": {
2071
1838
  "value": "bpmn:ServiceTask"
2072
1839
  },
1840
+ "engines": {
1841
+ "camunda": "^8.2"
1842
+ },
2073
1843
  "groups": [
2074
1844
  {
2075
1845
  "id": "operation",
2076
1846
  "label": "Operation"
2077
1847
  },
2078
- {
2079
- "id": "configuration",
2080
- "label": "Configuration"
2081
- },
2082
1848
  {
2083
1849
  "id": "authentication",
2084
1850
  "label": "Authentication"
2085
1851
  },
2086
1852
  {
2087
- "id": "input",
2088
- "label": "Input"
1853
+ "id": "configuration",
1854
+ "label": "Configuration"
2089
1855
  },
2090
1856
  {
2091
- "id": "timeout",
2092
- "label": "Timeout"
1857
+ "id": "input",
1858
+ "label": "Input"
2093
1859
  },
2094
1860
  {
2095
1861
  "id": "output",
2096
- "label": "Output mapping"
1862
+ "label": "Output"
2097
1863
  },
2098
1864
  {
2099
- "id": "error",
1865
+ "id": "errors",
2100
1866
  "label": "Error handling"
2101
- },
2102
- {
2103
- "id": "retries",
2104
- "label": "Retries"
2105
1867
  }
2106
1868
  ],
2107
1869
  "properties": [
2108
1870
  {
2109
- "value": "io.camunda:connector-automationanywhere:1",
1871
+ "type": "Hidden",
1872
+ "value": "io.camunda:http-json:1",
2110
1873
  "binding": {
2111
1874
  "type": "zeebe:taskDefinition",
2112
1875
  "property": "type"
2113
- },
2114
- "type": "Hidden"
1876
+ }
2115
1877
  },
2116
1878
  {
2117
- "id": "operation.type",
2118
- "label": "Type",
1879
+ "label": "Operation type",
1880
+ "id": "operationType",
2119
1881
  "group": "operation",
2120
- "binding": {
2121
- "name": "operation.type",
2122
- "type": "zeebe:input"
2123
- },
2124
1882
  "type": "Dropdown",
2125
1883
  "choices": [
2126
1884
  {
@@ -2131,107 +1889,176 @@
2131
1889
  "name": "Get work item result from queue by ID",
2132
1890
  "value": "listWorkItemsInQueue"
2133
1891
  }
2134
- ]
1892
+ ],
1893
+ "binding": {
1894
+ "type": "zeebe:input",
1895
+ "name": "operationType"
1896
+ }
2135
1897
  },
2136
1898
  {
2137
- "id": "configuration.controlRoomUrl",
2138
1899
  "label": "Control room URL",
2139
- "optional": false,
2140
- "constraints": {
2141
- "notEmpty": true
2142
- },
2143
- "feel": "optional",
2144
1900
  "group": "configuration",
1901
+ "feel": "optional",
1902
+ "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>",
1903
+ "type": "String",
2145
1904
  "binding": {
2146
- "name": "configuration.controlRoomUrl",
2147
- "type": "zeebe:input"
1905
+ "type": "zeebe:input",
1906
+ "name": "controlRoomURL"
2148
1907
  },
2149
- "type": "String"
1908
+ "constraints": {
1909
+ "notEmpty": true,
1910
+ "pattern": {
1911
+ "value": "^(=|(http://|https://|secrets).*$)",
1912
+ "message": "Must be a http(s) URL."
1913
+ }
1914
+ }
2150
1915
  },
2151
1916
  {
2152
- "id": "authentication.type",
2153
1917
  "label": "Type",
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",
1918
+ "id": "authenticationType",
2156
1919
  "group": "authentication",
2157
- "binding": {
2158
- "name": "authentication.type",
2159
- "type": "zeebe:input"
2160
- },
1920
+ "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>",
1921
+ "value": "userNamePasswordAuth",
2161
1922
  "type": "Dropdown",
2162
1923
  "choices": [
2163
1924
  {
2164
1925
  "name": "Authenticate (username and password)",
2165
- "value": "passwordBasedAuthentication"
1926
+ "value": "userNamePasswordAuth"
2166
1927
  },
2167
1928
  {
2168
1929
  "name": "Authenticate (username and API key)",
2169
- "value": "apiKeyAuthentication"
1930
+ "value": "userNameApiKeyAuth"
2170
1931
  },
2171
1932
  {
2172
1933
  "name": "Authentication (refresh) token",
2173
- "value": "tokenBasedAuthentication"
1934
+ "value": "tokenAuth"
2174
1935
  }
2175
- ]
1936
+ ],
1937
+ "binding": {
1938
+ "type": "zeebe:input",
1939
+ "name": "authentication.withoutBindingType"
1940
+ }
2176
1941
  },
2177
1942
  {
2178
- "id": "authentication.passwordBassesUsername",
2179
- "label": "Username",
2180
- "optional": false,
1943
+ "id": "credentialsInBodyAuthType",
1944
+ "group": "authentication",
1945
+ "type": "Hidden",
1946
+ "value": "credentialsInBody",
1947
+ "binding": {
1948
+ "type": "zeebe:input",
1949
+ "name": "authentication.type"
1950
+ },
2181
1951
  "constraints": {
2182
1952
  "notEmpty": true
2183
1953
  },
2184
- "feel": "optional",
1954
+ "condition": {
1955
+ "property": "authenticationType",
1956
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1957
+ }
1958
+ },
1959
+ {
2185
1960
  "group": "authentication",
1961
+ "type": "Hidden",
1962
+ "value": "noAuth",
2186
1963
  "binding": {
2187
- "name": "authentication.username",
2188
- "type": "zeebe:input"
1964
+ "type": "zeebe:input",
1965
+ "name": "authentication.request.authentication.type"
2189
1966
  },
2190
- "condition": {
2191
- "property": "authentication.type",
2192
- "equals": "passwordBasedAuthentication",
2193
- "type": "simple"
1967
+ "constraints": {
1968
+ "notEmpty": true
2194
1969
  },
2195
- "type": "String"
1970
+ "condition": {
1971
+ "property": "authenticationType",
1972
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1973
+ }
2196
1974
  },
2197
1975
  {
2198
- "id": "authentication.password",
2199
- "label": "Password",
2200
- "optional": false,
1976
+ "id": "tokenAuthType",
1977
+ "group": "authentication",
1978
+ "type": "Hidden",
1979
+ "value": "noAuth",
1980
+ "binding": {
1981
+ "type": "zeebe:input",
1982
+ "name": "authentication.type"
1983
+ },
2201
1984
  "constraints": {
2202
1985
  "notEmpty": true
2203
1986
  },
2204
- "feel": "optional",
2205
- "group": "authentication",
1987
+ "condition": {
1988
+ "property": "authenticationType",
1989
+ "oneOf": ["tokenAuth"]
1990
+ }
1991
+ },
1992
+ {
1993
+ "description": "method for authentication",
1994
+ "type": "Hidden",
1995
+ "value": "post",
2206
1996
  "binding": {
2207
- "name": "authentication.password",
2208
- "type": "zeebe:input"
1997
+ "type": "zeebe:input",
1998
+ "name": "authentication.request.method"
2209
1999
  },
2210
2000
  "condition": {
2211
- "property": "authentication.type",
2212
- "equals": "passwordBasedAuthentication",
2213
- "type": "simple"
2214
- },
2215
- "type": "String"
2001
+ "property": "authenticationType",
2002
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2003
+ }
2216
2004
  },
2217
2005
  {
2218
- "id": "authentication.multipleLogin",
2219
- "label": "Multiple login",
2220
- "optional": false,
2006
+ "label": "Username",
2007
+ "group": "authentication",
2008
+ "type": "String",
2009
+ "feel": "optional",
2010
+ "binding": {
2011
+ "type": "zeebe:input",
2012
+ "name": "authentication.request.body.username"
2013
+ },
2221
2014
  "constraints": {
2222
2015
  "notEmpty": true
2223
2016
  },
2017
+ "condition": {
2018
+ "property": "authenticationType",
2019
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2020
+ }
2021
+ },
2022
+ {
2023
+ "label": "Password",
2224
2024
  "group": "authentication",
2025
+ "type": "String",
2026
+ "feel": "optional",
2225
2027
  "binding": {
2226
- "name": "authentication.multipleLogin",
2227
- "type": "zeebe:input"
2028
+ "type": "zeebe:input",
2029
+ "name": "authentication.request.body.password"
2030
+ },
2031
+ "constraints": {
2032
+ "notEmpty": true
2228
2033
  },
2229
2034
  "condition": {
2230
- "property": "authentication.type",
2231
- "equals": "passwordBasedAuthentication",
2232
- "type": "simple"
2035
+ "property": "authenticationType",
2036
+ "equals": "userNamePasswordAuth"
2037
+ }
2038
+ },
2039
+ {
2040
+ "label": "API key",
2041
+ "group": "authentication",
2042
+ "type": "String",
2043
+ "feel": "optional",
2044
+ "binding": {
2045
+ "type": "zeebe:input",
2046
+ "name": "authentication.request.body.apiKey"
2047
+ },
2048
+ "constraints": {
2049
+ "notEmpty": true
2233
2050
  },
2051
+ "condition": {
2052
+ "property": "authenticationType",
2053
+ "equals": "userNameApiKeyAuth"
2054
+ }
2055
+ },
2056
+ {
2057
+ "label": "Multiple login",
2058
+ "group": "authentication",
2059
+ "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>",
2234
2060
  "type": "Dropdown",
2061
+ "value": "false",
2235
2062
  "choices": [
2236
2063
  {
2237
2064
  "name": "TRUE",
@@ -2241,232 +2068,314 @@
2241
2068
  "name": "FALSE",
2242
2069
  "value": "false"
2243
2070
  }
2244
- ]
2245
- },
2246
- {
2247
- "id": "authentication.apiUsername",
2248
- "label": "Username",
2249
- "optional": false,
2071
+ ],
2072
+ "binding": {
2073
+ "type": "zeebe:input",
2074
+ "name": "authentication.request.body.multipleLogin"
2075
+ },
2250
2076
  "constraints": {
2251
2077
  "notEmpty": true
2252
2078
  },
2253
- "feel": "optional",
2254
- "group": "authentication",
2255
- "binding": {
2256
- "name": "authentication.username",
2257
- "type": "zeebe:input"
2258
- },
2259
2079
  "condition": {
2260
- "property": "authentication.type",
2261
- "equals": "apiKeyAuthentication",
2262
- "type": "simple"
2263
- },
2264
- "type": "String"
2080
+ "property": "authenticationType",
2081
+ "equals": "userNamePasswordAuth"
2082
+ }
2265
2083
  },
2266
2084
  {
2267
- "id": "authentication.apiKey",
2268
- "label": "API key",
2269
- "optional": false,
2270
- "constraints": {
2271
- "notEmpty": true
2272
- },
2273
- "feel": "optional",
2085
+ "label": "Token",
2274
2086
  "group": "authentication",
2087
+ "type": "String",
2088
+ "feel": "optional",
2275
2089
  "binding": {
2276
- "name": "authentication.apiKey",
2277
- "type": "zeebe:input"
2090
+ "type": "zeebe:input",
2091
+ "name": "token"
2278
2092
  },
2279
- "condition": {
2280
- "property": "authentication.type",
2281
- "equals": "apiKeyAuthentication",
2282
- "type": "simple"
2093
+ "constraints": {
2094
+ "notEmpty": true
2283
2095
  },
2284
- "type": "String"
2096
+ "condition": {
2097
+ "property": "authenticationType",
2098
+ "equals": "tokenAuth"
2099
+ }
2285
2100
  },
2286
2101
  {
2287
- "id": "authentication.token",
2288
- "label": "Token",
2289
- "optional": false,
2102
+ "description": "Token",
2103
+ "type": "Hidden",
2104
+ "value": "={\"X-Authorization\":token}",
2105
+ "binding": {
2106
+ "type": "zeebe:input",
2107
+ "name": "headers"
2108
+ },
2290
2109
  "constraints": {
2291
2110
  "notEmpty": true
2292
2111
  },
2293
- "feel": "optional",
2294
- "group": "authentication",
2295
- "binding": {
2296
- "name": "authentication.token",
2297
- "type": "zeebe:input"
2298
- },
2299
2112
  "condition": {
2300
- "property": "authentication.type",
2301
- "equals": "tokenBasedAuthentication",
2302
- "type": "simple"
2303
- },
2304
- "type": "String"
2113
+ "property": "authenticationType",
2114
+ "equals": "tokenAuth"
2115
+ }
2305
2116
  },
2306
2117
  {
2307
- "id": "operation.queueId",
2308
- "label": "Work queue ID",
2309
- "description": "The queue ID of the item",
2310
- "optional": false,
2118
+ "description": "Output headers",
2119
+ "type": "Hidden",
2120
+ "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
2121
+ "binding": {
2122
+ "type": "zeebe:input",
2123
+ "name": "authentication.outputHeaders"
2124
+ },
2311
2125
  "constraints": {
2312
2126
  "notEmpty": true
2313
2127
  },
2314
- "feel": "optional",
2315
- "group": "input",
2316
- "binding": {
2317
- "name": "operation.queueId",
2318
- "type": "zeebe:input"
2319
- },
2320
2128
  "condition": {
2321
- "property": "operation.type",
2322
- "equals": "addWorkItemsToTheQueue",
2323
- "type": "simple"
2324
- },
2325
- "type": "String"
2129
+ "property": "authenticationType",
2130
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2131
+ }
2326
2132
  },
2327
2133
  {
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>",
2134
+ "description": "Full authentication url",
2135
+ "type": "Hidden",
2331
2136
  "optional": false,
2137
+ "value": "=controlRoomURL+\"/v1/authentication\"",
2138
+ "binding": {
2139
+ "type": "zeebe:input",
2140
+ "name": "authentication.request.url"
2141
+ },
2332
2142
  "constraints": {
2333
2143
  "notEmpty": true
2334
2144
  },
2335
- "feel": "required",
2336
- "group": "input",
2145
+ "condition": {
2146
+ "property": "authenticationType",
2147
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2148
+ }
2149
+ },
2150
+ {
2151
+ "description": "method for request",
2152
+ "type": "Hidden",
2153
+ "value": "post",
2337
2154
  "binding": {
2338
- "name": "operation.data",
2339
- "type": "zeebe:input"
2155
+ "type": "zeebe:input",
2156
+ "name": "method"
2340
2157
  },
2341
2158
  "condition": {
2342
- "property": "operation.type",
2343
- "equals": "addWorkItemsToTheQueue",
2344
- "type": "simple"
2345
- },
2346
- "type": "Text"
2159
+ "property": "operationType",
2160
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
2161
+ }
2347
2162
  },
2348
2163
  {
2349
- "id": "operation.workQueueId",
2350
2164
  "label": "Work queue ID",
2165
+ "group": "input",
2351
2166
  "description": "The queue ID of the item",
2167
+ "type": "String",
2352
2168
  "optional": false,
2169
+ "feel": "optional",
2170
+ "binding": {
2171
+ "type": "zeebe:input",
2172
+ "name": "queueId"
2173
+ },
2353
2174
  "constraints": {
2354
2175
  "notEmpty": true
2355
2176
  },
2356
- "feel": "optional",
2357
- "group": "input",
2177
+ "condition": {
2178
+ "property": "operationType",
2179
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
2180
+ }
2181
+ },
2182
+ {
2183
+ "description": "Add work items to the queue",
2184
+ "type": "Hidden",
2185
+ "optional": false,
2186
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
2358
2187
  "binding": {
2359
- "name": "operation.queueId",
2360
- "type": "zeebe:input"
2188
+ "type": "zeebe:input",
2189
+ "name": "url"
2361
2190
  },
2362
- "condition": {
2363
- "property": "operation.type",
2364
- "equals": "listWorkItemsInQueue",
2365
- "type": "simple"
2191
+ "constraints": {
2192
+ "notEmpty": true
2366
2193
  },
2367
- "type": "String"
2194
+ "condition": {
2195
+ "property": "operationType",
2196
+ "oneOf": ["addWorkItemsToTheQueue"]
2197
+ }
2368
2198
  },
2369
2199
  {
2370
- "id": "operation.workItemId",
2371
2200
  "label": "Work item ID",
2372
2201
  "description": "The queue item identifier to be fetched from queue",
2202
+ "group": "input",
2203
+ "type": "String",
2204
+ "feel": "optional",
2373
2205
  "optional": false,
2206
+ "binding": {
2207
+ "type": "zeebe:input",
2208
+ "name": "workItemId"
2209
+ },
2374
2210
  "constraints": {
2375
2211
  "notEmpty": true
2376
2212
  },
2377
- "feel": "optional",
2213
+ "condition": {
2214
+ "property": "operationType",
2215
+ "oneOf": ["listWorkItemsInQueue"]
2216
+ }
2217
+ },
2218
+ {
2219
+ "label": "Work item json data",
2220
+ "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>",
2378
2221
  "group": "input",
2222
+ "type": "String",
2223
+ "feel": "required",
2379
2224
  "binding": {
2380
- "name": "operation.workItemId",
2381
- "type": "zeebe:input"
2225
+ "type": "zeebe:input",
2226
+ "name": "itemData"
2227
+ },
2228
+ "constraints": {
2229
+ "notEmpty": true
2382
2230
  },
2383
2231
  "condition": {
2384
- "property": "operation.type",
2385
- "equals": "listWorkItemsInQueue",
2386
- "type": "simple"
2232
+ "property": "operationType",
2233
+ "oneOf": ["addWorkItemsToTheQueue"]
2234
+ }
2235
+ },
2236
+ {
2237
+ "description": "body with a new work item",
2238
+ "type": "Hidden",
2239
+ "optional": false,
2240
+ "value": "={\"workItems\":[{\"json\":itemData}]}",
2241
+ "binding": {
2242
+ "type": "zeebe:input",
2243
+ "name": "body"
2387
2244
  },
2388
- "type": "String"
2245
+ "constraints": {
2246
+ "notEmpty": true
2247
+ },
2248
+ "condition": {
2249
+ "property": "operationType",
2250
+ "oneOf": ["addWorkItemsToTheQueue"]
2251
+ }
2389
2252
  },
2390
2253
  {
2391
- "id": "configuration.connectionTimeoutInSeconds",
2392
- "label": "Connection timeout in seconds",
2254
+ "label": "filter for getting item by id",
2255
+ "type": "Hidden",
2256
+ "optional": false,
2257
+ "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
2258
+ "binding": {
2259
+ "type": "zeebe:input",
2260
+ "name": "body"
2261
+ },
2262
+ "constraints": {
2263
+ "notEmpty": true
2264
+ },
2265
+ "condition": {
2266
+ "property": "operationType",
2267
+ "oneOf": ["listWorkItemsInQueue"]
2268
+ }
2269
+ },
2270
+ {
2271
+ "description": "List work items in queue",
2272
+ "type": "Hidden",
2273
+ "optional": false,
2274
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
2275
+ "binding": {
2276
+ "type": "zeebe:input",
2277
+ "name": "url"
2278
+ },
2279
+ "constraints": {
2280
+ "notEmpty": true
2281
+ },
2282
+ "condition": {
2283
+ "property": "operationType",
2284
+ "oneOf": ["listWorkItemsInQueue"]
2285
+ }
2286
+ },
2287
+ {
2288
+ "label": "Connection timeout",
2393
2289
  "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
2394
- "optional": true,
2290
+ "group": "errors",
2291
+ "type": "String",
2395
2292
  "value": "20",
2396
- "feel": "optional",
2397
- "group": "timeout",
2398
2293
  "binding": {
2399
- "name": "configuration.connectionTimeoutInSeconds",
2400
- "type": "zeebe:input"
2294
+ "type": "zeebe:input",
2295
+ "name": "connectionTimeoutInSeconds"
2401
2296
  },
2402
- "type": "String"
2297
+ "optional": true,
2298
+ "feel": "optional",
2299
+ "constraints": {
2300
+ "notEmpty": false,
2301
+ "pattern": {
2302
+ "value": "^(=|([0-9]+|secrets\\..+)$)",
2303
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
2304
+ }
2305
+ }
2403
2306
  },
2404
2307
  {
2405
- "id": "resultVariable",
2406
2308
  "label": "Result variable",
2407
- "description": "Name of variable to store the response in",
2309
+ "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>",
2408
2310
  "group": "output",
2311
+ "type": "String",
2409
2312
  "binding": {
2410
- "key": "resultVariable",
2411
- "type": "zeebe:taskHeader"
2412
- },
2413
- "type": "String"
2313
+ "type": "zeebe:taskHeader",
2314
+ "key": "resultVariable"
2315
+ }
2414
2316
  },
2415
2317
  {
2416
- "id": "resultExpression",
2417
2318
  "label": "Result expression",
2418
- "description": "Expression to map the response into process variables",
2419
- "feel": "required",
2319
+ "id": "resultExpressionGetItemState",
2320
+ "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>",
2420
2321
  "group": "output",
2322
+ "type": "String",
2323
+ "feel": "required",
2324
+ "value": "={itemState:response.body.list[1].status}",
2421
2325
  "binding": {
2422
- "key": "resultExpression",
2423
- "type": "zeebe:taskHeader"
2326
+ "type": "zeebe:taskHeader",
2327
+ "key": "resultExpression"
2424
2328
  },
2425
- "type": "Text"
2329
+ "condition": {
2330
+ "property": "operationType",
2331
+ "oneOf": ["listWorkItemsInQueue"]
2332
+ }
2426
2333
  },
2427
2334
  {
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>.",
2335
+ "label": "Result expression",
2336
+ "id": "resultExpressionGetItemId",
2337
+ "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>",
2338
+ "group": "output",
2339
+ "type": "String",
2431
2340
  "feel": "required",
2432
- "group": "error",
2341
+ "value": "={itemId:response.body.list[1].id}",
2433
2342
  "binding": {
2434
- "key": "errorExpression",
2435
- "type": "zeebe:taskHeader"
2343
+ "type": "zeebe:taskHeader",
2344
+ "key": "resultExpression"
2436
2345
  },
2437
- "type": "Text"
2346
+ "condition": {
2347
+ "property": "operationType",
2348
+ "oneOf": ["addWorkItemsToTheQueue"]
2349
+ }
2438
2350
  },
2439
2351
  {
2440
- "id": "retryBackoff",
2441
- "label": "Retry backoff",
2442
- "description": "ISO-8601 duration to wait between retries",
2443
- "value": "PT0S",
2444
- "group": "retries",
2352
+ "label": "Error expression",
2353
+ "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>",
2354
+ "group": "errors",
2355
+ "type": "Text",
2356
+ "feel": "required",
2445
2357
  "binding": {
2446
- "key": "retryBackoff",
2447
- "type": "zeebe:taskHeader"
2448
- },
2449
- "type": "Hidden"
2358
+ "type": "zeebe:taskHeader",
2359
+ "key": "errorExpression"
2360
+ }
2450
2361
  }
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
- }
2362
+ ]
2455
2363
  },
2456
2364
  {
2457
2365
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2458
- "name": "Automation Anywhere connector",
2366
+ "name": "Automation Anywhere Outbound Connector",
2459
2367
  "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
- },
2368
+ "version": 3,
2464
2369
  "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
2465
2370
  "deprecated": {
2466
2371
  "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
2372
  "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
2468
2373
  },
2469
- "category": {
2374
+ "icon": {
2375
+ "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"
2376
+ },
2377
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
2378
+ "category": {
2470
2379
  "id": "connectors",
2471
2380
  "name": "Connectors"
2472
2381
  },
@@ -2545,8 +2454,8 @@
2545
2454
  "constraints": {
2546
2455
  "notEmpty": true,
2547
2456
  "pattern": {
2548
- "value": "^(=|(http://|https://|secrets).*$)",
2549
- "message": "Must be a http(s) URL."
2457
+ "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
2458
+ "message": "Must be a http(s) URL"
2550
2459
  }
2551
2460
  }
2552
2461
  },
@@ -2936,7 +2845,7 @@
2936
2845
  "constraints": {
2937
2846
  "notEmpty": false,
2938
2847
  "pattern": {
2939
- "value": "^(=|([0-9]+|secrets\\..+)$)",
2848
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
2940
2849
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
2941
2850
  }
2942
2851
  }
@@ -3000,18 +2909,18 @@
3000
2909
  },
3001
2910
  {
3002
2911
  "$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
- ]
2912
+ "name": "Automation Anywhere connector",
2913
+ "id": "io.camunda.connectors.AutomationAnywhere.v1",
2914
+ "version": 2,
2915
+ "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
2916
+ "deprecated": {
2917
+ "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
2918
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
2919
+ },
2920
+ "icon": {
2921
+ "contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
3012
2922
  },
3013
2923
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
3014
- "version": 3,
3015
2924
  "category": {
3016
2925
  "id": "connectors",
3017
2926
  "name": "Connectors"
@@ -3021,63 +2930,47 @@
3021
2930
  "value": "bpmn:ServiceTask"
3022
2931
  },
3023
2932
  "engines": {
3024
- "camunda": "^8.4"
2933
+ "camunda": "^8.2"
3025
2934
  },
3026
2935
  "groups": [
3027
2936
  {
3028
2937
  "id": "operation",
3029
2938
  "label": "Operation"
3030
2939
  },
3031
- {
3032
- "id": "configuration",
3033
- "label": "Configuration"
3034
- },
3035
2940
  {
3036
2941
  "id": "authentication",
3037
2942
  "label": "Authentication"
3038
2943
  },
3039
2944
  {
3040
- "id": "input",
3041
- "label": "Input"
3042
- },
3043
- {
3044
- "id": "timeout",
3045
- "label": "Timeout"
2945
+ "id": "configuration",
2946
+ "label": "Configuration"
3046
2947
  },
3047
2948
  {
3048
- "id": "connector",
3049
- "label": "Connector"
2949
+ "id": "input",
2950
+ "label": "Input"
3050
2951
  },
3051
2952
  {
3052
2953
  "id": "output",
3053
- "label": "Output mapping"
2954
+ "label": "Output"
3054
2955
  },
3055
2956
  {
3056
- "id": "error",
2957
+ "id": "errors",
3057
2958
  "label": "Error handling"
3058
- },
3059
- {
3060
- "id": "retries",
3061
- "label": "Retries"
3062
2959
  }
3063
2960
  ],
3064
2961
  "properties": [
3065
2962
  {
3066
- "value": "io.camunda:connector-automationanywhere:1",
2963
+ "type": "Hidden",
2964
+ "value": "io.camunda:http-json:1",
3067
2965
  "binding": {
3068
- "property": "type",
3069
- "type": "zeebe:taskDefinition"
3070
- },
3071
- "type": "Hidden"
2966
+ "type": "zeebe:taskDefinition",
2967
+ "property": "type"
2968
+ }
3072
2969
  },
3073
2970
  {
3074
- "id": "operation.type",
3075
- "label": "Type",
2971
+ "label": "Operation type",
2972
+ "id": "operationType",
3076
2973
  "group": "operation",
3077
- "binding": {
3078
- "name": "operation.type",
3079
- "type": "zeebe:input"
3080
- },
3081
2974
  "type": "Dropdown",
3082
2975
  "choices": [
3083
2976
  {
@@ -3088,107 +2981,176 @@
3088
2981
  "name": "Get work item result from queue by ID",
3089
2982
  "value": "listWorkItemsInQueue"
3090
2983
  }
3091
- ]
2984
+ ],
2985
+ "binding": {
2986
+ "type": "zeebe:input",
2987
+ "name": "operationType"
2988
+ }
3092
2989
  },
3093
2990
  {
3094
- "id": "configuration.controlRoomUrl",
3095
2991
  "label": "Control room URL",
3096
- "optional": false,
3097
- "constraints": {
3098
- "notEmpty": true
3099
- },
3100
- "feel": "optional",
3101
2992
  "group": "configuration",
2993
+ "feel": "optional",
2994
+ "description": "Automation Anywhere control room URL. Details in the <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
2995
+ "type": "String",
3102
2996
  "binding": {
3103
- "name": "configuration.controlRoomUrl",
3104
- "type": "zeebe:input"
2997
+ "type": "zeebe:input",
2998
+ "name": "controlRoomURL"
3105
2999
  },
3106
- "type": "String"
3000
+ "constraints": {
3001
+ "notEmpty": true,
3002
+ "pattern": {
3003
+ "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
3004
+ "message": "Must be a http(s) URL"
3005
+ }
3006
+ }
3107
3007
  },
3108
3008
  {
3109
- "id": "authentication.type",
3110
3009
  "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",
3010
+ "id": "authenticationType",
3113
3011
  "group": "authentication",
3114
- "binding": {
3115
- "name": "authentication.type",
3116
- "type": "zeebe:input"
3117
- },
3012
+ "description": "Choose the authentication type. Details in the <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
3013
+ "value": "userNamePasswordAuth",
3118
3014
  "type": "Dropdown",
3119
3015
  "choices": [
3120
3016
  {
3121
3017
  "name": "Authenticate (username and password)",
3122
- "value": "passwordBasedAuthentication"
3018
+ "value": "userNamePasswordAuth"
3123
3019
  },
3124
3020
  {
3125
3021
  "name": "Authenticate (username and API key)",
3126
- "value": "apiKeyAuthentication"
3022
+ "value": "userNameApiKeyAuth"
3127
3023
  },
3128
3024
  {
3129
3025
  "name": "Authentication (refresh) token",
3130
- "value": "tokenBasedAuthentication"
3026
+ "value": "tokenAuth"
3131
3027
  }
3132
- ]
3028
+ ],
3029
+ "binding": {
3030
+ "type": "zeebe:input",
3031
+ "name": "authentication.withoutBindingType"
3032
+ }
3133
3033
  },
3134
3034
  {
3135
- "id": "authentication.passwordBassesUsername",
3136
- "label": "Username",
3137
- "optional": false,
3035
+ "id": "credentialsInBodyAuthType",
3036
+ "group": "authentication",
3037
+ "type": "Hidden",
3038
+ "value": "credentialsInBody",
3039
+ "binding": {
3040
+ "type": "zeebe:input",
3041
+ "name": "authentication.type"
3042
+ },
3138
3043
  "constraints": {
3139
3044
  "notEmpty": true
3140
3045
  },
3141
- "feel": "optional",
3046
+ "condition": {
3047
+ "property": "authenticationType",
3048
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3049
+ }
3050
+ },
3051
+ {
3142
3052
  "group": "authentication",
3053
+ "type": "Hidden",
3054
+ "value": "noAuth",
3143
3055
  "binding": {
3144
- "name": "authentication.username",
3145
- "type": "zeebe:input"
3056
+ "type": "zeebe:input",
3057
+ "name": "authentication.request.authentication.type"
3146
3058
  },
3147
- "condition": {
3148
- "property": "authentication.type",
3149
- "equals": "passwordBasedAuthentication",
3150
- "type": "simple"
3059
+ "constraints": {
3060
+ "notEmpty": true
3151
3061
  },
3152
- "type": "String"
3062
+ "condition": {
3063
+ "property": "authenticationType",
3064
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3065
+ }
3153
3066
  },
3154
3067
  {
3155
- "id": "authentication.password",
3156
- "label": "Password",
3157
- "optional": false,
3068
+ "id": "tokenAuthType",
3069
+ "group": "authentication",
3070
+ "type": "Hidden",
3071
+ "value": "noAuth",
3072
+ "binding": {
3073
+ "type": "zeebe:input",
3074
+ "name": "authentication.type"
3075
+ },
3158
3076
  "constraints": {
3159
3077
  "notEmpty": true
3160
3078
  },
3161
- "feel": "optional",
3162
- "group": "authentication",
3079
+ "condition": {
3080
+ "property": "authenticationType",
3081
+ "oneOf": ["tokenAuth"]
3082
+ }
3083
+ },
3084
+ {
3085
+ "description": "method for authentication",
3086
+ "type": "Hidden",
3087
+ "value": "post",
3163
3088
  "binding": {
3164
- "name": "authentication.password",
3165
- "type": "zeebe:input"
3089
+ "type": "zeebe:input",
3090
+ "name": "authentication.request.method"
3166
3091
  },
3167
3092
  "condition": {
3168
- "property": "authentication.type",
3169
- "equals": "passwordBasedAuthentication",
3170
- "type": "simple"
3171
- },
3172
- "type": "String"
3093
+ "property": "authenticationType",
3094
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3095
+ }
3173
3096
  },
3174
3097
  {
3175
- "id": "authentication.multipleLogin",
3176
- "label": "Multiple login",
3177
- "optional": false,
3098
+ "label": "Username",
3099
+ "group": "authentication",
3100
+ "type": "String",
3101
+ "feel": "optional",
3102
+ "binding": {
3103
+ "type": "zeebe:input",
3104
+ "name": "authentication.request.body.username"
3105
+ },
3178
3106
  "constraints": {
3179
3107
  "notEmpty": true
3180
3108
  },
3109
+ "condition": {
3110
+ "property": "authenticationType",
3111
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3112
+ }
3113
+ },
3114
+ {
3115
+ "label": "Password",
3181
3116
  "group": "authentication",
3117
+ "type": "String",
3118
+ "feel": "optional",
3182
3119
  "binding": {
3183
- "name": "authentication.multipleLogin",
3184
- "type": "zeebe:input"
3120
+ "type": "zeebe:input",
3121
+ "name": "authentication.request.body.password"
3122
+ },
3123
+ "constraints": {
3124
+ "notEmpty": true
3185
3125
  },
3186
3126
  "condition": {
3187
- "property": "authentication.type",
3188
- "equals": "passwordBasedAuthentication",
3189
- "type": "simple"
3127
+ "property": "authenticationType",
3128
+ "equals": "userNamePasswordAuth"
3129
+ }
3130
+ },
3131
+ {
3132
+ "label": "API key",
3133
+ "group": "authentication",
3134
+ "type": "String",
3135
+ "feel": "optional",
3136
+ "binding": {
3137
+ "type": "zeebe:input",
3138
+ "name": "authentication.request.body.apiKey"
3139
+ },
3140
+ "constraints": {
3141
+ "notEmpty": true
3190
3142
  },
3143
+ "condition": {
3144
+ "property": "authenticationType",
3145
+ "equals": "userNameApiKeyAuth"
3146
+ }
3147
+ },
3148
+ {
3149
+ "label": "Multiple login",
3150
+ "group": "authentication",
3151
+ "description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
3191
3152
  "type": "Dropdown",
3153
+ "value": "false",
3192
3154
  "choices": [
3193
3155
  {
3194
3156
  "name": "TRUE",
@@ -3198,253 +3160,297 @@
3198
3160
  "name": "FALSE",
3199
3161
  "value": "false"
3200
3162
  }
3201
- ]
3202
- },
3203
- {
3204
- "id": "authentication.apiUsername",
3205
- "label": "Username",
3206
- "optional": false,
3207
- "constraints": {
3208
- "notEmpty": true
3163
+ ],
3164
+ "binding": {
3165
+ "type": "zeebe:input",
3166
+ "name": "authentication.request.body.multipleLogin"
3209
3167
  },
3210
- "feel": "optional",
3168
+ "constraints": {
3169
+ "notEmpty": true
3170
+ },
3171
+ "condition": {
3172
+ "property": "authenticationType",
3173
+ "equals": "userNamePasswordAuth"
3174
+ }
3175
+ },
3176
+ {
3177
+ "label": "Token",
3211
3178
  "group": "authentication",
3179
+ "type": "String",
3180
+ "feel": "optional",
3212
3181
  "binding": {
3213
- "name": "authentication.username",
3214
- "type": "zeebe:input"
3182
+ "type": "zeebe:input",
3183
+ "name": "token"
3215
3184
  },
3216
- "condition": {
3217
- "property": "authentication.type",
3218
- "equals": "apiKeyAuthentication",
3219
- "type": "simple"
3185
+ "constraints": {
3186
+ "notEmpty": true
3220
3187
  },
3221
- "type": "String"
3188
+ "condition": {
3189
+ "property": "authenticationType",
3190
+ "equals": "tokenAuth"
3191
+ }
3222
3192
  },
3223
3193
  {
3224
- "id": "authentication.apiKey",
3225
- "label": "API key",
3226
- "optional": false,
3194
+ "description": "Token",
3195
+ "type": "Hidden",
3196
+ "value": "={\"X-Authorization\":token}",
3197
+ "binding": {
3198
+ "type": "zeebe:input",
3199
+ "name": "headers"
3200
+ },
3227
3201
  "constraints": {
3228
3202
  "notEmpty": true
3229
3203
  },
3230
- "feel": "optional",
3231
- "group": "authentication",
3204
+ "condition": {
3205
+ "property": "authenticationType",
3206
+ "equals": "tokenAuth"
3207
+ }
3208
+ },
3209
+ {
3210
+ "description": "Output headers",
3211
+ "type": "Hidden",
3212
+ "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
3232
3213
  "binding": {
3233
- "name": "authentication.apiKey",
3234
- "type": "zeebe:input"
3214
+ "type": "zeebe:input",
3215
+ "name": "authentication.outputHeaders"
3235
3216
  },
3236
- "condition": {
3237
- "property": "authentication.type",
3238
- "equals": "apiKeyAuthentication",
3239
- "type": "simple"
3217
+ "constraints": {
3218
+ "notEmpty": true
3240
3219
  },
3241
- "type": "String"
3220
+ "condition": {
3221
+ "property": "authenticationType",
3222
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3223
+ }
3242
3224
  },
3243
3225
  {
3244
- "id": "authentication.token",
3245
- "label": "Token",
3226
+ "description": "Full authentication url",
3227
+ "type": "Hidden",
3246
3228
  "optional": false,
3229
+ "value": "=controlRoomURL+\"/v1/authentication\"",
3230
+ "binding": {
3231
+ "type": "zeebe:input",
3232
+ "name": "authentication.request.url"
3233
+ },
3247
3234
  "constraints": {
3248
3235
  "notEmpty": true
3249
3236
  },
3250
- "feel": "optional",
3251
- "group": "authentication",
3237
+ "condition": {
3238
+ "property": "authenticationType",
3239
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3240
+ }
3241
+ },
3242
+ {
3243
+ "description": "method for request",
3244
+ "type": "Hidden",
3245
+ "value": "post",
3252
3246
  "binding": {
3253
- "name": "authentication.token",
3254
- "type": "zeebe:input"
3247
+ "type": "zeebe:input",
3248
+ "name": "method"
3255
3249
  },
3256
3250
  "condition": {
3257
- "property": "authentication.type",
3258
- "equals": "tokenBasedAuthentication",
3259
- "type": "simple"
3260
- },
3261
- "type": "String"
3251
+ "property": "operationType",
3252
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
3253
+ }
3262
3254
  },
3263
3255
  {
3264
- "id": "operation.queueId",
3265
3256
  "label": "Work queue ID",
3257
+ "group": "input",
3266
3258
  "description": "The queue ID of the item",
3259
+ "type": "String",
3267
3260
  "optional": false,
3268
- "constraints": {
3269
- "notEmpty": true
3270
- },
3271
3261
  "feel": "optional",
3272
- "group": "input",
3273
3262
  "binding": {
3274
- "name": "operation.queueId",
3275
- "type": "zeebe:input"
3263
+ "type": "zeebe:input",
3264
+ "name": "queueId"
3276
3265
  },
3277
- "condition": {
3278
- "property": "operation.type",
3279
- "equals": "addWorkItemsToTheQueue",
3280
- "type": "simple"
3266
+ "constraints": {
3267
+ "notEmpty": true
3281
3268
  },
3282
- "type": "String"
3269
+ "condition": {
3270
+ "property": "operationType",
3271
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
3272
+ }
3283
3273
  },
3284
3274
  {
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>",
3275
+ "description": "Add work items to the queue",
3276
+ "type": "Hidden",
3288
3277
  "optional": false,
3278
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
3279
+ "binding": {
3280
+ "type": "zeebe:input",
3281
+ "name": "url"
3282
+ },
3289
3283
  "constraints": {
3290
3284
  "notEmpty": true
3291
3285
  },
3292
- "feel": "required",
3293
- "group": "input",
3294
- "binding": {
3295
- "name": "operation.data",
3296
- "type": "zeebe:input"
3297
- },
3298
3286
  "condition": {
3299
- "property": "operation.type",
3300
- "equals": "addWorkItemsToTheQueue",
3301
- "type": "simple"
3302
- },
3303
- "type": "Text"
3287
+ "property": "operationType",
3288
+ "oneOf": ["addWorkItemsToTheQueue"]
3289
+ }
3304
3290
  },
3305
3291
  {
3306
- "id": "operation.workQueueId",
3307
- "label": "Work queue ID",
3308
- "description": "The queue ID of the item",
3292
+ "label": "Work item ID",
3293
+ "description": "The queue item identifier to be fetched from queue",
3294
+ "group": "input",
3295
+ "type": "String",
3296
+ "feel": "optional",
3309
3297
  "optional": false,
3298
+ "binding": {
3299
+ "type": "zeebe:input",
3300
+ "name": "workItemId"
3301
+ },
3310
3302
  "constraints": {
3311
3303
  "notEmpty": true
3312
3304
  },
3313
- "feel": "optional",
3305
+ "condition": {
3306
+ "property": "operationType",
3307
+ "oneOf": ["listWorkItemsInQueue"]
3308
+ }
3309
+ },
3310
+ {
3311
+ "label": "Work item json data",
3312
+ "description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
3314
3313
  "group": "input",
3314
+ "type": "String",
3315
+ "feel": "required",
3315
3316
  "binding": {
3316
- "name": "operation.queueId",
3317
- "type": "zeebe:input"
3317
+ "type": "zeebe:input",
3318
+ "name": "itemData"
3318
3319
  },
3319
- "condition": {
3320
- "property": "operation.type",
3321
- "equals": "listWorkItemsInQueue",
3322
- "type": "simple"
3320
+ "constraints": {
3321
+ "notEmpty": true
3323
3322
  },
3324
- "type": "String"
3323
+ "condition": {
3324
+ "property": "operationType",
3325
+ "oneOf": ["addWorkItemsToTheQueue"]
3326
+ }
3325
3327
  },
3326
3328
  {
3327
- "id": "operation.workItemId",
3328
- "label": "Work item ID",
3329
- "description": "The queue item identifier to be fetched from queue",
3329
+ "description": "body with a new work item",
3330
+ "type": "Hidden",
3330
3331
  "optional": false,
3332
+ "value": "={\"workItems\":[{\"json\":itemData}]}",
3333
+ "binding": {
3334
+ "type": "zeebe:input",
3335
+ "name": "body"
3336
+ },
3331
3337
  "constraints": {
3332
3338
  "notEmpty": true
3333
3339
  },
3334
- "feel": "static",
3335
- "group": "input",
3336
- "binding": {
3337
- "name": "operation.workItemId",
3338
- "type": "zeebe:input"
3339
- },
3340
3340
  "condition": {
3341
- "property": "operation.type",
3342
- "equals": "listWorkItemsInQueue",
3343
- "type": "simple"
3344
- },
3345
- "type": "Number"
3341
+ "property": "operationType",
3342
+ "oneOf": ["addWorkItemsToTheQueue"]
3343
+ }
3346
3344
  },
3347
3345
  {
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",
3346
+ "label": "filter for getting item by id",
3347
+ "type": "Hidden",
3348
+ "optional": false,
3349
+ "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
3355
3350
  "binding": {
3356
- "name": "configuration.connectionTimeoutInSeconds",
3357
- "type": "zeebe:input"
3351
+ "type": "zeebe:input",
3352
+ "name": "body"
3358
3353
  },
3359
- "type": "Number"
3354
+ "constraints": {
3355
+ "notEmpty": true
3356
+ },
3357
+ "condition": {
3358
+ "property": "operationType",
3359
+ "oneOf": ["listWorkItemsInQueue"]
3360
+ }
3360
3361
  },
3361
3362
  {
3362
- "id": "version",
3363
- "label": "Version",
3364
- "description": "Version of the element template",
3365
- "value": "3",
3366
- "group": "connector",
3363
+ "description": "List work items in queue",
3364
+ "type": "Hidden",
3365
+ "optional": false,
3366
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
3367
3367
  "binding": {
3368
- "key": "elementTemplateVersion",
3369
- "type": "zeebe:taskHeader"
3368
+ "type": "zeebe:input",
3369
+ "name": "url"
3370
3370
  },
3371
- "type": "Hidden"
3371
+ "constraints": {
3372
+ "notEmpty": true
3373
+ },
3374
+ "condition": {
3375
+ "property": "operationType",
3376
+ "oneOf": ["listWorkItemsInQueue"]
3377
+ }
3372
3378
  },
3373
3379
  {
3374
- "id": "id",
3375
- "label": "ID",
3376
- "description": "ID of the element template",
3377
- "value": "io.camunda.connectors.AutomationAnywhere",
3378
- "group": "connector",
3380
+ "label": "Connection timeout",
3381
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
3382
+ "group": "errors",
3383
+ "type": "String",
3384
+ "value": "20",
3379
3385
  "binding": {
3380
- "key": "elementTemplateId",
3381
- "type": "zeebe:taskHeader"
3386
+ "type": "zeebe:input",
3387
+ "name": "connectionTimeoutInSeconds"
3382
3388
  },
3383
- "type": "Hidden"
3389
+ "optional": true,
3390
+ "feel": "optional",
3391
+ "constraints": {
3392
+ "notEmpty": false,
3393
+ "pattern": {
3394
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
3395
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
3396
+ }
3397
+ }
3384
3398
  },
3385
3399
  {
3386
- "id": "resultVariable",
3387
3400
  "label": "Result variable",
3388
- "description": "Name of variable to store the response in",
3401
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
3389
3402
  "group": "output",
3403
+ "type": "String",
3390
3404
  "binding": {
3391
- "key": "resultVariable",
3392
- "type": "zeebe:taskHeader"
3393
- },
3394
- "type": "String"
3405
+ "type": "zeebe:taskHeader",
3406
+ "key": "resultVariable"
3407
+ }
3395
3408
  },
3396
3409
  {
3397
- "id": "resultExpression",
3398
3410
  "label": "Result expression",
3399
- "description": "Expression to map the response into process variables",
3400
- "feel": "required",
3411
+ "id": "resultExpressionGetItemState",
3412
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
3401
3413
  "group": "output",
3402
- "binding": {
3403
- "key": "resultExpression",
3404
- "type": "zeebe:taskHeader"
3405
- },
3406
- "type": "Text"
3407
- },
3408
- {
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>.",
3414
+ "type": "String",
3412
3415
  "feel": "required",
3413
- "group": "error",
3416
+ "value": "={itemState:response.body.list[1].status}",
3414
3417
  "binding": {
3415
- "key": "errorExpression",
3416
- "type": "zeebe:taskHeader"
3418
+ "type": "zeebe:taskHeader",
3419
+ "key": "resultExpression"
3417
3420
  },
3418
- "type": "Text"
3421
+ "condition": {
3422
+ "property": "operationType",
3423
+ "oneOf": ["listWorkItemsInQueue"]
3424
+ }
3419
3425
  },
3420
3426
  {
3421
- "id": "retryCount",
3422
- "label": "Retries",
3423
- "description": "Number of retries",
3424
- "value": "3",
3425
- "feel": "optional",
3426
- "group": "retries",
3427
+ "label": "Result expression",
3428
+ "id": "resultExpressionGetItemId",
3429
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
3430
+ "group": "output",
3431
+ "type": "String",
3432
+ "feel": "required",
3433
+ "value": "={itemId:response.body.list[1].id}",
3427
3434
  "binding": {
3428
- "property": "retries",
3429
- "type": "zeebe:taskDefinition"
3435
+ "type": "zeebe:taskHeader",
3436
+ "key": "resultExpression"
3430
3437
  },
3431
- "type": "String"
3438
+ "condition": {
3439
+ "property": "operationType",
3440
+ "oneOf": ["addWorkItemsToTheQueue"]
3441
+ }
3432
3442
  },
3433
3443
  {
3434
- "id": "retryBackoff",
3435
- "label": "Retry backoff",
3436
- "description": "ISO-8601 duration to wait between retries",
3437
- "value": "PT0S",
3438
- "group": "retries",
3444
+ "label": "Error expression",
3445
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
3446
+ "group": "errors",
3447
+ "type": "Text",
3448
+ "feel": "required",
3439
3449
  "binding": {
3440
- "key": "retryBackoff",
3441
- "type": "zeebe:taskHeader"
3442
- },
3443
- "type": "String"
3450
+ "type": "zeebe:taskHeader",
3451
+ "key": "errorExpression"
3452
+ }
3444
3453
  }
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
- }
3454
+ ]
3449
3455
  }
3450
3456
  ]