@camunda/connectors-element-templates 1.0.16 → 1.0.18

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 (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1406 -798
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -2,17 +2,21 @@
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Automation Anywhere Outbound Connector",
5
- "id": "io.camunda.connectors.AutomationAnywhere.v1",
6
- "version": 3,
7
- "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
8
- "deprecated": {
9
- "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
10
- "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
11
- },
12
- "icon": {
13
- "contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
14
- },
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": 3,
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\">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,316 +203,269 @@
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
271
  "description": "The queue ID of the item",
351
- "type": "String",
352
272
  "optional": false,
353
- "feel": "optional",
354
- "binding": {
355
- "type": "zeebe:input",
356
- "name": "queueId"
357
- },
358
273
  "constraints": {
359
274
  "notEmpty": true
360
275
  },
276
+ "feel": "optional",
277
+ "group": "input",
278
+ "binding": {
279
+ "name": "operation.queueId",
280
+ "type": "zeebe:input"
281
+ },
361
282
  "condition": {
362
- "property": "operationType",
363
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
364
- }
283
+ "property": "operation.type",
284
+ "equals": "addWorkItemsToTheQueue",
285
+ "type": "simple"
286
+ },
287
+ "type": "String"
365
288
  },
366
289
  {
367
- "description": "Add work items to the queue",
368
- "type": "Hidden",
290
+ "id": "operation.data",
291
+ "label": "Work item json data",
292
+ "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>",
369
293
  "optional": false,
370
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
371
- "binding": {
372
- "type": "zeebe:input",
373
- "name": "url"
374
- },
375
294
  "constraints": {
376
295
  "notEmpty": true
377
296
  },
297
+ "feel": "required",
298
+ "group": "input",
299
+ "binding": {
300
+ "name": "operation.data",
301
+ "type": "zeebe:input"
302
+ },
378
303
  "condition": {
379
- "property": "operationType",
380
- "oneOf": ["addWorkItemsToTheQueue"]
381
- }
304
+ "property": "operation.type",
305
+ "equals": "addWorkItemsToTheQueue",
306
+ "type": "simple"
307
+ },
308
+ "type": "Text"
382
309
  },
383
310
  {
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",
311
+ "id": "operation.workQueueId",
312
+ "label": "Work queue ID",
313
+ "description": "The queue ID of the item",
389
314
  "optional": false,
390
- "binding": {
391
- "type": "zeebe:input",
392
- "name": "workItemId"
393
- },
394
315
  "constraints": {
395
316
  "notEmpty": true
396
317
  },
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>",
318
+ "feel": "optional",
405
319
  "group": "input",
406
- "type": "String",
407
- "feel": "required",
408
320
  "binding": {
409
- "type": "zeebe:input",
410
- "name": "itemData"
411
- },
412
- "constraints": {
413
- "notEmpty": true
321
+ "name": "operation.queueId",
322
+ "type": "zeebe:input"
414
323
  },
415
324
  "condition": {
416
- "property": "operationType",
417
- "oneOf": ["addWorkItemsToTheQueue"]
418
- }
325
+ "property": "operation.type",
326
+ "equals": "listWorkItemsInQueue",
327
+ "type": "simple"
328
+ },
329
+ "type": "String"
419
330
  },
420
331
  {
421
- "description": "body with a new work item",
422
- "type": "Hidden",
332
+ "id": "operation.workItemId",
333
+ "label": "Work item ID",
334
+ "description": "The queue item identifier to be fetched from queue",
423
335
  "optional": false,
424
- "value": "={\"workItems\":[{\"json\":itemData}]}",
425
- "binding": {
426
- "type": "zeebe:input",
427
- "name": "body"
428
- },
429
336
  "constraints": {
430
337
  "notEmpty": true
431
338
  },
339
+ "feel": "static",
340
+ "group": "input",
341
+ "binding": {
342
+ "name": "operation.workItemId",
343
+ "type": "zeebe:input"
344
+ },
432
345
  "condition": {
433
- "property": "operationType",
434
- "oneOf": ["addWorkItemsToTheQueue"]
435
- }
346
+ "property": "operation.type",
347
+ "equals": "listWorkItemsInQueue",
348
+ "type": "simple"
349
+ },
350
+ "type": "Number"
436
351
  },
437
352
  {
438
- "label": "filter for getting item by id",
439
- "type": "Hidden",
440
- "optional": false,
441
- "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
353
+ "id": "configuration.connectionTimeoutInSeconds",
354
+ "label": "Connection timeout in seconds",
355
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
356
+ "optional": true,
357
+ "value": 20,
358
+ "feel": "static",
359
+ "group": "timeout",
442
360
  "binding": {
443
- "type": "zeebe:input",
444
- "name": "body"
445
- },
446
- "constraints": {
447
- "notEmpty": true
361
+ "name": "configuration.connectionTimeoutInSeconds",
362
+ "type": "zeebe:input"
448
363
  },
449
- "condition": {
450
- "property": "operationType",
451
- "oneOf": ["listWorkItemsInQueue"]
452
- }
364
+ "type": "Number"
453
365
  },
454
366
  {
455
- "description": "List work items in queue",
456
- "type": "Hidden",
457
- "optional": false,
458
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
367
+ "id": "version",
368
+ "label": "Version",
369
+ "description": "Version of the element template",
370
+ "value": "3",
371
+ "group": "connector",
459
372
  "binding": {
460
- "type": "zeebe:input",
461
- "name": "url"
462
- },
463
- "constraints": {
464
- "notEmpty": true
373
+ "key": "elementTemplateVersion",
374
+ "type": "zeebe:taskHeader"
465
375
  },
466
- "condition": {
467
- "property": "operationType",
468
- "oneOf": ["listWorkItemsInQueue"]
469
- }
376
+ "type": "Hidden"
470
377
  },
471
378
  {
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",
379
+ "id": "id",
380
+ "label": "ID",
381
+ "description": "ID of the element template",
382
+ "value": "io.camunda.connectors.AutomationAnywhere",
383
+ "group": "connector",
477
384
  "binding": {
478
- "type": "zeebe:input",
479
- "name": "connectionTimeoutInSeconds"
385
+ "key": "elementTemplateId",
386
+ "type": "zeebe:taskHeader"
480
387
  },
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
- }
388
+ "type": "Hidden"
490
389
  },
491
390
  {
391
+ "id": "resultVariable",
492
392
  "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>",
393
+ "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
394
  "group": "output",
495
- "type": "String",
496
395
  "binding": {
497
- "type": "zeebe:taskHeader",
498
- "key": "resultVariable"
499
- }
396
+ "key": "resultVariable",
397
+ "type": "zeebe:taskHeader"
398
+ },
399
+ "type": "String"
500
400
  },
501
401
  {
402
+ "id": "resultExpression",
502
403
  "label": "Result expression",
503
- "id": "resultExpressionGetItemState",
504
- "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
505
- "group": "output",
506
- "type": "String",
404
+ "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>.",
507
405
  "feel": "required",
508
- "value": "={itemState:response.body.list[1].status}",
406
+ "group": "output",
509
407
  "binding": {
510
- "type": "zeebe:taskHeader",
511
- "key": "resultExpression"
408
+ "key": "resultExpression",
409
+ "type": "zeebe:taskHeader"
512
410
  },
513
- "condition": {
514
- "property": "operationType",
515
- "oneOf": ["listWorkItemsInQueue"]
516
- }
411
+ "type": "Text"
517
412
  },
518
413
  {
519
- "label": "Result expression",
520
- "id": "resultExpressionGetItemId",
521
- "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
522
- "group": "output",
523
- "type": "String",
414
+ "id": "errorExpression",
415
+ "label": "Error expression",
416
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
524
417
  "feel": "required",
525
- "value": "={itemId:response.body.list[1].id}",
418
+ "group": "error",
526
419
  "binding": {
527
- "type": "zeebe:taskHeader",
528
- "key": "resultExpression"
420
+ "key": "errorExpression",
421
+ "type": "zeebe:taskHeader"
529
422
  },
530
- "condition": {
531
- "property": "operationType",
532
- "oneOf": ["addWorkItemsToTheQueue"]
533
- }
423
+ "type": "Text"
534
424
  },
535
425
  {
536
- "label": "Error expression",
537
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
538
- "group": "errors",
539
- "type": "Text",
540
- "feel": "required",
426
+ "id": "retryCount",
427
+ "label": "Retries",
428
+ "description": "Number of retries",
429
+ "value": "3",
430
+ "feel": "optional",
431
+ "group": "retries",
541
432
  "binding": {
542
- "type": "zeebe:taskHeader",
543
- "key": "errorExpression"
544
- }
433
+ "property": "retries",
434
+ "type": "zeebe:taskDefinition"
435
+ },
436
+ "type": "String"
437
+ },
438
+ {
439
+ "id": "retryBackoff",
440
+ "label": "Retry backoff",
441
+ "description": "ISO-8601 duration to wait between retries",
442
+ "value": "PT0S",
443
+ "group": "retries",
444
+ "binding": {
445
+ "key": "retryBackoff",
446
+ "type": "zeebe:taskHeader"
447
+ },
448
+ "type": "String"
545
449
  }
546
- ]
450
+ ],
451
+ "icon": {
452
+ "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+"
453
+ }
547
454
  },
548
455
  {
549
456
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
550
457
  "name": "Automation Anywhere Outbound Connector",
551
- "id": "io.camunda.connectors.AutomationAnywhere",
552
- "description": "Manage work items in Automation Anywhere queues.",
458
+ "id": "io.camunda.connectors.AutomationAnywhere.v1",
459
+ "version": 3,
460
+ "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
553
461
  "deprecated": {
554
- "message": "This connector is replaced by the new Automation Anywhere connector (id = io.camunda.connectors.AutomationAnywhere.v1). Please use the new connector instead."
462
+ "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
463
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
555
464
  },
556
- "metadata": {
557
- "keywords": [
558
- "add work item to queue",
559
- "get work item from queue",
560
- "get work item result from queue by ID"
561
- ]
465
+ "icon": {
466
+ "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"
562
467
  },
563
468
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
564
- "version": 2,
565
469
  "category": {
566
470
  "id": "connectors",
567
471
  "name": "Connectors"
@@ -570,57 +474,48 @@
570
474
  "elementType": {
571
475
  "value": "bpmn:ServiceTask"
572
476
  },
477
+ "engines": {
478
+ "camunda": "^8.2"
479
+ },
573
480
  "groups": [
574
481
  {
575
482
  "id": "operation",
576
483
  "label": "Operation"
577
484
  },
578
- {
579
- "id": "configuration",
580
- "label": "Configuration"
581
- },
582
485
  {
583
486
  "id": "authentication",
584
487
  "label": "Authentication"
585
488
  },
586
489
  {
587
- "id": "input",
588
- "label": "Input"
490
+ "id": "configuration",
491
+ "label": "Configuration"
589
492
  },
590
493
  {
591
- "id": "timeout",
592
- "label": "Timeout"
494
+ "id": "input",
495
+ "label": "Input"
593
496
  },
594
497
  {
595
498
  "id": "output",
596
- "label": "Output mapping"
499
+ "label": "Output"
597
500
  },
598
501
  {
599
- "id": "error",
502
+ "id": "errors",
600
503
  "label": "Error handling"
601
- },
602
- {
603
- "id": "retries",
604
- "label": "Retries"
605
504
  }
606
505
  ],
607
506
  "properties": [
608
507
  {
609
- "value": "io.camunda:connector-automationanywhere:1",
508
+ "type": "Hidden",
509
+ "value": "io.camunda:http-json:1",
610
510
  "binding": {
611
- "property": "type",
612
- "type": "zeebe:taskDefinition"
613
- },
614
- "type": "Hidden"
511
+ "type": "zeebe:taskDefinition",
512
+ "property": "type"
513
+ }
615
514
  },
616
515
  {
617
- "id": "operation.type",
618
- "label": "Type",
516
+ "label": "Operation type",
517
+ "id": "operationType",
619
518
  "group": "operation",
620
- "binding": {
621
- "name": "operation.type",
622
- "type": "zeebe:input"
623
- },
624
519
  "type": "Dropdown",
625
520
  "choices": [
626
521
  {
@@ -631,107 +526,176 @@
631
526
  "name": "Get work item result from queue by ID",
632
527
  "value": "listWorkItemsInQueue"
633
528
  }
634
- ]
529
+ ],
530
+ "binding": {
531
+ "type": "zeebe:input",
532
+ "name": "operationType"
533
+ }
635
534
  },
636
535
  {
637
- "id": "configuration.controlRoomUrl",
638
536
  "label": "Control room URL",
639
- "optional": false,
640
- "constraints": {
641
- "notEmpty": true
642
- },
643
- "feel": "optional",
644
537
  "group": "configuration",
538
+ "feel": "optional",
539
+ "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>",
540
+ "type": "String",
645
541
  "binding": {
646
- "name": "configuration.controlRoomUrl",
647
- "type": "zeebe:input"
542
+ "type": "zeebe:input",
543
+ "name": "controlRoomURL"
648
544
  },
649
- "type": "String"
545
+ "constraints": {
546
+ "notEmpty": true,
547
+ "pattern": {
548
+ "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
549
+ "message": "Must be a http(s) URL"
550
+ }
551
+ }
650
552
  },
651
553
  {
652
- "id": "authentication.type",
653
554
  "label": "Type",
654
- "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>",
655
- "value": "passwordBasedAuthentication",
555
+ "id": "authenticationType",
656
556
  "group": "authentication",
657
- "binding": {
658
- "name": "authentication.type",
659
- "type": "zeebe:input"
660
- },
557
+ "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>",
558
+ "value": "userNamePasswordAuth",
661
559
  "type": "Dropdown",
662
560
  "choices": [
663
561
  {
664
562
  "name": "Authenticate (username and password)",
665
- "value": "passwordBasedAuthentication"
563
+ "value": "userNamePasswordAuth"
666
564
  },
667
565
  {
668
566
  "name": "Authenticate (username and API key)",
669
- "value": "apiKeyAuthentication"
567
+ "value": "userNameApiKeyAuth"
670
568
  },
671
569
  {
672
570
  "name": "Authentication (refresh) token",
673
- "value": "tokenBasedAuthentication"
571
+ "value": "tokenAuth"
674
572
  }
675
- ]
573
+ ],
574
+ "binding": {
575
+ "type": "zeebe:input",
576
+ "name": "authentication.withoutBindingType"
577
+ }
676
578
  },
677
579
  {
678
- "id": "authentication.passwordBassesUsername",
679
- "label": "Username",
680
- "optional": false,
580
+ "id": "credentialsInBodyAuthType",
581
+ "group": "authentication",
582
+ "type": "Hidden",
583
+ "value": "credentialsInBody",
584
+ "binding": {
585
+ "type": "zeebe:input",
586
+ "name": "authentication.type"
587
+ },
681
588
  "constraints": {
682
589
  "notEmpty": true
683
590
  },
684
- "feel": "optional",
591
+ "condition": {
592
+ "property": "authenticationType",
593
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
594
+ }
595
+ },
596
+ {
685
597
  "group": "authentication",
598
+ "type": "Hidden",
599
+ "value": "noAuth",
686
600
  "binding": {
687
- "name": "authentication.username",
688
- "type": "zeebe:input"
601
+ "type": "zeebe:input",
602
+ "name": "authentication.request.authentication.type"
689
603
  },
690
- "condition": {
691
- "property": "authentication.type",
692
- "equals": "passwordBasedAuthentication",
693
- "type": "simple"
604
+ "constraints": {
605
+ "notEmpty": true
694
606
  },
695
- "type": "String"
607
+ "condition": {
608
+ "property": "authenticationType",
609
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
610
+ }
696
611
  },
697
612
  {
698
- "id": "authentication.password",
699
- "label": "Password",
700
- "optional": false,
613
+ "id": "tokenAuthType",
614
+ "group": "authentication",
615
+ "type": "Hidden",
616
+ "value": "noAuth",
617
+ "binding": {
618
+ "type": "zeebe:input",
619
+ "name": "authentication.type"
620
+ },
701
621
  "constraints": {
702
622
  "notEmpty": true
703
623
  },
704
- "feel": "optional",
705
- "group": "authentication",
624
+ "condition": {
625
+ "property": "authenticationType",
626
+ "oneOf": ["tokenAuth"]
627
+ }
628
+ },
629
+ {
630
+ "description": "method for authentication",
631
+ "type": "Hidden",
632
+ "value": "post",
706
633
  "binding": {
707
- "name": "authentication.password",
708
- "type": "zeebe:input"
634
+ "type": "zeebe:input",
635
+ "name": "authentication.request.method"
709
636
  },
710
637
  "condition": {
711
- "property": "authentication.type",
712
- "equals": "passwordBasedAuthentication",
713
- "type": "simple"
714
- },
715
- "type": "String"
638
+ "property": "authenticationType",
639
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
640
+ }
716
641
  },
717
642
  {
718
- "id": "authentication.multipleLogin",
719
- "label": "Multiple login",
720
- "optional": false,
643
+ "label": "Username",
644
+ "group": "authentication",
645
+ "type": "String",
646
+ "feel": "optional",
647
+ "binding": {
648
+ "type": "zeebe:input",
649
+ "name": "authentication.request.body.username"
650
+ },
721
651
  "constraints": {
722
652
  "notEmpty": true
723
653
  },
654
+ "condition": {
655
+ "property": "authenticationType",
656
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
657
+ }
658
+ },
659
+ {
660
+ "label": "Password",
724
661
  "group": "authentication",
662
+ "type": "String",
663
+ "feel": "optional",
725
664
  "binding": {
726
- "name": "authentication.multipleLogin",
727
- "type": "zeebe:input"
665
+ "type": "zeebe:input",
666
+ "name": "authentication.request.body.password"
667
+ },
668
+ "constraints": {
669
+ "notEmpty": true
728
670
  },
729
671
  "condition": {
730
- "property": "authentication.type",
731
- "equals": "passwordBasedAuthentication",
732
- "type": "simple"
672
+ "property": "authenticationType",
673
+ "equals": "userNamePasswordAuth"
674
+ }
675
+ },
676
+ {
677
+ "label": "API key",
678
+ "group": "authentication",
679
+ "type": "String",
680
+ "feel": "optional",
681
+ "binding": {
682
+ "type": "zeebe:input",
683
+ "name": "authentication.request.body.apiKey"
684
+ },
685
+ "constraints": {
686
+ "notEmpty": true
733
687
  },
688
+ "condition": {
689
+ "property": "authenticationType",
690
+ "equals": "userNameApiKeyAuth"
691
+ }
692
+ },
693
+ {
694
+ "label": "Multiple login",
695
+ "group": "authentication",
696
+ "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>",
734
697
  "type": "Dropdown",
698
+ "value": "false",
735
699
  "choices": [
736
700
  {
737
701
  "name": "TRUE",
@@ -741,241 +705,313 @@
741
705
  "name": "FALSE",
742
706
  "value": "false"
743
707
  }
744
- ]
745
- },
746
- {
747
- "id": "authentication.apiUsername",
748
- "label": "Username",
749
- "optional": false,
708
+ ],
709
+ "binding": {
710
+ "type": "zeebe:input",
711
+ "name": "authentication.request.body.multipleLogin"
712
+ },
750
713
  "constraints": {
751
714
  "notEmpty": true
752
715
  },
753
- "feel": "optional",
716
+ "condition": {
717
+ "property": "authenticationType",
718
+ "equals": "userNamePasswordAuth"
719
+ }
720
+ },
721
+ {
722
+ "label": "Token",
754
723
  "group": "authentication",
724
+ "type": "String",
725
+ "feel": "optional",
755
726
  "binding": {
756
- "name": "authentication.username",
757
- "type": "zeebe:input"
727
+ "type": "zeebe:input",
728
+ "name": "token"
758
729
  },
759
- "condition": {
760
- "property": "authentication.type",
761
- "equals": "apiKeyAuthentication",
762
- "type": "simple"
730
+ "constraints": {
731
+ "notEmpty": true
763
732
  },
764
- "type": "String"
733
+ "condition": {
734
+ "property": "authenticationType",
735
+ "equals": "tokenAuth"
736
+ }
765
737
  },
766
738
  {
767
- "id": "authentication.apiKey",
768
- "label": "API key",
769
- "optional": false,
739
+ "description": "Token",
740
+ "type": "Hidden",
741
+ "value": "={\"X-Authorization\":token}",
742
+ "binding": {
743
+ "type": "zeebe:input",
744
+ "name": "headers"
745
+ },
770
746
  "constraints": {
771
747
  "notEmpty": true
772
748
  },
773
- "feel": "optional",
774
- "group": "authentication",
749
+ "condition": {
750
+ "property": "authenticationType",
751
+ "equals": "tokenAuth"
752
+ }
753
+ },
754
+ {
755
+ "description": "Output headers",
756
+ "type": "Hidden",
757
+ "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
775
758
  "binding": {
776
- "name": "authentication.apiKey",
777
- "type": "zeebe:input"
759
+ "type": "zeebe:input",
760
+ "name": "authentication.outputHeaders"
778
761
  },
779
- "condition": {
780
- "property": "authentication.type",
781
- "equals": "apiKeyAuthentication",
782
- "type": "simple"
762
+ "constraints": {
763
+ "notEmpty": true
783
764
  },
784
- "type": "String"
765
+ "condition": {
766
+ "property": "authenticationType",
767
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
768
+ }
785
769
  },
786
770
  {
787
- "id": "authentication.token",
788
- "label": "Token",
771
+ "description": "Full authentication url",
772
+ "type": "Hidden",
789
773
  "optional": false,
774
+ "value": "=controlRoomURL+\"/v1/authentication\"",
775
+ "binding": {
776
+ "type": "zeebe:input",
777
+ "name": "authentication.request.url"
778
+ },
790
779
  "constraints": {
791
780
  "notEmpty": true
792
781
  },
793
- "feel": "optional",
794
- "group": "authentication",
782
+ "condition": {
783
+ "property": "authenticationType",
784
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
785
+ }
786
+ },
787
+ {
788
+ "description": "method for request",
789
+ "type": "Hidden",
790
+ "value": "post",
795
791
  "binding": {
796
- "name": "authentication.token",
797
- "type": "zeebe:input"
792
+ "type": "zeebe:input",
793
+ "name": "method"
798
794
  },
799
795
  "condition": {
800
- "property": "authentication.type",
801
- "equals": "tokenBasedAuthentication",
802
- "type": "simple"
803
- },
804
- "type": "String"
796
+ "property": "operationType",
797
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
798
+ }
805
799
  },
806
800
  {
807
- "id": "operation.queueId",
808
801
  "label": "Work queue ID",
802
+ "group": "input",
809
803
  "description": "The queue ID of the item",
804
+ "type": "String",
810
805
  "optional": false,
811
- "constraints": {
812
- "notEmpty": true
813
- },
814
806
  "feel": "optional",
815
- "group": "input",
816
807
  "binding": {
817
- "name": "operation.queueId",
818
- "type": "zeebe:input"
819
- },
820
- "condition": {
821
- "property": "operation.type",
822
- "equals": "addWorkItemsToTheQueue",
823
- "type": "simple"
808
+ "type": "zeebe:input",
809
+ "name": "queueId"
824
810
  },
825
- "type": "String"
826
- },
827
- {
828
- "id": "operation.data",
829
- "label": "Work item json data",
830
- "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>",
831
- "optional": false,
832
811
  "constraints": {
833
812
  "notEmpty": true
834
813
  },
835
- "feel": "required",
836
- "group": "input",
837
- "binding": {
838
- "name": "operation.data",
839
- "type": "zeebe:input"
840
- },
841
814
  "condition": {
842
- "property": "operation.type",
843
- "equals": "addWorkItemsToTheQueue",
844
- "type": "simple"
845
- },
846
- "type": "Text"
815
+ "property": "operationType",
816
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
817
+ }
847
818
  },
