@camunda/connectors-element-templates 1.0.20 → 1.0.21

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -1,18 +1,22 @@
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"
14
- },
4
+ "name": "Automation Anywhere Outbound Connector",
5
+ "id": "io.camunda.connectors.AutomationAnywhere",
6
+ "description": "Manage work items in Automation Anywhere queues.",
7
+ "keywords": [
8
+ "add work item to queue",
9
+ "get work item from queue",
10
+ "get work item result from queue by ID",
11
+ "get work item result by ID",
12
+ "queue item",
13
+ "work queue",
14
+ "RPA",
15
+ "robot",
16
+ "automation"
17
+ ],
15
18
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
19
+ "version": 4,
16
20
  "category": {
17
21
  "id": "connectors",
18
22
  "name": "Connectors"
@@ -22,47 +26,63 @@
22
26
  "value": "bpmn:ServiceTask"
23
27
  },
24
28
  "engines": {
25
- "camunda": "^8.2"
29
+ "camunda": "^8.4"
26
30
  },
27
31
  "groups": [
28
32
  {
29
33
  "id": "operation",
30
34
  "label": "Operation"
31
35
  },
32
- {
33
- "id": "authentication",
34
- "label": "Authentication"
35
- },
36
36
  {
37
37
  "id": "configuration",
38
38
  "label": "Configuration"
39
39
  },
40
+ {
41
+ "id": "authentication",
42
+ "label": "Authentication"
43
+ },
40
44
  {
41
45
  "id": "input",
42
46
  "label": "Input"
43
47
  },
48
+ {
49
+ "id": "timeout",
50
+ "label": "Timeout"
51
+ },
52
+ {
53
+ "id": "connector",
54
+ "label": "Connector"
55
+ },
44
56
  {
45
57
  "id": "output",
46
- "label": "Output"
58
+ "label": "Output mapping"
47
59
  },
48
60
  {
49
- "id": "errors",
61
+ "id": "error",
50
62
  "label": "Error handling"
63
+ },
64
+ {
65
+ "id": "retries",
66
+ "label": "Retries"
51
67
  }
52
68
  ],
53
69
  "properties": [
54
70
  {
55
- "type": "Hidden",
56
- "value": "io.camunda:http-json:1",
71
+ "value": "io.camunda:connector-automationanywhere:1",
57
72
  "binding": {
58
- "type": "zeebe:taskDefinition",
59
- "property": "type"
60
- }
73
+ "property": "type",
74
+ "type": "zeebe:taskDefinition"
75
+ },
76
+ "type": "Hidden"
61
77
  },
62
78
  {
63
- "label": "Operation type",
64
- "id": "operationType",
79
+ "id": "operation.type",
80
+ "label": "Type",
65
81
  "group": "operation",
82
+ "binding": {
83
+ "name": "operation.type",
84
+ "type": "zeebe:input"
85
+ },
66
86
  "type": "Dropdown",
67
87
  "choices": [
68
88
  {
@@ -73,176 +93,107 @@
73
93
  "name": "Get work item result from queue by ID",
74
94
  "value": "listWorkItemsInQueue"
75
95
  }
76
- ],
77
- "binding": {
78
- "type": "zeebe:input",
79
- "name": "operationType"
80
- }
96
+ ]
81
97
  },
82
98
  {
99
+ "id": "configuration.controlRoomUrl",
83
100
  "label": "Control room URL",
84
- "group": "configuration",
101
+ "optional": false,
102
+ "constraints": {
103
+ "notEmpty": true
104
+ },
85
105
  "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",
106
+ "group": "configuration",
88
107
  "binding": {
89
- "type": "zeebe:input",
90
- "name": "controlRoomURL"
108
+ "name": "configuration.controlRoomUrl",
109
+ "type": "zeebe:input"
91
110
  },
92
- "constraints": {
93
- "notEmpty": true,
94
- "pattern": {
95
- "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
96
- "message": "Must be a http(s) URL"
97
- }
98
- }
111
+ "type": "String"
99
112
  },
100
113
  {
114
+ "id": "authentication.type",
101
115
  "label": "Type",
102
- "id": "authenticationType",
116
+ "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\">Automation Anywhere connector documentation</a>",
117
+ "value": "passwordBasedAuthentication",
103
118
  "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",
119
+ "binding": {
120
+ "name": "authentication.type",
121
+ "type": "zeebe:input"
122
+ },
106
123
  "type": "Dropdown",
107
124
  "choices": [
108
125
  {
109
126
  "name": "Authenticate (username and password)",
110
- "value": "userNamePasswordAuth"
127
+ "value": "passwordBasedAuthentication"
111
128
  },
112
129
  {
113
130
  "name": "Authenticate (username and API key)",
114
- "value": "userNameApiKeyAuth"
131
+ "value": "apiKeyAuthentication"
115
132
  },
116
133
  {
117
134
  "name": "Authentication (refresh) token",
118
- "value": "tokenAuth"
135
+ "value": "tokenBasedAuthentication"
119
136
  }
120
- ],
121
- "binding": {
122
- "type": "zeebe:input",
123
- "name": "authentication.withoutBindingType"
124
- }
137
+ ]
125
138
  },
126
139
  {
127
- "id": "credentialsInBodyAuthType",
128
- "group": "authentication",
129
- "type": "Hidden",
130
- "value": "credentialsInBody",
131
- "binding": {
132
- "type": "zeebe:input",
133
- "name": "authentication.type"
134
- },
140
+ "id": "authentication.passwordBassesUsername",
141
+ "label": "Username",
142
+ "optional": false,
135
143
  "constraints": {
136
144
  "notEmpty": true
137
145
  },
138
- "condition": {
139
- "property": "authenticationType",
140
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
141
- }
142
- },
143
- {
146
+ "feel": "optional",
144
147
  "group": "authentication",
145
- "type": "Hidden",
146
- "value": "noAuth",
147
148
  "binding": {
148
- "type": "zeebe:input",
149
- "name": "authentication.request.authentication.type"
150
- },
151
- "constraints": {
152
- "notEmpty": true
149
+ "name": "authentication.username",
150
+ "type": "zeebe:input"
153
151
  },
154
152
  "condition": {
155
- "property": "authenticationType",
156
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
157
- }
153
+ "property": "authentication.type",
154
+ "equals": "passwordBasedAuthentication",
155
+ "type": "simple"
156
+ },
157
+ "type": "String"
158
158
  },
159
159
  {
160
- "id": "tokenAuthType",
161
- "group": "authentication",
162
- "type": "Hidden",
163
- "value": "noAuth",
164
- "binding": {
165
- "type": "zeebe:input",
166
- "name": "authentication.type"
167
- },
160
+ "id": "authentication.password",
161
+ "label": "Password",
162
+ "optional": false,
168
163
  "constraints": {
169
164
  "notEmpty": true
170
165
  },
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
166
  "feel": "optional",
167
+ "group": "authentication",
194
168
  "binding": {
195
- "type": "zeebe:input",
196
- "name": "authentication.request.body.username"
197
- },
198
- "constraints": {
199
- "notEmpty": true
169
+ "name": "authentication.password",
170
+ "type": "zeebe:input"
200
171
  },
201
172
  "condition": {
202
- "property": "authenticationType",
203
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
204
- }
173
+ "property": "authentication.type",
174
+ "equals": "passwordBasedAuthentication",
175
+ "type": "simple"
176
+ },
177
+ "type": "String"
205
178
  },
206
179
  {
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
- },
180
+ "id": "authentication.multipleLogin",
181
+ "label": "Multiple login",
182
+ "optional": false,
215
183
  "constraints": {
216
184
  "notEmpty": true
217
185
  },
218
- "condition": {
219
- "property": "authenticationType",
220
- "equals": "userNamePasswordAuth"
221
- }
222
- },
223
- {
224
- "label": "API key",
225
186
  "group": "authentication",
226
- "type": "String",
227
- "feel": "optional",
228
187
  "binding": {
229
- "type": "zeebe:input",
230
- "name": "authentication.request.body.apiKey"
231
- },
232
- "constraints": {
233
- "notEmpty": true
188
+ "name": "authentication.multipleLogin",
189
+ "type": "zeebe:input"
234
190
  },
235
191
  "condition": {
236
- "property": "authenticationType",
237
- "equals": "userNameApiKeyAuth"
238
- }
239
- },
240
- {
241
- "label": "Multiple login",
242
- "group": "authentication",
243
- "description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
192
+ "property": "authentication.type",
193
+ "equals": "passwordBasedAuthentication",
194
+ "type": "simple"
195
+ },
244
196
  "type": "Dropdown",
245
- "value": "false",
246
197
  "choices": [
247
198
  {
248
199
  "name": "TRUE",
@@ -252,313 +203,305 @@
252
203
  "name": "FALSE",
253
204
  "value": "false"
254
205
  }
255
- ],
256
- "binding": {
257
- "type": "zeebe:input",
258
- "name": "authentication.request.body.multipleLogin"
259
- },
206
+ ]
207
+ },
208
+ {
209
+ "id": "authentication.apiUsername",
210
+ "label": "Username",
211
+ "optional": false,
260
212
  "constraints": {
261
213
  "notEmpty": true
262
214
  },
263
- "condition": {
264
- "property": "authenticationType",
265
- "equals": "userNamePasswordAuth"
266
- }
267
- },
268
- {
269
- "label": "Token",
270
- "group": "authentication",
271
- "type": "String",
272
215
  "feel": "optional",
216
+ "group": "authentication",
273
217
  "binding": {
274
- "type": "zeebe:input",
275
- "name": "token"
276
- },
277
- "constraints": {
278
- "notEmpty": true
218
+ "name": "authentication.username",
219
+ "type": "zeebe:input"
279
220
  },
280
221
  "condition": {
281
- "property": "authenticationType",
282
- "equals": "tokenAuth"
283
- }
222
+ "property": "authentication.type",
223
+ "equals": "apiKeyAuthentication",
224
+ "type": "simple"
225
+ },
226
+ "type": "String"
284
227
  },
285
228
  {
286
- "description": "Token",
287
- "type": "Hidden",
288
- "value": "={\"X-Authorization\":token}",
289
- "binding": {
290
- "type": "zeebe:input",
291
- "name": "headers"
292
- },
229
+ "id": "authentication.apiKey",
230
+ "label": "API key",
231
+ "optional": false,
293
232
  "constraints": {
294
233
  "notEmpty": true
295
234
  },
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\"}",
235
+ "feel": "optional",
236
+ "group": "authentication",
305
237
  "binding": {
306
- "type": "zeebe:input",
307
- "name": "authentication.outputHeaders"
308
- },
309
- "constraints": {
310
- "notEmpty": true
238
+ "name": "authentication.apiKey",
239
+ "type": "zeebe:input"
311
240
  },
312
241
  "condition": {
313
- "property": "authenticationType",
314
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
315
- }
242
+ "property": "authentication.type",
243
+ "equals": "apiKeyAuthentication",
244
+ "type": "simple"
245
+ },
246
+ "type": "String"
316
247
  },
317
248
  {
318
- "description": "Full authentication url",
319
- "type": "Hidden",
249
+ "id": "authentication.token",
250
+ "label": "Token",
320
251
  "optional": false,
321
- "value": "=controlRoomURL+\"/v1/authentication\"",
322
- "binding": {
323
- "type": "zeebe:input",
324
- "name": "authentication.request.url"
325
- },
326
252
  "constraints": {
327
253
  "notEmpty": true
328
254
  },
329
- "condition": {
330
- "property": "authenticationType",
331
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
332
- }
333
- },
334
- {
335
- "description": "method for request",
336
- "type": "Hidden",
337
- "value": "post",
255
+ "feel": "optional",
256
+ "group": "authentication",
338
257
  "binding": {
339
- "type": "zeebe:input",
340
- "name": "method"
258
+ "name": "authentication.token",
259
+ "type": "zeebe:input"
341
260
  },
342
261
  "condition": {
343
- "property": "operationType",
344
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
345
- }
262
+ "property": "authentication.type",
263
+ "equals": "tokenBasedAuthentication",
264
+ "type": "simple"
265
+ },
266
+ "type": "String"
346
267
  },
347
268
  {
269
+ "id": "operation.queueId",
348
270
  "label": "Work queue ID",
349
- "group": "input",
350
- "description": "The queue ID of the item",
351
- "type": "String",
352
271
  "optional": false,
353
- "feel": "optional",
354
- "binding": {
355
- "type": "zeebe:input",
356
- "name": "queueId"
357
- },
358
272
  "constraints": {
359
273
  "notEmpty": true
360
274
  },
361
- "condition": {
362
- "property": "operationType",
363
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
364
- }
365
- },
366
- {
367
- "description": "Add work items to the queue",
368
- "type": "Hidden",
369
- "optional": false,
370
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
275
+ "feel": "optional",
276
+ "group": "input",
371
277
  "binding": {
372
- "type": "zeebe:input",
373
- "name": "url"
374
- },
375
- "constraints": {
376
- "notEmpty": true
278
+ "name": "operation.queueId",
279
+ "type": "zeebe:input"
377
280
  },
378
281
  "condition": {
379
- "property": "operationType",
380
- "oneOf": ["addWorkItemsToTheQueue"]
381
- }
282
+ "property": "operation.type",
283
+ "equals": "addWorkItemsToTheQueue",
284
+ "type": "simple"
285
+ },
286
+ "type": "String"
382
287
  },
383
288
  {
384
- "label": "Work item ID",
385
- "description": "The queue item identifier to be fetched from queue",
386
- "group": "input",
387
- "type": "String",
388
- "feel": "optional",
289
+ "id": "operation.data",
290
+ "label": "Work item json data",
389
291
  "optional": false,
390
- "binding": {
391
- "type": "zeebe:input",
392
- "name": "workItemId"
393
- },
394
292
  "constraints": {
395
293
  "notEmpty": true
396
294
  },
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>",
405
- "group": "input",
406
- "type": "String",
407
295
  "feel": "required",
296
+ "group": "input",
408
297
  "binding": {
409
- "type": "zeebe:input",
410
- "name": "itemData"
411
- },
412
- "constraints": {
413
- "notEmpty": true
298
+ "name": "operation.data",
299
+ "type": "zeebe:input"
414
300
  },
415
301
  "condition": {
416
- "property": "operationType",
417
- "oneOf": ["addWorkItemsToTheQueue"]
418
- }
302
+ "property": "operation.type",
303
+ "equals": "addWorkItemsToTheQueue",
304
+ "type": "simple"
305
+ },
306
+ "tooltip": "JSON data for the work item, mapping queue column names to values. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">Automation Anywhere connector documentation</a>",
307
+ "type": "Text"
419
308
  },
420
309
  {
421
- "description": "body with a new work item",
422
- "type": "Hidden",
310
+ "id": "operation.workQueueId",
311
+ "label": "Work queue ID",
423
312
  "optional": false,
424
- "value": "={\"workItems\":[{\"json\":itemData}]}",
425
- "binding": {
426
- "type": "zeebe:input",
427
- "name": "body"
428
- },
429
313
  "constraints": {
430
314
  "notEmpty": true
431
315
  },
316
+ "feel": "optional",
317
+ "group": "input",
318
+ "binding": {
319
+ "name": "operation.queueId",
320
+ "type": "zeebe:input"
321
+ },
432
322
  "condition": {
433
- "property": "operationType",
434
- "oneOf": ["addWorkItemsToTheQueue"]
435
- }
323
+ "property": "operation.type",
324
+ "equals": "listWorkItemsInQueue",
325
+ "type": "simple"
326
+ },
327
+ "type": "String"
436
328
  },
437
329
  {
438
- "label": "filter for getting item by id",
439
- "type": "Hidden",
330
+ "id": "operation.workItemId",
331
+ "label": "Work item ID",
440
332
  "optional": false,
441
- "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
442
- "binding": {
443
- "type": "zeebe:input",
444
- "name": "body"
445
- },
446
333
  "constraints": {
447
334
  "notEmpty": true
448
335
  },
336
+ "feel": "static",
337
+ "group": "input",
338
+ "binding": {
339
+ "name": "operation.workItemId",
340
+ "type": "zeebe:input"
341
+ },
449
342
  "condition": {
450
- "property": "operationType",
451
- "oneOf": ["listWorkItemsInQueue"]
452
- }
343
+ "property": "operation.type",
344
+ "equals": "listWorkItemsInQueue",
345
+ "type": "simple"
346
+ },
347
+ "tooltip": "The queue item identifier to be fetched from queue",
348
+ "type": "Number"
453
349
  },
454
350
  {
455
- "description": "List work items in queue",
456
- "type": "Hidden",
457
- "optional": false,
458
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
351
+ "id": "configuration.connectionTimeoutInSeconds",
352
+ "label": "Connection timeout in seconds",
353
+ "optional": true,
354
+ "value": 20,
355
+ "feel": "static",
356
+ "group": "timeout",
459
357
  "binding": {
460
- "type": "zeebe:input",
461
- "name": "url"
462
- },
463
- "constraints": {
464
- "notEmpty": true
358
+ "name": "configuration.connectionTimeoutInSeconds",
359
+ "type": "zeebe:input"
465
360
  },
466
- "condition": {
467
- "property": "operationType",
468
- "oneOf": ["listWorkItemsInQueue"]
469
- }
361
+ "tooltip": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
362
+ "type": "Number"
470
363
  },
471
364
  {
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",
365
+ "id": "version",
366
+ "label": "Version",
367
+ "description": "Version of the element template",
368
+ "value": "4",
369
+ "group": "connector",
477
370
  "binding": {
478
- "type": "zeebe:input",
479
- "name": "connectionTimeoutInSeconds"
371
+ "key": "elementTemplateVersion",
372
+ "type": "zeebe:taskHeader"
480
373
  },
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
- }
374
+ "type": "Hidden"
490
375
  },
