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