848
819
  {
849
- "id": "operation.workQueueId",
850
- "label": "Work queue ID",
851
- "description": "The queue ID of the item",
820
+ "description": "Add work items to the queue",
821
+ "type": "Hidden",
852
822
  "optional": false,
823
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
824
+ "binding": {
825
+ "type": "zeebe:input",
826
+ "name": "url"
827
+ },
853
828
  "constraints": {
854
829
  "notEmpty": true
855
830
  },
856
- "feel": "optional",
857
- "group": "input",
858
- "binding": {
859
- "name": "operation.queueId",
860
- "type": "zeebe:input"
861
- },
862
831
  "condition": {
863
- "property": "operation.type",
864
- "equals": "listWorkItemsInQueue",
865
- "type": "simple"
866
- },
867
- "type": "String"
832
+ "property": "operationType",
833
+ "oneOf": ["addWorkItemsToTheQueue"]
834
+ }
868
835
  },
869
836
  {
870
- "id": "operation.workItemId",
871
837
  "label": "Work item ID",
872
838
  "description": "The queue item identifier to be fetched from queue",
839
+ "group": "input",
840
+ "type": "String",
841
+ "feel": "optional",
873
842
  "optional": false,
843
+ "binding": {
844
+ "type": "zeebe:input",
845
+ "name": "workItemId"
846
+ },
874
847
  "constraints": {
875
848
  "notEmpty": true
876
849
  },
877
- "feel": "static",
850
+ "condition": {
851
+ "property": "operationType",
852
+ "oneOf": ["listWorkItemsInQueue"]
853
+ }
854
+ },
855
+ {
856
+ "label": "Work item json data",
857
+ "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>",
878
858
  "group": "input",
859
+ "type": "String",
860
+ "feel": "required",
879
861
  "binding": {
880
- "name": "operation.workItemId",
881
- "type": "zeebe:input"
862
+ "type": "zeebe:input",
863
+ "name": "itemData"
882
864
  },
883
- "condition": {
884
- "property": "operation.type",
885
- "equals": "listWorkItemsInQueue",
886
- "type": "simple"
865
+ "constraints": {
866
+ "notEmpty": true
887
867
  },
888
- "type": "Number"
868
+ "condition": {
869
+ "property": "operationType",
870
+ "oneOf": ["addWorkItemsToTheQueue"]
871
+ }
889
872
  },
890
873
  {
891
- "id": "configuration.connectionTimeoutInSeconds",
892
- "label": "Connection timeout in seconds",
893
- "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
894
- "optional": true,
895
- "value": 20,
896
- "feel": "static",
897
- "group": "timeout",
874
+ "description": "body with a new work item",
875
+ "type": "Hidden",
876
+ "optional": false,
877
+ "value": "={\"workItems\":[{\"json\":itemData}]}",
898
878
  "binding": {
899
- "name": "configuration.connectionTimeoutInSeconds",
900
- "type": "zeebe:input"
879
+ "type": "zeebe:input",
880
+ "name": "body"
901
881
  },
902
- "type": "Number"
882
+ "constraints": {
883
+ "notEmpty": true
884
+ },
885
+ "condition": {
886
+ "property": "operationType",
887
+ "oneOf": ["addWorkItemsToTheQueue"]
888
+ }
903
889
  },
904
890
  {
905
- "id": "resultVariable",
906
- "label": "Result variable",
907
- "description": "Name of variable to store the response in",
908
- "group": "output",
891
+ "label": "filter for getting item by id",
892
+ "type": "Hidden",
893
+ "optional": false,
894
+ "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
909
895
  "binding": {
910
- "key": "resultVariable",
911
- "type": "zeebe:taskHeader"
896
+ "type": "zeebe:input",
897
+ "name": "body"
912
898
  },
913
- "type": "String"
899
+ "constraints": {
900
+ "notEmpty": true
901
+ },
902
+ "condition": {
903
+ "property": "operationType",
904
+ "oneOf": ["listWorkItemsInQueue"]
905
+ }
914
906
  },
915
907
  {
916
- "id": "resultExpression",
917
- "label": "Result expression",
918
- "description": "Expression to map the response into process variables",
919
- "feel": "required",
920
- "group": "output",
908
+ "description": "List work items in queue",
909
+ "type": "Hidden",
910
+ "optional": false,
911
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
921
912
  "binding": {
922
- "key": "resultExpression",
923
- "type": "zeebe:taskHeader"
913
+ "type": "zeebe:input",
914
+ "name": "url"
924
915
  },
925
- "type": "Text"
916
+ "constraints": {
917
+ "notEmpty": true
918
+ },
919
+ "condition": {
920
+ "property": "operationType",
921
+ "oneOf": ["listWorkItemsInQueue"]
922
+ }
926
923
  },
927
924
  {
928
- "id": "errorExpression",
929
- "label": "Error expression",
930
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
931
- "feel": "required",
932
- "group": "error",
925
+ "label": "Connection timeout",
926
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
927
+ "group": "errors",
928
+ "type": "String",
929
+ "value": "20",
933
930
  "binding": {
934
- "key": "errorExpression",
935
- "type": "zeebe:taskHeader"
931
+ "type": "zeebe:input",
932
+ "name": "connectionTimeoutInSeconds"
936
933
  },
937
- "type": "Text"
934
+ "optional": true,
935
+ "feel": "optional",
936
+ "constraints": {
937
+ "notEmpty": false,
938
+ "pattern": {
939
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
940
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
941
+ }
942
+ }
938
943
  },
939
944
  {
940
- "id": "retryCount",
941
- "label": "Retries",
942
- "description": "Number of retries",
943
- "value": "3",
944
- "feel": "optional",
945
- "group": "retries",
945
+ "label": "Result variable",
946
+ "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>",
947
+ "group": "output",
948
+ "type": "String",
946
949
  "binding": {
947
- "property": "retries",
948
- "type": "zeebe:taskDefinition"
950
+ "type": "zeebe:taskHeader",
951
+ "key": "resultVariable"
952
+ }
953
+ },
954
+ {
955
+ "label": "Result expression",
956
+ "id": "resultExpressionGetItemState",
957
+ "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>",
958
+ "group": "output",
959
+ "type": "String",
960
+ "feel": "required",
961
+ "value": "={itemState:response.body.list[1].status}",
962
+ "binding": {
963
+ "type": "zeebe:taskHeader",
964
+ "key": "resultExpression"
949
965
  },
950
- "type": "String"
966
+ "condition": {
967
+ "property": "operationType",
968
+ "oneOf": ["listWorkItemsInQueue"]
969
+ }
951
970
  },
952
971
  {
953
- "id": "retryBackoff",
954
- "label": "Retry backoff",
955
- "description": "ISO-8601 duration to wait between retries",
956
- "value": "PT0S",
957
- "group": "retries",
972
+ "label": "Result expression",
973
+ "id": "resultExpressionGetItemId",
974
+ "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>",
975
+ "group": "output",
976
+ "type": "String",
977
+ "feel": "required",
978
+ "value": "={itemId:response.body.list[1].id}",
958
979
  "binding": {
959
- "key": "retryBackoff",
960
- "type": "zeebe:taskHeader"
980
+ "type": "zeebe:taskHeader",
981
+ "key": "resultExpression"
961
982
  },
962
- "type": "String"
983
+ "condition": {
984
+ "property": "operationType",
985
+ "oneOf": ["addWorkItemsToTheQueue"]
986
+ }
987
+ },
988
+ {
989
+ "label": "Error expression",
990
+ "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>",
991
+ "group": "errors",
992
+ "type": "Text",
993
+ "feel": "required",
994
+ "binding": {
995
+ "type": "zeebe:taskHeader",
996
+ "key": "errorExpression"
997
+ }
963
998
  }
964
- ],
965
- "icon": {
966
- "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+"
967
- }
999
+ ]
968
1000
  },
969
1001
  {
970
1002
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
971
1003
  "name": "Automation Anywhere Outbound Connector",
972
- "id": "io.camunda.connectors.AutomationAnywhere",
973
- "description": "Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
974
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
975
- "version": 1,
1004
+ "id": "io.camunda.connectors.AutomationAnywhere.v1",
1005
+ "version": 4,
1006
+ "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
976
1007
  "deprecated": {
977
- "message": "This connector is replaced by the new Automation Anywhere connector (id = io.camunda.connectors.AutomationAnywhere.v1). Please use the new connector instead."
1008
+ "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
1009
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
978
1010
  },
1011
+ "icon": {
1012
+ "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"
1013
+ },
1014
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
979
1015
  "category": {
980
1016
  "id": "connectors",
981
1017
  "name": "Connectors"
@@ -984,57 +1020,48 @@
984
1020
  "elementType": {
985
1021
  "value": "bpmn:ServiceTask"
986
1022
  },
1023
+ "engines": {
1024
+ "camunda": "^8.4"
1025
+ },
987
1026
  "groups": [
988
1027
  {
989
1028
  "id": "operation",
990
1029
  "label": "Operation"
991
1030
  },
992
- {
993
- "id": "configuration",
994
- "label": "Configuration"
995
- },
996
1031
  {
997
1032
  "id": "authentication",
998
1033
  "label": "Authentication"
999
1034
  },
1000
1035
  {
1001
- "id": "input",
1002
- "label": "Input"
1036
+ "id": "configuration",
1037
+ "label": "Configuration"
1003
1038
  },
1004
1039
  {
1005
- "id": "timeout",
1006
- "label": "Timeout"
1040
+ "id": "input",
1041
+ "label": "Input"
1007
1042
  },
1008
1043
  {
1009
1044
  "id": "output",
1010
- "label": "Output mapping"
1045
+ "label": "Output"
1011
1046
  },
1012
1047
  {
1013
- "id": "error",
1048
+ "id": "errors",
1014
1049
  "label": "Error handling"
1015
- },
1016
- {
1017
- "id": "retries",
1018
- "label": "Retries"
1019
1050
  }
1020
1051
  ],
1021
1052
  "properties": [
1022
1053
  {
1023
- "value": "io.camunda:connector-automationanywhere:1",
1054
+ "type": "Hidden",
1055
+ "value": "io.camunda:http-json:1",
1024
1056
  "binding": {
1025
1057
  "type": "zeebe:taskDefinition",
1026
1058
  "property": "type"
1027
- },
1028
- "type": "Hidden"
1059
+ }
1029
1060
  },
1030
1061
  {
1031
- "id": "operation.type",
1032
- "label": "Type",
1062
+ "label": "Operation type",
1063
+ "id": "operationType",
1033
1064
  "group": "operation",
1034
- "binding": {
1035
- "name": "operation.type",
1036
- "type": "zeebe:input"
1037
- },
1038
1065
  "type": "Dropdown",
1039
1066
  "choices": [
1040
1067
  {
@@ -1045,107 +1072,176 @@
1045
1072
  "name": "Get work item result from queue by ID",
1046
1073
  "value": "listWorkItemsInQueue"
1047
1074
  }
1048
- ]
1075
+ ],
1076
+ "binding": {
1077
+ "type": "zeebe:input",
1078
+ "name": "operationType"
1079
+ }
1049
1080
  },
1050
1081
  {
1051
- "id": "configuration.controlRoomUrl",
1052
1082
  "label": "Control room URL",
1053
- "optional": false,
1054
- "constraints": {
1055
- "notEmpty": true
1056
- },
1057
- "feel": "optional",
1058
1083
  "group": "configuration",
1084
+ "feel": "optional",
1085
+ "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>",
1086
+ "type": "String",
1059
1087
  "binding": {
1060
- "name": "configuration.controlRoomUrl",
1061
- "type": "zeebe:input"
1088
+ "type": "zeebe:input",
1089
+ "name": "controlRoomURL"
1062
1090
  },
1063
- "type": "String"
1091
+ "constraints": {
1092
+ "notEmpty": true,
1093
+ "pattern": {
1094
+ "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
1095
+ "message": "Must be a http(s) URL"
1096
+ }
1097
+ }
1064
1098
  },
1065
1099
  {
1066
- "id": "authentication.type",
1067
1100
  "label": "Type",
1068
- "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>",
1069
- "value": "passwordBasedAuthentication",
1101
+ "id": "authenticationType",
1070
1102
  "group": "authentication",
1071
- "binding": {
1072
- "name": "authentication.type",
1073
- "type": "zeebe:input"
1074
- },
1103
+ "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>",
1104
+ "value": "userNamePasswordAuth",
1075
1105
  "type": "Dropdown",
1076
1106
  "choices": [
1077
1107
  {
1078
1108
  "name": "Authenticate (username and password)",
1079
- "value": "passwordBasedAuthentication"
1109
+ "value": "userNamePasswordAuth"
1080
1110
  },
1081
1111
  {
1082
1112
  "name": "Authenticate (username and API key)",
1083
- "value": "apiKeyAuthentication"
1113
+ "value": "userNameApiKeyAuth"
1084
1114
  },
1085
1115
  {
1086
1116
  "name": "Authentication (refresh) token",
1087
- "value": "tokenBasedAuthentication"
1117
+ "value": "tokenAuth"
1088
1118
  }
1089
- ]
1119
+ ],
1120
+ "binding": {
1121
+ "type": "zeebe:input",
1122
+ "name": "authentication.withoutBindingType"
1123
+ }
1090
1124
  },