491
376
  {
492
- "label": "Result variable",
493
- "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
494
- "group": "output",
495
- "type": "String",
377
+ "id": "id",
378
+ "label": "ID",
379
+ "description": "ID of the element template",
380
+ "value": "io.camunda.connectors.AutomationAnywhere",
381
+ "group": "connector",
496
382
  "binding": {
497
- "type": "zeebe:taskHeader",
498
- "key": "resultVariable"
499
- }
383
+ "key": "elementTemplateId",
384
+ "type": "zeebe:taskHeader"
385
+ },
386
+ "type": "Hidden"
500
387
  },
501
388
  {
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>",
389
+ "id": "resultVariable",
390
+ "label": "Result variable",
391
+ "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>.",
505
392
  "group": "output",
506
- "type": "String",
507
- "feel": "required",
508
- "value": "={itemState:response.body.list[1].status}",
509
393
  "binding": {
510
- "type": "zeebe:taskHeader",
511
- "key": "resultExpression"
394
+ "key": "resultVariable",
395
+ "type": "zeebe:taskHeader"
512
396
  },
513
- "condition": {
514
- "property": "operationType",
515
- "oneOf": ["listWorkItemsInQueue"]
516
- }
397
+ "type": "String"
517
398
  },
518
399
  {
400
+ "id": "resultExpression",
519
401
  "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",
402
+ "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>.",
524
403
  "feel": "required",
525
- "value": "={itemId:response.body.list[1].id}",
404
+ "group": "output",
526
405
  "binding": {
527
- "type": "zeebe:taskHeader",
528
- "key": "resultExpression"
406
+ "key": "resultExpression",
407
+ "type": "zeebe:taskHeader"
529
408
  },
530
- "condition": {
531
- "property": "operationType",
532
- "oneOf": ["addWorkItemsToTheQueue"]
533
- }
409
+ "type": "Text"
534
410
  },
535
411
  {
412
+ "id": "errorExpression",
536
413
  "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",
414
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
540
415
  "feel": "required",
416
+ "group": "error",
541
417
  "binding": {
542
- "type": "zeebe:taskHeader",
543
- "key": "errorExpression"
418
+ "key": "errorExpression",
419
+ "type": "zeebe:taskHeader"
420
+ },
421
+ "type": "Text"
422
+ },
423
+ {
424
+ "id": "retryCount",
425
+ "label": "Retries",
426
+ "description": "Number of retries",
427
+ "value": "3",
428
+ "feel": "optional",
429
+ "group": "retries",
430
+ "binding": {
431
+ "property": "retries",
432
+ "type": "zeebe:taskDefinition"
433
+ },
434
+ "type": "String"
435
+ },
436
+ {
437
+ "id": "retryBackoff",
438
+ "label": "Retry backoff",
439
+ "description": "ISO-8601 duration to wait between retries",
440
+ "value": "PT30S",
441
+ "group": "retries",
442
+ "binding": {
443
+ "key": "retryBackoff",
444
+ "type": "zeebe:taskHeader"
445
+ },
446
+ "type": "String"
447
+ }
448
+ ],
449
+ "steps": [
450
+ {
451
+ "name": "Add work item to the queue",
452
+ "description": "Add a new work item to an Automation Anywhere queue",
453
+ "keywords": [
454
+ "add work item",
455
+ "create work item",
456
+ "enqueue",
457
+ "queue task",
458
+ "submit work item",
459
+ "insert queue item"
460
+ ],
461
+ "presetId": "type_addWorkItemsToTheQueue"
462
+ },
463
+ {
464
+ "name": "Get work item result from queue by ID",
465
+ "description": "Get a work item result from an Automation Anywhere queue by ID",
466
+ "keywords": [
467
+ "get work item",
468
+ "retrieve work item",
469
+ "queue item",
470
+ "fetch work item",
471
+ "work item result",
472
+ "read queue item"
473
+ ],
474
+ "presetId": "type_listWorkItemsInQueue"
475
+ }
476
+ ],
477
+ "presets": [
478
+ {
479
+ "id": "type_addWorkItemsToTheQueue",
480
+ "properties": {
481
+ "operation.type": "addWorkItemsToTheQueue"
482
+ }
483
+ },
484
+ {
485
+ "id": "type_listWorkItemsInQueue",
486
+ "properties": {
487
+ "operation.type": "listWorkItemsInQueue"
544
488
  }
545
489
  }
546
- ]
490
+ ],
491
+ "icon": {
492
+ "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+"
493
+ }
547
494
  },
548
495
  {
549
496
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
550
497
  "name": "Automation Anywhere Outbound Connector",
551
- "id": "io.camunda.connectors.AutomationAnywhere.v1",
552
- "version": 3,
553
- "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
498
+ "id": "io.camunda.connectors.AutomationAnywhere",
499
+ "description": "Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
500
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
501
+ "version": 1,
554
502
  "deprecated": {
555
- "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
556
- "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
557
- },
558
- "icon": {
559
- "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"
503
+ "message": "This connector is replaced by the new Automation Anywhere connector (id = io.camunda.connectors.AutomationAnywhere.v1). Please use the new connector instead."
560
504
  },
561
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
562
505
  "category": {
563
506
  "id": "connectors",
564
507
  "name": "Connectors"
@@ -567,48 +510,57 @@
567
510
  "elementType": {
568
511
  "value": "bpmn:ServiceTask"
569
512
  },
570
- "engines": {
571
- "camunda": "^8.2"
572
- },
573
513
  "groups": [
574
514
  {
575
515
  "id": "operation",
576
516
  "label": "Operation"
577
517
  },
578
- {
579
- "id": "authentication",
580
- "label": "Authentication"
581
- },
582
518
  {
583
519
  "id": "configuration",
584
520
  "label": "Configuration"
585
521
  },
522
+ {
523
+ "id": "authentication",
524
+ "label": "Authentication"
525
+ },
586
526
  {
587
527
  "id": "input",
588
528
  "label": "Input"
589
529
  },
530
+ {
531
+ "id": "timeout",
532
+ "label": "Timeout"
533
+ },
590
534
  {
591
535
  "id": "output",
592
- "label": "Output"
536
+ "label": "Output mapping"
593
537
  },
594
538
  {
595
- "id": "errors",
539
+ "id": "error",
596
540
  "label": "Error handling"
541
+ },
542
+ {
543
+ "id": "retries",
544
+ "label": "Retries"
597
545
  }
598
546
  ],
599
547
  "properties": [
600
548
  {
601
- "type": "Hidden",
602
- "value": "io.camunda:http-json:1",
549
+ "value": "io.camunda:connector-automationanywhere:1",
603
550
  "binding": {
604
551
  "type": "zeebe:taskDefinition",
605
552
  "property": "type"
606
- }
553
+ },
554
+ "type": "Hidden"
607
555
  },
608
556
  {
609
- "label": "Operation type",
610
- "id": "operationType",
557
+ "id": "operation.type",
558
+ "label": "Type",
611
559
  "group": "operation",
560
+ "binding": {
561
+ "name": "operation.type",
562
+ "type": "zeebe:input"
563
+ },
612
564
  "type": "Dropdown",
613
565
  "choices": [
614
566
  {
@@ -619,176 +571,107 @@
619
571
  "name": "Get work item result from queue by ID",
620
572
  "value": "listWorkItemsInQueue"
621
573
  }
622
- ],
623
- "binding": {
624
- "type": "zeebe:input",
625
- "name": "operationType"
626
- }
574
+ ]
627
575
  },
628
576
  {
577
+ "id": "configuration.controlRoomUrl",
629
578
  "label": "Control room URL",
630
- "group": "configuration",
579
+ "optional": false,
580
+ "constraints": {
581
+ "notEmpty": true
582
+ },
631
583
  "feel": "optional",
632
- "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>",
633
- "type": "String",
584
+ "group": "configuration",
634
585
  "binding": {
635
- "type": "zeebe:input",
636
- "name": "controlRoomURL"
586
+ "name": "configuration.controlRoomUrl",
587
+ "type": "zeebe:input"
637
588
  },
638
- "constraints": {
639
- "notEmpty": true,
640
- "pattern": {
641
- "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
642
- "message": "Must be a http(s) URL"
643
- }
644
- }
589
+ "type": "String"
645
590
  },
646
591
  {
592
+ "id": "authentication.type",
647
593
  "label": "Type",
648
- "id": "authenticationType",
594
+ "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>",
595
+ "value": "passwordBasedAuthentication",
649
596
  "group": "authentication",
650
- "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>",
651
- "value": "userNamePasswordAuth",
597
+ "binding": {
598
+ "name": "authentication.type",
599
+ "type": "zeebe:input"
600
+ },
652
601
  "type": "Dropdown",
653
602
  "choices": [
654
603
  {
655
604
  "name": "Authenticate (username and password)",
656
- "value": "userNamePasswordAuth"
605
+ "value": "passwordBasedAuthentication"
657
606
  },
658
607
  {
659
608
  "name": "Authenticate (username and API key)",
660
- "value": "userNameApiKeyAuth"
609
+ "value": "apiKeyAuthentication"
661
610
  },
662
611
  {
663
612
  "name": "Authentication (refresh) token",
664
- "value": "tokenAuth"
613
+ "value": "tokenBasedAuthentication"
665
614
  }
666
- ],
667
- "binding": {
668
- "type": "zeebe:input",
669
- "name": "authentication.withoutBindingType"
670
- }
615
+ ]
671
616
  },
672
617
  {
673
- "id": "credentialsInBodyAuthType",
674
- "group": "authentication",
675
- "type": "Hidden",
676
- "value": "credentialsInBody",
677
- "binding": {
678
- "type": "zeebe:input",
679
- "name": "authentication.type"
680
- },
618
+ "id": "authentication.passwordBassesUsername",
619
+ "label": "Username",
620
+ "optional": false,
681
621
  "constraints": {
682
622
  "notEmpty": true
683
623
  },
684
- "condition": {
685
- "property": "authenticationType",
686
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
687
- }
688
- },
689
- {
624
+ "feel": "optional",
690
625
  "group": "authentication",
691
- "type": "Hidden",
692
- "value": "noAuth",
693
626
  "binding": {
694
- "type": "zeebe:input",
695
- "name": "authentication.request.authentication.type"
696
- },
697
- "constraints": {
698
- "notEmpty": true
627
+ "name": "authentication.username",
628
+ "type": "zeebe:input"
699
629
  },
700
630
  "condition": {
701
- "property": "authenticationType",
702
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
703
- }
631
+ "property": "authentication.type",
632
+ "equals": "passwordBasedAuthentication",
633
+ "type": "simple"
634
+ },
635
+ "type": "String"
704
636
  },
705
637
  {
706
- "id": "tokenAuthType",
707
- "group": "authentication",
708
- "type": "Hidden",
709
- "value": "noAuth",
710
- "binding": {
711
- "type": "zeebe:input",
712
- "name": "authentication.type"
713
- },
638
+ "id": "authentication.password",
639
+ "label": "Password",
640
+ "optional": false,
714
641
  "constraints": {
715
642
  "notEmpty": true
716
643
  },
644
+ "feel": "optional",
645
+ "group": "authentication",
646
+ "binding": {
647
+ "name": "authentication.password",
648
+ "type": "zeebe:input"
649
+ },
717
650
  "condition": {
718
- "property": "authenticationType",
719
- "oneOf": ["tokenAuth"]
720
- }
721
- },
722
- {
723
- "description": "method for authentication",
724
- "type": "Hidden",
725
- "value": "post",
726
- "binding": {
727
- "type": "zeebe:input",
728
- "name": "authentication.request.method"
651
+ "property": "authentication.type",
652
+ "equals": "passwordBasedAuthentication",
653
+ "type": "simple"
729
654
  },
730
- "condition": {
731
- "property": "authenticationType",
732
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
733
- }
655
+ "type": "String"
734
656
  },
735
657
  {
736
- "label": "Username",
737
- "group": "authentication",
738
- "type": "String",
739
- "feel": "optional",
740
- "binding": {
741
- "type": "zeebe:input",
742
- "name": "authentication.request.body.username"
743
- },
658
+ "id": "authentication.multipleLogin",
659
+ "label": "Multiple login",
660
+ "optional": false,
744
661
  "constraints": {
745
662
  "notEmpty": true
746
663
  },
747
- "condition": {
748
- "property": "authenticationType",
749
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
750
- }
751
- },
752
- {
753
- "label": "Password",
754
664
  "group": "authentication",
755
- "type": "String",
756
- "feel": "optional",
757
665
  "binding": {
758
- "type": "zeebe:input",
759
- "name": "authentication.request.body.password"
760
- },
761
- "constraints": {
762
- "notEmpty": true
666
+ "name": "authentication.multipleLogin",
667
+ "type": "zeebe:input"
763
668
  },
764
669
  "condition": {
765
- "property": "authenticationType",
766
- "equals": "userNamePasswordAuth"
767
- }
768
- },
769
- {
770
- "label": "API key",
771
- "group": "authentication",
772
- "type": "String",
773
- "feel": "optional",
774
- "binding": {
775
- "type": "zeebe:input",
776
- "name": "authentication.request.body.apiKey"
777
- },
778
- "constraints": {
779
- "notEmpty": true
670
+ "property": "authentication.type",
671
+ "equals": "passwordBasedAuthentication",
672
+ "type": "simple"
780
673
  },
781
- "condition": {
782
- "property": "authenticationType",
783
- "equals": "userNameApiKeyAuth"
784
- }
785
- },
786
- {
787
- "label": "Multiple login",
788
- "group": "authentication",
789
- "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>",
790
674
  "type": "Dropdown",
791
- "value": "false",
792
675
  "choices": [
793
676
  {
794
677
  "name": "TRUE",
@@ -798,309 +681,235 @@
798
681
  "name": "FALSE",
799
682
  "value": "false"
800
683
  }
801
- ],
802
- "binding": {
803
- "type": "zeebe:input",
804
- "name": "authentication.request.body.multipleLogin"
805
- },
684
+ ]
685
+ },
686
+ {
687
+ "id": "authentication.apiUsername",
688
+ "label": "Username",
689
+ "optional": false,
806
690
  "constraints": {
807
691
  "notEmpty": true
808
692
  },
809
- "condition": {
810
- "property": "authenticationType",
811
- "equals": "userNamePasswordAuth"
812
- }
813
- },
814
- {
815
- "label": "Token",
816
- "group": "authentication",
817
- "type": "String",
818
693
  "feel": "optional",
694
+ "group": "authentication",
819
695
  "binding": {
820
- "type": "zeebe:input",
821
- "name": "token"
822
- },
823
- "constraints": {
824
- "notEmpty": true
696
+ "name": "authentication.username",
697
+ "type": "zeebe:input"
825
698
  },
826
699
  "condition": {
827
- "property": "authenticationType",
828
- "equals": "tokenAuth"
829
- }
700
+ "property": "authentication.type",
701
+ "equals": "apiKeyAuthentication",
702
+ "type": "simple"
703
+ },
704
+ "type": "String"
830
705
  },
831
706
  {
832
- "description": "Token",
833
- "type": "Hidden",
834
- "value": "={\"X-Authorization\":token}",
835
- "binding": {
836
- "type": "zeebe:input",
837
- "name": "headers"
838
- },
707
+ "id": "authentication.apiKey",
708
+ "label": "API key",
709
+ "optional": false,
839
710
  "constraints": {
840
711
  "notEmpty": true
841
712
  },
842
- "condition": {
843
- "property": "authenticationType",
844
- "equals": "tokenAuth"
845
- }
846
- },
847
- {
848
- "description": "Output headers",
849
- "type": "Hidden",
850
- "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
713
+ "feel": "optional",
714
+ "group": "authentication",
851
715
  "binding": {
852
- "type": "zeebe:input",
853
- "name": "authentication.outputHeaders"
854
- },
855
- "constraints": {
856
- "notEmpty": true
716
+ "name": "authentication.apiKey",
717
+ "type": "zeebe:input"
857
718
  },
858
719
  "condition": {
859
- "property": "authenticationType",
860
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
861
- }
720
+ "property": "authentication.type",
721
+ "equals": "apiKeyAuthentication",
722
+ "type": "simple"
723
+ },
724
+ "type": "String"
862
725
  },
863
726
  {
864
- "description": "Full authentication url",
865
- "type": "Hidden",
727
+ "id": "authentication.token",
728
+ "label": "Token",
866
729
  "optional": false,
867
- "value": "=controlRoomURL+\"/v1/authentication\"",
868
- "binding": {
869
- "type": "zeebe:input",
870
- "name": "authentication.request.url"
871
- },
872
730
  "constraints": {
873
731
  "notEmpty": true
874
732
  },
875
- "condition": {
876
- "property": "authenticationType",
877
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
878
- }
879
- },
880
- {
881
- "description": "method for request",
882
- "type": "Hidden",
883
- "value": "post",
733
+ "feel": "optional",
734
+ "group": "authentication",
884
735
  "binding": {
885
- "type": "zeebe:input",
886
- "name": "method"
736
+ "name": "authentication.token",
737
+ "type": "zeebe:input"
887
738
  },
888
739
  "condition": {
889
- "property": "operationType",
890
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
891
- }
740
+ "property": "authentication.type",
741
+ "equals": "tokenBasedAuthentication",
742
+ "type": "simple"
743
+ },
744
+ "type": "String"
892
745
  },