1091
1125
  {
1092
- "id": "authentication.passwordBassesUsername",
1093
- "label": "Username",
1094
- "optional": false,
1126
+ "id": "credentialsInBodyAuthType",
1127
+ "group": "authentication",
1128
+ "type": "Hidden",
1129
+ "value": "credentialsInBody",
1130
+ "binding": {
1131
+ "type": "zeebe:input",
1132
+ "name": "authentication.type"
1133
+ },
1095
1134
  "constraints": {
1096
1135
  "notEmpty": true
1097
1136
  },
1098
- "feel": "optional",
1137
+ "condition": {
1138
+ "property": "authenticationType",
1139
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1140
+ }
1141
+ },
1142
+ {
1099
1143
  "group": "authentication",
1144
+ "type": "Hidden",
1145
+ "value": "noAuth",
1100
1146
  "binding": {
1101
- "name": "authentication.username",
1102
- "type": "zeebe:input"
1147
+ "type": "zeebe:input",
1148
+ "name": "authentication.request.authentication.type"
1103
1149
  },
1104
- "condition": {
1105
- "property": "authentication.type",
1106
- "equals": "passwordBasedAuthentication",
1107
- "type": "simple"
1150
+ "constraints": {
1151
+ "notEmpty": true
1108
1152
  },
1109
- "type": "String"
1153
+ "condition": {
1154
+ "property": "authenticationType",
1155
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1156
+ }
1110
1157
  },
1111
1158
  {
1112
- "id": "authentication.password",
1113
- "label": "Password",
1114
- "optional": false,
1159
+ "id": "tokenAuthType",
1160
+ "group": "authentication",
1161
+ "type": "Hidden",
1162
+ "value": "noAuth",
1163
+ "binding": {
1164
+ "type": "zeebe:input",
1165
+ "name": "authentication.type"
1166
+ },
1115
1167
  "constraints": {
1116
1168
  "notEmpty": true
1117
1169
  },
1118
- "feel": "optional",
1119
- "group": "authentication",
1170
+ "condition": {
1171
+ "property": "authenticationType",
1172
+ "oneOf": ["tokenAuth"]
1173
+ }
1174
+ },
1175
+ {
1176
+ "description": "method for authentication",
1177
+ "type": "Hidden",
1178
+ "value": "post",
1120
1179
  "binding": {
1121
- "name": "authentication.password",
1122
- "type": "zeebe:input"
1180
+ "type": "zeebe:input",
1181
+ "name": "authentication.request.method"
1123
1182
  },
1124
1183
  "condition": {
1125
- "property": "authentication.type",
1126
- "equals": "passwordBasedAuthentication",
1127
- "type": "simple"
1128
- },
1129
- "type": "String"
1184
+ "property": "authenticationType",
1185
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1186
+ }
1130
1187
  },
1131
1188
  {
1132
- "id": "authentication.multipleLogin",
1133
- "label": "Multiple login",
1134
- "optional": false,
1189
+ "label": "Username",
1190
+ "group": "authentication",
1191
+ "type": "String",
1192
+ "feel": "optional",
1193
+ "binding": {
1194
+ "type": "zeebe:input",
1195
+ "name": "authentication.request.body.username"
1196
+ },
1135
1197
  "constraints": {
1136
1198
  "notEmpty": true
1137
1199
  },
1200
+ "condition": {
1201
+ "property": "authenticationType",
1202
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1203
+ }
1204
+ },
1205
+ {
1206
+ "label": "Password",
1138
1207
  "group": "authentication",
1208
+ "type": "String",
1209
+ "feel": "optional",
1139
1210
  "binding": {
1140
- "name": "authentication.multipleLogin",
1141
- "type": "zeebe:input"
1211
+ "type": "zeebe:input",
1212
+ "name": "authentication.request.body.password"
1213
+ },
1214
+ "constraints": {
1215
+ "notEmpty": true
1142
1216
  },
1143
1217
  "condition": {
1144
- "property": "authentication.type",
1145
- "equals": "passwordBasedAuthentication",
1146
- "type": "simple"
1218
+ "property": "authenticationType",
1219
+ "equals": "userNamePasswordAuth"
1220
+ }
1221
+ },
1222
+ {
1223
+ "label": "API key",
1224
+ "group": "authentication",
1225
+ "type": "String",
1226
+ "feel": "optional",
1227
+ "binding": {
1228
+ "type": "zeebe:input",
1229
+ "name": "authentication.request.body.apiKey"
1230
+ },
1231
+ "constraints": {
1232
+ "notEmpty": true
1147
1233
  },
1234
+ "condition": {
1235
+ "property": "authenticationType",
1236
+ "equals": "userNameApiKeyAuth"
1237
+ }
1238
+ },
1239
+ {
1240
+ "label": "Multiple login",
1241
+ "group": "authentication",
1242
+ "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>",
1148
1243
  "type": "Dropdown",
1244
+ "value": "false",
1149
1245
  "choices": [
1150
1246
  {
1151
1247
  "name": "TRUE",
@@ -1155,232 +1251,309 @@
1155
1251
  "name": "FALSE",
1156
1252
  "value": "false"
1157
1253
  }
1158
- ]
1159
- },
1160
- {
1161
- "id": "authentication.apiUsername",
1162
- "label": "Username",
1163
- "optional": false,
1254
+ ],
1255
+ "binding": {
1256
+ "type": "zeebe:input",
1257
+ "name": "authentication.request.body.multipleLogin"
1258
+ },
1164
1259
  "constraints": {
1165
1260
  "notEmpty": true
1166
1261
  },
1167
- "feel": "optional",
1262
+ "condition": {
1263
+ "property": "authenticationType",
1264
+ "equals": "userNamePasswordAuth"
1265
+ }
1266
+ },
1267
+ {
1268
+ "label": "Token",
1168
1269
  "group": "authentication",
1270
+ "type": "String",
1271
+ "feel": "optional",
1169
1272
  "binding": {
1170
- "name": "authentication.username",
1171
- "type": "zeebe:input"
1273
+ "type": "zeebe:input",
1274
+ "name": "token"
1172
1275
  },
1173
- "condition": {
1174
- "property": "authentication.type",
1175
- "equals": "apiKeyAuthentication",
1176
- "type": "simple"
1276
+ "constraints": {
1277
+ "notEmpty": true
1177
1278
  },
1178
- "type": "String"
1279
+ "condition": {
1280
+ "property": "authenticationType",
1281
+ "equals": "tokenAuth"
1282
+ }
1179
1283
  },
1180
1284
  {
1181
- "id": "authentication.apiKey",
1182
- "label": "API key",
1183
- "optional": false,
1285
+ "description": "Token",
1286
+ "type": "Hidden",
1287
+ "value": "={\"X-Authorization\":token}",
1288
+ "binding": {
1289
+ "type": "zeebe:input",
1290
+ "name": "headers"
1291
+ },
1184
1292
  "constraints": {
1185
1293
  "notEmpty": true
1186
1294
  },
1187
- "feel": "optional",
1188
- "group": "authentication",
1295
+ "condition": {
1296
+ "property": "authenticationType",
1297
+ "equals": "tokenAuth"
1298
+ }
1299
+ },
1300
+ {
1301
+ "description": "Output headers",
1302
+ "type": "Hidden",
1303
+ "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
1189
1304
  "binding": {
1190
- "name": "authentication.apiKey",
1191
- "type": "zeebe:input"
1305
+ "type": "zeebe:input",
1306
+ "name": "authentication.outputHeaders"
1192
1307
  },
1193
- "condition": {
1194
- "property": "authentication.type",
1195
- "equals": "apiKeyAuthentication",
1196
- "type": "simple"
1308
+ "constraints": {
1309
+ "notEmpty": true
1197
1310
  },
1198
- "type": "String"
1311
+ "condition": {
1312
+ "property": "authenticationType",
1313
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1314
+ }
1199
1315
  },
1200
1316
  {
1201
- "id": "authentication.token",
1202
- "label": "Token",
1317
+ "description": "Full authentication url",
1318
+ "type": "Hidden",
1203
1319
  "optional": false,
1320
+ "value": "=controlRoomURL+\"/v1/authentication\"",
1321
+ "binding": {
1322
+ "type": "zeebe:input",
1323
+ "name": "authentication.request.url"
1324
+ },
1204
1325
  "constraints": {
1205
1326
  "notEmpty": true
1206
1327
  },
1207
- "feel": "optional",
1208
- "group": "authentication",
1328
+ "condition": {
1329
+ "property": "authenticationType",
1330
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1331
+ }
1332
+ },
1333
+ {
1334
+ "description": "method for request",
1335
+ "type": "Hidden",
1336
+ "value": "post",
1209
1337
  "binding": {
1210
- "name": "authentication.token",
1211
- "type": "zeebe:input"
1338
+ "type": "zeebe:input",
1339
+ "name": "method"
1212
1340
  },
1213
1341
  "condition": {
1214
- "property": "authentication.type",
1215
- "equals": "tokenBasedAuthentication",
1216
- "type": "simple"
1217
- },
1218
- "type": "String"
1342
+ "property": "operationType",
1343
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
1344
+ }
1219
1345
  },
1220
1346
  {
1221
- "id": "operation.queueId",
1222
1347
  "label": "Work queue ID",
1348
+ "group": "input",
1223
1349
  "description": "The queue ID of the item",
1350
+ "type": "String",
1224
1351
  "optional": false,
1225
- "constraints": {
1226
- "notEmpty": true
1227
- },
1228
1352
  "feel": "optional",
1229
- "group": "input",
1230
1353
  "binding": {
1231
- "name": "operation.queueId",
1232
- "type": "zeebe:input"
1233
- },
1234
- "condition": {
1235
- "property": "operation.type",
1236
- "equals": "addWorkItemsToTheQueue",
1237
- "type": "simple"
1354
+ "type": "zeebe:input",
1355
+ "name": "queueId"
1238
1356
  },
1239
- "type": "String"
1240
- },
1241
- {
1242
- "id": "operation.data",
1243
- "label": "Work item json data",
1244
- "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>",
1245
- "optional": false,
1246
1357
  "constraints": {
1247
1358
  "notEmpty": true
1248
1359
  },
1249
- "feel": "required",
1250
- "group": "input",
1251
- "binding": {
1252
- "name": "operation.data",
1253
- "type": "zeebe:input"
1254
- },
1255
1360
  "condition": {
1256
- "property": "operation.type",
1257
- "equals": "addWorkItemsToTheQueue",
1258
- "type": "simple"
1259
- },
1260
- "type": "Text"
1361
+ "property": "operationType",
1362
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
1363
+ }
1261
1364
  },
1262
1365
  {
1263
- "id": "operation.workQueueId",
1264
- "label": "Work queue ID",
1265
- "description": "The queue ID of the item",
1366
+ "description": "Add work items to the queue",
1367
+ "type": "Hidden",
1266
1368
  "optional": false,
1369
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
1370
+ "binding": {
1371
+ "type": "zeebe:input",
1372
+ "name": "url"
1373
+ },
1267
1374
  "constraints": {
1268
1375
  "notEmpty": true
1269
1376
  },
1270
- "feel": "optional",
1377
+ "condition": {
1378
+ "property": "operationType",
1379
+ "oneOf": ["addWorkItemsToTheQueue"]
1380
+ }
1381
+ },
1382
+ {
1383
+ "label": "Work item ID",
1384
+ "description": "The queue item identifier to be fetched from queue",
1271
1385
  "group": "input",
1386
+ "type": "String",
1387
+ "feel": "optional",
1388
+ "optional": false,
1272
1389
  "binding": {
1273
- "name": "operation.queueId",
1274
- "type": "zeebe:input"
1390
+ "type": "zeebe:input",
1391
+ "name": "workItemId"
1392
+ },
1393
+ "constraints": {
1394
+ "notEmpty": true
1275
1395
  },
1276
1396
  "condition": {
1277
- "property": "operation.type",
1278
- "equals": "listWorkItemsInQueue",
1279
- "type": "simple"
1397
+ "property": "operationType",
1398
+ "oneOf": ["listWorkItemsInQueue"]
1399
+ }
1400
+ },
1401
+ {
1402
+ "label": "Work item json data",
1403
+ "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>",
1404
+ "group": "input",
1405
+ "type": "String",
1406
+ "feel": "required",
1407
+ "binding": {
1408
+ "type": "zeebe:input",
1409
+ "name": "itemData"
1280
1410
  },
1281
- "type": "String"
1411
+ "constraints": {
1412
+ "notEmpty": true
1413
+ },
1414
+ "condition": {
1415
+ "property": "operationType",
1416
+ "oneOf": ["addWorkItemsToTheQueue"]
1417
+ }
1282
1418
  },
1283
1419
  {
1284
- "id": "operation.workItemId",
1285
- "label": "Work item ID",
1286
- "description": "The queue item identifier to be fetched from queue",
1420
+ "description": "body with a new work item",
1421
+ "type": "Hidden",
1287
1422
  "optional": false,
1423
+ "value": "={\"workItems\":[{\"json\":itemData}]}",
1424
+ "binding": {
1425
+ "type": "zeebe:input",
1426
+ "name": "body"
1427
+ },
1288
1428
  "constraints": {
1289
1429
  "notEmpty": true
1290
1430
  },
1291
- "feel": "optional",
1292
- "group": "input",
1431
+ "condition": {
1432
+ "property": "operationType",
1433
+ "oneOf": ["addWorkItemsToTheQueue"]
1434
+ }
1435
+ },
1436
+ {
1437
+ "label": "filter for getting item by id",
1438
+ "type": "Hidden",
1439
+ "optional": false,
1440
+ "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
1293
1441
  "binding": {
1294
- "name": "operation.workItemId",
1295
- "type": "zeebe:input"
1442
+ "type": "zeebe:input",
1443
+ "name": "body"
1444
+ },
1445
+ "constraints": {
1446
+ "notEmpty": true
1296
1447
  },
1297
1448
  "condition": {
1298
- "property": "operation.type",
1299
- "equals": "listWorkItemsInQueue",
1300
- "type": "simple"
1449
+ "property": "operationType",
1450
+ "oneOf": ["listWorkItemsInQueue"]
1451
+ }
1452
+ },
1453
+ {
1454
+ "description": "List work items in queue",
1455
+ "type": "Hidden",
1456
+ "optional": false,
1457
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
1458
+ "binding": {
1459
+ "type": "zeebe:input",
1460
+ "name": "url"
1301
1461
  },
1302
- "type": "String"
1462
+ "constraints": {
1463
+ "notEmpty": true
1464
+ },
1465
+ "condition": {
1466
+ "property": "operationType",
1467
+ "oneOf": ["listWorkItemsInQueue"]
1468
+ }
1303
1469
  },