893
746
  {
747
+ "id": "operation.queueId",
894
748
  "label": "Work queue ID",
895
- "group": "input",
896
749
  "description": "The queue ID of the item",
897
- "type": "String",
898
750
  "optional": false,
751
+ "constraints": {
752
+ "notEmpty": true
753
+ },
899
754
  "feel": "optional",
755
+ "group": "input",
900
756
  "binding": {
901
- "type": "zeebe:input",
902
- "name": "queueId"
757
+ "name": "operation.queueId",
758
+ "type": "zeebe:input"
759
+ },
760
+ "condition": {
761
+ "property": "operation.type",
762
+ "equals": "addWorkItemsToTheQueue",
763
+ "type": "simple"
903
764
  },
765
+ "type": "String"
766
+ },
767
+ {
768
+ "id": "operation.data",
769
+ "label": "Work item json data",
770
+ "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>",
771
+ "optional": false,
904
772
  "constraints": {
905
773
  "notEmpty": true
906
774
  },
775
+ "feel": "required",
776
+ "group": "input",
777
+ "binding": {
778
+ "name": "operation.data",
779
+ "type": "zeebe:input"
780
+ },
907
781
  "condition": {
908
- "property": "operationType",
909
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
910
- }
782
+ "property": "operation.type",
783
+ "equals": "addWorkItemsToTheQueue",
784
+ "type": "simple"
785
+ },
786
+ "type": "Text"
911
787
  },
912
788
  {
913
- "description": "Add work items to the queue",
914
- "type": "Hidden",
789
+ "id": "operation.workQueueId",
790
+ "label": "Work queue ID",
791
+ "description": "The queue ID of the item",
915
792
  "optional": false,
916
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
917
- "binding": {
918
- "type": "zeebe:input",
919
- "name": "url"
920
- },
921
793
  "constraints": {
922
794
  "notEmpty": true
923
795
  },
796
+ "feel": "optional",
797
+ "group": "input",
798
+ "binding": {
799
+ "name": "operation.queueId",
800
+ "type": "zeebe:input"
801
+ },
924
802
  "condition": {
925
- "property": "operationType",
926
- "oneOf": ["addWorkItemsToTheQueue"]
927
- }
803
+ "property": "operation.type",
804
+ "equals": "listWorkItemsInQueue",
805
+ "type": "simple"
806
+ },
807
+ "type": "String"
928
808
  },
929
809
  {
810
+ "id": "operation.workItemId",
930
811
  "label": "Work item ID",
931
812
  "description": "The queue item identifier to be fetched from queue",
932
- "group": "input",
933
- "type": "String",
934
- "feel": "optional",
935
813
  "optional": false,
936
- "binding": {
937
- "type": "zeebe:input",
938
- "name": "workItemId"
939
- },
940
814
  "constraints": {
941
815
  "notEmpty": true
942
816
  },
943
- "condition": {
944
- "property": "operationType",
945
- "oneOf": ["listWorkItemsInQueue"]
946
- }
947
- },
948
- {
949
- "label": "Work item json data",
950
- "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>",
817
+ "feel": "optional",
951
818
  "group": "input",
952
- "type": "String",
953
- "feel": "required",
954
819
  "binding": {
955
- "type": "zeebe:input",
956
- "name": "itemData"
957
- },
958
- "constraints": {
959
- "notEmpty": true
960
- },
961
- "condition": {
962
- "property": "operationType",
963
- "oneOf": ["addWorkItemsToTheQueue"]
964
- }
965
- },
966
- {
967
- "description": "body with a new work item",
968
- "type": "Hidden",
969
- "optional": false,
970
- "value": "={\"workItems\":[{\"json\":itemData}]}",
971
- "binding": {
972
- "type": "zeebe:input",
973
- "name": "body"
974
- },
975
- "constraints": {
976
- "notEmpty": true
977
- },
978
- "condition": {
979
- "property": "operationType",
980
- "oneOf": ["addWorkItemsToTheQueue"]
981
- }
982
- },
983
- {
984
- "label": "filter for getting item by id",
985
- "type": "Hidden",
986
- "optional": false,
987
- "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
988
- "binding": {
989
- "type": "zeebe:input",
990
- "name": "body"
991
- },
992
- "constraints": {
993
- "notEmpty": true
820
+ "name": "operation.workItemId",
821
+ "type": "zeebe:input"
994
822
  },
995
823
  "condition": {
996
- "property": "operationType",
997
- "oneOf": ["listWorkItemsInQueue"]
998
- }
999
- },
1000
- {
1001
- "description": "List work items in queue",
1002
- "type": "Hidden",
1003
- "optional": false,
1004
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
1005
- "binding": {
1006
- "type": "zeebe:input",
1007
- "name": "url"
1008
- },
1009
- "constraints": {
1010
- "notEmpty": true
824
+ "property": "operation.type",
825
+ "equals": "listWorkItemsInQueue",
826
+ "type": "simple"
1011
827
  },
1012
- "condition": {
1013
- "property": "operationType",
1014
- "oneOf": ["listWorkItemsInQueue"]
1015
- }
828
+ "type": "String"
1016
829
  },
1017
830
  {
1018
- "label": "Connection timeout",
831
+ "id": "configuration.connectionTimeoutInSeconds",
832
+ "label": "Connection timeout in seconds",
1019
833
  "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
1020
- "group": "errors",
1021
- "type": "String",
834
+ "optional": true,
1022
835
  "value": "20",
836
+ "feel": "optional",
837
+ "group": "timeout",
1023
838
  "binding": {
1024
- "type": "zeebe:input",
1025
- "name": "connectionTimeoutInSeconds"
839
+ "name": "configuration.connectionTimeoutInSeconds",
840
+ "type": "zeebe:input"
1026
841
  },
1027
- "optional": true,
1028
- "feel": "optional",
1029
- "constraints": {
1030
- "notEmpty": false,
1031
- "pattern": {
1032
- "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
1033
- "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
1034
- }
1035
- }
842
+ "type": "String"
1036
843
  },
1037
844
  {
845
+ "id": "resultVariable",
1038
846
  "label": "Result variable",
1039
- "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>",
847
+ "description": "Name of variable to store the response in",
1040
848
  "group": "output",
1041
- "type": "String",
1042
849
  "binding": {
1043
- "type": "zeebe:taskHeader",
1044
- "key": "resultVariable"
1045
- }
850
+ "key": "resultVariable",
851
+ "type": "zeebe:taskHeader"
852
+ },
853
+ "type": "String"
1046
854
  },
1047
855
  {
856
+ "id": "resultExpression",
1048
857
  "label": "Result expression",
1049
- "id": "resultExpressionGetItemState",
1050
- "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>",
1051
- "group": "output",
1052
- "type": "String",
858
+ "description": "Expression to map the response into process variables",
1053
859
  "feel": "required",
1054
- "value": "={itemState:response.body.list[1].status}",
860
+ "group": "output",
1055
861
  "binding": {
1056
- "type": "zeebe:taskHeader",
1057
- "key": "resultExpression"
862
+ "key": "resultExpression",
863
+ "type": "zeebe:taskHeader"
1058
864
  },
1059
- "condition": {
1060
- "property": "operationType",
1061
- "oneOf": ["listWorkItemsInQueue"]
1062
- }
865
+ "type": "Text"
1063
866
  },
1064
867
  {
1065
- "label": "Result expression",
1066
- "id": "resultExpressionGetItemId",
1067
- "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>",
1068
- "group": "output",
1069
- "type": "String",
868
+ "id": "errorExpression",
869
+ "label": "Error expression",
870
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1070
871
  "feel": "required",
1071
- "value": "={itemId:response.body.list[1].id}",
872
+ "group": "error",
1072
873
  "binding": {
1073
- "type": "zeebe:taskHeader",
1074
- "key": "resultExpression"
874
+ "key": "errorExpression",
875
+ "type": "zeebe:taskHeader"
1075
876
  },
1076
- "condition": {
1077
- "property": "operationType",
1078
- "oneOf": ["addWorkItemsToTheQueue"]
1079
- }
877
+ "type": "Text"
1080
878
  },
1081
879
  {
1082
- "label": "Error expression",
1083
- "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>",
1084
- "group": "errors",
1085
- "type": "Text",
1086
- "feel": "required",
880
+ "id": "retryBackoff",
881
+ "label": "Retry backoff",
882
+ "description": "ISO-8601 duration to wait between retries",
883
+ "value": "PT0S",
884
+ "group": "retries",
1087
885
  "binding": {
1088
- "type": "zeebe:taskHeader",
1089
- "key": "errorExpression"
1090
- }
886
+ "key": "retryBackoff",
887
+ "type": "zeebe:taskHeader"
888
+ },
889
+ "type": "Hidden"
1091
890
  }
1092
- ]
891
+ ],
892
+ "icon": {
893
+ "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+"
894
+ }
1093
895
  },
1094
896
  {
1095
897
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1096
898
  "name": "Automation Anywhere Outbound Connector",
1097
899
  "id": "io.camunda.connectors.AutomationAnywhere",
1098
- "description": "Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
1099
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
1100
- "version": 1,
900
+ "description": "Manage work items in Automation Anywhere queues.",
1101
901
  "deprecated": {
1102
902
  "message": "This connector is replaced by the new Automation Anywhere connector (id = io.camunda.connectors.AutomationAnywhere.v1). Please use the new connector instead."
1103
903
  },
904
+ "metadata": {
905
+ "keywords": [
906
+ "add work item to queue",
907
+ "get work item from queue",
908
+ "get work item result from queue by ID"
909
+ ]
910
+ },
911
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
912
+ "version": 2,
1104
913
  "category": {
1105
914
  "id": "connectors",
1106
915
  "name": "Connectors"
@@ -1147,8 +956,8 @@
1147
956
  {
1148
957
  "value": "io.camunda:connector-automationanywhere:1",
1149
958
  "binding": {
1150
- "type": "zeebe:taskDefinition",
1151
- "property": "type"
959
+ "property": "type",
960
+ "type": "zeebe:taskDefinition"
1152
961
  },
1153
962
  "type": "Hidden"
1154
963
  },
@@ -1413,7 +1222,7 @@
1413
1222
  "constraints": {
1414
1223
  "notEmpty": true
1415
1224
  },
1416
- "feel": "optional",
1225
+ "feel": "static",
1417
1226
  "group": "input",
1418
1227
  "binding": {
1419
1228
  "name": "operation.workItemId",
@@ -1424,21 +1233,21 @@
1424
1233
  "equals": "listWorkItemsInQueue",
1425
1234
  "type": "simple"
1426
1235
  },
1427
- "type": "String"
1236
+ "type": "Number"
1428
1237
  },
1429
1238
  {
1430
1239
  "id": "configuration.connectionTimeoutInSeconds",
1431
1240
  "label": "Connection timeout in seconds",
1432
1241
  "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
1433
1242
  "optional": true,
1434
- "value": "20",
1435
- "feel": "optional",
1243
+ "value": 20,
1244
+ "feel": "static",
1436
1245
  "group": "timeout",
1437
1246
  "binding": {
1438
1247
  "name": "configuration.connectionTimeoutInSeconds",
1439
1248
  "type": "zeebe:input"
1440
1249
  },
1441
- "type": "String"
1250
+ "type": "Number"
1442
1251
  },
1443
1252
  {
1444
1253
  "id": "resultVariable",
@@ -1475,6 +1284,19 @@
1475
1284
  },
1476
1285
  "type": "Text"
1477
1286
  },
1287
+ {
1288
+ "id": "retryCount",
1289
+ "label": "Retries",
1290
+ "description": "Number of retries",
1291
+ "value": "3",
1292
+ "feel": "optional",
1293
+ "group": "retries",
1294
+ "binding": {
1295
+ "property": "retries",
1296
+ "type": "zeebe:taskDefinition"
1297
+ },
1298
+ "type": "String"
1299
+ },
1478
1300
  {
1479
1301
  "id": "retryBackoff",
1480
1302
  "label": "Retry backoff",
@@ -1485,7 +1307,7 @@
1485
1307
  "key": "retryBackoff",
1486
1308
  "type": "zeebe:taskHeader"
1487
1309
  },
1488
- "type": "Hidden"
1310
+ "type": "String"
1489
1311
  }
1490
1312
  ],