1304
1470
  {
1305
- "id": "configuration.connectionTimeoutInSeconds",
1306
- "label": "Connection timeout in seconds",
1471
+ "label": "Connection timeout",
1307
1472
  "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
1308
- "optional": true,
1473
+ "group": "errors",
1474
+ "type": "String",
1309
1475
  "value": "20",
1310
- "feel": "optional",
1311
- "group": "timeout",
1312
1476
  "binding": {
1313
- "name": "configuration.connectionTimeoutInSeconds",
1314
- "type": "zeebe:input"
1477
+ "type": "zeebe:input",
1478
+ "name": "connectionTimeoutInSeconds"
1315
1479
  },
1316
- "type": "String"
1480
+ "optional": true,
1481
+ "feel": "optional",
1482
+ "constraints": {
1483
+ "notEmpty": false,
1484
+ "pattern": {
1485
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
1486
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
1487
+ }
1488
+ }
1317
1489
  },
1318
1490
  {
1319
- "id": "resultVariable",
1320
1491
  "label": "Result variable",
1321
- "description": "Name of variable to store the response in",
1492
+ "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>",
1322
1493
  "group": "output",
1494
+ "type": "String",
1323
1495
  "binding": {
1324
- "key": "resultVariable",
1325
- "type": "zeebe:taskHeader"
1326
- },
1327
- "type": "String"
1496
+ "type": "zeebe:taskHeader",
1497
+ "key": "resultVariable"
1498
+ }
1328
1499
  },
1329
1500
  {
1330
- "id": "resultExpression",
1331
1501
  "label": "Result expression",
1332
- "description": "Expression to map the response into process variables",
1333
- "feel": "required",
1502
+ "id": "resultExpressionGetItemState",
1503
+ "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>",
1334
1504
  "group": "output",
1505
+ "type": "String",
1506
+ "feel": "required",
1507
+ "value": "={itemState:response.body.list[1].status}",
1335
1508
  "binding": {
1336
- "key": "resultExpression",
1337
- "type": "zeebe:taskHeader"
1509
+ "type": "zeebe:taskHeader",
1510
+ "key": "resultExpression"
1338
1511
  },
1339
- "type": "Text"
1512
+ "condition": {
1513
+ "property": "operationType",
1514
+ "oneOf": ["listWorkItemsInQueue"]
1515
+ }
1340
1516
  },
1341
1517
  {
1342
- "id": "errorExpression",
1343
- "label": "Error expression",
1344
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1518
+ "label": "Result expression",
1519
+ "id": "resultExpressionGetItemId",
1520
+ "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>",
1521
+ "group": "output",
1522
+ "type": "String",
1345
1523
  "feel": "required",
1346
- "group": "error",
1524
+ "value": "={itemId:response.body.list[1].id}",
1347
1525
  "binding": {
1348
- "key": "errorExpression",
1349
- "type": "zeebe:taskHeader"
1526
+ "type": "zeebe:taskHeader",
1527
+ "key": "resultExpression"
1350
1528
  },
1351
- "type": "Text"
1529
+ "condition": {
1530
+ "property": "operationType",
1531
+ "oneOf": ["addWorkItemsToTheQueue"]
1532
+ }
1352
1533
  },
1353
1534
  {
1354
- "id": "retryBackoff",
1355
- "label": "Retry backoff",
1356
- "description": "ISO-8601 duration to wait between retries",
1357
- "value": "PT0S",
1358
- "group": "retries",
1535
+ "label": "Error expression",
1536
+ "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>",
1537
+ "group": "errors",
1538
+ "type": "Text",
1539
+ "feel": "required",
1359
1540
  "binding": {
1360
- "key": "retryBackoff",
1361
- "type": "zeebe:taskHeader"
1362
- },
1363
- "type": "Hidden"
1541
+ "type": "zeebe:taskHeader",
1542
+ "key": "errorExpression"
1543
+ }
1364
1544
  }
1365
- ],
1366
- "icon": {
1367
- "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+"
1368
- }
1545
+ ]
1369
1546
  },
1370
1547
  {
1371
1548
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1372
- "name": "Automation Anywhere connector",
1373
- "id": "io.camunda.connectors.AutomationAnywhere.v1",
1374
- "version": 2,
1375
- "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
1549
+ "name": "Automation Anywhere Outbound Connector",
1550
+ "id": "io.camunda.connectors.AutomationAnywhere",
1551
+ "description": "Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
1552
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
1553
+ "version": 1,
1376
1554
  "deprecated": {
1377
- "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
1378
- "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
1379
- },
1380
- "icon": {
1381
- "contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
1555
+ "message": "This connector is replaced by the new Automation Anywhere connector (id = io.camunda.connectors.AutomationAnywhere.v1). Please use the new connector instead."
1382
1556
  },
1383
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
1384
1557
  "category": {
1385
1558
  "id": "connectors",
1386
1559
  "name": "Connectors"
@@ -1389,48 +1562,57 @@
1389
1562
  "elementType": {
1390
1563
  "value": "bpmn:ServiceTask"
1391
1564
  },
1392
- "engines": {
1393
- "camunda": "^8.2"
1394
- },
1395
1565
  "groups": [
1396
1566
  {
1397
1567
  "id": "operation",
1398
1568
  "label": "Operation"
1399
1569
  },
1400
- {
1401
- "id": "authentication",
1402
- "label": "Authentication"
1403
- },
1404
1570
  {
1405
1571
  "id": "configuration",
1406
1572
  "label": "Configuration"
1407
1573
  },
1574
+ {
1575
+ "id": "authentication",
1576
+ "label": "Authentication"
1577
+ },
1408
1578
  {
1409
1579
  "id": "input",
1410
1580
  "label": "Input"
1411
1581
  },
1582
+ {
1583
+ "id": "timeout",
1584
+ "label": "Timeout"
1585
+ },
1412
1586
  {
1413
1587
  "id": "output",
1414
- "label": "Output"
1588
+ "label": "Output mapping"
1415
1589
  },
1416
1590
  {
1417
- "id": "errors",
1591
+ "id": "error",
1418
1592
  "label": "Error handling"
1593
+ },
1594
+ {
1595
+ "id": "retries",
1596
+ "label": "Retries"
1419
1597
  }
1420
1598
  ],
1421
1599
  "properties": [
1422
1600
  {
1423
- "type": "Hidden",
1424
- "value": "io.camunda:http-json:1",
1601
+ "value": "io.camunda:connector-automationanywhere:1",
1425
1602
  "binding": {
1426
1603
  "type": "zeebe:taskDefinition",
1427
1604
  "property": "type"
1428
- }
1605
+ },
1606
+ "type": "Hidden"
1429
1607
  },
1430
1608
  {
1431
- "label": "Operation type",
1432
- "id": "operationType",
1609
+ "id": "operation.type",
1610
+ "label": "Type",
1433
1611
  "group": "operation",
1612
+ "binding": {
1613
+ "name": "operation.type",
1614
+ "type": "zeebe:input"
1615
+ },
1434
1616
  "type": "Dropdown",
1435
1617
  "choices": [
1436
1618
  {
@@ -1441,176 +1623,107 @@
1441
1623
  "name": "Get work item result from queue by ID",
1442
1624
  "value": "listWorkItemsInQueue"
1443
1625
  }
1444
- ],
1445
- "binding": {
1446
- "type": "zeebe:input",
1447
- "name": "operationType"
1448
- }
1626
+ ]
1449
1627
  },
1450
1628
  {
1629
+ "id": "configuration.controlRoomUrl",
1451
1630
  "label": "Control room URL",
1452
- "group": "configuration",
1631
+ "optional": false,
1632
+ "constraints": {
1633
+ "notEmpty": true
1634
+ },
1453
1635
  "feel": "optional",
1454
- "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>",
1455
- "type": "String",
1636
+ "group": "configuration",
1456
1637
  "binding": {
1457
- "type": "zeebe:input",
1458
- "name": "controlRoomURL"
1638
+ "name": "configuration.controlRoomUrl",
1639
+ "type": "zeebe:input"
1459
1640
  },
1460
- "constraints": {
1461
- "notEmpty": true,
1462
- "pattern": {
1463
- "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
1464
- "message": "Must be a http(s) URL"
1465
- }
1466
- }
1641
+ "type": "String"
1467
1642
  },
1468
1643
  {
1644
+ "id": "authentication.type",
1469
1645
  "label": "Type",
1470
- "id": "authenticationType",
1646
+ "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>",
1647
+ "value": "passwordBasedAuthentication",
1471
1648
  "group": "authentication",
1472
- "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>",
1473
- "value": "userNamePasswordAuth",
1649
+ "binding": {
1650
+ "name": "authentication.type",
1651
+ "type": "zeebe:input"
1652
+ },
1474
1653
  "type": "Dropdown",
1475
1654
  "choices": [
1476
1655
  {
1477
1656
  "name": "Authenticate (username and password)",
1478
- "value": "userNamePasswordAuth"
1657
+ "value": "passwordBasedAuthentication"
1479
1658
  },
1480
1659
  {
1481
1660
  "name": "Authenticate (username and API key)",
1482
- "value": "userNameApiKeyAuth"
1661
+ "value": "apiKeyAuthentication"
1483
1662
  },
1484
1663
  {
1485
1664
  "name": "Authentication (refresh) token",
1486
- "value": "tokenAuth"
1665
+ "value": "tokenBasedAuthentication"
1487
1666
  }
1488
- ],
1489
- "binding": {
1490
- "type": "zeebe:input",
1491
- "name": "authentication.withoutBindingType"
1492
- }
1667
+ ]
1493
1668
  },
1494
1669
  {
1495
- "id": "credentialsInBodyAuthType",
1496
- "group": "authentication",
1497
- "type": "Hidden",
1498
- "value": "credentialsInBody",
1499
- "binding": {
1500
- "type": "zeebe:input",
1501
- "name": "authentication.type"
1502
- },
1670
+ "id": "authentication.passwordBassesUsername",
1671
+ "label": "Username",
1672
+ "optional": false,
1503
1673
  "constraints": {
1504
1674
  "notEmpty": true
1505
1675
  },
1506
- "condition": {
1507
- "property": "authenticationType",
1508
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1509
- }
1510
- },
1511
- {
1676
+ "feel": "optional",
1512
1677
  "group": "authentication",
1513
- "type": "Hidden",
1514
- "value": "noAuth",
1515
1678
  "binding": {
1516
- "type": "zeebe:input",
1517
- "name": "authentication.request.authentication.type"
1518
- },
1519
- "constraints": {
1520
- "notEmpty": true
1679
+ "name": "authentication.username",
1680
+ "type": "zeebe:input"
1521
1681
  },
1522
1682
  "condition": {
1523
- "property": "authenticationType",
1524
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1525
- }
1683
+ "property": "authentication.type",
1684
+ "equals": "passwordBasedAuthentication",
1685
+ "type": "simple"
1686
+ },
1687
+ "type": "String"
1526
1688
  },
1527
1689
  {
1528
- "id": "tokenAuthType",
1529
- "group": "authentication",
1530
- "type": "Hidden",
1531
- "value": "noAuth",
1532
- "binding": {
1533
- "type": "zeebe:input",
1534
- "name": "authentication.type"
1535
- },
1690
+ "id": "authentication.password",
1691
+ "label": "Password",
1692
+ "optional": false,
1536
1693
  "constraints": {
1537
1694
  "notEmpty": true
1538
1695
  },
1539
- "condition": {
1540
- "property": "authenticationType",
1541
- "oneOf": ["tokenAuth"]
1542
- }
1543
- },
1544
- {
1545
- "description": "method for authentication",
1546
- "type": "Hidden",
1547
- "value": "post",
1548
- "binding": {
1549
- "type": "zeebe:input",
1550
- "name": "authentication.request.method"
1551
- },
1552
- "condition": {
1553
- "property": "authenticationType",
1554
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1555
- }
1556
- },
1557
- {
1558
- "label": "Username",
1559
- "group": "authentication",
1560
- "type": "String",
1561
1696
  "feel": "optional",
1697
+ "group": "authentication",
1562
1698
  "binding": {
1563
- "type": "zeebe:input",
1564
- "name": "authentication.request.body.username"
1565
- },
1566
- "constraints": {
1567
- "notEmpty": true
1699
+ "name": "authentication.password",
1700
+ "type": "zeebe:input"
1568
1701
  },
1569
1702
  "condition": {
1570
- "property": "authenticationType",
1571
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1572
- }
1703
+ "property": "authentication.type",
1704
+ "equals": "passwordBasedAuthentication",
1705
+ "type": "simple"
1706
+ },
1707
+ "type": "String"
1573
1708
  },
1574
1709
  {
1575
- "label": "Password",
1576
- "group": "authentication",
1577
- "type": "String",
1578
- "feel": "optional",
1579
- "binding": {
1580
- "type": "zeebe:input",
1581
- "name": "authentication.request.body.password"
1582
- },
1710
+ "id": "authentication.multipleLogin",
1711
+ "label": "Multiple login",
1712
+ "optional": false,
1583
1713
  "constraints": {
1584
1714
  "notEmpty": true
1585
1715
  },
1586
- "condition": {
1587
- "property": "authenticationType",
1588
- "equals": "userNamePasswordAuth"
1589
- }
1590
- },
1591
- {
1592
- "label": "API key",
1593
1716
  "group": "authentication",
1594
- "type": "String",
1595
- "feel": "optional",
1596
1717
  "binding": {
1597
- "type": "zeebe:input",
1598
- "name": "authentication.request.body.apiKey"
1599
- },
1600
- "constraints": {
1601
- "notEmpty": true
1718
+ "name": "authentication.multipleLogin",
1719
+ "type": "zeebe:input"
1602
1720
  },
1603
1721
  "condition": {
1604
- "property": "authenticationType",
1605
- "equals": "userNameApiKeyAuth"
1606
- }
1607
- },
1608
- {
1609
- "label": "Multiple login",
1610
- "group": "authentication",
1611
- "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>",
1722
+ "property": "authentication.type",
1723
+ "equals": "passwordBasedAuthentication",
1724
+ "type": "simple"
1725
+ },
1612
1726
  "type": "Dropdown",
1613
- "value": "false",
1614
1727
  "choices": [
1615
1728
  {
1616
1729
  "name": "TRUE",
@@ -1620,312 +1733,232 @@
1620
1733
  "name": "FALSE",
1621
1734
  "value": "false"
1622
1735
  }
1623
- ],
1624
- "binding": {
1625
- "type": "zeebe:input",
1626
- "name": "authentication.request.body.multipleLogin"
1627
- },
1736
+ ]
1737
+ },
1738
+ {
1739
+ "id": "authentication.apiUsername",
1740
+ "label": "Username",
1741
+ "optional": false,
1628
1742
  "constraints": {
1629
1743
  "notEmpty": true
1630
1744
  },
1631
- "condition": {
1632
- "property": "authenticationType",
1633
- "equals": "userNamePasswordAuth"
1634
- }
1635
- },
1636
- {
1637
- "label": "Token",
1638
- "group": "authentication",
1639
- "type": "String",
1640
1745
  "feel": "optional",
1746
+ "group": "authentication",
1641
1747
  "binding": {
1642
- "type": "zeebe:input",
1643
- "name": "token"
1644
- },
1645
- "constraints": {
1646
- "notEmpty": true
1748
+ "name": "authentication.username",
1749
+ "type": "zeebe:input"
1647
1750
  },
1648
1751
  "condition": {
1649
- "property": "authenticationType",
1650
- "equals": "tokenAuth"
1651
- }
1752
+ "property": "authentication.type",
1753
+ "equals": "apiKeyAuthentication",
1754
+ "type": "simple"
1755
+ },
1756
+ "type": "String"
1652
1757
  },
1653
1758
  {
1654
- "description": "Token",
1655
- "type": "Hidden",
1656
- "value": "={\"X-Authorization\":token}",
1657
- "binding": {
1658
- "type": "zeebe:input",
1659
- "name": "headers"
1660
- },
1759
+ "id": "authentication.apiKey",
1760
+ "label": "API key",
1761
+ "optional": false,
1661
1762
  "constraints": {
1662
1763
  "notEmpty": true
1663
1764
  },
1664
- "condition": {
1665
- "property": "authenticationType",
1666
- "equals": "tokenAuth"
1667
- }
1668
- },
1669
- {
1670
- "description": "Output headers",
1671
- "type": "Hidden",
1672
- "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
1765
+ "feel": "optional",
1766
+ "group": "authentication",
1673
1767
  "binding": {
1674
- "type": "zeebe:input",
1675
- "name": "authentication.outputHeaders"
1676
- },
1677
- "constraints": {
1678
- "notEmpty": true
1768
+ "name": "authentication.apiKey",
1769
+ "type": "zeebe:input"
1679
1770
  },
1680
1771
  "condition": {
1681
- "property": "authenticationType",
1682
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1683
- }
1772
+ "property": "authentication.type",
1773
+ "equals": "apiKeyAuthentication",
1774
+ "type": "simple"
1775
+ },
1776
+ "type": "String"
1684
1777
  },
1685
1778
  {
1686
- "description": "Full authentication url",
1687
- "type": "Hidden",
1779
+ "id": "authentication.token",
1780
+ "label": "Token",
1688
1781
  "optional": false,
1689
- "value": "=controlRoomURL+\"/v1/authentication\"",
1690
- "binding": {
1691
- "type": "zeebe:input",
1692
- "name": "authentication.request.url"
1693
- },
1694
1782
  "constraints": {
1695
1783
  "notEmpty": true
1696
1784
  },
1697
- "condition": {
1698
- "property": "authenticationType",
1699
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
1700
- }
1701
- },
1702
- {
1703
- "description": "method for request",
1704
- "type": "Hidden",
1705
- "value": "post",
1785
+ "feel": "optional",
1786
+ "group": "authentication",
1706
1787
  "binding": {
1707
- "type": "zeebe:input",
1708
- "name": "method"
1788
+ "name": "authentication.token",
1789
+ "type": "zeebe:input"
1709
1790
  },
1710
1791
  "condition": {
1711
- "property": "operationType",
1712
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
1713
- }
1792
+ "property": "authentication.type",
1793
+ "equals": "tokenBasedAuthentication",
1794
+ "type": "simple"
1795
+ },
1796
+ "type": "String"
1714
1797
  },
1715
1798
  {
1799
+ "id": "operation.queueId",
1716
1800
  "label": "Work queue ID",
1717
- "group": "input",
1718
1801
  "description": "The queue ID of the item",
1719
- "type": "String",
1720
1802
  "optional": false,
1721
- "feel": "optional",
1722
- "binding": {
1723
- "type": "zeebe:input",
1724
- "name": "queueId"
1725
- },
1726
1803
  "constraints": {
1727
1804
  "notEmpty": true
1728
1805
  },
1729
- "condition": {
1730
- "property": "operationType",
1731
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
1732
- }
1733
- },
1734
- {
1735
- "description": "Add work items to the queue",
1736
- "type": "Hidden",
1737
- "optional": false,
1738
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
1806
+ "feel": "optional",
1807
+ "group": "input",
1739
1808
  "binding": {
1740
- "type": "zeebe:input",
1741
- "name": "url"
1742
- },
1743
- "constraints": {
1744
- "notEmpty": true
1809
+ "name": "operation.queueId",
1810
+ "type": "zeebe:input"
1745
1811
  },
1746
1812
  "condition": {
1747
- "property": "operationType",
1748
- "oneOf": ["addWorkItemsToTheQueue"]
1749
- }
1813
+ "property": "operation.type",
1814
+ "equals": "addWorkItemsToTheQueue",
1815
+ "type": "simple"
1816
+ },
1817
+ "type": "String"
1750
1818
  },
1751
1819
  {
1752
- "label": "Work item ID",
1753
- "description": "The queue item identifier to be fetched from queue",
1754
- "group": "input",
1755
- "type": "String",
1756
- "feel": "optional",
1820
+ "id": "operation.data",
1821
+ "label": "Work item json data",
1822
+ "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>",
1757
1823
  "optional": false,
1758
- "binding": {
1759
- "type": "zeebe:input",
1760
- "name": "workItemId"
1761
- },
1762
1824
  "constraints": {
1763
1825
  "notEmpty": true
1764
1826
  },
1765
- "condition": {
1766
- "property": "operationType",
1767
- "oneOf": ["listWorkItemsInQueue"]
1768
- }
1769
- },
1770
- {
1771
- "label": "Work item json data",
1772
- "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>",
1773
- "group": "input",
1774
- "type": "String",
1775
1827
  "feel": "required",
1828
+ "group": "input",
1776
1829
  "binding": {
1777
- "type": "zeebe:input",
1778
- "name": "itemData"
1779
- },
1780
- "constraints": {
1781
- "notEmpty": true
1830
+ "name": "operation.data",
1831
+ "type": "zeebe:input"
1782
1832
  },
1783
1833
  "condition": {
1784
- "property": "operationType",
1785
- "oneOf": ["addWorkItemsToTheQueue"]
1786
- }
1834
+ "property": "operation.type",
1835
+ "equals": "addWorkItemsToTheQueue",
1836
+ "type": "simple"
1837
+ },
1838
+ "type": "Text"
1787
1839
  },
1788
1840
  {
1789
- "description": "body with a new work item",
1790
- "type": "Hidden",
1841
+ "id": "operation.workQueueId",
1842
+ "label": "Work queue ID",
1843
+ "description": "The queue ID of the item",
1791
1844
  "optional": false,
1792
- "value": "={\"workItems\":[{\"json\":itemData}]}",
1793
- "binding": {
1794
- "type": "zeebe:input",
1795
- "name": "body"
1796
- },
1797
1845
  "constraints": {
1798
1846
  "notEmpty": true
1799
1847
  },
1800
- "condition": {
1801
- "property": "operationType",
1802
- "oneOf": ["addWorkItemsToTheQueue"]
1803
- }
1804
- },
1805
- {
1806
- "label": "filter for getting item by id",
1807
- "type": "Hidden",
1808
- "optional": false,
1809
- "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
1848
+ "feel": "optional",
1849
+ "group": "input",
1810
1850
  "binding": {
1811
- "type": "zeebe:input",
1812
- "name": "body"
1813
- },
1814
- "constraints": {
1815
- "notEmpty": true
1851
+ "name": "operation.queueId",
1852
+ "type": "zeebe:input"
1816
1853
  },
1817
1854
  "condition": {
1818
- "property": "operationType",
1819
- "oneOf": ["listWorkItemsInQueue"]
1820
- }
1855
+ "property": "operation.type",
1856
+ "equals": "listWorkItemsInQueue",
1857
+ "type": "simple"
1858
+ },
1859
+ "type": "String"
1821
1860
  },
1822
1861
  {
1823
- "description": "List work items in queue",
1824
- "type": "Hidden",
1862
+ "id": "operation.workItemId",
1863
+ "label": "Work item ID",
1864
+ "description": "The queue item identifier to be fetched from queue",
1825
1865
  "optional": false,
1826
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
1827
- "binding": {
1828
- "type": "zeebe:input",
1829
- "name": "url"
1830
- },
1831
1866
  "constraints": {
1832
1867
  "notEmpty": true
1833
1868
  },
1869
+ "feel": "optional",
1870
+ "group": "input",
1871
+ "binding": {
1872
+ "name": "operation.workItemId",
1873
+ "type": "zeebe:input"
1874
+ },
1834
1875
  "condition": {
1835
- "property": "operationType",
1836
- "oneOf": ["listWorkItemsInQueue"]
1837
- }
1876
+ "property": "operation.type",
1877
+ "equals": "listWorkItemsInQueue",
1878
+ "type": "simple"
1879
+ },
1880
+ "type": "String"
1838
1881
  },
1839
1882
  {
1840
- "label": "Connection timeout",
1883
+ "id": "configuration.connectionTimeoutInSeconds",
1884
+ "label": "Connection timeout in seconds",
1841
1885
  "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
1842
- "group": "errors",
1843
- "type": "String",
1886
+ "optional": true,
1844
1887
  "value": "20",
1888
+ "feel": "optional",
1889
+ "group": "timeout",
1845
1890
  "binding": {
1846
- "type": "zeebe:input",
1847
- "name": "connectionTimeoutInSeconds"
1891
+ "name": "configuration.connectionTimeoutInSeconds",
1892
+ "type": "zeebe:input"
1848
1893
  },
1849
- "optional": true,
1850
- "feel": "optional",
1851
- "constraints": {
1852
- "notEmpty": false,
1853
- "pattern": {
1854
- "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
1855
- "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
1856
- }
1857
- }
1894
+ "type": "String"
1858
1895
  },
1859
1896
  {
1897
+ "id": "resultVariable",
1860
1898
  "label": "Result variable",
1861
- "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>",
1899
+ "description": "Name of variable to store the response in",
1862
1900
  "group": "output",
1863
- "type": "String",
1864
1901
  "binding": {
1865
- "type": "zeebe:taskHeader",
1866
- "key": "resultVariable"
1867
- }
1902
+ "key": "resultVariable",
1903
+ "type": "zeebe:taskHeader"
1904
+ },
1905
+ "type": "String"
1868
1906
  },
1869
1907
  {
1908
+ "id": "resultExpression",
1870
1909
  "label": "Result expression",
1871
- "id": "resultExpressionGetItemState",
1872
- "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>",
1873
- "group": "output",
1874
- "type": "String",
1910
+ "description": "Expression to map the response into process variables",
1875
1911
  "feel": "required",
1876
- "value": "={itemState:response.body.list[1].status}",
1912
+ "group": "output",
1877
1913
  "binding": {
1878
- "type": "zeebe:taskHeader",
1879
- "key": "resultExpression"
1914
+ "key": "resultExpression",
1915
+ "type": "zeebe:taskHeader"
1880
1916
  },
1881
- "condition": {
1882
- "property": "operationType",
1883
- "oneOf": ["listWorkItemsInQueue"]
1884
- }
1917
+ "type": "Text"
1885
1918
  },
1886
1919
  {
1887
- "label": "Result expression",
1888
- "id": "resultExpressionGetItemId",
1889
- "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>",
1890
- "group": "output",
1891
- "type": "String",
1920
+ "id": "errorExpression",
1921
+ "label": "Error expression",
1922
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1892
1923
  "feel": "required",
1893
- "value": "={itemId:response.body.list[1].id}",
1924
+ "group": "error",
1894
1925
  "binding": {
1895
- "type": "zeebe:taskHeader",
1896
- "key": "resultExpression"
1926
+ "key": "errorExpression",
1927
+ "type": "zeebe:taskHeader"
1897
1928
  },
1898
- "condition": {
1899
- "property": "operationType",
1900
- "oneOf": ["addWorkItemsToTheQueue"]
1901
- }
1929
+ "type": "Text"
1902
1930
  },
1903
1931
  {
1904
- "label": "Error expression",
1905
- "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>",
1906
- "group": "errors",
1907
- "type": "Text",
1908
- "feel": "required",
1932
+ "id": "retryBackoff",
1933
+ "label": "Retry backoff",
1934
+ "description": "ISO-8601 duration to wait between retries",
1935
+ "value": "PT0S",
1936
+ "group": "retries",
1909
1937
  "binding": {
1910
- "type": "zeebe:taskHeader",
1911
- "key": "errorExpression"
1912
- }
1938
+ "key": "retryBackoff",
1939
+ "type": "zeebe:taskHeader"
1940
+ },
1941
+ "type": "Hidden"
1913
1942
  }
1914
- ]
1943
+ ],
1944
+ "icon": {
1945
+ "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+"
1946
+ }
1915
1947
  },
1916
1948
  {
1917
1949
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1918
1950
  "name": "Automation Anywhere connector",
1919
1951
  "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
- },
1952
+ "version": 2,
1924
1953
  "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
1925
1954
  "deprecated": {
1926
1955
  "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
1956
  "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
1928
1957
  },
1958
+ "icon": {
1959
+ "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"
1960
+ },
1961
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
1929
1962
  "category": {
1930
1963
  "id": "connectors",
1931
1964
  "name": "Connectors"
@@ -2005,8 +2038,8 @@
2005
2038
  "constraints": {
2006
2039
  "notEmpty": true,
2007
2040
  "pattern": {
2008
- "value": "^(=|(http://|https://|secrets).*$)",
2009
- "message": "Must be a http(s) URL."
2041
+ "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
2042
+ "message": "Must be a http(s) URL"
2010
2043
  }
2011
2044
  }
2012
2045
  },
@@ -2396,7 +2429,7 @@
2396
2429
  "constraints": {
2397
2430
  "notEmpty": false,
2398
2431
  "pattern": {
2399
- "value": "^(=|([0-9]+|secrets\\..+)$)",
2432
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
2400
2433
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
2401
2434
  }
2402
2435
  }
@@ -2461,17 +2494,20 @@
2461
2494
  {
2462
2495
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2463
2496
  "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",
2497
+ "id": "io.camunda.connectors.AutomationAnywhere",
2498
+ "description": "Manage work items in Automation Anywhere queues.",
2467
2499
  "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"
2500
+ "message": "This connector is replaced by the new Automation Anywhere connector (id = io.camunda.connectors.AutomationAnywhere.v1). Please use the new connector instead."
2470
2501
  },
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"
2502
+ "metadata": {
2503
+ "keywords": [
2504
+ "add work item to queue",
2505
+ "get work item from queue",
2506
+ "get work item result from queue by ID"
2507
+ ]
2473
2508
  },
2474
2509
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
2510
+ "version": 2,
2475
2511
  "category": {
2476
2512
  "id": "connectors",
2477
2513
  "name": "Connectors"
@@ -2480,48 +2516,57 @@
2480
2516
  "elementType": {
2481
2517
  "value": "bpmn:ServiceTask"
2482
2518
  },
2483
- "engines": {
2484
- "camunda": "^8.4"
2485
- },
2486
2519
  "groups": [
2487
2520
  {
2488
2521
  "id": "operation",
2489
2522
  "label": "Operation"
2490
2523
  },
2491
- {
2492
- "id": "authentication",
2493
- "label": "Authentication"
2494
- },
2495
2524
  {
2496
2525
  "id": "configuration",
2497
2526
  "label": "Configuration"
2498
2527
  },
2528
+ {
2529
+ "id": "authentication",
2530
+ "label": "Authentication"
2531
+ },
2499
2532
  {
2500
2533
  "id": "input",
2501
2534
  "label": "Input"
2502
2535
  },
2536
+ {
2537
+ "id": "timeout",
2538
+ "label": "Timeout"
2539
+ },
2503
2540
  {
2504
2541
  "id": "output",
2505
- "label": "Output"
2542
+ "label": "Output mapping"
2506
2543
  },
2507
2544
  {
2508
- "id": "errors",
2545
+ "id": "error",
2509
2546
  "label": "Error handling"
2547
+ },
2548
+ {
2549
+ "id": "retries",
2550
+ "label": "Retries"
2510
2551
  }
2511
2552
  ],
2512
2553
  "properties": [
2513
2554
  {
2514
- "type": "Hidden",
2515
- "value": "io.camunda:http-json:1",
2555
+ "value": "io.camunda:connector-automationanywhere:1",
2516
2556
  "binding": {
2517
- "type": "zeebe:taskDefinition",
2518
- "property": "type"
2519
- }
2557
+ "property": "type",
2558
+ "type": "zeebe:taskDefinition"
2559
+ },
2560
+ "type": "Hidden"
2520
2561
  },
2521
2562
  {
2522
- "label": "Operation type",
2523
- "id": "operationType",
2563
+ "id": "operation.type",
2564
+ "label": "Type",
2524
2565
  "group": "operation",
2566
+ "binding": {
2567
+ "name": "operation.type",
2568
+ "type": "zeebe:input"
2569
+ },
2525
2570
  "type": "Dropdown",
2526
2571
  "choices": [
2527
2572
  {
@@ -2532,176 +2577,107 @@
2532
2577
  "name": "Get work item result from queue by ID",
2533
2578
  "value": "listWorkItemsInQueue"
2534
2579
  }
2535
- ],
2536
- "binding": {
2537
- "type": "zeebe:input",
2538
- "name": "operationType"
2539
- }
2580
+ ]
2540
2581
  },
2541
2582
  {
2583
+ "id": "configuration.controlRoomUrl",
2542
2584
  "label": "Control room URL",
2543
- "group": "configuration",
2585
+ "optional": false,
2586
+ "constraints": {
2587
+ "notEmpty": true
2588
+ },
2544
2589
  "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",
2590
+ "group": "configuration",
2547
2591
  "binding": {
2548
- "type": "zeebe:input",
2549
- "name": "controlRoomURL"
2592
+ "name": "configuration.controlRoomUrl",
2593
+ "type": "zeebe:input"
2550
2594
  },
2551
- "constraints": {
2552
- "notEmpty": true,
2553
- "pattern": {
2554
- "value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
2555
- "message": "Must be a http(s) URL"
2556
- }
2557
- }
2595
+ "type": "String"
2558
2596
  },
2559
2597
  {
2598
+ "id": "authentication.type",
2560
2599
  "label": "Type",
2561
- "id": "authenticationType",
2562
- "group": "authentication",
2563
2600
  "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",
2601
+ "value": "passwordBasedAuthentication",
2602
+ "group": "authentication",
2603
+ "binding": {
2604
+ "name": "authentication.type",
2605
+ "type": "zeebe:input"
2606
+ },
2565
2607
  "type": "Dropdown",
2566
2608
  "choices": [
2567
2609
  {
2568
2610
  "name": "Authenticate (username and password)",
2569
- "value": "userNamePasswordAuth"
2611
+ "value": "passwordBasedAuthentication"
2570
2612
  },
2571
2613
  {
2572
2614
  "name": "Authenticate (username and API key)",
2573
- "value": "userNameApiKeyAuth"
2615
+ "value": "apiKeyAuthentication"
2574
2616
  },
2575
2617
  {
2576
2618
  "name": "Authentication (refresh) token",
2577
- "value": "tokenAuth"
2619
+ "value": "tokenBasedAuthentication"
2578
2620
  }
2579
- ],
2580
- "binding": {
2581
- "type": "zeebe:input",
2582
- "name": "authentication.withoutBindingType"
2583
- }
2621
+ ]
2584
2622
  },