1491
1313
  "icon": {
@@ -1495,20 +1317,17 @@
1495
1317
  {
1496
1318
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1497
1319
  "name": "Automation Anywhere Outbound Connector",
1498
- "id": "io.camunda.connectors.AutomationAnywhere",
1499
- "description": "Manage work items in Automation Anywhere queues.",
1320
+ "id": "io.camunda.connectors.AutomationAnywhere.v1",
1321
+ "version": 3,
1322
+ "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
1500
1323
  "deprecated": {
1501
- "message": "This connector is replaced by the new Automation Anywhere connector (id = io.camunda.connectors.AutomationAnywhere.v1). Please use the new connector instead."
1324
+ "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
1325
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
1502
1326
  },
1503
- "metadata": {
1504
- "keywords": [
1505
- "add work item to queue",
1506
- "get work item from queue",
1507
- "get work item result from queue by ID"
1508
- ]
1327
+ "icon": {
1328
+ "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"
1509
1329
  },
1510
1330
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
1511
- "version": 2,
1512
1331
  "category": {
1513
1332
  "id": "connectors",
1514
1333
  "name": "Connectors"
@@ -1517,57 +1336,48 @@
1517
1336
  "elementType": {
1518
1337
  "value": "bpmn:ServiceTask"
1519
1338
  },
1339
+ "engines": {
1340
+ "camunda": "^8.2"
1341
+ },
1520
1342
  "groups": [
1521
1343
  {
1522
1344
  "id": "operation",
1523
1345
  "label": "Operation"
1524
1346
  },
1525
- {
1526
- "id": "configuration",
1527
- "label": "Configuration"
1528
- },
1529
1347
  {
1530
1348
  "id": "authentication",
1531
1349
  "label": "Authentication"
1532
1350
  },
1533
1351
  {
1534
- "id": "input",
1535
- "label": "Input"
1352
+ "id": "configuration",
1353
+ "label": "Configuration"
1536
1354
  },
1537
1355
  {
1538
- "id": "timeout",
1539
- "label": "Timeout"
1356
+ "id": "input",
1357
+ "label": "Input"
1540
1358
  },
1541
1359
  {
1542
1360
  "id": "output",
1543
- "label": "Output mapping"
1361
+ "label": "Output"
1544
1362
  },
1545
1363
  {
1546
- "id": "error",
1364
+ "id": "errors",
1547
1365
  "label": "Error handling"
1548
- },
1549
- {
1550
- "id": "retries",
1551
- "label": "Retries"
1552
1366
  }
1553
1367
  ],
1554
1368
  "properties": [
1555
1369
  {
1556
- "value": "io.camunda:connector-automationanywhere:1",
1370
+ "type": "Hidden",
1371
+ "value": "io.camunda:http-json:1",
1557
1372
  "binding": {
1558
- "property": "type",
1559
- "type": "zeebe:taskDefinition"
1560
- },
1561
- "type": "Hidden"
1373
+ "type": "zeebe:taskDefinition",
1374
+ "property": "type"
1375
+ }
1562
1376
  },
1563
1377
  {
1564
- "id": "operation.type",
1565
- "label": "Type",
1378
+ "label": "Operation type",
1379
+ "id": "operationType",
1566
1380
  "group": "operation",
1567
- "binding": {
1568
- "name": "operation.type",
1569
- "type": "zeebe:input"
1570
- },
1571
1381
  "type": "Dropdown",
1572
1382
  "choices": [
1573
1383
  {
@@ -1578,107 +1388,176 @@
1578
1388
  "name": "Get work item result from queue by ID",
1579
1389
  "value": "listWorkItemsInQueue"
1580
1390
  }
1581
- ]
1582
- },
1391
+ ],
1392
+ "binding": {
1393
+ "type": "zeebe:input",
1394
+ "name": "operationType"
1395
+ }
1396
+ },
1583
1397
  {
1584
- "id": "configuration.controlRoomUrl",
1585
1398
  "label": "Control room URL",
1586
- "optional": false,
1587
- "constraints": {
1588
- "notEmpty": true
1589
- },
1590
- "feel": "optional",
1591
1399
  "group": "configuration",
1400
+ "feel": "optional",
1401
+ "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>",
1402
+ "type": "String",
1592
1403
  "binding": {
1593
- "name": "configuration.controlRoomUrl",
1594
- "type": "zeebe:input"
1404
+ "type": "zeebe:input",
1405
+ "name": "controlRoomURL"
1595
1406
  },
1596
- "type": "String"
1407
+ "constraints": {
1408
+ "notEmpty": true,
1409
+ "pattern": {
1410
+ "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
1411
+ "message": "Must be a http(s) URL"
1412
+ }
1413
+ }
1597
1414
  },
1598
1415
  {
1599
- "id": "authentication.type",
1600
1416
  "label": "Type",
1601
- "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>",
1602
- "value": "passwordBasedAuthentication",
1417
+ "id": "authenticationType",
1603
1418
  "group": "authentication",
1604
- "binding": {
1605
- "name": "authentication.type",
1606
- "type": "zeebe:input"
1607
- },
1419
+ "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>",
1420
+ "value": "userNamePasswordAuth",
1608
1421
  "type": "Dropdown",
1609
1422
  "choices": [
1610
1423
  {
1611
1424
  "name": "Authenticate (username and password)",
1612
- "value": "passwordBasedAuthentication"
1425
+ "value": "userNamePasswordAuth"
1613
1426
  },
1614
1427
  {
1615
1428
  "name": "Authenticate (username and API key)",
1616
- "value": "apiKeyAuthentication"
1429
+ "value": "userNameApiKeyAuth"
1617
1430
  },
1618
1431
  {
1619
1432
  "name": "Authentication (refresh) token",
1620
- "value": "tokenBasedAuthentication"
1433
+ "value": "tokenAuth"
1621
1434
  }
1622
- ]
1435
+ ],
1436
+ "binding": {
1437
+ "type": "zeebe:input",
1438
+ "name": "authentication.withoutBindingType"
1439
+ }
1623
1440
  },
1624
1441
  {
1625
- "id": "authentication.passwordBassesUsername",
1626
- "label": "Username",
1627
- "optional": false,
1442
+ "id": "credentialsInBodyAuthType",
1443
+ "group": "authentication",
1444
+ "type": "Hidden",
1445
+ "value": "credentialsInBody",
1446
+ "binding": {
1447
+ "type": "zeebe:input",
1448
+ "name": "authentication.type"
1449
+ },
1628
1450
  "constraints": {
1629
1451
  "notEmpty": true
1630
1452
  },
1631
- "feel": "optional",
1453
+ "condition": {
1454
+ "property": "authenticationType",
1455
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1456
+ }
1457
+ },
1458
+ {
1632
1459
  "group": "authentication",
1460
+ "type": "Hidden",
1461
+ "value": "noAuth",
1633
1462
  "binding": {
1634
- "name": "authentication.username",
1635
- "type": "zeebe:input"
1463
+ "type": "zeebe:input",
1464
+ "name": "authentication.request.authentication.type"
1636
1465
  },
1637
- "condition": {
1638
- "property": "authentication.type",
1639
- "equals": "passwordBasedAuthentication",
1640
- "type": "simple"
1466
+ "constraints": {
1467
+ "notEmpty": true
1641
1468
  },
1642
- "type": "String"
1469
+ "condition": {
1470
+ "property": "authenticationType",
1471
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1472
+ }
1643
1473
  },
1644
1474
  {
1645
- "id": "authentication.password",
1646
- "label": "Password",
1647
- "optional": false,
1475
+ "id": "tokenAuthType",
1476
+ "group": "authentication",
1477
+ "type": "Hidden",
1478
+ "value": "noAuth",
1479
+ "binding": {
1480
+ "type": "zeebe:input",
1481
+ "name": "authentication.type"
1482
+ },
1648
1483
  "constraints": {
1649
1484
  "notEmpty": true
1650
1485
  },
1651
- "feel": "optional",
1652
- "group": "authentication",
1486
+ "condition": {
1487
+ "property": "authenticationType",
1488
+ "oneOf": ["tokenAuth"]
1489
+ }
1490
+ },
1491
+ {
1492
+ "description": "method for authentication",
1493
+ "type": "Hidden",
1494
+ "value": "post",
1653
1495
  "binding": {
1654
- "name": "authentication.password",
1655
- "type": "zeebe:input"
1496
+ "type": "zeebe:input",
1497
+ "name": "authentication.request.method"
1656
1498
  },
1657
1499
  "condition": {
1658
- "property": "authentication.type",
1659
- "equals": "passwordBasedAuthentication",
1660
- "type": "simple"
1661
- },
1662
- "type": "String"
1500
+ "property": "authenticationType",
1501
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1502
+ }
1663
1503
  },
1664
1504
  {
1665
- "id": "authentication.multipleLogin",
1666
- "label": "Multiple login",
1667
- "optional": false,
1505
+ "label": "Username",
1506
+ "group": "authentication",
1507
+ "type": "String",
1508
+ "feel": "optional",
1509
+ "binding": {
1510
+ "type": "zeebe:input",
1511
+ "name": "authentication.request.body.username"
1512
+ },
1668
1513
  "constraints": {
1669
1514
  "notEmpty": true
1670
1515
  },
1516
+ "condition": {
1517
+ "property": "authenticationType",
1518
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1519
+ }
1520
+ },
1521
+ {
1522
+ "label": "Password",
1671
1523
  "group": "authentication",
1524
+ "type": "String",
1525
+ "feel": "optional",
1672
1526
  "binding": {
1673
- "name": "authentication.multipleLogin",
1674
- "type": "zeebe:input"
1527
+ "type": "zeebe:input",
1528
+ "name": "authentication.request.body.password"
1529
+ },
1530
+ "constraints": {
1531
+ "notEmpty": true
1675
1532
  },
1676
1533
  "condition": {
1677
- "property": "authentication.type",
1678
- "equals": "passwordBasedAuthentication",
1679
- "type": "simple"
1534
+ "property": "authenticationType",
1535
+ "equals": "userNamePasswordAuth"
1536
+ }
1537
+ },
1538
+ {
1539
+ "label": "API key",
1540
+ "group": "authentication",
1541
+ "type": "String",
1542
+ "feel": "optional",
1543
+ "binding": {
1544
+ "type": "zeebe:input",
1545
+ "name": "authentication.request.body.apiKey"
1680
1546
  },
1547
+ "constraints": {
1548
+ "notEmpty": true
1549
+ },
1550
+ "condition": {
1551
+ "property": "authenticationType",
1552
+ "equals": "userNameApiKeyAuth"
1553
+ }
1554
+ },
1555
+ {
1556
+ "label": "Multiple login",
1557
+ "group": "authentication",
1558
+ "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>",
1681
1559
  "type": "Dropdown",
1560
+ "value": "false",
1682
1561
  "choices": [
1683
1562
  {
1684
1563
  "name": "TRUE",
@@ -1688,244 +1567,313 @@
1688
1567
  "name": "FALSE",
1689
1568
  "value": "false"
1690
1569
  }
1691
- ]
1692
- },
1693
- {
1694
- "id": "authentication.apiUsername",
1695
- "label": "Username",
1696
- "optional": false,
1570
+ ],
1571
+ "binding": {
1572
+ "type": "zeebe:input",
1573
+ "name": "authentication.request.body.multipleLogin"
1574
+ },
1697
1575
  "constraints": {
1698
1576
  "notEmpty": true
1699
1577
  },
1700
- "feel": "optional",
1578
+ "condition": {
1579
+ "property": "authenticationType",
1580
+ "equals": "userNamePasswordAuth"
1581
+ }
1582
+ },
1583
+ {
1584
+ "label": "Token",
1701
1585
  "group": "authentication",
1586
+ "type": "String",
1587
+ "feel": "optional",
1702
1588
  "binding": {
1703
- "name": "authentication.username",
1704
- "type": "zeebe:input"
1589
+ "type": "zeebe:input",
1590
+ "name": "token"
1705
1591
  },
1706
- "condition": {
1707
- "property": "authentication.type",
1708
- "equals": "apiKeyAuthentication",
1709
- "type": "simple"
1592
+ "constraints": {
1593
+ "notEmpty": true
1710
1594
  },
1711
- "type": "String"
1595
+ "condition": {
1596
+ "property": "authenticationType",
1597
+ "equals": "tokenAuth"
1598
+ }
1712
1599
  },
1713
1600
  {
1714
- "id": "authentication.apiKey",
1715
- "label": "API key",
1716
- "optional": false,
1601
+ "description": "Token",
1602
+ "type": "Hidden",
1603
+ "value": "={\"X-Authorization\":token}",
1604
+ "binding": {
1605
+ "type": "zeebe:input",
1606
+ "name": "headers"
1607
+ },
1717
1608
  "constraints": {
1718
1609
  "notEmpty": true
1719
1610
  },
1720
- "feel": "optional",
1721
- "group": "authentication",
1611
+ "condition": {
1612
+ "property": "authenticationType",
1613
+ "equals": "tokenAuth"
1614
+ }
1615
+ },
1616
+ {
1617
+ "description": "Output headers",
1618
+ "type": "Hidden",
1619
+ "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
1722
1620
  "binding": {
1723
- "name": "authentication.apiKey",
1724
- "type": "zeebe:input"
1621
+ "type": "zeebe:input",
1622
+ "name": "authentication.outputHeaders"
1725
1623
  },
1726
- "condition": {
1727
- "property": "authentication.type",
1728
- "equals": "apiKeyAuthentication",
1729
- "type": "simple"
1624
+ "constraints": {
1625
+ "notEmpty": true
1730
1626
  },
1731
- "type": "String"
1627
+ "condition": {
1628
+ "property": "authenticationType",
1629
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1630
+ }
1732
1631
  },
1733
1632
  {
1734
- "id": "authentication.token",
1735
- "label": "Token",
1633
+ "description": "Full authentication url",
1634
+ "type": "Hidden",
1736
1635
  "optional": false,
1636
+ "value": "=controlRoomURL+\"/v1/authentication\"",
1637
+ "binding": {
1638
+ "type": "zeebe:input",
1639
+ "name": "authentication.request.url"
1640
+ },
1737
1641
  "constraints": {
1738
1642
  "notEmpty": true
1739
1643
  },
1740
- "feel": "optional",
1741
- "group": "authentication",
1644
+ "condition": {
1645
+ "property": "authenticationType",
1646
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1647
+ }
1648
+ },
1649
+ {
1650
+ "description": "method for request",
1651
+ "type": "Hidden",
1652
+ "value": "post",
1742
1653
  "binding": {
1743
- "name": "authentication.token",
1744
- "type": "zeebe:input"
1654
+ "type": "zeebe:input",
1655
+ "name": "method"
1745
1656
  },
1746
1657
  "condition": {
1747
- "property": "authentication.type",
1748
- "equals": "tokenBasedAuthentication",
1749
- "type": "simple"
1750
- },
1751
- "type": "String"
1658
+ "property": "operationType",
1659
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
1660
+ }
1752
1661
  },
1753
1662
  {
1754
- "id": "operation.queueId",
1755
1663
  "label": "Work queue ID",
1664
+ "group": "input",
1756
1665
  "description": "The queue ID of the item",
1666
+ "type": "String",
1757
1667
  "optional": false,
1668
+ "feel": "optional",
1669
+ "binding": {
1670
+ "type": "zeebe:input",
1671
+ "name": "queueId"
1672
+ },
1758
1673
  "constraints": {
1759
1674
  "notEmpty": true
1760
1675
  },
1761
- "feel": "optional",
1762
- "group": "input",
1676
+ "condition": {
1677
+ "property": "operationType",
1678
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
1679
+ }
1680
+ },
1681
+ {
1682
+ "description": "Add work items to the queue",
1683
+ "type": "Hidden",
1684
+ "optional": false,
1685
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
1763
1686
  "binding": {
1764
- "name": "operation.queueId",
1765
- "type": "zeebe:input"
1687
+ "type": "zeebe:input",
1688
+ "name": "url"
1766
1689
  },
1767
- "condition": {
1768
- "property": "operation.type",
1769
- "equals": "addWorkItemsToTheQueue",
1770
- "type": "simple"
1690
+ "constraints": {
1691
+ "notEmpty": true
1771
1692
  },
1772
- "type": "String"
1693
+ "condition": {
1694
+ "property": "operationType",
1695
+ "oneOf": ["addWorkItemsToTheQueue"]
1696
+ }
1773
1697
  },
1774
1698
  {
1775
- "id": "operation.data",
1776
- "label": "Work item json data",
1777
- "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>",
1699
+ "label": "Work item ID",
1700
+ "description": "The queue item identifier to be fetched from queue",
1701
+ "group": "input",
1702
+ "type": "String",
1703
+ "feel": "optional",
1778
1704
  "optional": false,
1705
+ "binding": {
1706
+ "type": "zeebe:input",
1707
+ "name": "workItemId"
1708
+ },
1779
1709
  "constraints": {
1780
1710
  "notEmpty": true
1781
1711
  },
1782
- "feel": "required",
1712
+ "condition": {
1713
+ "property": "operationType",
1714
+ "oneOf": ["listWorkItemsInQueue"]
1715
+ }
1716
+ },
1717
+ {
1718
+ "label": "Work item json data",
1719
+ "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>",
1783
1720
  "group": "input",
1721
+ "type": "String",
1722
+ "feel": "required",
1784
1723
  "binding": {
1785
- "name": "operation.data",
1786
- "type": "zeebe:input"
1724
+ "type": "zeebe:input",
1725
+ "name": "itemData"
1787
1726
  },
1788
- "condition": {
1789
- "property": "operation.type",
1790
- "equals": "addWorkItemsToTheQueue",
1791
- "type": "simple"
1727
+ "constraints": {
1728
+ "notEmpty": true
1792
1729
  },
1793
- "type": "Text"
1730
+ "condition": {
1731
+ "property": "operationType",
1732
+ "oneOf": ["addWorkItemsToTheQueue"]
1733
+ }
1794
1734
  },
1795
1735
  {
1796
- "id": "operation.workQueueId",
1797
- "label": "Work queue ID",
1798
- "description": "The queue ID of the item",
1736
+ "description": "body with a new work item",
1737
+ "type": "Hidden",
1799
1738
  "optional": false,
1739
+ "value": "={\"workItems\":[{\"json\":itemData}]}",
1740
+ "binding": {
1741
+ "type": "zeebe:input",
1742
+ "name": "body"
1743
+ },
1800
1744
  "constraints": {
1801
1745
  "notEmpty": true
1802
1746
  },
1803
- "feel": "optional",
1804
- "group": "input",
1805
- "binding": {
1806
- "name": "operation.queueId",
1807
- "type": "zeebe:input"
1808
- },
1809
1747
  "condition": {
1810
- "property": "operation.type",
1811
- "equals": "listWorkItemsInQueue",
1812
- "type": "simple"
1813
- },
1814
- "type": "String"
1748
+ "property": "operationType",
1749
+ "oneOf": ["addWorkItemsToTheQueue"]
1750
+ }
1815
1751
  },
1816
1752
  {
1817
- "id": "operation.workItemId",
1818
- "label": "Work item ID",
1819
- "description": "The queue item identifier to be fetched from queue",
1753
+ "label": "filter for getting item by id",
1754
+ "type": "Hidden",
1820
1755
  "optional": false,
1756
+ "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
1757
+ "binding": {
1758
+ "type": "zeebe:input",
1759
+ "name": "body"
1760
+ },
1821
1761
  "constraints": {
1822
1762
  "notEmpty": true
1823
1763
  },
1824
- "feel": "static",
1825
- "group": "input",
1764
+ "condition": {
1765
+ "property": "operationType",
1766
+ "oneOf": ["listWorkItemsInQueue"]
1767
+ }
1768
+ },
1769
+ {
1770
+ "description": "List work items in queue",
1771
+ "type": "Hidden",
1772
+ "optional": false,
1773
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
1826
1774
  "binding": {
1827
- "name": "operation.workItemId",
1828
- "type": "zeebe:input"
1775
+ "type": "zeebe:input",
1776
+ "name": "url"
1829
1777
  },
1830
- "condition": {
1831
- "property": "operation.type",
1832
- "equals": "listWorkItemsInQueue",
1833
- "type": "simple"
1778
+ "constraints": {
1779
+ "notEmpty": true
1834
1780
  },
1835
- "type": "Number"
1781
+ "condition": {
1782
+ "property": "operationType",
1783
+ "oneOf": ["listWorkItemsInQueue"]
1784
+ }
1836
1785
  },
1837
1786
  {
1838
- "id": "configuration.connectionTimeoutInSeconds",
1839
- "label": "Connection timeout in seconds",
1787
+ "label": "Connection timeout",
1840
1788
  "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
1841
- "optional": true,
1842
- "value": 20,
1843
- "feel": "static",
1844
- "group": "timeout",
1789
+ "group": "errors",
1790
+ "type": "String",
1791
+ "value": "20",
1845
1792
  "binding": {
1846
- "name": "configuration.connectionTimeoutInSeconds",
1847
- "type": "zeebe:input"
1793
+ "type": "zeebe:input",
1794
+ "name": "connectionTimeoutInSeconds"
1848
1795
  },
1849
- "type": "Number"
1796
+ "optional": true,
1797
+ "feel": "optional",
1798
+ "constraints": {
1799
+ "notEmpty": false,
1800
+ "pattern": {
1801
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
1802
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
1803
+ }
1804
+ }
1850
1805
  },
1851
1806
  {
1852
- "id": "resultVariable",
1853
1807
  "label": "Result variable",
1854
- "description": "Name of variable to store the response in",
1808
+ "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>",
1855
1809
  "group": "output",
1810
+ "type": "String",
1856
1811
  "binding": {
1857
- "key": "resultVariable",
1858
- "type": "zeebe:taskHeader"
1859
- },
1860
- "type": "String"
1812
+ "type": "zeebe:taskHeader",
1813
+ "key": "resultVariable"
1814
+ }
1861
1815
  },
1862
1816
  {
1863
- "id": "resultExpression",
1864
1817
  "label": "Result expression",
1865
- "description": "Expression to map the response into process variables",
1866
- "feel": "required",
1818
+ "id": "resultExpressionGetItemState",
1819
+ "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>",
1867
1820
  "group": "output",
1868
- "binding": {
1869
- "key": "resultExpression",
1870
- "type": "zeebe:taskHeader"
1871
- },
1872
- "type": "Text"
1873
- },
1874
- {
1875
- "id": "errorExpression",
1876
- "label": "Error expression",
1877
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1821
+ "type": "String",
1878
1822
  "feel": "required",
1879
- "group": "error",
1823
+ "value": "={itemState:response.body.list[1].status}",
1880
1824
  "binding": {
1881
- "key": "errorExpression",
1882
- "type": "zeebe:taskHeader"
1825
+ "type": "zeebe:taskHeader",
1826
+ "key": "resultExpression"
1883
1827
  },
1884
- "type": "Text"
1828
+ "condition": {
1829
+ "property": "operationType",
1830
+ "oneOf": ["listWorkItemsInQueue"]
1831
+ }
1885
1832
  },
1886
1833
  {
1887
- "id": "retryCount",
1888
- "label": "Retries",
1889
- "description": "Number of retries",
1890
- "value": "3",
1891
- "feel": "optional",
1892
- "group": "retries",
1834
+ "label": "Result expression",
1835
+ "id": "resultExpressionGetItemId",
1836
+ "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>",
1837
+ "group": "output",
1838
+ "type": "String",
1839
+ "feel": "required",
1840
+ "value": "={itemId:response.body.list[1].id}",
1893
1841
  "binding": {
1894
- "property": "retries",
1895
- "type": "zeebe:taskDefinition"
1842
+ "type": "zeebe:taskHeader",
1843
+ "key": "resultExpression"
1896
1844
  },
1897
- "type": "String"
1845
+ "condition": {
1846
+ "property": "operationType",
1847
+ "oneOf": ["addWorkItemsToTheQueue"]
1848
+ }
1898
1849
  },
1899
1850
  {
1900
- "id": "retryBackoff",
1901
- "label": "Retry backoff",
1902
- "description": "ISO-8601 duration to wait between retries",
1903
- "value": "PT0S",
1904
- "group": "retries",
1851
+ "label": "Error expression",
1852
+ "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>",
1853
+ "group": "errors",
1854
+ "type": "Text",
1855
+ "feel": "required",
1905
1856
  "binding": {
1906
- "key": "retryBackoff",
1907
- "type": "zeebe:taskHeader"
1908
- },
1909
- "type": "String"
1857
+ "type": "zeebe:taskHeader",
1858
+ "key": "errorExpression"
1859
+ }
1910
1860
  }
1911
- ],
1912
- "icon": {
1913
- "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+"
1914
- }
1861
+ ]
1915
1862
  },