2585
2623
  {
2586
- "id": "credentialsInBodyAuthType",
2587
- "group": "authentication",
2588
- "type": "Hidden",
2589
- "value": "credentialsInBody",
2590
- "binding": {
2591
- "type": "zeebe:input",
2592
- "name": "authentication.type"
2593
- },
2624
+ "id": "authentication.passwordBassesUsername",
2625
+ "label": "Username",
2626
+ "optional": false,
2594
2627
  "constraints": {
2595
2628
  "notEmpty": true
2596
2629
  },
2597
- "condition": {
2598
- "property": "authenticationType",
2599
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2600
- }
2601
- },
2602
- {
2630
+ "feel": "optional",
2603
2631
  "group": "authentication",
2604
- "type": "Hidden",
2605
- "value": "noAuth",
2606
2632
  "binding": {
2607
- "type": "zeebe:input",
2608
- "name": "authentication.request.authentication.type"
2609
- },
2610
- "constraints": {
2611
- "notEmpty": true
2633
+ "name": "authentication.username",
2634
+ "type": "zeebe:input"
2612
2635
  },
2613
2636
  "condition": {
2614
- "property": "authenticationType",
2615
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2616
- }
2637
+ "property": "authentication.type",
2638
+ "equals": "passwordBasedAuthentication",
2639
+ "type": "simple"
2640
+ },
2641
+ "type": "String"
2617
2642
  },
2618
2643
  {
2619
- "id": "tokenAuthType",
2620
- "group": "authentication",
2621
- "type": "Hidden",
2622
- "value": "noAuth",
2623
- "binding": {
2624
- "type": "zeebe:input",
2625
- "name": "authentication.type"
2626
- },
2644
+ "id": "authentication.password",
2645
+ "label": "Password",
2646
+ "optional": false,
2627
2647
  "constraints": {
2628
2648
  "notEmpty": true
2629
2649
  },
2630
- "condition": {
2631
- "property": "authenticationType",
2632
- "oneOf": ["tokenAuth"]
2633
- }
2634
- },
2635
- {
2636
- "description": "method for authentication",
2637
- "type": "Hidden",
2638
- "value": "post",
2639
- "binding": {
2640
- "type": "zeebe:input",
2641
- "name": "authentication.request.method"
2642
- },
2643
- "condition": {
2644
- "property": "authenticationType",
2645
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2646
- }
2647
- },
2648
- {
2649
- "label": "Username",
2650
- "group": "authentication",
2651
- "type": "String",
2652
2650
  "feel": "optional",
2651
+ "group": "authentication",
2653
2652
  "binding": {
2654
- "type": "zeebe:input",
2655
- "name": "authentication.request.body.username"
2656
- },
2657
- "constraints": {
2658
- "notEmpty": true
2653
+ "name": "authentication.password",
2654
+ "type": "zeebe:input"
2659
2655
  },
2660
2656
  "condition": {
2661
- "property": "authenticationType",
2662
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2663
- }
2657
+ "property": "authentication.type",
2658
+ "equals": "passwordBasedAuthentication",
2659
+ "type": "simple"
2660
+ },
2661
+ "type": "String"
2664
2662
  },
2665
2663
  {
2666
- "label": "Password",
2667
- "group": "authentication",
2668
- "type": "String",
2669
- "feel": "optional",
2670
- "binding": {
2671
- "type": "zeebe:input",
2672
- "name": "authentication.request.body.password"
2673
- },
2664
+ "id": "authentication.multipleLogin",
2665
+ "label": "Multiple login",
2666
+ "optional": false,
2674
2667
  "constraints": {
2675
2668
  "notEmpty": true
2676
2669
  },
2677
- "condition": {
2678
- "property": "authenticationType",
2679
- "equals": "userNamePasswordAuth"
2680
- }
2681
- },
2682
- {
2683
- "label": "API key",
2684
2670
  "group": "authentication",
2685
- "type": "String",
2686
- "feel": "optional",
2687
2671
  "binding": {
2688
- "type": "zeebe:input",
2689
- "name": "authentication.request.body.apiKey"
2690
- },
2691
- "constraints": {
2692
- "notEmpty": true
2672
+ "name": "authentication.multipleLogin",
2673
+ "type": "zeebe:input"
2693
2674
  },
2694
2675
  "condition": {
2695
- "property": "authenticationType",
2696
- "equals": "userNameApiKeyAuth"
2697
- }
2698
- },
2699
- {
2700
- "label": "Multiple login",
2701
- "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>",
2676
+ "property": "authentication.type",
2677
+ "equals": "passwordBasedAuthentication",
2678
+ "type": "simple"
2679
+ },
2703
2680
  "type": "Dropdown",
2704
- "value": "false",
2705
2681
  "choices": [
2706
2682
  {
2707
2683
  "name": "TRUE",
@@ -2711,313 +2687,244 @@
2711
2687
  "name": "FALSE",
2712
2688
  "value": "false"
2713
2689
  }
2714
- ],
2715
- "binding": {
2716
- "type": "zeebe:input",
2717
- "name": "authentication.request.body.multipleLogin"
2718
- },
2690
+ ]
2691
+ },
2692
+ {
2693
+ "id": "authentication.apiUsername",
2694
+ "label": "Username",
2695
+ "optional": false,
2719
2696
  "constraints": {
2720
2697
  "notEmpty": true
2721
2698
  },
2722
- "condition": {
2723
- "property": "authenticationType",
2724
- "equals": "userNamePasswordAuth"
2725
- }
2726
- },
2727
- {
2728
- "label": "Token",
2729
- "group": "authentication",
2730
- "type": "String",
2731
2699
  "feel": "optional",
2700
+ "group": "authentication",
2732
2701
  "binding": {
2733
- "type": "zeebe:input",
2734
- "name": "token"
2735
- },
2736
- "constraints": {
2737
- "notEmpty": true
2702
+ "name": "authentication.username",
2703
+ "type": "zeebe:input"
2738
2704
  },
2739
2705
  "condition": {
2740
- "property": "authenticationType",
2741
- "equals": "tokenAuth"
2742
- }
2706
+ "property": "authentication.type",
2707
+ "equals": "apiKeyAuthentication",
2708
+ "type": "simple"
2709
+ },
2710
+ "type": "String"
2743
2711
  },
2744
2712
  {
2745
- "description": "Token",
2746
- "type": "Hidden",
2747
- "value": "={\"X-Authorization\":token}",
2748
- "binding": {
2749
- "type": "zeebe:input",
2750
- "name": "headers"
2751
- },
2713
+ "id": "authentication.apiKey",
2714
+ "label": "API key",
2715
+ "optional": false,
2752
2716
  "constraints": {
2753
2717
  "notEmpty": true
2754
2718
  },
2755
- "condition": {
2756
- "property": "authenticationType",
2757
- "equals": "tokenAuth"
2758
- }
2759
- },
2760
- {
2761
- "description": "Output headers",
2762
- "type": "Hidden",
2763
- "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
2719
+ "feel": "optional",
2720
+ "group": "authentication",
2764
2721
  "binding": {
2765
- "type": "zeebe:input",
2766
- "name": "authentication.outputHeaders"
2767
- },
2768
- "constraints": {
2769
- "notEmpty": true
2722
+ "name": "authentication.apiKey",
2723
+ "type": "zeebe:input"
2770
2724
  },
2771
2725
  "condition": {
2772
- "property": "authenticationType",
2773
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2774
- }
2726
+ "property": "authentication.type",
2727
+ "equals": "apiKeyAuthentication",
2728
+ "type": "simple"
2729
+ },
2730
+ "type": "String"
2775
2731
  },
2776
2732
  {
2777
- "description": "Full authentication url",
2778
- "type": "Hidden",
2733
+ "id": "authentication.token",
2734
+ "label": "Token",
2779
2735
  "optional": false,
2780
- "value": "=controlRoomURL+\"/v1/authentication\"",
2781
- "binding": {
2782
- "type": "zeebe:input",
2783
- "name": "authentication.request.url"
2784
- },
2785
2736
  "constraints": {
2786
2737
  "notEmpty": true
2787
2738
  },
2788
- "condition": {
2789
- "property": "authenticationType",
2790
- "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
2791
- }
2792
- },
2793
- {
2794
- "description": "method for request",
2795
- "type": "Hidden",
2796
- "value": "post",
2739
+ "feel": "optional",
2740
+ "group": "authentication",
2797
2741
  "binding": {
2798
- "type": "zeebe:input",
2799
- "name": "method"
2742
+ "name": "authentication.token",
2743
+ "type": "zeebe:input"
2800
2744
  },
2801
2745
  "condition": {
2802
- "property": "operationType",
2803
- "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
2804
- }
2746
+ "property": "authentication.type",
2747
+ "equals": "tokenBasedAuthentication",
2748
+ "type": "simple"
2749
+ },
2750
+ "type": "String"
2805
2751
  },
2806
2752
  {
2753
+ "id": "operation.queueId",
2807
2754
  "label": "Work queue ID",
2808
- "group": "input",
2809
2755
  "description": "The queue ID of the item",
2810
- "type": "String",
2811
2756
  "optional": false,
2812
- "feel": "optional",
2813
- "binding": {
2814
- "type": "zeebe:input",
2815
- "name": "queueId"
2816
- },
2817
2757
  "constraints": {
2818
2758
  "notEmpty": true
2819
2759
  },
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\"",
2760
+ "feel": "optional",
2761
+ "group": "input",
2830
2762
  "binding": {
2831
- "type": "zeebe:input",
2832
- "name": "url"
2833
- },
2834
- "constraints": {
2835
- "notEmpty": true
2763
+ "name": "operation.queueId",
2764
+ "type": "zeebe:input"
2836
2765
  },
2837
2766
  "condition": {
2838
- "property": "operationType",
2839
- "oneOf": ["addWorkItemsToTheQueue"]
2840
- }
2767
+ "property": "operation.type",
2768
+ "equals": "addWorkItemsToTheQueue",
2769
+ "type": "simple"
2770
+ },
2771
+ "type": "String"
2841
2772
  },
2842
2773
  {
2843
- "label": "Work item ID",
2844
- "description": "The queue item identifier to be fetched from queue",
2845
- "group": "input",
2846
- "type": "String",
2847
- "feel": "optional",
2774
+ "id": "operation.data",
2775
+ "label": "Work item json data",
2776
+ "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>",
2848
2777
  "optional": false,
2849
- "binding": {
2850
- "type": "zeebe:input",
2851
- "name": "workItemId"
2852
- },
2853
2778
  "constraints": {
2854
2779
  "notEmpty": true
2855
2780
  },
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>",
2864
- "group": "input",
2865
- "type": "String",
2866
2781
  "feel": "required",
2782
+ "group": "input",
2867
2783
  "binding": {
2868
- "type": "zeebe:input",
2869
- "name": "itemData"
2870
- },
2871
- "constraints": {
2872
- "notEmpty": true
2784
+ "name": "operation.data",
2785
+ "type": "zeebe:input"
2873
2786
  },
2874
2787
  "condition": {
2875
- "property": "operationType",
2876
- "oneOf": ["addWorkItemsToTheQueue"]
2877
- }
2788
+ "property": "operation.type",
2789
+ "equals": "addWorkItemsToTheQueue",
2790
+ "type": "simple"
2791
+ },
2792
+ "type": "Text"
2878
2793
  },
2879
2794
  {
2880
- "description": "body with a new work item",
2881
- "type": "Hidden",
2795
+ "id": "operation.workQueueId",
2796
+ "label": "Work queue ID",
2797
+ "description": "The queue ID of the item",
2882
2798
  "optional": false,
2883
- "value": "={\"workItems\":[{\"json\":itemData}]}",
2884
- "binding": {
2885
- "type": "zeebe:input",
2886
- "name": "body"
2887
- },
2888
2799
  "constraints": {
2889
2800
  "notEmpty": true
2890
2801
  },
2891
- "condition": {
2892
- "property": "operationType",
2893
- "oneOf": ["addWorkItemsToTheQueue"]
2894
- }
2895
- },
2896
- {
2897
- "label": "filter for getting item by id",
2898
- "type": "Hidden",
2899
- "optional": false,
2900
- "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
2802
+ "feel": "optional",
2803
+ "group": "input",
2901
2804
  "binding": {
2902
- "type": "zeebe:input",
2903
- "name": "body"
2904
- },
2905
- "constraints": {
2906
- "notEmpty": true
2805
+ "name": "operation.queueId",
2806
+ "type": "zeebe:input"
2907
2807
  },
2908
2808
  "condition": {
2909
- "property": "operationType",
2910
- "oneOf": ["listWorkItemsInQueue"]
2911
- }
2809
+ "property": "operation.type",
2810
+ "equals": "listWorkItemsInQueue",
2811
+ "type": "simple"
2812
+ },
2813
+ "type": "String"
2912
2814
  },
2913
2815
  {
2914
- "description": "List work items in queue",
2915
- "type": "Hidden",
2816
+ "id": "operation.workItemId",
2817
+ "label": "Work item ID",
2818
+ "description": "The queue item identifier to be fetched from queue",
2916
2819
  "optional": false,
2917
- "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
2918
- "binding": {
2919
- "type": "zeebe:input",
2920
- "name": "url"
2921
- },
2922
2820
  "constraints": {
2923
2821
  "notEmpty": true
2924
2822
  },
2823
+ "feel": "static",
2824
+ "group": "input",
2825
+ "binding": {
2826
+ "name": "operation.workItemId",
2827
+ "type": "zeebe:input"
2828
+ },
2925
2829
  "condition": {
2926
- "property": "operationType",
2927
- "oneOf": ["listWorkItemsInQueue"]
2928
- }
2830
+ "property": "operation.type",
2831
+ "equals": "listWorkItemsInQueue",
2832
+ "type": "simple"
2833
+ },
2834
+ "type": "Number"
2929
2835
  },
2930
2836
  {
2931
- "label": "Connection timeout",
2837
+ "id": "configuration.connectionTimeoutInSeconds",
2838
+ "label": "Connection timeout in seconds",
2932
2839
  "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",
2840
+ "optional": true,
2841
+ "value": 20,
2842
+ "feel": "static",
2843
+ "group": "timeout",
2936
2844
  "binding": {
2937
- "type": "zeebe:input",
2938
- "name": "connectionTimeoutInSeconds"
2845
+ "name": "configuration.connectionTimeoutInSeconds",
2846
+ "type": "zeebe:input"
2939
2847
  },
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
- }
2848
+ "type": "Number"
2949
2849
  },
2950
2850
  {
2851
+ "id": "resultVariable",
2951
2852
  "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>",
2853
+ "description": "Name of variable to store the response in",
2953
2854
  "group": "output",
2954
- "type": "String",
2955
2855
  "binding": {
2956
- "type": "zeebe:taskHeader",
2957
- "key": "resultVariable"
2958
- }
2856
+ "key": "resultVariable",
2857
+ "type": "zeebe:taskHeader"
2858
+ },
2859
+ "type": "String"
2959
2860
  },
2960
2861
  {
2862
+ "id": "resultExpression",
2961
2863
  "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",
2864
+ "description": "Expression to map the response into process variables",
2966
2865
  "feel": "required",
2967
- "value": "={itemState:response.body.list[1].status}",
2866
+ "group": "output",
2968
2867
  "binding": {
2969
- "type": "zeebe:taskHeader",
2970
- "key": "resultExpression"
2868
+ "key": "resultExpression",
2869
+ "type": "zeebe:taskHeader"
2971
2870
  },
2972
- "condition": {
2973
- "property": "operationType",
2974
- "oneOf": ["listWorkItemsInQueue"]
2975
- }
2871
+ "type": "Text"
2976
2872
  },
2977
2873
  {
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",
2874
+ "id": "errorExpression",
2875
+ "label": "Error expression",
2876
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
2983
2877
  "feel": "required",
2984
- "value": "={itemId:response.body.list[1].id}",
2878
+ "group": "error",
2985
2879
  "binding": {
2986
- "type": "zeebe:taskHeader",
2987
- "key": "resultExpression"
2880
+ "key": "errorExpression",
2881
+ "type": "zeebe:taskHeader"
2988
2882
  },
2989
- "condition": {
2990
- "property": "operationType",
2991
- "oneOf": ["addWorkItemsToTheQueue"]
2992
- }
2883
+ "type": "Text"
2993
2884
  },
2994
2885
  {
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",
2886
+ "id": "retryCount",
2887
+ "label": "Retries",
2888
+ "description": "Number of retries",
2889
+ "value": "3",
2890
+ "feel": "optional",
2891
+ "group": "retries",
3000
2892
  "binding": {
3001
- "type": "zeebe:taskHeader",
3002
- "key": "errorExpression"
3003
- }
2893
+ "property": "retries",
2894
+ "type": "zeebe:taskDefinition"
2895
+ },
2896
+ "type": "String"
2897
+ },
2898
+ {
2899
+ "id": "retryBackoff",
2900
+ "label": "Retry backoff",
2901
+ "description": "ISO-8601 duration to wait between retries",
2902
+ "value": "PT0S",
2903
+ "group": "retries",
2904
+ "binding": {
2905
+ "key": "retryBackoff",
2906
+ "type": "zeebe:taskHeader"
2907
+ },
2908
+ "type": "String"
3004
2909
  }
3005
- ]
2910
+ ],
2911
+ "icon": {
2912
+ "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+"
2913
+ }
3006
2914
  },
3007
2915
  {
3008
2916
  "$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
- "metadata": {
3013
- "keywords": [
3014
- "add work item to queue",
3015
- "get work item from queue",
3016
- "get work item result from queue by ID"
3017
- ]
2917
+ "name": "Automation Anywhere connector",
2918
+ "id": "io.camunda.connectors.AutomationAnywhere.v1",
2919
+ "version": 1,
2920
+ "icon": {
2921
+ "contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
2922
+ },
2923
+ "description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
2924
+ "deprecated": {
2925
+ "message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
2926
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
3018
2927
  },
3019
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
3020
- "version": 3,
3021
2928
  "category": {
3022
2929
  "id": "connectors",
3023
2930
  "name": "Connectors"
@@ -3027,63 +2934,47 @@
3027
2934
  "value": "bpmn:ServiceTask"
3028
2935
  },
3029
2936
  "engines": {
3030
- "camunda": "^8.4"
2937
+ "camunda": "^8.2"
3031
2938
  },
3032
2939
  "groups": [
3033
2940
  {
3034
2941
  "id": "operation",
3035
2942
  "label": "Operation"
3036
2943
  },
3037
- {
3038
- "id": "configuration",
3039
- "label": "Configuration"
3040
- },
3041
2944
  {
3042
2945
  "id": "authentication",
3043
2946
  "label": "Authentication"
3044
2947
  },
3045
2948
  {
3046
- "id": "input",
3047
- "label": "Input"
3048
- },
3049
- {
3050
- "id": "timeout",
3051
- "label": "Timeout"
2949
+ "id": "configuration",
2950
+ "label": "Configuration"
3052
2951
  },
3053
2952
  {
3054
- "id": "connector",
3055
- "label": "Connector"
2953
+ "id": "input",
2954
+ "label": "Input"
3056
2955
  },
3057
2956
  {
3058
2957
  "id": "output",
3059
- "label": "Output mapping"
2958
+ "label": "Output"
3060
2959
  },
3061
2960
  {
3062
- "id": "error",
2961
+ "id": "errors",
3063
2962
  "label": "Error handling"
3064
- },
3065
- {
3066
- "id": "retries",
3067
- "label": "Retries"
3068
2963
  }
3069
2964
  ],
3070
2965
  "properties": [
3071
2966
  {
3072
- "value": "io.camunda:connector-automationanywhere:1",
2967
+ "type": "Hidden",
2968
+ "value": "io.camunda:http-json:1",
3073
2969
  "binding": {
3074
- "property": "type",
3075
- "type": "zeebe:taskDefinition"
3076
- },
3077
- "type": "Hidden"
2970
+ "type": "zeebe:taskDefinition",
2971
+ "property": "type"
2972
+ }
3078
2973
  },
3079
2974
  {
3080
- "id": "operation.type",
3081
- "label": "Type",
2975
+ "label": "Operation type",
2976
+ "id": "operationType",
3082
2977
  "group": "operation",
3083
- "binding": {
3084
- "name": "operation.type",
3085
- "type": "zeebe:input"
3086
- },
3087
2978
  "type": "Dropdown",
3088
2979
  "choices": [
3089
2980
  {
@@ -3094,363 +2985,476 @@
3094
2985
  "name": "Get work item result from queue by ID",
3095
2986
  "value": "listWorkItemsInQueue"
3096
2987
  }
3097
- ]
2988
+ ],
2989
+ "binding": {
2990
+ "type": "zeebe:input",
2991
+ "name": "operationType"
2992
+ }
3098
2993
  },
3099
2994
  {
3100
- "id": "configuration.controlRoomUrl",
3101
2995
  "label": "Control room URL",
3102
- "optional": false,
3103
- "constraints": {
3104
- "notEmpty": true
3105
- },
3106
- "feel": "optional",
3107
2996
  "group": "configuration",
2997
+ "feel": "optional",
2998
+ "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>",
2999
+ "type": "String",
3108
3000
  "binding": {
3109
- "name": "configuration.controlRoomUrl",
3110
- "type": "zeebe:input"
3001
+ "type": "zeebe:input",
3002
+ "name": "controlRoomURL"
3111
3003
  },
3112
- "type": "String"
3004
+ "constraints": {
3005
+ "notEmpty": true,
3006
+ "pattern": {
3007
+ "value": "^(=|(http://|https://|secrets).*$)",
3008
+ "message": "Must be a http(s) URL."
3009
+ }
3010
+ }
3113
3011
  },
3114
3012
  {
3115
- "id": "authentication.type",
3116
3013
  "label": "Type",
3117
- "description": "Choose the authentication type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
3118
- "value": "passwordBasedAuthentication",
3014
+ "id": "authenticationType",
3119
3015
  "group": "authentication",
3120
- "binding": {
3121
- "name": "authentication.type",
3122
- "type": "zeebe:input"
3123
- },
3016
+ "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>",
3017
+ "value": "userNamePasswordAuth",
3124
3018
  "type": "Dropdown",
3125
3019
  "choices": [
3126
3020
  {
3127
3021
  "name": "Authenticate (username and password)",
3128
- "value": "passwordBasedAuthentication"
3022
+ "value": "userNamePasswordAuth"
3129
3023
  },
3130
3024
  {
3131
3025
  "name": "Authenticate (username and API key)",
3132
- "value": "apiKeyAuthentication"
3026
+ "value": "userNameApiKeyAuth"
3133
3027
  },
3134
3028
  {
3135
3029
  "name": "Authentication (refresh) token",
3136
- "value": "tokenBasedAuthentication"
3030
+ "value": "tokenAuth"
3137
3031
  }
3138
- ]
3032
+ ],
3033
+ "binding": {
3034
+ "type": "zeebe:input",
3035
+ "name": "authentication.withoutBindingType"
3036
+ }
3139
3037
  },
3140
3038
  {
3141
- "id": "authentication.passwordBassesUsername",
3142
- "label": "Username",
3143
- "optional": false,
3144
- "constraints": {
3145
- "notEmpty": true
3146
- },
3147
- "feel": "optional",
3039
+ "id": "credentialsInBodyAuthType",
3148
3040
  "group": "authentication",
3041
+ "type": "Hidden",
3042
+ "value": "credentialsInBody",
3149
3043
  "binding": {
3150
- "name": "authentication.username",
3151
- "type": "zeebe:input"
3152
- },
3153
- "condition": {
3154
- "property": "authentication.type",
3155
- "equals": "passwordBasedAuthentication",
3156
- "type": "simple"
3044
+ "type": "zeebe:input",
3045
+ "name": "authentication.type"
3157
3046
  },
3158
- "type": "String"
3159
- },
3160
- {
3161
- "id": "authentication.password",
3162
- "label": "Password",
3163
- "optional": false,
3164
3047
  "constraints": {
3165
3048
  "notEmpty": true
3166
3049
  },
3167
- "feel": "optional",
3050
+ "condition": {
3051
+ "property": "authenticationType",
3052
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3053
+ }
3054
+ },
3055
+ {
3168
3056
  "group": "authentication",
3057
+ "type": "Hidden",
3058
+ "value": "noAuth",
3169
3059
  "binding": {
3170
- "name": "authentication.password",
3171
- "type": "zeebe:input"
3060
+ "type": "zeebe:input",
3061
+ "name": "authentication.request.authentication.type"
3172
3062
  },
3173
- "condition": {
3174
- "property": "authentication.type",
3175
- "equals": "passwordBasedAuthentication",
3176
- "type": "simple"
3063
+ "constraints": {
3064
+ "notEmpty": true
3177
3065
  },
3178
- "type": "String"
3066
+ "condition": {
3067
+ "property": "authenticationType",
3068
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3069
+ }
3179
3070
  },
3180
3071
  {
3181
- "id": "authentication.multipleLogin",
3182
- "label": "Multiple login",
3183
- "optional": false,
3072
+ "id": "tokenAuthType",
3073
+ "group": "authentication",
3074
+ "type": "Hidden",
3075
+ "value": "noAuth",
3076
+ "binding": {
3077
+ "type": "zeebe:input",
3078
+ "name": "authentication.type"
3079
+ },
3184
3080
  "constraints": {
3185
3081
  "notEmpty": true
3186
3082
  },
3187
- "group": "authentication",
3083
+ "condition": {
3084
+ "property": "authenticationType",
3085
+ "oneOf": ["tokenAuth"]
3086
+ }
3087
+ },
3088
+ {
3089
+ "description": "method for authentication",
3090
+ "type": "Hidden",
3091
+ "value": "post",
3188
3092
  "binding": {
3189
- "name": "authentication.multipleLogin",
3190
- "type": "zeebe:input"
3093
+ "type": "zeebe:input",
3094
+ "name": "authentication.request.method"
3191
3095
  },
3192
3096
  "condition": {
3193
- "property": "authentication.type",
3194
- "equals": "passwordBasedAuthentication",
3195
- "type": "simple"
3196
- },
3197
- "type": "Dropdown",
3198
- "choices": [
3199
- {
3200
- "name": "TRUE",
3201
- "value": "true"
3202
- },
3203
- {
3204
- "name": "FALSE",
3205
- "value": "false"
3206
- }
3207
- ]
3097
+ "property": "authenticationType",
3098
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3099
+ }
3208
3100
  },