1916
1863
  {
1917
1864
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1918
1865
  "name": "Automation Anywhere connector",
1919
1866
  "id": "io.camunda.connectors.AutomationAnywhere.v1",
1920
- "version": 1,
1921
- "icon": {
1922
- "contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
1923
- },
1867
+ "version": 2,
1924
1868
  "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
1925
1869
  "deprecated": {
1926
1870
  "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
1927
1871
  "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
1928
1872
  },
1873
+ "icon": {
1874
+ "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"
1875
+ },
1876
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
1929
1877
  "category": {
1930
1878
  "id": "connectors",
1931
1879
  "name": "Connectors"
@@ -2005,8 +1953,8 @@
2005
1953
  "constraints": {
2006
1954
  "notEmpty": true,
2007
1955
  "pattern": {
2008
- "value": "^(=|(http://|https://|secrets).*$)",
2009
- "message": "Must be a http(s) URL."
1956
+ "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
1957
+ "message": "Must be a http(s) URL"
2010
1958
  }
2011
1959
  }
2012
1960
  },
@@ -2396,7 +2344,7 @@
2396
2344
  "constraints": {
2397
2345
  "notEmpty": false,
2398
2346
  "pattern": {
2399
- "value": "^(=|([0-9]+|secrets\\..+)$)",
2347
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
2400
2348
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
2401
2349
  }
2402
2350
  }
@@ -2461,17 +2409,21 @@
2461
2409
  {
2462
2410
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2463
2411
  "name": "Automation Anywhere Outbound Connector",
2464
- "id": "io.camunda.connectors.AutomationAnywhere.v1",
2465
- "version": 4,
2466
- "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
2467
- "deprecated": {
2468
- "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
2469
- "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
2470
- },
2471
- "icon": {
2472
- "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"
2473
- },
2412
+ "id": "io.camunda.connectors.AutomationAnywhere",
2413
+ "description": "Manage work items in Automation Anywhere queues.",
2414
+ "keywords": [
2415
+ "add work item to queue",
2416
+ "get work item from queue",
2417
+ "get work item result from queue by ID",
2418
+ "get work item result by ID",
2419
+ "queue item",
2420
+ "work queue",
2421
+ "RPA",
2422
+ "robot",
2423
+ "automation"
2424
+ ],
2474
2425
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
2426
+ "version": 3,
2475
2427
  "category": {
2476
2428
  "id": "connectors",
2477
2429
  "name": "Connectors"
@@ -2488,40 +2440,56 @@
2488
2440
  "id": "operation",
2489
2441
  "label": "Operation"
2490
2442
  },
2491
- {
2492
- "id": "authentication",
2493
- "label": "Authentication"
2494
- },
2495
2443
  {
2496
2444
  "id": "configuration",
2497
2445
  "label": "Configuration"
2498
2446
  },
2447
+ {
2448
+ "id": "authentication",
2449
+ "label": "Authentication"
2450
+ },
2499
2451
  {
2500
2452
  "id": "input",
2501
2453
  "label": "Input"
2502
2454
  },
2455
+ {
2456
+ "id": "timeout",
2457
+ "label": "Timeout"
2458
+ },
2459
+ {
2460
+ "id": "connector",
2461
+ "label": "Connector"
2462
+ },
2503
2463
  {
2504
2464
  "id": "output",
2505
- "label": "Output"
2465
+ "label": "Output mapping"
2506
2466
  },
2507
2467
  {
2508
- "id": "errors",
2468
+ "id": "error",
2509
2469
  "label": "Error handling"
2470
+ },
2471
+ {
2472
+ "id": "retries",
2473
+ "label": "Retries"
2510
2474
  }
2511
2475
  ],
2512
2476
  "properties": [
2513
2477
  {
2514
- "type": "Hidden",
2515
- "value": "io.camunda:http-json:1",
2478
+ "value": "io.camunda:connector-automationanywhere:1",
2516
2479
  "binding": {
2517
- "type": "zeebe:taskDefinition",
2518
- "property": "type"
2519
- }
2480
+ "property": "type",
2481
+ "type": "zeebe:taskDefinition"
2482
+ },
2483
+ "type": "Hidden"
2520
2484
  },
2521
2485
  {
2522
- "label": "Operation type",
2523
- "id": "operationType",
2486
+ "id": "operation.type",
2487
+ "label": "Type",
2524
2488
  "group": "operation",
2489
+ "binding": {
2490
+ "name": "operation.type",
2491
+ "type": "zeebe:input"
2492
+ },
2525
2493
  "type": "Dropdown",
2526
2494
  "choices": [
2527
2495
  {
@@ -2532,496 +2500,378 @@
2532
2500
  "name": "Get work item result from queue by ID",
2533
2501
  "value": "listWorkItemsInQueue"
2534
2502
  }
2535
- ],
2536
- "binding": {
2537
- "type": "zeebe:input",
2538
- "name": "operationType"
2539
- }
2503
+ ]
2540
2504
  },
2541
2505
  {
2506
+ "id": "configuration.controlRoomUrl",
2542
2507
  "label": "Control room URL",
2543
- "group": "configuration",
2508
+ "optional": false,
2509
+ "constraints": {
2510
+ "notEmpty": true
2511
+ },
2544
2512
  "feel": "optional",
2545
- "description": "Automation Anywhere control room URL. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
2546
- "type": "String",
2513
+ "group": "configuration",
2547
2514
  "binding": {
2548
- "type": "zeebe:input",
2549
- "name": "controlRoomURL"
2515
+ "name": "configuration.controlRoomUrl",
2516
+ "type": "zeebe:input"
2550
2517
  },
2551
- "constraints": {
2552
- "notEmpty": true,
2553
- "pattern": {
2554
- "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
2555
- "message": "Must be a http(s) URL"
2556
- }
2557
- }
2518
+ "type": "String"
2558
2519
  },
2559
2520
  {
2521
+ "id": "authentication.type",
2560
2522
  "label": "Type",
2561
- "id": "authenticationType",
2562
- "group": "authentication",
2563
2523
  "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>",
2564
- "value": "userNamePasswordAuth",
2524
+ "value": "passwordBasedAuthentication",
2525
+ "group": "authentication",
2526
+ "binding": {
2527
+ "name": "authentication.type",
2528
+ "type": "zeebe:input"
2529
+ },
2565
2530
  "type": "Dropdown",
2566
2531
  "choices": [
2567
2532
  {
2568
2533
  "name": "Authenticate (username and password)",
2569
- "value": "userNamePasswordAuth"
2534
+ "value": "passwordBasedAuthentication"
2570
2535
  },
2571
2536
  {
2572
2537
  "name": "Authenticate (username and API key)",
2573
- "value": "userNameApiKeyAuth"
2538
+ "value": "apiKeyAuthentication"
2574
2539
  },
2575
2540
  {
2576
2541
  "name": "Authentication (refresh) token",
2577
- "value": "tokenAuth"
2542
+ "value": "tokenBasedAuthentication"
2578
2543
  }
2579
- ],
2580
- "binding": {
2581
- "type": "zeebe:input",
2582
- "name": "authentication.withoutBindingType"
2583
- }
2544
+ ]
2584
2545
  },
2585
2546
  {
2586
- "id": "credentialsInBodyAuthType",
2587
- "group": "authentication",
2588
- "type": "Hidden",
2589
- "value": "credentialsInBody",
2590
- "binding": {
2591
- "type": "zeebe:input",
2592
- "name": "authentication.type"
2593
- },
2547
+ "id": "authentication.passwordBassesUsername",
2548
+ "label": "Username",
2549
+ "optional": false,
2594
2550
  "constraints": {
2595
2551
  "notEmpty": true
2596
2552
  },
2597
- "condition": {
2598
- "property": "authenticationType",
2599
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2600
- }
2601
- },
2602
- {
2553
+ "feel": "optional",
2603
2554
  "group": "authentication",
2604
- "type": "Hidden",
2605
- "value": "noAuth",
2606
2555
  "binding": {
2607
- "type": "zeebe:input",
2608
- "name": "authentication.request.authentication.type"
2609
- },
2610
- "constraints": {
2611
- "notEmpty": true
2556
+ "name": "authentication.username",
2557
+ "type": "zeebe:input"
2612
2558
  },
2613
2559
  "condition": {
2614
- "property": "authenticationType",
2615
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2616
- }
2560
+ "property": "authentication.type",
2561
+ "equals": "passwordBasedAuthentication",
2562
+ "type": "simple"
2563
+ },
2564
+ "type": "String"
2617
2565
  },
2618
2566
  {
2619
- "id": "tokenAuthType",
2620
- "group": "authentication",
2621
- "type": "Hidden",
2622
- "value": "noAuth",
2623
- "binding": {
2624
- "type": "zeebe:input",
2625
- "name": "authentication.type"
2626
- },
2567
+ "id": "authentication.password",
2568
+ "label": "Password",
2569
+ "optional": false,
2627
2570
  "constraints": {
2628
2571
  "notEmpty": true
2629
2572
  },
2573
+ "feel": "optional",
2574
+ "group": "authentication",
2575
+ "binding": {
2576
+ "name": "authentication.password",
2577
+ "type": "zeebe:input"
2578
+ },
2630
2579
  "condition": {
2631
- "property": "authenticationType",
2632
- "oneOf": ["tokenAuth"]
2633
- }
2580
+ "property": "authentication.type",
2581
+ "equals": "passwordBasedAuthentication",
2582
+ "type": "simple"
2583
+ },
2584
+ "type": "String"
2634
2585
  },
2635
2586
  {
2636
- "description": "method for authentication",
2637
- "type": "Hidden",
2638
- "value": "post",
2587
+ "id": "authentication.multipleLogin",
2588
+ "label": "Multiple login",
2589
+ "optional": false,
2590
+ "constraints": {
2591
+ "notEmpty": true
2592
+ },
2593
+ "group": "authentication",
2639
2594
  "binding": {
2640
- "type": "zeebe:input",
2641
- "name": "authentication.request.method"
2595
+ "name": "authentication.multipleLogin",
2596
+ "type": "zeebe:input"
2642
2597
  },
2643
2598
  "condition": {
2644
- "property": "authenticationType",
2645
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2646
- }
2599
+ "property": "authentication.type",
2600
+ "equals": "passwordBasedAuthentication",
2601
+ "type": "simple"
2602
+ },
2603
+ "type": "Dropdown",
2604
+ "choices": [
2605
+ {
2606
+ "name": "TRUE",
2607
+ "value": "true"
2608
+ },
2609
+ {
2610
+ "name": "FALSE",
2611
+ "value": "false"
2612
+ }
2613
+ ]
2647
2614
  },
2648
2615
  {
2616
+ "id": "authentication.apiUsername",
2649
2617
  "label": "Username",
2650
- "group": "authentication",
2651
- "type": "String",
2652
- "feel": "optional",
2653
- "binding": {
2654
- "type": "zeebe:input",
2655
- "name": "authentication.request.body.username"
2656
- },
2618
+ "optional": false,
2657
2619
  "constraints": {
2658
2620
  "notEmpty": true
2659
2621
  },
2660
- "condition": {
2661
- "property": "authenticationType",
2662
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2663
- }
2664
- },
2665
- {
2666
- "label": "Password",
2667
- "group": "authentication",
2668
- "type": "String",
2669
2622
  "feel": "optional",
2623
+ "group": "authentication",
2670
2624
  "binding": {
2671
- "type": "zeebe:input",
2672
- "name": "authentication.request.body.password"
2673
- },
2674
- "constraints": {
2675
- "notEmpty": true
2625
+ "name": "authentication.username",
2626
+ "type": "zeebe:input"
2676
2627
  },
2677
2628
  "condition": {
2678
- "property": "authenticationType",
2679
- "equals": "userNamePasswordAuth"
2680
- }
2629
+ "property": "authentication.type",
2630
+ "equals": "apiKeyAuthentication",
2631
+ "type": "simple"
2632
+ },
2633
+ "type": "String"
2681
2634
  },
2682
2635
  {
2636
+ "id": "authentication.apiKey",
2683
2637
  "label": "API key",
2684
- "group": "authentication",
2685
- "type": "String",
2686
- "feel": "optional",
2687
- "binding": {
2688
- "type": "zeebe:input",
2689
- "name": "authentication.request.body.apiKey"
2690
- },
2638
+ "optional": false,
2691
2639
  "constraints": {
2692
2640
  "notEmpty": true
2693
2641
  },
2694
- "condition": {
2695
- "property": "authenticationType",
2696
- "equals": "userNameApiKeyAuth"
2697
- }
2698
- },
2699
- {
2700
- "label": "Multiple login",
2642
+ "feel": "optional",
2701
2643
  "group": "authentication",
2702
- "description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
2703
- "type": "Dropdown",
2704
- "value": "false",
2705
- "choices": [
2706
- {
2707
- "name": "TRUE",
2708
- "value": "true"
2709
- },
2710
- {
2711
- "name": "FALSE",
2712
- "value": "false"
2713
- }
2714
- ],
2715
2644
  "binding": {
2716
- "type": "zeebe:input",
2717
- "name": "authentication.request.body.multipleLogin"
2718
- },
2719
- "constraints": {
2720
- "notEmpty": true
2645
+ "name": "authentication.apiKey",
2646
+ "type": "zeebe:input"
2721
2647
  },
2722
2648
  "condition": {
2723
- "property": "authenticationType",
2724
- "equals": "userNamePasswordAuth"
2725
- }
2649
+ "property": "authentication.type",
2650
+ "equals": "apiKeyAuthentication",
2651
+ "type": "simple"
2652
+ },
2653
+ "type": "String"
2726
2654
  },
2727
2655
  {
2656
+ "id": "authentication.token",
2728
2657
  "label": "Token",
2729
- "group": "authentication",
2730
- "type": "String",
2731
- "feel": "optional",
2732
- "binding": {
2733
- "type": "zeebe:input",
2734
- "name": "token"
2735
- },
2658
+ "optional": false,
2736
2659
  "constraints": {
2737
2660
  "notEmpty": true
2738
2661
  },
2739
- "condition": {
2740
- "property": "authenticationType",
2741
- "equals": "tokenAuth"
2742
- }
2743
- },
2744
- {
2745
- "description": "Token",
2746
- "type": "Hidden",
2747
- "value": "={\"X-Authorization\":token}",
2662
+ "feel": "optional",
2663
+ "group": "authentication",
2748
2664
  "binding": {
2749
- "type": "zeebe:input",
2750
- "name": "headers"
2751
- },
2752
- "constraints": {
2753
- "notEmpty": true
2665
+ "name": "authentication.token",
2666
+ "type": "zeebe:input"
2754
2667
  },
2755
2668
  "condition": {
2756
- "property": "authenticationType",
2757
- "equals": "tokenAuth"
2758
- }
2669
+ "property": "authentication.type",
2670
+ "equals": "tokenBasedAuthentication",
2671
+ "type": "simple"
2672
+ },
2673
+ "type": "String"
2759
2674
  },
2760
2675
  {
2761
- "description": "Output headers",
2762
- "type": "Hidden",
2763
- "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
2764
- "binding": {
2765
- "type": "zeebe:input",
2766
- "name": "authentication.outputHeaders"
2767
- },
2676
+ "id": "operation.queueId",
2677
+ "label": "Work queue ID",
2678
+ "description": "The queue ID of the item",
2679
+ "optional": false,
2768
2680
  "constraints": {
2769
2681
  "notEmpty": true
2770
2682
  },
2683
+ "feel": "optional",
2684
+ "group": "input",
2685
+ "binding": {
2686
+ "name": "operation.queueId",
2687
+ "type": "zeebe:input"
2688
+ },
2771
2689
  "condition": {
2772
- "property": "authenticationType",
2773
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2774
- }
2690
+ "property": "operation.type",
2691
+ "equals": "addWorkItemsToTheQueue",
2692
+ "type": "simple"
2693
+ },
2694
+ "type": "String"
2775
2695
  },
2776
2696
  {
2777
- "description": "Full authentication url",
2778
- "type": "Hidden",
2697
+ "id": "operation.data",
2698
+ "label": "Work item json data",
2699
+ "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>",
2779
2700
  "optional": false,
2780
- "value": "=controlRoomURL+\"/v1/authentication\"",
2781
- "binding": {
2782
- "type": "zeebe:input",
2783
- "name": "authentication.request.url"
2784
- },
2785
2701
  "constraints": {
2786
2702
  "notEmpty": true
2787
2703
  },
2788
- "condition": {
2789
- "property": "authenticationType",
2790
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2791
- }
2792
- },
2793
- {
2794
- "description": "method for request",
2795
- "type": "Hidden",
2796
- "value": "post",
2704
+ "feel": "required",
2705
+ "group": "input",
2797
2706
  "binding": {
2798
- "type": "zeebe:input",
2799
- "name": "method"
2707
+ "name": "operation.data",
2708
+ "type": "zeebe:input"
2800
2709
  },
2801
2710
  "condition": {
2802
- "property": "operationType",
2803
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
2804
- }
2711
+ "property": "operation.type",
2712
+ "equals": "addWorkItemsToTheQueue",
2713
+ "type": "simple"
2714
+ },
2715
+ "type": "Text"
2805
2716
  },
2806
2717
  {
2718
+ "id": "operation.workQueueId",
2807
2719
  "label": "Work queue ID",
2808
- "group": "input",
2809
2720
  "description": "The queue ID of the item",
2810
- "type": "String",
2811
2721
  "optional": false,
2812
- "feel": "optional",
2813
- "binding": {
2814
- "type": "zeebe:input",
2815
- "name": "queueId"
2816
- },
2817
2722
  "constraints": {
2818
2723
  "notEmpty": true
2819
2724
  },
2820
- "condition": {
2821
- "property": "operationType",
2822
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
2823
- }
2824
- },
2825
- {
2826
- "description": "Add work items to the queue",
2827
- "type": "Hidden",
2828
- "optional": false,
2829
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
2725
+ "feel": "optional",
2726
+ "group": "input",
2830
2727
  "binding": {
2831
- "type": "zeebe:input",
2832
- "name": "url"
2833
- },
2834
- "constraints": {
2835
- "notEmpty": true
2728
+ "name": "operation.queueId",
2729
+ "type": "zeebe:input"
2836
2730
  },
2837
2731
  "condition": {
2838
- "property": "operationType",
2839
- "oneOf": ["addWorkItemsToTheQueue"]
2840
- }
2732
+ "property": "operation.type",
2733
+ "equals": "listWorkItemsInQueue",
2734
+ "type": "simple"
2735
+ },
2736
+ "type": "String"
2841
2737
  },
2842
2738
  {
2739
+ "id": "operation.workItemId",
2843
2740
  "label": "Work item ID",
2844
2741
  "description": "The queue item identifier to be fetched from queue",
2845
- "group": "input",
2846
- "type": "String",
2847
- "feel": "optional",
2848
2742
  "optional": false,
2849
- "binding": {
2850
- "type": "zeebe:input",
2851
- "name": "workItemId"
2852
- },
2853
2743
  "constraints": {
2854
2744
  "notEmpty": true
2855
2745
  },
2856
- "condition": {
2857
- "property": "operationType",
2858
- "oneOf": ["listWorkItemsInQueue"]
2859
- }
2860
- },
2861
- {
2862
- "label": "Work item json data",
2863
- "description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
2746
+ "feel": "static",
2864
2747
  "group": "input",
2865
- "type": "String",
2866
- "feel": "required",
2867
2748
  "binding": {
2868
- "type": "zeebe:input",
2869
- "name": "itemData"
2870
- },
2871
- "constraints": {
2872
- "notEmpty": true
2749
+ "name": "operation.workItemId",
2750
+ "type": "zeebe:input"
2873
2751
  },
2874
2752
  "condition": {
2875
- "property": "operationType",
2876
- "oneOf": ["addWorkItemsToTheQueue"]
2877
- }
2753
+ "property": "operation.type",
2754
+ "equals": "listWorkItemsInQueue",
2755
+ "type": "simple"
2756
+ },
2757
+ "type": "Number"
2878
2758
  },
2879
2759
  {
2880
- "description": "body with a new work item",
2881
- "type": "Hidden",
2882
- "optional": false,
2883
- "value": "={\"workItems\":[{\"json\":itemData}]}",
2760
+ "id": "configuration.connectionTimeoutInSeconds",
2761
+ "label": "Connection timeout in seconds",
2762
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
2763
+ "optional": true,
2764
+ "value": 20,
2765
+ "feel": "static",
2766
+ "group": "timeout",
2884
2767
  "binding": {
2885
- "type": "zeebe:input",
2886
- "name": "body"
2887
- },
2888
- "constraints": {
2889
- "notEmpty": true
2768
+ "name": "configuration.connectionTimeoutInSeconds",
2769
+ "type": "zeebe:input"
2890
2770
  },
2891
- "condition": {
2892
- "property": "operationType",
2893
- "oneOf": ["addWorkItemsToTheQueue"]
2894
- }
2771
+ "type": "Number"
2895
2772
  },
2896
2773
  {
2897
- "label": "filter for getting item by id",
2898
- "type": "Hidden",
2899
- "optional": false,
2900
- "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
2774
+ "id": "version",
2775
+ "label": "Version",
2776
+ "description": "Version of the element template",
2777
+ "value": "3",
2778
+ "group": "connector",
2901
2779
  "binding": {
2902
- "type": "zeebe:input",
2903
- "name": "body"
2904
- },
2905
- "constraints": {
2906
- "notEmpty": true
2780
+ "key": "elementTemplateVersion",
2781
+ "type": "zeebe:taskHeader"
2907
2782
  },
2908
- "condition": {
2909
- "property": "operationType",
2910
- "oneOf": ["listWorkItemsInQueue"]
2911
- }
2783
+ "type": "Hidden"
2912
2784
  },
2913
2785
  {
2914
- "description": "List work items in queue",
2915
- "type": "Hidden",
2916
- "optional": false,
2917
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
2786
+ "id": "id",
2787
+ "label": "ID",
2788
+ "description": "ID of the element template",
2789
+ "value": "io.camunda.connectors.AutomationAnywhere",
2790
+ "group": "connector",
2918
2791
  "binding": {
2919
- "type": "zeebe:input",
2920
- "name": "url"
2921
- },
2922
- "constraints": {
2923
- "notEmpty": true
2792
+ "key": "elementTemplateId",
2793
+ "type": "zeebe:taskHeader"
2924
2794
  },
2925
- "condition": {
2926
- "property": "operationType",
2927
- "oneOf": ["listWorkItemsInQueue"]
2928
- }
2795
+ "type": "Hidden"
2929
2796
  },
2930
2797
  {
2931
- "label": "Connection timeout",
2932
- "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
2933
- "group": "errors",
2934
- "type": "String",
2935
- "value": "20",
2798
+ "id": "resultVariable",
2799
+ "label": "Result variable",
2800
+ "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>.",
2801
+ "group": "output",
2936
2802
  "binding": {
2937
- "type": "zeebe:input",
2938
- "name": "connectionTimeoutInSeconds"
2803
+ "key": "resultVariable",
2804
+ "type": "zeebe:taskHeader"
2939
2805
  },
2940
- "optional": true,
2941
- "feel": "optional",
2942
- "constraints": {
2943
- "notEmpty": false,
2944
- "pattern": {
2945
- "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
2946
- "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
2947
- }
2948
- }
2806
+ "type": "String"
2949
2807
  },
2950
2808
  {
2951
- "label": "Result variable",
2952
- "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>",
2809
+ "id": "resultExpression",
2810
+ "label": "Result expression",
2811
+ "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>.",
2812
+ "feel": "required",
2953
2813
  "group": "output",
2954
- "type": "String",
2955
2814
  "binding": {
2956
- "type": "zeebe:taskHeader",
2957
- "key": "resultVariable"
2958
- }
2815
+ "key": "resultExpression",
2816
+ "type": "zeebe:taskHeader"
2817
+ },
2818
+ "type": "Text"
2959
2819
  },
2960
2820
  {
2961
- "label": "Result expression",
2962
- "id": "resultExpressionGetItemState",
2963
- "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>",
2964
- "group": "output",
2965
- "type": "String",
2821
+ "id": "errorExpression",
2822
+ "label": "Error expression",
2823
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
2966
2824
  "feel": "required",
2967
- "value": "={itemState:response.body.list[1].status}",
2825
+ "group": "error",
2968
2826
  "binding": {
2969
- "type": "zeebe:taskHeader",
2970
- "key": "resultExpression"
2827
+ "key": "errorExpression",
2828
+ "type": "zeebe:taskHeader"
2971
2829
  },
2972
- "condition": {
2973
- "property": "operationType",
2974
- "oneOf": ["listWorkItemsInQueue"]
2975
- }
2830
+ "type": "Text"
2976
2831
  },
2977
2832
  {
2978
- "label": "Result expression",
2979
- "id": "resultExpressionGetItemId",
2980
- "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>",
2981
- "group": "output",
2982
- "type": "String",
2983
- "feel": "required",
2984
- "value": "={itemId:response.body.list[1].id}",
2833
+ "id": "retryCount",
2834
+ "label": "Retries",
2835
+ "description": "Number of retries",
2836
+ "value": "3",
2837
+ "feel": "optional",
2838
+ "group": "retries",
2985
2839
  "binding": {
2986
- "type": "zeebe:taskHeader",
2987
- "key": "resultExpression"
2840
+ "property": "retries",
2841
+ "type": "zeebe:taskDefinition"
2988
2842
  },
2989
- "condition": {
2990
- "property": "operationType",
2991
- "oneOf": ["addWorkItemsToTheQueue"]
2992
- }
2843
+ "type": "String"
2993
2844
  },
2994
2845
  {
2995
- "label": "Error expression",
2996
- "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>",
2997
- "group": "errors",
2998
- "type": "Text",
2999
- "feel": "required",
2846
+ "id": "retryBackoff",
2847
+ "label": "Retry backoff",
2848
+ "description": "ISO-8601 duration to wait between retries",
2849
+ "value": "PT30S",
2850
+ "group": "retries",
3000
2851
  "binding": {
3001
- "type": "zeebe:taskHeader",
3002
- "key": "errorExpression"
3003
- }
2852
+ "key": "retryBackoff",
2853
+ "type": "zeebe:taskHeader"
2854
+ },
2855
+ "type": "String"
3004
2856
  }
3005
- ]
2857
+ ],
2858
+ "icon": {
2859
+ "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+"
2860
+ }
3006
2861
  },
3007
2862
  {
3008
2863
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
3009
- "name": "Automation Anywhere Outbound Connector",
3010
- "id": "io.camunda.connectors.AutomationAnywhere",
3011
- "description": "Manage work items in Automation Anywhere queues.",
3012
- "keywords": [
3013
- "add work item to queue",
3014
- "get work item from queue",
3015
- "get work item result from queue by ID",
3016
- "get work item result by ID",
3017
- "queue item",
3018
- "work queue",
3019
- "RPA",
3020
- "robot",
3021
- "automation"
3022
- ],
3023
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
3024
- "version": 3,
2864
+ "name": "Automation Anywhere connector",
2865
+ "id": "io.camunda.connectors.AutomationAnywhere.v1",
2866
+ "version": 1,
2867
+ "icon": {
2868
+ "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"
2869
+ },
2870
+ "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
2871
+ "deprecated": {
2872
+ "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
2873
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
2874
+ },
3025
2875
  "category": {
3026
2876
  "id": "connectors",
3027
2877
  "name": "Connectors"
@@ -3031,63 +2881,47 @@
3031
2881
  "value": "bpmn:ServiceTask"
3032
2882
  },
3033
2883
  "engines": {
3034
- "camunda": "^8.4"
2884
+ "camunda": "^8.2"
3035
2885
  },
3036
2886
  "groups": [
3037
2887
  {
3038
2888
  "id": "operation",
3039
2889
  "label": "Operation"
3040
2890
  },
3041
- {
3042
- "id": "configuration",
3043
- "label": "Configuration"
3044
- },
3045
2891
  {
3046
2892
  "id": "authentication",
3047
2893
  "label": "Authentication"
3048
2894
  },
3049
2895
  {
3050
- "id": "input",
3051
- "label": "Input"
3052
- },
3053
- {
3054
- "id": "timeout",
3055
- "label": "Timeout"
2896
+ "id": "configuration",
2897
+ "label": "Configuration"
3056
2898
  },
3057
2899
  {
3058
- "id": "connector",
3059
- "label": "Connector"
2900
+ "id": "input",
2901
+ "label": "Input"
3060
2902
  },
3061
2903
  {
3062
2904
  "id": "output",
3063
- "label": "Output mapping"
2905
+ "label": "Output"
3064
2906
  },
3065
2907
  {
3066
- "id": "error",
2908
+ "id": "errors",
3067
2909
  "label": "Error handling"
3068
- },
3069
- {
3070
- "id": "retries",
3071
- "label": "Retries"
3072
2910
  }
3073
2911
  ],
3074
2912
  "properties": [
3075
2913
  {
3076
- "value": "io.camunda:connector-automationanywhere:1",
2914
+ "type": "Hidden",
2915
+ "value": "io.camunda:http-json:1",
3077
2916
  "binding": {
3078
- "property": "type",
3079
- "type": "zeebe:taskDefinition"
3080
- },
3081
- "type": "Hidden"
2917
+ "type": "zeebe:taskDefinition",
2918
+ "property": "type"
2919
+ }
3082
2920
  },
3083
2921
  {
3084
- "id": "operation.type",
3085
- "label": "Type",
2922
+ "label": "Operation type",
2923
+ "id": "operationType",
3086
2924
  "group": "operation",
3087
- "binding": {
3088
- "name": "operation.type",
3089
- "type": "zeebe:input"
3090
- },
3091
2925
  "type": "Dropdown",
3092
2926
  "choices": [
3093
2927
  {
@@ -3098,107 +2932,176 @@
3098
2932
  "name": "Get work item result from queue by ID",
3099
2933
  "value": "listWorkItemsInQueue"
3100
2934
  }
3101
- ]
2935
+ ],
2936
+ "binding": {
2937
+ "type": "zeebe:input",
2938
+ "name": "operationType"
2939
+ }
3102
2940
  },
3103
2941
  {
3104
- "id": "configuration.controlRoomUrl",
3105
2942
  "label": "Control room URL",
3106
- "optional": false,
3107
- "constraints": {
3108
- "notEmpty": true
3109
- },
3110
- "feel": "optional",
3111
2943
  "group": "configuration",
2944
+ "feel": "optional",
2945
+ "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>",
2946
+ "type": "String",
3112
2947
  "binding": {
3113
- "name": "configuration.controlRoomUrl",
3114
- "type": "zeebe:input"
2948
+ "type": "zeebe:input",
2949
+ "name": "controlRoomURL"
3115
2950
  },
3116
- "type": "String"
2951
+ "constraints": {
2952
+ "notEmpty": true,
2953
+ "pattern": {
2954
+ "value": "^(=|(http://|https://|secrets).*$)",
2955
+ "message": "Must be a http(s) URL."
2956
+ }
2957
+ }
3117
2958
  },
3118
2959
  {
3119
- "id": "authentication.type",
3120
2960
  "label": "Type",
3121
- "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>",
3122
- "value": "passwordBasedAuthentication",
2961
+ "id": "authenticationType",
3123
2962
  "group": "authentication",
3124
- "binding": {
3125
- "name": "authentication.type",
3126
- "type": "zeebe:input"
3127
- },
2963
+ "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>",
2964
+ "value": "userNamePasswordAuth",
3128
2965
  "type": "Dropdown",
3129
2966
  "choices": [
3130
2967
  {
3131
2968
  "name": "Authenticate (username and password)",
3132
- "value": "passwordBasedAuthentication"
2969
+ "value": "userNamePasswordAuth"
3133
2970
  },
3134
2971
  {
3135
2972
  "name": "Authenticate (username and API key)",
3136
- "value": "apiKeyAuthentication"
2973
+ "value": "userNameApiKeyAuth"
3137
2974
  },
3138
2975
  {
3139
2976
  "name": "Authentication (refresh) token",
3140
- "value": "tokenBasedAuthentication"
2977
+ "value": "tokenAuth"
3141
2978
  }
3142
- ]
2979
+ ],
2980
+ "binding": {
2981
+ "type": "zeebe:input",
2982
+ "name": "authentication.withoutBindingType"
2983
+ }
3143
2984
  },