3209
3101
  {
3210
- "id": "authentication.apiUsername",
3211
3102
  "label": "Username",
3212
- "optional": false,
3103
+ "group": "authentication",
3104
+ "type": "String",
3105
+ "feel": "optional",
3106
+ "binding": {
3107
+ "type": "zeebe:input",
3108
+ "name": "authentication.request.body.username"
3109
+ },
3213
3110
  "constraints": {
3214
3111
  "notEmpty": true
3215
3112
  },
3216
- "feel": "optional",
3113
+ "condition": {
3114
+ "property": "authenticationType",
3115
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3116
+ }
3117
+ },
3118
+ {
3119
+ "label": "Password",
3217
3120
  "group": "authentication",
3121
+ "type": "String",
3122
+ "feel": "optional",
3218
3123
  "binding": {
3219
- "name": "authentication.username",
3220
- "type": "zeebe:input"
3124
+ "type": "zeebe:input",
3125
+ "name": "authentication.request.body.password"
3221
3126
  },
3222
- "condition": {
3223
- "property": "authentication.type",
3224
- "equals": "apiKeyAuthentication",
3225
- "type": "simple"
3127
+ "constraints": {
3128
+ "notEmpty": true
3226
3129
  },
3227
- "type": "String"
3130
+ "condition": {
3131
+ "property": "authenticationType",
3132
+ "equals": "userNamePasswordAuth"
3133
+ }
3228
3134
  },
3229
3135
  {
3230
- "id": "authentication.apiKey",
3231
3136
  "label": "API key",
3232
- "optional": false,
3137
+ "group": "authentication",
3138
+ "type": "String",
3139
+ "feel": "optional",
3140
+ "binding": {
3141
+ "type": "zeebe:input",
3142
+ "name": "authentication.request.body.apiKey"
3143
+ },
3233
3144
  "constraints": {
3234
3145
  "notEmpty": true
3235
3146
  },
3236
- "feel": "optional",
3147
+ "condition": {
3148
+ "property": "authenticationType",
3149
+ "equals": "userNameApiKeyAuth"
3150
+ }
3151
+ },
3152
+ {
3153
+ "label": "Multiple login",
3237
3154
  "group": "authentication",
3155
+ "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>",
3156
+ "type": "Dropdown",
3157
+ "value": "false",
3158
+ "choices": [
3159
+ {
3160
+ "name": "TRUE",
3161
+ "value": "true"
3162
+ },
3163
+ {
3164
+ "name": "FALSE",
3165
+ "value": "false"
3166
+ }
3167
+ ],
3238
3168
  "binding": {
3239
- "name": "authentication.apiKey",
3240
- "type": "zeebe:input"
3169
+ "type": "zeebe:input",
3170
+ "name": "authentication.request.body.multipleLogin"
3241
3171
  },
3242
- "condition": {
3243
- "property": "authentication.type",
3244
- "equals": "apiKeyAuthentication",
3245
- "type": "simple"
3172
+ "constraints": {
3173
+ "notEmpty": true
3246
3174
  },
3247
- "type": "String"
3175
+ "condition": {
3176
+ "property": "authenticationType",
3177
+ "equals": "userNamePasswordAuth"
3178
+ }
3248
3179
  },
3249
3180
  {
3250
- "id": "authentication.token",
3251
3181
  "label": "Token",
3252
- "optional": false,
3253
- "constraints": {
3254
- "notEmpty": true
3255
- },
3256
- "feel": "optional",
3257
3182
  "group": "authentication",
3183
+ "type": "String",
3184
+ "feel": "optional",
3258
3185
  "binding": {
3259
- "name": "authentication.token",
3260
- "type": "zeebe:input"
3186
+ "type": "zeebe:input",
3187
+ "name": "token"
3261
3188
  },
3262
- "condition": {
3263
- "property": "authentication.type",
3264
- "equals": "tokenBasedAuthentication",
3265
- "type": "simple"
3189
+ "constraints": {
3190
+ "notEmpty": true
3266
3191
  },
3267
- "type": "String"
3192
+ "condition": {
3193
+ "property": "authenticationType",
3194
+ "equals": "tokenAuth"
3195
+ }
3268
3196
  },
3269
3197
  {
3270
- "id": "operation.queueId",
3271
- "label": "Work queue ID",
3272
- "description": "The queue ID of the item",
3273
- "optional": false,
3198
+ "description": "Token",
3199
+ "type": "Hidden",
3200
+ "value": "={\"X-Authorization\":token}",
3201
+ "binding": {
3202
+ "type": "zeebe:input",
3203
+ "name": "headers"
3204
+ },
3274
3205
  "constraints": {
3275
3206
  "notEmpty": true
3276
3207
  },
3277
- "feel": "optional",
3278
- "group": "input",
3208
+ "condition": {
3209
+ "property": "authenticationType",
3210
+ "equals": "tokenAuth"
3211
+ }
3212
+ },
3213
+ {
3214
+ "description": "Output headers",
3215
+ "type": "Hidden",
3216
+ "value": "={\"X-Authorization\":\"asObject:token.asString\"}",
3279
3217
  "binding": {
3280
- "name": "operation.queueId",
3281
- "type": "zeebe:input"
3218
+ "type": "zeebe:input",
3219
+ "name": "authentication.outputHeaders"
3282
3220
  },
3283
- "condition": {
3284
- "property": "operation.type",
3285
- "equals": "addWorkItemsToTheQueue",
3286
- "type": "simple"
3221
+ "constraints": {
3222
+ "notEmpty": true
3287
3223
  },
3288
- "type": "String"
3224
+ "condition": {
3225
+ "property": "authenticationType",
3226
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3227
+ }
3289
3228
  },
3290
3229
  {
3291
- "id": "operation.data",
3292
- "label": "Work item json data",
3293
- "description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
3230
+ "description": "Full authentication url",
3231
+ "type": "Hidden",
3294
3232
  "optional": false,
3233
+ "value": "=controlRoomURL+\"/v1/authentication\"",
3234
+ "binding": {
3235
+ "type": "zeebe:input",
3236
+ "name": "authentication.request.url"
3237
+ },
3295
3238
  "constraints": {
3296
3239
  "notEmpty": true
3297
3240
  },
3298
- "feel": "required",
3299
- "group": "input",
3241
+ "condition": {
3242
+ "property": "authenticationType",
3243
+ "oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
3244
+ }
3245
+ },
3246
+ {
3247
+ "description": "method for request",
3248
+ "type": "Hidden",
3249
+ "value": "post",
3300
3250
  "binding": {
3301
- "name": "operation.data",
3302
- "type": "zeebe:input"
3251
+ "type": "zeebe:input",
3252
+ "name": "method"
3303
3253
  },
3304
3254
  "condition": {
3305
- "property": "operation.type",
3306
- "equals": "addWorkItemsToTheQueue",
3307
- "type": "simple"
3308
- },
3309
- "type": "Text"
3255
+ "property": "operationType",
3256
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
3257
+ }
3310
3258
  },
3311
3259
  {
3312
- "id": "operation.workQueueId",
3313
3260
  "label": "Work queue ID",
3261
+ "group": "input",
3314
3262
  "description": "The queue ID of the item",
3263
+ "type": "String",
3315
3264
  "optional": false,
3265
+ "feel": "optional",
3266
+ "binding": {
3267
+ "type": "zeebe:input",
3268
+ "name": "queueId"
3269
+ },
3316
3270
  "constraints": {
3317
3271
  "notEmpty": true
3318
3272
  },
3319
- "feel": "optional",
3320
- "group": "input",
3273
+ "condition": {
3274
+ "property": "operationType",
3275
+ "oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
3276
+ }
3277
+ },
3278
+ {
3279
+ "description": "Add work items to the queue",
3280
+ "type": "Hidden",
3281
+ "optional": false,
3282
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
3321
3283
  "binding": {
3322
- "name": "operation.queueId",
3323
- "type": "zeebe:input"
3284
+ "type": "zeebe:input",
3285
+ "name": "url"
3324
3286
  },
3325
- "condition": {
3326
- "property": "operation.type",
3327
- "equals": "listWorkItemsInQueue",
3328
- "type": "simple"
3287
+ "constraints": {
3288
+ "notEmpty": true
3329
3289
  },
3330
- "type": "String"
3290
+ "condition": {
3291
+ "property": "operationType",
3292
+ "oneOf": ["addWorkItemsToTheQueue"]
3293
+ }
3331
3294
  },
3332
3295
  {
3333
- "id": "operation.workItemId",
3334
3296
  "label": "Work item ID",
3335
3297
  "description": "The queue item identifier to be fetched from queue",
3298
+ "group": "input",
3299
+ "type": "String",
3300
+ "feel": "optional",
3336
3301
  "optional": false,
3302
+ "binding": {
3303
+ "type": "zeebe:input",
3304
+ "name": "workItemId"
3305
+ },
3337
3306
  "constraints": {
3338
3307
  "notEmpty": true
3339
3308
  },
3340
- "feel": "static",
3309
+ "condition": {
3310
+ "property": "operationType",
3311
+ "oneOf": ["listWorkItemsInQueue"]
3312
+ }
3313
+ },
3314
+ {
3315
+ "label": "Work item json data",
3316
+ "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>",
3341
3317
  "group": "input",
3318
+ "type": "String",
3319
+ "feel": "required",
3342
3320
  "binding": {
3343
- "name": "operation.workItemId",
3344
- "type": "zeebe:input"
3321
+ "type": "zeebe:input",
3322
+ "name": "itemData"
3345
3323
  },
3346
- "condition": {
3347
- "property": "operation.type",
3348
- "equals": "listWorkItemsInQueue",
3349
- "type": "simple"
3324
+ "constraints": {
3325
+ "notEmpty": true
3350
3326
  },
3351
- "type": "Number"
3327
+ "condition": {
3328
+ "property": "operationType",
3329
+ "oneOf": ["addWorkItemsToTheQueue"]
3330
+ }
3352
3331
  },
3353
3332
  {
3354
- "id": "configuration.connectionTimeoutInSeconds",
3355
- "label": "Connection timeout in seconds",
3356
- "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
3357
- "optional": true,
3358
- "value": 20,
3359
- "feel": "static",
3360
- "group": "timeout",
3333
+ "description": "body with a new work item",
3334
+ "type": "Hidden",
3335
+ "optional": false,
3336
+ "value": "={\"workItems\":[{\"json\":itemData}]}",
3361
3337
  "binding": {
3362
- "name": "configuration.connectionTimeoutInSeconds",
3363
- "type": "zeebe:input"
3338
+ "type": "zeebe:input",
3339
+ "name": "body"
3364
3340
  },
3365
- "type": "Number"
3341
+ "constraints": {
3342
+ "notEmpty": true
3343
+ },
3344
+ "condition": {
3345
+ "property": "operationType",
3346
+ "oneOf": ["addWorkItemsToTheQueue"]
3347
+ }
3366
3348
  },
3367
3349
  {
3368
- "id": "version",
3369
- "label": "Version",
3370
- "description": "Version of the element template",
3371
- "value": "3",
3372
- "group": "connector",
3350
+ "label": "filter for getting item by id",
3351
+ "type": "Hidden",
3352
+ "optional": false,
3353
+ "value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
3373
3354
  "binding": {
3374
- "key": "elementTemplateVersion",
3375
- "type": "zeebe:taskHeader"
3355
+ "type": "zeebe:input",
3356
+ "name": "body"
3376
3357
  },
3377
- "type": "Hidden"
3358
+ "constraints": {
3359
+ "notEmpty": true
3360
+ },
3361
+ "condition": {
3362
+ "property": "operationType",
3363
+ "oneOf": ["listWorkItemsInQueue"]
3364
+ }
3378
3365
  },
3379
3366
  {
3380
- "id": "id",
3381
- "label": "ID",
3382
- "description": "ID of the element template",
3383
- "value": "io.camunda.connectors.AutomationAnywhere",
3384
- "group": "connector",
3367
+ "description": "List work items in queue",
3368
+ "type": "Hidden",
3369
+ "optional": false,
3370
+ "value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
3385
3371
  "binding": {
3386
- "key": "elementTemplateId",
3387
- "type": "zeebe:taskHeader"
3372
+ "type": "zeebe:input",
3373
+ "name": "url"
3388
3374
  },
3389
- "type": "Hidden"
3375
+ "constraints": {
3376
+ "notEmpty": true
3377
+ },
3378
+ "condition": {
3379
+ "property": "operationType",
3380
+ "oneOf": ["listWorkItemsInQueue"]
3381
+ }
3390
3382
  },
3391
3383
  {
3392
- "id": "resultVariable",
3393
- "label": "Result variable",
3394
- "description": "Name of variable to store the response in",
3395
- "group": "output",
3384
+ "label": "Connection timeout",
3385
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
3386
+ "group": "errors",
3387
+ "type": "String",
3388
+ "value": "20",
3396
3389
  "binding": {
3397
- "key": "resultVariable",
3398
- "type": "zeebe:taskHeader"
3390
+ "type": "zeebe:input",
3391
+ "name": "connectionTimeoutInSeconds"
3399
3392
  },
3400
- "type": "String"
3393
+ "optional": true,
3394
+ "feel": "optional",
3395
+ "constraints": {
3396
+ "notEmpty": false,
3397
+ "pattern": {
3398
+ "value": "^(=|([0-9]+|secrets\\..+)$)",
3399
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
3400
+ }
3401
+ }
3401
3402
  },
3402
3403
  {
3403
- "id": "resultExpression",
3404
- "label": "Result expression",
3405
- "description": "Expression to map the response into process variables",
3406
- "feel": "required",
3404
+ "label": "Result variable",
3405
+ "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>",
3407
3406
  "group": "output",
3407
+ "type": "String",
3408
3408
  "binding": {
3409
- "key": "resultExpression",
3410
- "type": "zeebe:taskHeader"
3411
- },
3412
- "type": "Text"
3409
+ "type": "zeebe:taskHeader",
3410
+ "key": "resultVariable"
3411
+ }
3413
3412
  },
3414
3413
  {
3415
- "id": "errorExpression",
3416
- "label": "Error expression",
3417
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
3414
+ "label": "Result expression",
3415
+ "id": "resultExpressionGetItemState",
3416
+ "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>",
3417
+ "group": "output",
3418
+ "type": "String",
3418
3419
  "feel": "required",
3419
- "group": "error",
3420
+ "value": "={itemState:response.body.list[1].status}",
3420
3421
  "binding": {
3421
- "key": "errorExpression",
3422
- "type": "zeebe:taskHeader"
3422
+ "type": "zeebe:taskHeader",
3423
+ "key": "resultExpression"
3423
3424
  },
3424
- "type": "Text"
3425
+ "condition": {
3426
+ "property": "operationType",
3427
+ "oneOf": ["listWorkItemsInQueue"]
3428
+ }
3425
3429
  },
3426
3430
  {
3427
- "id": "retryCount",
3428
- "label": "Retries",
3429
- "description": "Number of retries",
3430
- "value": "3",
3431
- "feel": "optional",
3432
- "group": "retries",
3431
+ "label": "Result expression",
3432
+ "id": "resultExpressionGetItemId",
3433
+ "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>",
3434
+ "group": "output",
3435
+ "type": "String",
3436
+ "feel": "required",
3437
+ "value": "={itemId:response.body.list[1].id}",
3433
3438
  "binding": {
3434
- "property": "retries",
3435
- "type": "zeebe:taskDefinition"
3439
+ "type": "zeebe:taskHeader",
3440
+ "key": "resultExpression"
3436
3441
  },
3437
- "type": "String"
3442
+ "condition": {
3443
+ "property": "operationType",
3444
+ "oneOf": ["addWorkItemsToTheQueue"]
3445
+ }
3438
3446
  },
3439
3447
  {
3440
- "id": "retryBackoff",
3441
- "label": "Retry backoff",
3442
- "description": "ISO-8601 duration to wait between retries",
3443
- "value": "PT0S",
3444
- "group": "retries",
3448
+ "label": "Error expression",
3449
+ "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>",
3450
+ "group": "errors",
3451
+ "type": "Text",
3452
+ "feel": "required",
3445
3453
  "binding": {
3446
- "key": "retryBackoff",
3447
- "type": "zeebe:taskHeader"
3448
- },
3449
- "type": "String"
3454
+ "type": "zeebe:taskHeader",
3455
+ "key": "errorExpression"
3456
+ }
3450
3457
  }
3451
- ],
3452
- "icon": {
3453
- "contents": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgNjUyIDY1Micgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjUyIDY1MjsnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0ndGV4dC9jc3MnPi5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6dXJsKCNTVkdJRF8zXyk7fSAuc3Qxe29wYWNpdHk6MC4zO30KICAgICAgICAgICAgLnN0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81Xyk7ZmlsbDp1cmwoI1NWR0lEXzZfKTt9IC5zdDN7ZmlsbDojNDA0MDQxO30gLnN0NHtmaWxsOiNGNzk4Mzc7fQogICAgICAgIDwvc3R5bGU+CiAgICA8L2RlZnM+CiAgICA8ZyBzdHlsZT0nJyB0cmFuc2Zvcm09J21hdHJpeCgyLjgzODk0NiwgMCwgMCwgMi44MDcxMjYsIC00NC41MzQzNjMsIC01NzguMzQzMzg0KSc+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzFfJwogICAgICAgICAgICAgICAgICAgICAgZD0nTTE5OS41LDQxMi43bC0wLjItMC41bC0wLjUtMWwtMTEuNy0zMS41YzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwLjFsMCwwYzEuMiwwLjksMi4yLDIuMiwzLDMuNyBjMC45LDEuNywxLjQsMy41LDEuNCw1LjVjMCw2LjQtNS4yLDExLjYtMTEuNiwxMS42QzIwNS41LDQyMC42LDIwMS4xLDQxNy40LDE5OS41LDQxMi43IE0xMDMuMywyMjkuNmMxLjUtNC4xLDQuOS02LjksOC43LTcgYzAsMCwwLjEsMCwwLjEsMGMzLjgsMC4yLDcuMiwyLjksOC43LDdsNDguMywxMzIuNmMtMTAuNy0yLjctMjEuNy00LjEtMzIuOS00LjFjLTIzLjUsMC00Ni43LDYuMi02Ni45LDE4IGMtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42TDEwMy4zLDIyOS42eiBNMTEwLjksMjEyYy03LjgsMC42LTE0LjcsNi0xNy42LDE0TDIxLDQyNC41Yy0xLDIuOCwwLjQsNS44LDMuMiw2LjggYzAuNiwwLjIsMS4yLDAuMywxLjgsMC4zYzEuNywwLDMuMy0wLjgsNC4zLTIuMmMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjgtMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjksMCwyNS42LDIsMzcuNiw1LjlsMTUuMyw0MS4xbDAuNSwwLjljMy4yLDguOCwxMS41LDE0LjcsMjAuOSwxNC43YzEyLjMsMCwyMi4yLTEwLDIyLjItMjIuMiBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC43LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42bC0xLjEtMi44bC0wLjEsMCBMMTMwLjgsMjI2Yy0yLjktNy45LTkuNy0xMy4zLTE3LjYtMTRjLTAuMywwLTAuNi0wLjEtMC45LTAuMWMtMC4xLDAtMC4yLDAtMC4yLDBjLTAuMSwwLTAuMiwwLTAuMiwwIEMxMTEuNSwyMTEuOSwxMTEuMiwyMTIsMTEwLjksMjEyJy8+CiAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF8yXyc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTk5LjUsNDEyLjdsLTAuMi0wLjVsLTAuNS0xbC0xMS43LTMxLjVjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjAuMWwwLDBjMS4yLDAuOSwyLjIsMi4yLDMsMy43IGMwLjksMS43LDEuNCwzLjUsMS40LDUuNWMwLDYuNC01LjIsMTEuNi0xMS42LDExLjZDMjA1LjUsNDIwLjYsMjAxLjEsNDE3LjQsMTk5LjUsNDEyLjcgTTEwMy4zLDIyOS42YzEuNS00LjEsNC45LTYuOSw4LjctNyBjMCwwLDAuMSwwLDAuMSwwYzMuOCwwLjIsNy4yLDIuOSw4LjcsN2w0OC4zLDEzMi42Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMWMtMjMuNSwwLTQ2LjcsNi4yLTY2LjksMTggYy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZMMTAzLjMsMjI5LjZ6IE0xMTAuOSwyMTJjLTcuOCwwLjYtMTQuNyw2LTE3LjYsMTRMMjEsNDI0LjVjLTEsMi44LDAuNCw1LjgsMy4yLDYuOCBjMC42LDAuMiwxLjIsMC4zLDEuOCwwLjNjMS43LDAsMy4zLTAuOCw0LjMtMi4yYzAuMi0wLjIsMC4zLTAuNCwwLjUtMC43YzEwLjctMTgsMjUuOC0zMy4xLDQzLjktNDMuNiBjMTguNi0xMC44LDM5LjktMTYuNiw2MS42LTE2LjZjMTIuOSwwLDI1LjYsMiwzNy42LDUuOWwxNS4zLDQxLjFsMC41LDAuOWMzLjIsOC44LDExLjUsMTQuNywyMC45LDE0LjdjMTIuMywwLDIyLjItMTAsMjIuMi0yMi4yIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjctMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZsLTEuMS0yLjhsLTAuMSwwIEwxMzAuOCwyMjZjLTIuOS03LjktOS43LTEzLjMtMTcuNi0xNGMtMC4zLDAtMC42LTAuMS0wLjktMC4xYy0wLjEsMC0wLjIsMC0wLjIsMGMtMC4xLDAtMC4yLDAtMC4yLDAgQzExMS41LDIxMS45LDExMS4yLDIxMiwxMTAuOSwyMTInCiAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzNfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy00LjkzOCcgeTE9Jzc0My4wMjAzJyB4Mj0nMS45NzkyJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgeTI9Jzc0My4wMjAzJyBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDMwLjY1OCAwIDAgLTMwLjY1OCAxNzIuMDgwMyAyMzEwMS4zNDE4KSc+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkREMTUnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4wMzQzJyBzdHlsZT0nc3RvcC1jb2xvcjojRkVEMjE3Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuMTY2Mycgc3R5bGU9J3N0b3AtY29sb3I6I0ZBQUQxQycvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMwNDknIHN0eWxlPSdzdG9wLWNvbG9yOiNGNjhGMjAnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC40NScgc3R5bGU9J3N0b3AtY29sb3I6I0YzNzgyNCcvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYwNDUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMTY3MjYnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC43NzQ3JyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1RDI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuOTkxJyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1QTI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMDVBMjgnLz4KICAgICAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgICAgICAgICAgPHJlY3QgeD0nMjAnIHk9JzIxMS45JyBjbGFzcz0nc3QwJyB3aWR0aD0nMjEyLjgnIGhlaWdodD0nMjE5LjcnLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnIGNsYXNzPSdzdDEnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzRfJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZD0nTTE4Ny4zLDM4MC4zYzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwbDAsMGMxLjIsMSwyLjIsMi4yLDMsMy43YzAuOSwxLjcsMS40LDMuNSwxLjQsNS41SDIzMyBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC42LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42TDE4Ny4zLDM4MC4zeiBNNjkuNSwzNzYuN2MtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42bC0xMi4yLDMyLjhjMC4yLTAuMiwwLjMtMC40LDAuNS0wLjdjMTAuNy0xOCwyNS45LTMzLjEsNDMuOS00My42IGMxOC42LTEwLjgsMzkuOS0xNi42LDYxLjYtMTYuNmMxMi4xLDAsMjUuMSwxLjksMzcuNiw1LjlsLTQuNy0xMi40Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMSBDMTEyLjksMzU4LjcsODkuOCwzNjQuOSw2OS41LDM3Ni43Jy8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF81Xyc+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTg3LjMsMzgwLjNjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjBsMCwwYzEuMiwxLDIuMiwyLjIsMywzLjdjMC45LDEuNywxLjQsMy41LDEuNCw1LjVIMjMzIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjYtMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZMMTg3LjMsMzgwLjN6IE02OS41LDM3Ni43Yy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZsLTEyLjIsMzIuOGMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjktMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjEsMCwyNS4xLDEuOSwzNy42LDUuOWwtNC43LTEyLjRjLTEwLjctMi43LTIxLjctNC4xLTMyLjktNC4xIEMxMTIuOSwzNTguNyw4OS44LDM2NC45LDY5LjUsMzc2LjcnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzZfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy01LjQwNDInIHkxPSc3NDEuNDczJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeDI9JzEuNTEzMScgeTI9Jzc0MS40NzMnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDI5LjI3NDggMCAwIC0yOS4yNzQ4IDE4OC43MTUyIDIyMTAwLjg0NzcpJz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCcgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMyODUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4zNzQ1JyBzdHlsZT0nc3RvcC1jb2xvcjojRkJGQkZCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNDIzMycgc3R5bGU9J3N0b3AtY29sb3I6I0VFRUVFRScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjQ3MzUnIHN0eWxlPSdzdG9wLWNvbG9yOiNEOUQ5RDknLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC41MjQ2JyBzdHlsZT0nc3RvcC1jb2xvcjojQkNCQkJCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNTc2NCcgc3R5bGU9J3N0b3AtY29sb3I6Izk2OTU5NScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYyODgnIHN0eWxlPSdzdG9wLWNvbG9yOiM2ODY2NjYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC42ODA4JyBzdHlsZT0nc3RvcC1jb2xvcjojMzMyRjMwJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNjk0OCcgc3R5bGU9J3N0b3AtY29sb3I6IzIzMUYyMCcvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjkzMDEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMScgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCB4PSczMC41JyB5PSczNTguNycgY2xhc3M9J3N0Micgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4Jy8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDxnLz4KICAgIDwvZz4KPC9zdmc+"
3454
- }
3458
+ ]
3455
3459
  }
3456
3460
  ]