3144
2985
  {
3145
- "id": "authentication.passwordBassesUsername",
3146
- "label": "Username",
3147
- "optional": false,
3148
- "constraints": {
3149
- "notEmpty": true
3150
- },
3151
- "feel": "optional",
2986
+ "id": "credentialsInBodyAuthType",
3152
2987
  "group": "authentication",
2988
+ "type": "Hidden",
2989
+ "value": "credentialsInBody",
3153
2990
  "binding": {
3154
- "name": "authentication.username",
3155
- "type": "zeebe:input"
2991
+ "type": "zeebe:input",
2992
+ "name": "authentication.type"
3156
2993
  },
3157
- "condition": {
3158
- "property": "authentication.type",
3159
- "equals": "passwordBasedAuthentication",
3160
- "type": "simple"
2994
+ "constraints": {
2995
+ "notEmpty": true
3161
2996
  },
3162
- "type": "String"
2997
+ "condition": {
2998
+ "property": "authenticationType",
2999
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3000
+ }
3163
3001
  },
3164
3002
  {
3165
- "id": "authentication.password",
3166
- "label": "Password",
3167
- "optional": false,
3003
+ "group": "authentication",
3004
+ "type": "Hidden",
3005
+ "value": "noAuth",
3006
+ "binding": {
3007
+ "type": "zeebe:input",
3008
+ "name": "authentication.request.authentication.type"
3009
+ },
3168
3010
  "constraints": {
3169
3011
  "notEmpty": true
3170
3012
  },
3171
- "feel": "optional",
3013
+ "condition": {
3014
+ "property": "authenticationType",
3015
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3016
+ }
3017
+ },
3018
+ {
3019
+ "id": "tokenAuthType",
3172
3020
  "group": "authentication",
3021
+ "type": "Hidden",
3022
+ "value": "noAuth",
3173
3023
  "binding": {
3174
- "name": "authentication.password",
3175
- "type": "zeebe:input"
3024
+ "type": "zeebe:input",
3025
+ "name": "authentication.type"
3026
+ },
3027
+ "constraints": {
3028
+ "notEmpty": true
3176
3029
  },
3177
3030
  "condition": {
3178
- "property": "authentication.type",
3179
- "equals": "passwordBasedAuthentication",
3180
- "type": "simple"
3031
+ "property": "authenticationType",
3032
+ "oneOf": ["tokenAuth"]
3033
+ }
3034
+ },
3035
+ {
3036
+ "description": "method for authentication",
3037
+ "type": "Hidden",
3038
+ "value": "post",
3039
+ "binding": {
3040
+ "type": "zeebe:input",
3041
+ "name": "authentication.request.method"
3181
3042
  },
3182
- "type": "String"
3043
+ "condition": {
3044
+ "property": "authenticationType",
3045
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3046
+ }
3183
3047
  },
3184
3048
  {
3185
- "id": "authentication.multipleLogin",
3186
- "label": "Multiple login",
3187
- "optional": false,
3049
+ "label": "Username",
3050
+ "group": "authentication",
3051
+ "type": "String",
3052
+ "feel": "optional",
3053
+ "binding": {
3054
+ "type": "zeebe:input",
3055
+ "name": "authentication.request.body.username"
3056
+ },
3188
3057
  "constraints": {
3189
3058
  "notEmpty": true
3190
3059
  },
3060
+ "condition": {
3061
+ "property": "authenticationType",
3062
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3063
+ }
3064
+ },
3065
+ {
3066
+ "label": "Password",
3191
3067
  "group": "authentication",
3068
+ "type": "String",
3069
+ "feel": "optional",
3192
3070
  "binding": {
3193
- "name": "authentication.multipleLogin",
3194
- "type": "zeebe:input"
3071
+ "type": "zeebe:input",
3072
+ "name": "authentication.request.body.password"
3073
+ },
3074
+ "constraints": {
3075
+ "notEmpty": true
3195
3076
  },
3196
3077
  "condition": {
3197
- "property": "authentication.type",
3198
- "equals": "passwordBasedAuthentication",
3199
- "type": "simple"
3078
+ "property": "authenticationType",
3079
+ "equals": "userNamePasswordAuth"
3080
+ }
3081
+ },
3082
+ {
3083
+ "label": "API key",
3084
+ "group": "authentication",
3085
+ "type": "String",
3086
+ "feel": "optional",
3087
+ "binding": {
3088
+ "type": "zeebe:input",
3089
+ "name": "authentication.request.body.apiKey"
3090
+ },
3091
+ "constraints": {
3092
+ "notEmpty": true
3200
3093
  },
3094
+ "condition": {
3095
+ "property": "authenticationType",
3096
+ "equals": "userNameApiKeyAuth"
3097
+ }
3098
+ },
3099
+ {
3100
+ "label": "Multiple login",
3101
+ "group": "authentication",
3102
+ "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>",
3201
3103
  "type": "Dropdown",
3104
+ "value": "false",
3202
3105
  "choices": [
3203
3106
  {
3204
3107
  "name": "TRUE",
@@ -3208,253 +3111,843 @@
3208
3111
  "name": "FALSE",
3209
3112
  "value": "false"
3210
3113
  }
3211
- ]
3212
- },
3213
- {
3214
- "id": "authentication.apiUsername",
3215
- "label": "Username",
3216
- "optional": false,
3114
+ ],
3115
+ "binding": {
3116
+ "type": "zeebe:input",
3117
+ "name": "authentication.request.body.multipleLogin"
3118
+ },
3217
3119
  "constraints": {
3218
3120
  "notEmpty": true
3219
3121
  },
3220
- "feel": "optional",
3122
+ "condition": {
3123
+ "property": "authenticationType",
3124
+ "equals": "userNamePasswordAuth"
3125
+ }
3126
+ },
3127
+ {
3128
+ "label": "Token",
3221
3129
  "group": "authentication",
3130
+ "type": "String",
3131
+ "feel": "optional",
3222
3132
  "binding": {
3223
- "name": "authentication.username",
3224
- "type": "zeebe:input"
3133
+ "type": "zeebe:input",
3134
+ "name": "token"
3225
3135
  },
3226
- "condition": {
3227
- "property": "authentication.type",
3228
- "equals": "apiKeyAuthentication",
3229
- "type": "simple"
3136
+ "constraints": {
3137
+ "notEmpty": true
3230
3138
  },
3231
- "type": "String"
3139
+ "condition": {
3140
+ "property": "authenticationType",
3141
+ "equals": "tokenAuth"
3142
+ }
3232
3143
  },
3233
3144
  {
3234
- "id": "authentication.apiKey",
3235
- "label": "API key",
3236
- "optional": false,
3145
+ "description": "Token",
3146
+ "type": "Hidden",
3147
+ "value": "={\"X-Authorization\":token}",
3148
+ "binding": {
3149
+ "type": "zeebe:input",
3150
+ "name": "headers"
3151
+ },
3237
3152
  "constraints": {
3238
3153
  "notEmpty": true
3239
3154
  },
3240
- "feel": "optional",
3241
- "group": "authentication",
3155
+ "condition": {
3156
+ "property": "authenticationType",
3157
+ "equals": "tokenAuth"
3158
+ }
3159
+ },
3160
+ {
3161
+ "description": "Output headers",
3162
+ "type": "Hidden",
3163
+ "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
3242
3164
  "binding": {
3243
- "name": "authentication.apiKey",
3244
- "type": "zeebe:input"
3165
+ "type": "zeebe:input",
3166
+ "name": "authentication.outputHeaders"
3245
3167
  },
3246
- "condition": {
3247
- "property": "authentication.type",
3248
- "equals": "apiKeyAuthentication",
3249
- "type": "simple"
3168
+ "constraints": {
3169
+ "notEmpty": true
3250
3170
  },
3251
- "type": "String"
3171
+ "condition": {
3172
+ "property": "authenticationType",
3173
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3174
+ }
3252
3175
  },
3253
3176
  {
3254
- "id": "authentication.token",
3255
- "label": "Token",
3177
+ "description": "Full authentication url",
3178
+ "type": "Hidden",
3256
3179
  "optional": false,
3180
+ "value": "=controlRoomURL+\"/v1/authentication\"",
3181
+ "binding": {
3182
+ "type": "zeebe:input",
3183
+ "name": "authentication.request.url"
3184
+ },
3257
3185
  "constraints": {
3258
3186
  "notEmpty": true
3259
3187
  },
3260
- "feel": "optional",
3261
- "group": "authentication",
3188
+ "condition": {
3189
+ "property": "authenticationType",
3190
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3191
+ }
3192
+ },
3193
+ {
3194
+ "description": "method for request",
3195
+ "type": "Hidden",
3196
+ "value": "post",
3262
3197
  "binding": {
3263
- "name": "authentication.token",
3264
- "type": "zeebe:input"
3198
+ "type": "zeebe:input",
3199
+ "name": "method"
3265
3200
  },
3266
3201
  "condition": {
3267
- "property": "authentication.type",
3268
- "equals": "tokenBasedAuthentication",
3269
- "type": "simple"
3270
- },
3271
- "type": "String"
3202
+ "property": "operationType",
3203
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
3204
+ }
3272
3205
  },
3273
3206
  {
3274
- "id": "operation.queueId",
3275
3207
  "label": "Work queue ID",
3208
+ "group": "input",
3276
3209
  "description": "The queue ID of the item",
3210
+ "type": "String",
3277
3211
  "optional": false,
3278
- "constraints": {
3279
- "notEmpty": true
3280
- },
3281
3212
  "feel": "optional",
3282
- "group": "input",
3283
3213
  "binding": {
3284
- "name": "operation.queueId",
3285
- "type": "zeebe:input"
3214
+ "type": "zeebe:input",
3215
+ "name": "queueId"
3286
3216
  },
3287
- "condition": {
3288
- "property": "operation.type",
3289
- "equals": "addWorkItemsToTheQueue",
3290
- "type": "simple"
3217
+ "constraints": {
3218
+ "notEmpty": true
3291
3219
  },
3292
- "type": "String"
3220
+ "condition": {
3221
+ "property": "operationType",
3222
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
3223
+ }
3293
3224
  },
3294
3225
  {
3295
- "id": "operation.data",
3296
- "label": "Work item json data",
3297
- "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>",
3226
+ "description": "Add work items to the queue",
3227
+ "type": "Hidden",
3298
3228
  "optional": false,
3229
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
3230
+ "binding": {
3231
+ "type": "zeebe:input",
3232
+ "name": "url"
3233
+ },
3299
3234
  "constraints": {
3300
3235
  "notEmpty": true
3301
3236
  },
3302
- "feel": "required",
3303
- "group": "input",
3304
- "binding": {
3305
- "name": "operation.data",
3306
- "type": "zeebe:input"
3307
- },
3308
3237
  "condition": {
3309
- "property": "operation.type",
3310
- "equals": "addWorkItemsToTheQueue",
3311
- "type": "simple"
3238
+ "property": "operationType",
3239
+ "oneOf": ["addWorkItemsToTheQueue"]
3240
+ }
3241
+ },
3242
+ {
3243
+ "label": "Work item ID",
3244
+ "description": "The queue item identifier to be fetched from queue",
3245
+ "group": "input",
3246
+ "type": "String",
3247
+ "feel": "optional",
3248
+ "optional": false,
3249
+ "binding": {
3250
+ "type": "zeebe:input",
3251
+ "name": "workItemId"
3252
+ },
3253
+ "constraints": {
3254
+ "notEmpty": true
3255
+ },
3256
+ "condition": {
3257
+ "property": "operationType",
3258
+ "oneOf": ["listWorkItemsInQueue"]
3259
+ }
3260
+ },
3261
+ {
3262
+ "label": "Work item json data",
3263
+ "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>",
3264
+ "group": "input",
3265
+ "type": "String",
3266
+ "feel": "required",
3267
+ "binding": {
3268
+ "type": "zeebe:input",
3269
+ "name": "itemData"
3270
+ },
3271
+ "constraints": {
3272
+ "notEmpty": true
3273
+ },
3274
+ "condition": {
3275
+ "property": "operationType",
3276
+ "oneOf": ["addWorkItemsToTheQueue"]
3277
+ }
3278
+ },
3279
+ {
3280
+ "description": "body with a new work item",
3281
+ "type": "Hidden",
3282
+ "optional": false,
3283
+ "value": "={\"workItems\":[{\"json\":itemData}]}",
3284
+ "binding": {
3285
+ "type": "zeebe:input",
3286
+ "name": "body"
3287
+ },
3288
+ "constraints": {
3289
+ "notEmpty": true
3290
+ },
3291
+ "condition": {
3292
+ "property": "operationType",
3293
+ "oneOf": ["addWorkItemsToTheQueue"]
3294
+ }
3295
+ },
3296
+ {
3297
+ "label": "filter for getting item by id",
3298
+ "type": "Hidden",
3299
+ "optional": false,
3300
+ "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
3301
+ "binding": {
3302
+ "type": "zeebe:input",
3303
+ "name": "body"
3304
+ },
3305
+ "constraints": {
3306
+ "notEmpty": true
3307
+ },
3308
+ "condition": {
3309
+ "property": "operationType",
3310
+ "oneOf": ["listWorkItemsInQueue"]
3311
+ }
3312
+ },
3313
+ {
3314
+ "description": "List work items in queue",
3315
+ "type": "Hidden",
3316
+ "optional": false,
3317
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
3318
+ "binding": {
3319
+ "type": "zeebe:input",
3320
+ "name": "url"
3321
+ },
3322
+ "constraints": {
3323
+ "notEmpty": true
3324
+ },
3325
+ "condition": {
3326
+ "property": "operationType",
3327
+ "oneOf": ["listWorkItemsInQueue"]
3328
+ }
3329
+ },
3330
+ {
3331
+ "label": "Connection timeout",
3332
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
3333
+ "group": "errors",
3334
+ "type": "String",
3335
+ "value": "20",
3336
+ "binding": {
3337
+ "type": "zeebe:input",
3338
+ "name": "connectionTimeoutInSeconds"
3339
+ },
3340
+ "optional": true,
3341
+ "feel": "optional",
3342
+ "constraints": {
3343
+ "notEmpty": false,
3344
+ "pattern": {
3345
+ "value": "^(=|([0-9]+|secrets\\..+)$)",
3346
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
3347
+ }
3348
+ }
3349
+ },
3350
+ {
3351
+ "label": "Result variable",
3352
+ "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>",
3353
+ "group": "output",
3354
+ "type": "String",
3355
+ "binding": {
3356
+ "type": "zeebe:taskHeader",
3357
+ "key": "resultVariable"
3358
+ }
3359
+ },
3360
+ {
3361
+ "label": "Result expression",
3362
+ "id": "resultExpressionGetItemState",
3363
+ "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>",
3364
+ "group": "output",
3365
+ "type": "String",
3366
+ "feel": "required",
3367
+ "value": "={itemState:response.body.list[1].status}",
3368
+ "binding": {
3369
+ "type": "zeebe:taskHeader",
3370
+ "key": "resultExpression"
3371
+ },
3372
+ "condition": {
3373
+ "property": "operationType",
3374
+ "oneOf": ["listWorkItemsInQueue"]
3375
+ }
3376
+ },
3377
+ {
3378
+ "label": "Result expression",
3379
+ "id": "resultExpressionGetItemId",
3380
+ "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>",
3381
+ "group": "output",
3382
+ "type": "String",
3383
+ "feel": "required",
3384
+ "value": "={itemId:response.body.list[1].id}",
3385
+ "binding": {
3386
+ "type": "zeebe:taskHeader",
3387
+ "key": "resultExpression"
3388
+ },
3389
+ "condition": {
3390
+ "property": "operationType",
3391
+ "oneOf": ["addWorkItemsToTheQueue"]
3392
+ }
3393
+ },
3394
+ {
3395
+ "label": "Error expression",
3396
+ "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>",
3397
+ "group": "errors",
3398
+ "type": "Text",
3399
+ "feel": "required",
3400
+ "binding": {
3401
+ "type": "zeebe:taskHeader",
3402
+ "key": "errorExpression"
3403
+ }
3404
+ }
3405
+ ]
3406
+ },
3407
+ {
3408
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
3409
+ "name": "Automation Anywhere Outbound Connector",
3410
+ "id": "io.camunda.connectors.AutomationAnywhere.v1",
3411
+ "version": 4,
3412
+ "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
3413
+ "deprecated": {
3414
+ "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
3415
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
3416
+ },
3417
+ "icon": {
3418
+ "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"
3419
+ },
3420
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
3421
+ "category": {
3422
+ "id": "connectors",
3423
+ "name": "Connectors"
3424
+ },
3425
+ "appliesTo": ["bpmn:Task"],
3426
+ "elementType": {
3427
+ "value": "bpmn:ServiceTask"
3428
+ },
3429
+ "engines": {
3430
+ "camunda": "^8.4"
3431
+ },
3432
+ "groups": [
3433
+ {
3434
+ "id": "operation",
3435
+ "label": "Operation"
3436
+ },
3437
+ {
3438
+ "id": "authentication",
3439
+ "label": "Authentication"
3440
+ },
3441
+ {
3442
+ "id": "configuration",
3443
+ "label": "Configuration"
3444
+ },
3445
+ {
3446
+ "id": "input",
3447
+ "label": "Input"
3448
+ },
3449
+ {
3450
+ "id": "output",
3451
+ "label": "Output"
3452
+ },
3453
+ {
3454
+ "id": "errors",
3455
+ "label": "Error handling"
3456
+ }
3457
+ ],
3458
+ "properties": [
3459
+ {
3460
+ "type": "Hidden",
3461
+ "value": "io.camunda:http-json:1",
3462
+ "binding": {
3463
+ "type": "zeebe:taskDefinition",
3464
+ "property": "type"
3465
+ }
3466
+ },
3467
+ {
3468
+ "label": "Operation type",
3469
+ "id": "operationType",
3470
+ "group": "operation",
3471
+ "type": "Dropdown",
3472
+ "choices": [
3473
+ {
3474
+ "name": "Add work item to the queue",
3475
+ "value": "addWorkItemsToTheQueue"
3476
+ },
3477
+ {
3478
+ "name": "Get work item result from queue by ID",
3479
+ "value": "listWorkItemsInQueue"
3480
+ }
3481
+ ],
3482
+ "binding": {
3483
+ "type": "zeebe:input",
3484
+ "name": "operationType"
3485
+ }
3486
+ },
3487
+ {
3488
+ "label": "Control room URL",
3489
+ "group": "configuration",
3490
+ "feel": "optional",
3491
+ "description": "Automation Anywhere control room URL. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
3492
+ "type": "String",
3493
+ "binding": {
3494
+ "type": "zeebe:input",
3495
+ "name": "controlRoomURL"
3496
+ },
3497
+ "constraints": {
3498
+ "notEmpty": true,
3499
+ "pattern": {
3500
+ "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
3501
+ "message": "Must be a http(s) URL"
3502
+ }
3503
+ }
3504
+ },
3505
+ {
3506
+ "label": "Type",
3507
+ "id": "authenticationType",
3508
+ "group": "authentication",
3509
+ "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>",
3510
+ "value": "userNamePasswordAuth",
3511
+ "type": "Dropdown",
3512
+ "choices": [
3513
+ {
3514
+ "name": "Authenticate (username and password)",
3515
+ "value": "userNamePasswordAuth"
3516
+ },
3517
+ {
3518
+ "name": "Authenticate (username and API key)",
3519
+ "value": "userNameApiKeyAuth"
3520
+ },
3521
+ {
3522
+ "name": "Authentication (refresh) token",
3523
+ "value": "tokenAuth"
3524
+ }
3525
+ ],
3526
+ "binding": {
3527
+ "type": "zeebe:input",
3528
+ "name": "authentication.withoutBindingType"
3529
+ }
3530
+ },
3531
+ {
3532
+ "id": "credentialsInBodyAuthType",
3533
+ "group": "authentication",
3534
+ "type": "Hidden",
3535
+ "value": "credentialsInBody",
3536
+ "binding": {
3537
+ "type": "zeebe:input",
3538
+ "name": "authentication.type"
3539
+ },
3540
+ "constraints": {
3541
+ "notEmpty": true
3542
+ },
3543
+ "condition": {
3544
+ "property": "authenticationType",
3545
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3546
+ }
3547
+ },
3548
+ {
3549
+ "group": "authentication",
3550
+ "type": "Hidden",
3551
+ "value": "noAuth",
3552
+ "binding": {
3553
+ "type": "zeebe:input",
3554
+ "name": "authentication.request.authentication.type"
3555
+ },
3556
+ "constraints": {
3557
+ "notEmpty": true
3558
+ },
3559
+ "condition": {
3560
+ "property": "authenticationType",
3561
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3562
+ }
3563
+ },
3564
+ {
3565
+ "id": "tokenAuthType",
3566
+ "group": "authentication",
3567
+ "type": "Hidden",
3568
+ "value": "noAuth",
3569
+ "binding": {
3570
+ "type": "zeebe:input",
3571
+ "name": "authentication.type"
3572
+ },
3573
+ "constraints": {
3574
+ "notEmpty": true
3575
+ },
3576
+ "condition": {
3577
+ "property": "authenticationType",
3578
+ "oneOf": ["tokenAuth"]
3579
+ }
3580
+ },
3581
+ {
3582
+ "description": "method for authentication",
3583
+ "type": "Hidden",
3584
+ "value": "post",
3585
+ "binding": {
3586
+ "type": "zeebe:input",
3587
+ "name": "authentication.request.method"
3588
+ },
3589
+ "condition": {
3590
+ "property": "authenticationType",
3591
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3592
+ }
3593
+ },
3594
+ {
3595
+ "label": "Username",
3596
+ "group": "authentication",
3597
+ "type": "String",
3598
+ "feel": "optional",
3599
+ "binding": {
3600
+ "type": "zeebe:input",
3601
+ "name": "authentication.request.body.username"
3602
+ },
3603
+ "constraints": {
3604
+ "notEmpty": true
3605
+ },
3606
+ "condition": {
3607
+ "property": "authenticationType",
3608
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3609
+ }
3610
+ },
3611
+ {
3612
+ "label": "Password",
3613
+ "group": "authentication",
3614
+ "type": "String",
3615
+ "feel": "optional",
3616
+ "binding": {
3617
+ "type": "zeebe:input",
3618
+ "name": "authentication.request.body.password"
3619
+ },
3620
+ "constraints": {
3621
+ "notEmpty": true
3622
+ },
3623
+ "condition": {
3624
+ "property": "authenticationType",
3625
+ "equals": "userNamePasswordAuth"
3626
+ }
3627
+ },
3628
+ {
3629
+ "label": "API key",
3630
+ "group": "authentication",
3631
+ "type": "String",
3632
+ "feel": "optional",
3633
+ "binding": {
3634
+ "type": "zeebe:input",
3635
+ "name": "authentication.request.body.apiKey"
3636
+ },
3637
+ "constraints": {
3638
+ "notEmpty": true
3639
+ },
3640
+ "condition": {
3641
+ "property": "authenticationType",
3642
+ "equals": "userNameApiKeyAuth"
3643
+ }
3644
+ },
3645
+ {
3646
+ "label": "Multiple login",
3647
+ "group": "authentication",
3648
+ "description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
3649
+ "type": "Dropdown",
3650
+ "value": "false",
3651
+ "choices": [
3652
+ {
3653
+ "name": "TRUE",
3654
+ "value": "true"
3655
+ },
3656
+ {
3657
+ "name": "FALSE",
3658
+ "value": "false"
3659
+ }
3660
+ ],
3661
+ "binding": {
3662
+ "type": "zeebe:input",
3663
+ "name": "authentication.request.body.multipleLogin"
3664
+ },
3665
+ "constraints": {
3666
+ "notEmpty": true
3667
+ },
3668
+ "condition": {
3669
+ "property": "authenticationType",
3670
+ "equals": "userNamePasswordAuth"
3671
+ }
3672
+ },
3673
+ {
3674
+ "label": "Token",
3675
+ "group": "authentication",
3676
+ "type": "String",
3677
+ "feel": "optional",
3678
+ "binding": {
3679
+ "type": "zeebe:input",
3680
+ "name": "token"
3681
+ },
3682
+ "constraints": {
3683
+ "notEmpty": true
3684
+ },
3685
+ "condition": {
3686
+ "property": "authenticationType",
3687
+ "equals": "tokenAuth"
3688
+ }
3689
+ },
3690
+ {
3691
+ "description": "Token",
3692
+ "type": "Hidden",
3693
+ "value": "={\"X-Authorization\":token}",
3694
+ "binding": {
3695
+ "type": "zeebe:input",
3696
+ "name": "headers"
3697
+ },
3698
+ "constraints": {
3699
+ "notEmpty": true
3700
+ },
3701
+ "condition": {
3702
+ "property": "authenticationType",
3703
+ "equals": "tokenAuth"
3704
+ }
3705
+ },
3706
+ {
3707
+ "description": "Output headers",
3708
+ "type": "Hidden",
3709
+ "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
3710
+ "binding": {
3711
+ "type": "zeebe:input",
3712
+ "name": "authentication.outputHeaders"
3713
+ },
3714
+ "constraints": {
3715
+ "notEmpty": true
3716
+ },
3717
+ "condition": {
3718
+ "property": "authenticationType",
3719
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3720
+ }
3721
+ },
3722
+ {
3723
+ "description": "Full authentication url",
3724
+ "type": "Hidden",
3725
+ "optional": false,
3726
+ "value": "=controlRoomURL+\"/v1/authentication\"",
3727
+ "binding": {
3728
+ "type": "zeebe:input",
3729
+ "name": "authentication.request.url"
3312
3730
  },
3313
- "type": "Text"
3731
+ "constraints": {
3732
+ "notEmpty": true
3733
+ },
3734
+ "condition": {
3735
+ "property": "authenticationType",
3736
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3737
+ }
3738
+ },
3739
+ {
3740
+ "description": "method for request",
3741
+ "type": "Hidden",
3742
+ "value": "post",
3743
+ "binding": {
3744
+ "type": "zeebe:input",
3745
+ "name": "method"
3746
+ },
3747
+ "condition": {
3748
+ "property": "operationType",
3749
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
3750
+ }
3314
3751
  },
3315
3752
  {
3316
- "id": "operation.workQueueId",
3317
3753
  "label": "Work queue ID",
3754
+ "group": "input",
3318
3755
  "description": "The queue ID of the item",
3756
+ "type": "String",
3319
3757
  "optional": false,
3758
+ "feel": "optional",
3759
+ "binding": {
3760
+ "type": "zeebe:input",
3761
+ "name": "queueId"
3762
+ },
3320
3763
  "constraints": {
3321
3764
  "notEmpty": true
3322
3765
  },
3323
- "feel": "optional",
3324
- "group": "input",
3766
+ "condition": {
3767
+ "property": "operationType",
3768
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
3769
+ }
3770
+ },
3771
+ {
3772
+ "description": "Add work items to the queue",
3773
+ "type": "Hidden",
3774
+ "optional": false,
3775
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
3325
3776
  "binding": {
3326
- "name": "operation.queueId",
3327
- "type": "zeebe:input"
3777
+ "type": "zeebe:input",
3778
+ "name": "url"
3328
3779
  },
3329
- "condition": {
3330
- "property": "operation.type",
3331
- "equals": "listWorkItemsInQueue",
3332
- "type": "simple"
3780
+ "constraints": {
3781
+ "notEmpty": true
3333
3782
  },
3334
- "type": "String"
3783
+ "condition": {
3784
+ "property": "operationType",
3785
+ "oneOf": ["addWorkItemsToTheQueue"]
3786
+ }
3335
3787
  },
3336
3788
  {
3337
- "id": "operation.workItemId",
3338
3789
  "label": "Work item ID",
3339
3790
  "description": "The queue item identifier to be fetched from queue",
3791
+ "group": "input",
3792
+ "type": "String",
3793
+ "feel": "optional",
3340
3794
  "optional": false,
3795
+ "binding": {
3796
+ "type": "zeebe:input",
3797
+ "name": "workItemId"
3798
+ },
3341
3799
  "constraints": {
3342
3800
  "notEmpty": true
3343
3801
  },
3344
- "feel": "static",
3802
+ "condition": {
3803
+ "property": "operationType",
3804
+ "oneOf": ["listWorkItemsInQueue"]
3805
+ }
3806
+ },
3807
+ {
3808
+ "label": "Work item json data",
3809
+ "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>",
3345
3810
  "group": "input",
3811
+ "type": "String",
3812
+ "feel": "required",
3346
3813
  "binding": {
3347
- "name": "operation.workItemId",
3348
- "type": "zeebe:input"
3814
+ "type": "zeebe:input",
3815
+ "name": "itemData"
3349
3816
  },
3350
- "condition": {
3351
- "property": "operation.type",
3352
- "equals": "listWorkItemsInQueue",
3353
- "type": "simple"
3817
+ "constraints": {
3818
+ "notEmpty": true
3354
3819
  },
3355
- "type": "Number"
3820
+ "condition": {
3821
+ "property": "operationType",
3822
+ "oneOf": ["addWorkItemsToTheQueue"]
3823
+ }
3356
3824
  },
3357
3825
  {
3358
- "id": "configuration.connectionTimeoutInSeconds",
3359
- "label": "Connection timeout in seconds",
3360
- "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
3361
- "optional": true,
3362
- "value": 20,
3363
- "feel": "static",
3364
- "group": "timeout",
3826
+ "description": "body with a new work item",
3827
+ "type": "Hidden",
3828
+ "optional": false,
3829
+ "value": "={\"workItems\":[{\"json\":itemData}]}",
3365
3830
  "binding": {
3366
- "name": "configuration.connectionTimeoutInSeconds",
3367
- "type": "zeebe:input"
3831
+ "type": "zeebe:input",
3832
+ "name": "body"
3368
3833
  },
3369
- "type": "Number"
3834
+ "constraints": {
3835
+ "notEmpty": true
3836
+ },
3837
+ "condition": {
3838
+ "property": "operationType",
3839
+ "oneOf": ["addWorkItemsToTheQueue"]
3840
+ }
3370
3841
  },
3371
3842
  {
3372
- "id": "version",
3373
- "label": "Version",
3374
- "description": "Version of the element template",
3375
- "value": "3",
3376
- "group": "connector",
3843
+ "label": "filter for getting item by id",
3844
+ "type": "Hidden",
3845
+ "optional": false,
3846
+ "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
3377
3847
  "binding": {
3378
- "key": "elementTemplateVersion",
3379
- "type": "zeebe:taskHeader"
3848
+ "type": "zeebe:input",
3849
+ "name": "body"
3380
3850
  },
3381
- "type": "Hidden"
3851
+ "constraints": {
3852
+ "notEmpty": true
3853
+ },
3854
+ "condition": {
3855
+ "property": "operationType",
3856
+ "oneOf": ["listWorkItemsInQueue"]
3857
+ }
3382
3858
  },
3383
3859
  {
3384
- "id": "id",
3385
- "label": "ID",
3386
- "description": "ID of the element template",
3387
- "value": "io.camunda.connectors.AutomationAnywhere",
3388
- "group": "connector",
3860
+ "description": "List work items in queue",
3861
+ "type": "Hidden",
3862
+ "optional": false,
3863
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
3389
3864
  "binding": {
3390
- "key": "elementTemplateId",
3391
- "type": "zeebe:taskHeader"
3865
+ "type": "zeebe:input",
3866
+ "name": "url"
3392
3867
  },
3393
- "type": "Hidden"
3868
+ "constraints": {
3869
+ "notEmpty": true
3870
+ },
3871
+ "condition": {
3872
+ "property": "operationType",
3873
+ "oneOf": ["listWorkItemsInQueue"]
3874
+ }
3394
3875
  },
3395
3876
  {
3396
- "id": "resultVariable",
3397
- "label": "Result variable",
3398
- "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>.",
3399
- "group": "output",
3877
+ "label": "Connection timeout",
3878
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
3879
+ "group": "errors",
3880
+ "type": "String",
3881
+ "value": "20",
3400
3882
  "binding": {
3401
- "key": "resultVariable",
3402
- "type": "zeebe:taskHeader"
3883
+ "type": "zeebe:input",
3884
+ "name": "connectionTimeoutInSeconds"
3403
3885
  },
3404
- "type": "String"
3886
+ "optional": true,
3887
+ "feel": "optional",
3888
+ "constraints": {
3889
+ "notEmpty": false,
3890
+ "pattern": {
3891
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
3892
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
3893
+ }
3894
+ }
3405
3895
  },
3406
3896
  {
3407
- "id": "resultExpression",
3408
- "label": "Result expression",
3409
- "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>.",
3410
- "feel": "required",
3897
+ "label": "Result variable",
3898
+ "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>",
3411
3899
  "group": "output",
3900
+ "type": "String",
3412
3901
  "binding": {
3413
- "key": "resultExpression",
3414
- "type": "zeebe:taskHeader"
3415
- },
3416
- "type": "Text"
3902
+ "type": "zeebe:taskHeader",
3903
+ "key": "resultVariable"
3904
+ }
3417
3905
  },
3418
3906
  {
3419
- "id": "errorExpression",
3420
- "label": "Error expression",
3421
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
3907
+ "label": "Result expression",
3908
+ "id": "resultExpressionGetItemState",
3909
+ "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>",
3910
+ "group": "output",
3911
+ "type": "String",
3422
3912
  "feel": "required",
3423
- "group": "error",
3913
+ "value": "={itemState:response.body.list[1].status}",
3424
3914
  "binding": {
3425
- "key": "errorExpression",
3426
- "type": "zeebe:taskHeader"
3915
+ "type": "zeebe:taskHeader",
3916
+ "key": "resultExpression"
3427
3917
  },
3428
- "type": "Text"
3918
+ "condition": {
3919
+ "property": "operationType",
3920
+ "oneOf": ["listWorkItemsInQueue"]
3921
+ }
3429
3922
  },
3430
3923
  {
3431
- "id": "retryCount",
3432
- "label": "Retries",
3433
- "description": "Number of retries",
3434
- "value": "3",
3435
- "feel": "optional",
3436
- "group": "retries",
3924
+ "label": "Result expression",
3925
+ "id": "resultExpressionGetItemId",
3926
+ "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>",
3927
+ "group": "output",
3928
+ "type": "String",
3929
+ "feel": "required",
3930
+ "value": "={itemId:response.body.list[1].id}",
3437
3931
  "binding": {
3438
- "property": "retries",
3439
- "type": "zeebe:taskDefinition"
3932
+ "type": "zeebe:taskHeader",
3933
+ "key": "resultExpression"
3440
3934
  },
3441
- "type": "String"
3935
+ "condition": {
3936
+ "property": "operationType",
3937
+ "oneOf": ["addWorkItemsToTheQueue"]
3938
+ }
3442
3939
  },
3443
3940
  {
3444
- "id": "retryBackoff",
3445
- "label": "Retry backoff",
3446
- "description": "ISO-8601 duration to wait between retries",
3447
- "value": "PT30S",
3448
- "group": "retries",
3941
+ "label": "Error expression",
3942
+ "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>",
3943
+ "group": "errors",
3944
+ "type": "Text",
3945
+ "feel": "required",
3449
3946
  "binding": {
3450
- "key": "retryBackoff",
3451
- "type": "zeebe:taskHeader"
3452
- },
3453
- "type": "String"
3947
+ "type": "zeebe:taskHeader",
3948
+ "key": "errorExpression"
3949
+ }
3454
3950
  }
3455
- ],
3456
- "icon": {
3457
- "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+"
3458
- }
3951
+ ]
3459
3952
  }
3460
3953
  ]