@camunda/connectors-element-templates 1.0.6 → 1.0.8
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 +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -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": 3,
|
|
7
|
+
"description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
8
|
+
"deprecated": {
|
|
9
|
+
"message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
|
|
11
|
+
},
|
|
12
|
+
"icon": {
|
|
13
|
+
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
|
|
13
14
|
},
|
|
14
15
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
15
|
-
"version": 3,
|
|
16
16
|
"category": {
|
|
17
17
|
"id": "connectors",
|
|
18
18
|
"name": "Connectors"
|
|
@@ -22,63 +22,47 @@
|
|
|
22
22
|
"value": "bpmn:ServiceTask"
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
25
|
-
"camunda": "^8.
|
|
25
|
+
"camunda": "^8.2"
|
|
26
26
|
},
|
|
27
27
|
"groups": [
|
|
28
28
|
{
|
|
29
29
|
"id": "operation",
|
|
30
30
|
"label": "Operation"
|
|
31
31
|
},
|
|
32
|
-
{
|
|
33
|
-
"id": "configuration",
|
|
34
|
-
"label": "Configuration"
|
|
35
|
-
},
|
|
36
32
|
{
|
|
37
33
|
"id": "authentication",
|
|
38
34
|
"label": "Authentication"
|
|
39
35
|
},
|
|
40
36
|
{
|
|
41
|
-
"id": "
|
|
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/8.7/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/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
105
|
+
"value": "userNamePasswordAuth",
|
|
119
106
|
"type": "Dropdown",
|
|
120
107
|
"choices": [
|
|
121
108
|
{
|
|
122
109
|
"name": "Authenticate (username and password)",
|
|
123
|
-
"value": "
|
|
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"
|
|
231
|
+
},
|
|
232
|
+
"constraints": {
|
|
233
|
+
"notEmpty": true
|
|
191
234
|
},
|
|
235
|
+
"condition": {
|
|
236
|
+
"property": "authenticationType",
|
|
237
|
+
"equals": "userNameApiKeyAuth"
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"label": "Multiple login",
|
|
242
|
+
"group": "authentication",
|
|
243
|
+
"description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
192
244
|
"type": "Dropdown",
|
|
245
|
+
"value": "false",
|
|
193
246
|
"choices": [
|
|
194
247
|
{
|
|
195
248
|
"name": "TRUE",
|
|
@@ -199,265 +252,316 @@
|
|
|
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/8.7/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
|
-
"
|
|
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
|
+
}
|
|
396
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
551
|
"id": "io.camunda.connectors.AutomationAnywhere",
|
|
455
|
-
"description": "
|
|
456
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
457
|
-
"version": 1,
|
|
552
|
+
"description": "Manage work items in Automation Anywhere queues.",
|
|
458
553
|
"deprecated": {
|
|
459
554
|
"message": "This connector is replaced by the new Automation Anywhere connector (id = io.camunda.connectors.AutomationAnywhere.v1). Please use the new connector instead."
|
|
460
555
|
},
|
|
556
|
+
"metadata": {
|
|
557
|
+
"keywords": [
|
|
558
|
+
"add work item to queue",
|
|
559
|
+
"get work item from queue",
|
|
560
|
+
"get work item result from queue by ID"
|
|
561
|
+
]
|
|
562
|
+
},
|
|
563
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
564
|
+
"version": 2,
|
|
461
565
|
"category": {
|
|
462
566
|
"id": "connectors",
|
|
463
567
|
"name": "Connectors"
|
|
@@ -504,8 +608,8 @@
|
|
|
504
608
|
{
|
|
505
609
|
"value": "io.camunda:connector-automationanywhere:1",
|
|
506
610
|
"binding": {
|
|
507
|
-
"
|
|
508
|
-
"
|
|
611
|
+
"property": "type",
|
|
612
|
+
"type": "zeebe:taskDefinition"
|
|
509
613
|
},
|
|
510
614
|
"type": "Hidden"
|
|
511
615
|
},
|
|
@@ -770,7 +874,7 @@
|
|
|
770
874
|
"constraints": {
|
|
771
875
|
"notEmpty": true
|
|
772
876
|
},
|
|
773
|
-
"feel": "
|
|
877
|
+
"feel": "static",
|
|
774
878
|
"group": "input",
|
|
775
879
|
"binding": {
|
|
776
880
|
"name": "operation.workItemId",
|
|
@@ -781,21 +885,21 @@
|
|
|
781
885
|
"equals": "listWorkItemsInQueue",
|
|
782
886
|
"type": "simple"
|
|
783
887
|
},
|
|
784
|
-
"type": "
|
|
888
|
+
"type": "Number"
|
|
785
889
|
},
|
|
786
890
|
{
|
|
787
891
|
"id": "configuration.connectionTimeoutInSeconds",
|
|
788
892
|
"label": "Connection timeout in seconds",
|
|
789
893
|
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
790
894
|
"optional": true,
|
|
791
|
-
"value":
|
|
792
|
-
"feel": "
|
|
895
|
+
"value": 20,
|
|
896
|
+
"feel": "static",
|
|
793
897
|
"group": "timeout",
|
|
794
898
|
"binding": {
|
|
795
899
|
"name": "configuration.connectionTimeoutInSeconds",
|
|
796
900
|
"type": "zeebe:input"
|
|
797
901
|
},
|
|
798
|
-
"type": "
|
|
902
|
+
"type": "Number"
|
|
799
903
|
},
|
|
800
904
|
{
|
|
801
905
|
"id": "resultVariable",
|
|
@@ -832,6 +936,19 @@
|
|
|
832
936
|
},
|
|
833
937
|
"type": "Text"
|
|
834
938
|
},
|
|
939
|
+
{
|
|
940
|
+
"id": "retryCount",
|
|
941
|
+
"label": "Retries",
|
|
942
|
+
"description": "Number of retries",
|
|
943
|
+
"value": "3",
|
|
944
|
+
"feel": "optional",
|
|
945
|
+
"group": "retries",
|
|
946
|
+
"binding": {
|
|
947
|
+
"property": "retries",
|
|
948
|
+
"type": "zeebe:taskDefinition"
|
|
949
|
+
},
|
|
950
|
+
"type": "String"
|
|
951
|
+
},
|
|
835
952
|
{
|
|
836
953
|
"id": "retryBackoff",
|
|
837
954
|
"label": "Retry backoff",
|
|
@@ -842,7 +959,7 @@
|
|
|
842
959
|
"key": "retryBackoff",
|
|
843
960
|
"type": "zeebe:taskHeader"
|
|
844
961
|
},
|
|
845
|
-
"type": "
|
|
962
|
+
"type": "String"
|
|
846
963
|
}
|
|
847
964
|
],
|
|
848
965
|
"icon": {
|
|
@@ -853,19 +970,12 @@
|
|
|
853
970
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
854
971
|
"name": "Automation Anywhere Outbound Connector",
|
|
855
972
|
"id": "io.camunda.connectors.AutomationAnywhere",
|
|
856
|
-
"description": "
|
|
973
|
+
"description": "Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
974
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
975
|
+
"version": 1,
|
|
857
976
|
"deprecated": {
|
|
858
977
|
"message": "This connector is replaced by the new Automation Anywhere connector (id = io.camunda.connectors.AutomationAnywhere.v1). Please use the new connector instead."
|
|
859
978
|
},
|
|
860
|
-
"metadata": {
|
|
861
|
-
"keywords": [
|
|
862
|
-
"add work item to queue",
|
|
863
|
-
"get work item from queue",
|
|
864
|
-
"get work item result from queue by ID"
|
|
865
|
-
]
|
|
866
|
-
},
|
|
867
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
868
|
-
"version": 2,
|
|
869
979
|
"category": {
|
|
870
980
|
"id": "connectors",
|
|
871
981
|
"name": "Connectors"
|
|
@@ -912,8 +1022,8 @@
|
|
|
912
1022
|
{
|
|
913
1023
|
"value": "io.camunda:connector-automationanywhere:1",
|
|
914
1024
|
"binding": {
|
|
915
|
-
"
|
|
916
|
-
"
|
|
1025
|
+
"type": "zeebe:taskDefinition",
|
|
1026
|
+
"property": "type"
|
|
917
1027
|
},
|
|
918
1028
|
"type": "Hidden"
|
|
919
1029
|
},
|
|
@@ -1178,7 +1288,7 @@
|
|
|
1178
1288
|
"constraints": {
|
|
1179
1289
|
"notEmpty": true
|
|
1180
1290
|
},
|
|
1181
|
-
"feel": "
|
|
1291
|
+
"feel": "optional",
|
|
1182
1292
|
"group": "input",
|
|
1183
1293
|
"binding": {
|
|
1184
1294
|
"name": "operation.workItemId",
|
|
@@ -1189,21 +1299,21 @@
|
|
|
1189
1299
|
"equals": "listWorkItemsInQueue",
|
|
1190
1300
|
"type": "simple"
|
|
1191
1301
|
},
|
|
1192
|
-
"type": "
|
|
1302
|
+
"type": "String"
|
|
1193
1303
|
},
|
|
1194
1304
|
{
|
|
1195
1305
|
"id": "configuration.connectionTimeoutInSeconds",
|
|
1196
1306
|
"label": "Connection timeout in seconds",
|
|
1197
1307
|
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
1198
1308
|
"optional": true,
|
|
1199
|
-
"value": 20,
|
|
1200
|
-
"feel": "
|
|
1309
|
+
"value": "20",
|
|
1310
|
+
"feel": "optional",
|
|
1201
1311
|
"group": "timeout",
|
|
1202
1312
|
"binding": {
|
|
1203
1313
|
"name": "configuration.connectionTimeoutInSeconds",
|
|
1204
1314
|
"type": "zeebe:input"
|
|
1205
1315
|
},
|
|
1206
|
-
"type": "
|
|
1316
|
+
"type": "String"
|
|
1207
1317
|
},
|
|
1208
1318
|
{
|
|
1209
1319
|
"id": "resultVariable",
|
|
@@ -1240,19 +1350,6 @@
|
|
|
1240
1350
|
},
|
|
1241
1351
|
"type": "Text"
|
|
1242
1352
|
},
|
|
1243
|
-
{
|
|
1244
|
-
"id": "retryCount",
|
|
1245
|
-
"label": "Retries",
|
|
1246
|
-
"description": "Number of retries",
|
|
1247
|
-
"value": "3",
|
|
1248
|
-
"feel": "optional",
|
|
1249
|
-
"group": "retries",
|
|
1250
|
-
"binding": {
|
|
1251
|
-
"property": "retries",
|
|
1252
|
-
"type": "zeebe:taskDefinition"
|
|
1253
|
-
},
|
|
1254
|
-
"type": "String"
|
|
1255
|
-
},
|
|
1256
1353
|
{
|
|
1257
1354
|
"id": "retryBackoff",
|
|
1258
1355
|
"label": "Retry backoff",
|
|
@@ -1263,7 +1360,7 @@
|
|
|
1263
1360
|
"key": "retryBackoff",
|
|
1264
1361
|
"type": "zeebe:taskHeader"
|
|
1265
1362
|
},
|
|
1266
|
-
"type": "
|
|
1363
|
+
"type": "Hidden"
|
|
1267
1364
|
}
|
|
1268
1365
|
],
|
|
1269
1366
|
"icon": {
|
|
@@ -1272,9 +1369,9 @@
|
|
|
1272
1369
|
},
|
|
1273
1370
|
{
|
|
1274
1371
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1275
|
-
"name": "Automation Anywhere
|
|
1372
|
+
"name": "Automation Anywhere connector",
|
|
1276
1373
|
"id": "io.camunda.connectors.AutomationAnywhere.v1",
|
|
1277
|
-
"version":
|
|
1374
|
+
"version": 2,
|
|
1278
1375
|
"description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
1279
1376
|
"deprecated": {
|
|
1280
1377
|
"message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
|
|
@@ -1293,7 +1390,7 @@
|
|
|
1293
1390
|
"value": "bpmn:ServiceTask"
|
|
1294
1391
|
},
|
|
1295
1392
|
"engines": {
|
|
1296
|
-
"camunda": "^8.
|
|
1393
|
+
"camunda": "^8.2"
|
|
1297
1394
|
},
|
|
1298
1395
|
"groups": [
|
|
1299
1396
|
{
|
|
@@ -1354,7 +1451,7 @@
|
|
|
1354
1451
|
"label": "Control room URL",
|
|
1355
1452
|
"group": "configuration",
|
|
1356
1453
|
"feel": "optional",
|
|
1357
|
-
"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>",
|
|
1454
|
+
"description": "Automation Anywhere control room URL. Details in the <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
1358
1455
|
"type": "String",
|
|
1359
1456
|
"binding": {
|
|
1360
1457
|
"type": "zeebe:input",
|
|
@@ -1372,7 +1469,7 @@
|
|
|
1372
1469
|
"label": "Type",
|
|
1373
1470
|
"id": "authenticationType",
|
|
1374
1471
|
"group": "authentication",
|
|
1375
|
-
"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>",
|
|
1472
|
+
"description": "Choose the authentication type. Details in the <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
1376
1473
|
"value": "userNamePasswordAuth",
|
|
1377
1474
|
"type": "Dropdown",
|
|
1378
1475
|
"choices": [
|
|
@@ -1511,7 +1608,7 @@
|
|
|
1511
1608
|
{
|
|
1512
1609
|
"label": "Multiple login",
|
|
1513
1610
|
"group": "authentication",
|
|
1514
|
-
"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>",
|
|
1611
|
+
"description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
1515
1612
|
"type": "Dropdown",
|
|
1516
1613
|
"value": "false",
|
|
1517
1614
|
"choices": [
|
|
@@ -1672,7 +1769,7 @@
|
|
|
1672
1769
|
},
|
|
1673
1770
|
{
|
|
1674
1771
|
"label": "Work item json data",
|
|
1675
|
-
"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>",
|
|
1772
|
+
"description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
1676
1773
|
"group": "input",
|
|
1677
1774
|
"type": "String",
|
|
1678
1775
|
"feel": "required",
|
|
@@ -2365,7 +2462,7 @@
|
|
|
2365
2462
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2366
2463
|
"name": "Automation Anywhere Outbound Connector",
|
|
2367
2464
|
"id": "io.camunda.connectors.AutomationAnywhere.v1",
|
|
2368
|
-
"version":
|
|
2465
|
+
"version": 4,
|
|
2369
2466
|
"description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
2370
2467
|
"deprecated": {
|
|
2371
2468
|
"message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
|
|
@@ -2384,7 +2481,7 @@
|
|
|
2384
2481
|
"value": "bpmn:ServiceTask"
|
|
2385
2482
|
},
|
|
2386
2483
|
"engines": {
|
|
2387
|
-
"camunda": "^8.
|
|
2484
|
+
"camunda": "^8.4"
|
|
2388
2485
|
},
|
|
2389
2486
|
"groups": [
|
|
2390
2487
|
{
|
|
@@ -2445,7 +2542,7 @@
|
|
|
2445
2542
|
"label": "Control room URL",
|
|
2446
2543
|
"group": "configuration",
|
|
2447
2544
|
"feel": "optional",
|
|
2448
|
-
"description": "Automation Anywhere control room URL. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2545
|
+
"description": "Automation Anywhere control room URL. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
2449
2546
|
"type": "String",
|
|
2450
2547
|
"binding": {
|
|
2451
2548
|
"type": "zeebe:input",
|
|
@@ -2463,7 +2560,7 @@
|
|
|
2463
2560
|
"label": "Type",
|
|
2464
2561
|
"id": "authenticationType",
|
|
2465
2562
|
"group": "authentication",
|
|
2466
|
-
"description": "Choose the authentication type. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2563
|
+
"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
2564
|
"value": "userNamePasswordAuth",
|
|
2468
2565
|
"type": "Dropdown",
|
|
2469
2566
|
"choices": [
|
|
@@ -2602,7 +2699,7 @@
|
|
|
2602
2699
|
{
|
|
2603
2700
|
"label": "Multiple login",
|
|
2604
2701
|
"group": "authentication",
|
|
2605
|
-
"description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/
|
|
2702
|
+
"description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
2606
2703
|
"type": "Dropdown",
|
|
2607
2704
|
"value": "false",
|
|
2608
2705
|
"choices": [
|
|
@@ -2763,7 +2860,7 @@
|
|
|
2763
2860
|
},
|
|
2764
2861
|
{
|
|
2765
2862
|
"label": "Work item json data",
|
|
2766
|
-
"description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2863
|
+
"description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
2767
2864
|
"group": "input",
|
|
2768
2865
|
"type": "String",
|
|
2769
2866
|
"feel": "required",
|
|
@@ -2909,18 +3006,18 @@
|
|
|
2909
3006
|
},
|
|
2910
3007
|
{
|
|
2911
3008
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2912
|
-
"name": "Automation Anywhere
|
|
2913
|
-
"id": "io.camunda.connectors.AutomationAnywhere
|
|
2914
|
-
"
|
|
2915
|
-
"
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
|
|
3009
|
+
"name": "Automation Anywhere Outbound Connector",
|
|
3010
|
+
"id": "io.camunda.connectors.AutomationAnywhere",
|
|
3011
|
+
"description": "Manage work items in Automation Anywhere queues.",
|
|
3012
|
+
"metadata": {
|
|
3013
|
+
"keywords": [
|
|
3014
|
+
"add work item to queue",
|
|
3015
|
+
"get work item from queue",
|
|
3016
|
+
"get work item result from queue by ID"
|
|
3017
|
+
]
|
|
2922
3018
|
},
|
|
2923
3019
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
3020
|
+
"version": 3,
|
|
2924
3021
|
"category": {
|
|
2925
3022
|
"id": "connectors",
|
|
2926
3023
|
"name": "Connectors"
|
|
@@ -2930,47 +3027,63 @@
|
|
|
2930
3027
|
"value": "bpmn:ServiceTask"
|
|
2931
3028
|
},
|
|
2932
3029
|
"engines": {
|
|
2933
|
-
"camunda": "^8.
|
|
3030
|
+
"camunda": "^8.4"
|
|
2934
3031
|
},
|
|
2935
3032
|
"groups": [
|
|
2936
3033
|
{
|
|
2937
3034
|
"id": "operation",
|
|
2938
3035
|
"label": "Operation"
|
|
2939
3036
|
},
|
|
2940
|
-
{
|
|
2941
|
-
"id": "authentication",
|
|
2942
|
-
"label": "Authentication"
|
|
2943
|
-
},
|
|
2944
3037
|
{
|
|
2945
3038
|
"id": "configuration",
|
|
2946
3039
|
"label": "Configuration"
|
|
2947
3040
|
},
|
|
3041
|
+
{
|
|
3042
|
+
"id": "authentication",
|
|
3043
|
+
"label": "Authentication"
|
|
3044
|
+
},
|
|
2948
3045
|
{
|
|
2949
3046
|
"id": "input",
|
|
2950
3047
|
"label": "Input"
|
|
2951
3048
|
},
|
|
3049
|
+
{
|
|
3050
|
+
"id": "timeout",
|
|
3051
|
+
"label": "Timeout"
|
|
3052
|
+
},
|
|
3053
|
+
{
|
|
3054
|
+
"id": "connector",
|
|
3055
|
+
"label": "Connector"
|
|
3056
|
+
},
|
|
2952
3057
|
{
|
|
2953
3058
|
"id": "output",
|
|
2954
|
-
"label": "Output"
|
|
3059
|
+
"label": "Output mapping"
|
|
2955
3060
|
},
|
|
2956
3061
|
{
|
|
2957
|
-
"id": "
|
|
3062
|
+
"id": "error",
|
|
2958
3063
|
"label": "Error handling"
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"id": "retries",
|
|
3067
|
+
"label": "Retries"
|
|
2959
3068
|
}
|
|
2960
3069
|
],
|
|
2961
3070
|
"properties": [
|
|
2962
3071
|
{
|
|
2963
|
-
"
|
|
2964
|
-
"value": "io.camunda:http-json:1",
|
|
3072
|
+
"value": "io.camunda:connector-automationanywhere:1",
|
|
2965
3073
|
"binding": {
|
|
2966
|
-
"
|
|
2967
|
-
"
|
|
2968
|
-
}
|
|
3074
|
+
"property": "type",
|
|
3075
|
+
"type": "zeebe:taskDefinition"
|
|
3076
|
+
},
|
|
3077
|
+
"type": "Hidden"
|
|
2969
3078
|
},
|
|
2970
3079
|
{
|
|
2971
|
-
"
|
|
2972
|
-
"
|
|
2973
|
-
"group": "operation",
|
|
3080
|
+
"id": "operation.type",
|
|
3081
|
+
"label": "Type",
|
|
3082
|
+
"group": "operation",
|
|
3083
|
+
"binding": {
|
|
3084
|
+
"name": "operation.type",
|
|
3085
|
+
"type": "zeebe:input"
|
|
3086
|
+
},
|
|
2974
3087
|
"type": "Dropdown",
|
|
2975
3088
|
"choices": [
|
|
2976
3089
|
{
|
|
@@ -2981,176 +3094,107 @@
|
|
|
2981
3094
|
"name": "Get work item result from queue by ID",
|
|
2982
3095
|
"value": "listWorkItemsInQueue"
|
|
2983
3096
|
}
|
|
2984
|
-
]
|
|
2985
|
-
"binding": {
|
|
2986
|
-
"type": "zeebe:input",
|
|
2987
|
-
"name": "operationType"
|
|
2988
|
-
}
|
|
3097
|
+
]
|
|
2989
3098
|
},
|
|
2990
3099
|
{
|
|
3100
|
+
"id": "configuration.controlRoomUrl",
|
|
2991
3101
|
"label": "Control room URL",
|
|
2992
|
-
"
|
|
3102
|
+
"optional": false,
|
|
3103
|
+
"constraints": {
|
|
3104
|
+
"notEmpty": true
|
|
3105
|
+
},
|
|
2993
3106
|
"feel": "optional",
|
|
2994
|
-
"
|
|
2995
|
-
"type": "String",
|
|
3107
|
+
"group": "configuration",
|
|
2996
3108
|
"binding": {
|
|
2997
|
-
"
|
|
2998
|
-
"
|
|
3109
|
+
"name": "configuration.controlRoomUrl",
|
|
3110
|
+
"type": "zeebe:input"
|
|
2999
3111
|
},
|
|
3000
|
-
"
|
|
3001
|
-
"notEmpty": true,
|
|
3002
|
-
"pattern": {
|
|
3003
|
-
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
3004
|
-
"message": "Must be a http(s) URL"
|
|
3005
|
-
}
|
|
3006
|
-
}
|
|
3112
|
+
"type": "String"
|
|
3007
3113
|
},
|
|
3008
3114
|
{
|
|
3115
|
+
"id": "authentication.type",
|
|
3009
3116
|
"label": "Type",
|
|
3010
|
-
"
|
|
3117
|
+
"description": "Choose the authentication type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
3118
|
+
"value": "passwordBasedAuthentication",
|
|
3011
3119
|
"group": "authentication",
|
|
3012
|
-
"
|
|
3013
|
-
|
|
3120
|
+
"binding": {
|
|
3121
|
+
"name": "authentication.type",
|
|
3122
|
+
"type": "zeebe:input"
|
|
3123
|
+
},
|
|
3014
3124
|
"type": "Dropdown",
|
|
3015
3125
|
"choices": [
|
|
3016
3126
|
{
|
|
3017
3127
|
"name": "Authenticate (username and password)",
|
|
3018
|
-
"value": "
|
|
3128
|
+
"value": "passwordBasedAuthentication"
|
|
3019
3129
|
},
|
|
3020
3130
|
{
|
|
3021
3131
|
"name": "Authenticate (username and API key)",
|
|
3022
|
-
"value": "
|
|
3132
|
+
"value": "apiKeyAuthentication"
|
|
3023
3133
|
},
|
|
3024
3134
|
{
|
|
3025
3135
|
"name": "Authentication (refresh) token",
|
|
3026
|
-
"value": "
|
|
3136
|
+
"value": "tokenBasedAuthentication"
|
|
3027
3137
|
}
|
|
3028
|
-
]
|
|
3029
|
-
"binding": {
|
|
3030
|
-
"type": "zeebe:input",
|
|
3031
|
-
"name": "authentication.withoutBindingType"
|
|
3032
|
-
}
|
|
3138
|
+
]
|
|
3033
3139
|
},
|
|
3034
3140
|
{
|
|
3035
|
-
"id": "
|
|
3036
|
-
"
|
|
3037
|
-
"
|
|
3038
|
-
"value": "credentialsInBody",
|
|
3039
|
-
"binding": {
|
|
3040
|
-
"type": "zeebe:input",
|
|
3041
|
-
"name": "authentication.type"
|
|
3042
|
-
},
|
|
3141
|
+
"id": "authentication.passwordBassesUsername",
|
|
3142
|
+
"label": "Username",
|
|
3143
|
+
"optional": false,
|
|
3043
3144
|
"constraints": {
|
|
3044
3145
|
"notEmpty": true
|
|
3045
3146
|
},
|
|
3046
|
-
"
|
|
3047
|
-
"property": "authenticationType",
|
|
3048
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
3049
|
-
}
|
|
3050
|
-
},
|
|
3051
|
-
{
|
|
3147
|
+
"feel": "optional",
|
|
3052
3148
|
"group": "authentication",
|
|
3053
|
-
"type": "Hidden",
|
|
3054
|
-
"value": "noAuth",
|
|
3055
3149
|
"binding": {
|
|
3056
|
-
"
|
|
3057
|
-
"
|
|
3058
|
-
},
|
|
3059
|
-
"constraints": {
|
|
3060
|
-
"notEmpty": true
|
|
3150
|
+
"name": "authentication.username",
|
|
3151
|
+
"type": "zeebe:input"
|
|
3061
3152
|
},
|
|
3062
3153
|
"condition": {
|
|
3063
|
-
"property": "
|
|
3064
|
-
"
|
|
3065
|
-
|
|
3154
|
+
"property": "authentication.type",
|
|
3155
|
+
"equals": "passwordBasedAuthentication",
|
|
3156
|
+
"type": "simple"
|
|
3157
|
+
},
|
|
3158
|
+
"type": "String"
|
|
3066
3159
|
},
|
|
3067
3160
|
{
|
|
3068
|
-
"id": "
|
|
3069
|
-
"
|
|
3070
|
-
"
|
|
3071
|
-
"value": "noAuth",
|
|
3072
|
-
"binding": {
|
|
3073
|
-
"type": "zeebe:input",
|
|
3074
|
-
"name": "authentication.type"
|
|
3075
|
-
},
|
|
3161
|
+
"id": "authentication.password",
|
|
3162
|
+
"label": "Password",
|
|
3163
|
+
"optional": false,
|
|
3076
3164
|
"constraints": {
|
|
3077
3165
|
"notEmpty": true
|
|
3078
3166
|
},
|
|
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
3167
|
"feel": "optional",
|
|
3168
|
+
"group": "authentication",
|
|
3102
3169
|
"binding": {
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
3105
|
-
},
|
|
3106
|
-
"constraints": {
|
|
3107
|
-
"notEmpty": true
|
|
3170
|
+
"name": "authentication.password",
|
|
3171
|
+
"type": "zeebe:input"
|
|
3108
3172
|
},
|
|
3109
3173
|
"condition": {
|
|
3110
|
-
"property": "
|
|
3111
|
-
"
|
|
3112
|
-
|
|
3174
|
+
"property": "authentication.type",
|
|
3175
|
+
"equals": "passwordBasedAuthentication",
|
|
3176
|
+
"type": "simple"
|
|
3177
|
+
},
|
|
3178
|
+
"type": "String"
|
|
3113
3179
|
},
|
|
3114
3180
|
{
|
|
3115
|
-
"
|
|
3116
|
-
"
|
|
3117
|
-
"
|
|
3118
|
-
"feel": "optional",
|
|
3119
|
-
"binding": {
|
|
3120
|
-
"type": "zeebe:input",
|
|
3121
|
-
"name": "authentication.request.body.password"
|
|
3122
|
-
},
|
|
3181
|
+
"id": "authentication.multipleLogin",
|
|
3182
|
+
"label": "Multiple login",
|
|
3183
|
+
"optional": false,
|
|
3123
3184
|
"constraints": {
|
|
3124
3185
|
"notEmpty": true
|
|
3125
3186
|
},
|
|
3126
|
-
"condition": {
|
|
3127
|
-
"property": "authenticationType",
|
|
3128
|
-
"equals": "userNamePasswordAuth"
|
|
3129
|
-
}
|
|
3130
|
-
},
|
|
3131
|
-
{
|
|
3132
|
-
"label": "API key",
|
|
3133
3187
|
"group": "authentication",
|
|
3134
|
-
"type": "String",
|
|
3135
|
-
"feel": "optional",
|
|
3136
3188
|
"binding": {
|
|
3137
|
-
"
|
|
3138
|
-
"
|
|
3139
|
-
},
|
|
3140
|
-
"constraints": {
|
|
3141
|
-
"notEmpty": true
|
|
3189
|
+
"name": "authentication.multipleLogin",
|
|
3190
|
+
"type": "zeebe:input"
|
|
3142
3191
|
},
|
|
3143
3192
|
"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>",
|
|
3193
|
+
"property": "authentication.type",
|
|
3194
|
+
"equals": "passwordBasedAuthentication",
|
|
3195
|
+
"type": "simple"
|
|
3196
|
+
},
|
|
3152
3197
|
"type": "Dropdown",
|
|
3153
|
-
"value": "false",
|
|
3154
3198
|
"choices": [
|
|
3155
3199
|
{
|
|
3156
3200
|
"name": "TRUE",
|
|
@@ -3160,297 +3204,253 @@
|
|
|
3160
3204
|
"name": "FALSE",
|
|
3161
3205
|
"value": "false"
|
|
3162
3206
|
}
|
|
3163
|
-
]
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3207
|
+
]
|
|
3208
|
+
},
|
|
3209
|
+
{
|
|
3210
|
+
"id": "authentication.apiUsername",
|
|
3211
|
+
"label": "Username",
|
|
3212
|
+
"optional": false,
|
|
3168
3213
|
"constraints": {
|
|
3169
3214
|
"notEmpty": true
|
|
3170
3215
|
},
|
|
3171
|
-
"condition": {
|
|
3172
|
-
"property": "authenticationType",
|
|
3173
|
-
"equals": "userNamePasswordAuth"
|
|
3174
|
-
}
|
|
3175
|
-
},
|
|
3176
|
-
{
|
|
3177
|
-
"label": "Token",
|
|
3178
|
-
"group": "authentication",
|
|
3179
|
-
"type": "String",
|
|
3180
3216
|
"feel": "optional",
|
|
3217
|
+
"group": "authentication",
|
|
3181
3218
|
"binding": {
|
|
3182
|
-
"
|
|
3183
|
-
"
|
|
3184
|
-
},
|
|
3185
|
-
"constraints": {
|
|
3186
|
-
"notEmpty": true
|
|
3219
|
+
"name": "authentication.username",
|
|
3220
|
+
"type": "zeebe:input"
|
|
3187
3221
|
},
|
|
3188
3222
|
"condition": {
|
|
3189
|
-
"property": "
|
|
3190
|
-
"equals": "
|
|
3191
|
-
|
|
3223
|
+
"property": "authentication.type",
|
|
3224
|
+
"equals": "apiKeyAuthentication",
|
|
3225
|
+
"type": "simple"
|
|
3226
|
+
},
|
|
3227
|
+
"type": "String"
|
|
3192
3228
|
},
|
|
3193
3229
|
{
|
|
3194
|
-
"
|
|
3195
|
-
"
|
|
3196
|
-
"
|
|
3197
|
-
"binding": {
|
|
3198
|
-
"type": "zeebe:input",
|
|
3199
|
-
"name": "headers"
|
|
3200
|
-
},
|
|
3230
|
+
"id": "authentication.apiKey",
|
|
3231
|
+
"label": "API key",
|
|
3232
|
+
"optional": false,
|
|
3201
3233
|
"constraints": {
|
|
3202
3234
|
"notEmpty": true
|
|
3203
3235
|
},
|
|
3236
|
+
"feel": "optional",
|
|
3237
|
+
"group": "authentication",
|
|
3238
|
+
"binding": {
|
|
3239
|
+
"name": "authentication.apiKey",
|
|
3240
|
+
"type": "zeebe:input"
|
|
3241
|
+
},
|
|
3204
3242
|
"condition": {
|
|
3205
|
-
"property": "
|
|
3206
|
-
"equals": "
|
|
3207
|
-
|
|
3243
|
+
"property": "authentication.type",
|
|
3244
|
+
"equals": "apiKeyAuthentication",
|
|
3245
|
+
"type": "simple"
|
|
3246
|
+
},
|
|
3247
|
+
"type": "String"
|
|
3208
3248
|
},
|
|
3209
3249
|
{
|
|
3210
|
-
"
|
|
3211
|
-
"
|
|
3212
|
-
"
|
|
3213
|
-
"binding": {
|
|
3214
|
-
"type": "zeebe:input",
|
|
3215
|
-
"name": "authentication.outputHeaders"
|
|
3216
|
-
},
|
|
3250
|
+
"id": "authentication.token",
|
|
3251
|
+
"label": "Token",
|
|
3252
|
+
"optional": false,
|
|
3217
3253
|
"constraints": {
|
|
3218
3254
|
"notEmpty": true
|
|
3219
3255
|
},
|
|
3256
|
+
"feel": "optional",
|
|
3257
|
+
"group": "authentication",
|
|
3258
|
+
"binding": {
|
|
3259
|
+
"name": "authentication.token",
|
|
3260
|
+
"type": "zeebe:input"
|
|
3261
|
+
},
|
|
3220
3262
|
"condition": {
|
|
3221
|
-
"property": "
|
|
3222
|
-
"
|
|
3223
|
-
|
|
3263
|
+
"property": "authentication.type",
|
|
3264
|
+
"equals": "tokenBasedAuthentication",
|
|
3265
|
+
"type": "simple"
|
|
3266
|
+
},
|
|
3267
|
+
"type": "String"
|
|
3224
3268
|
},
|
|
3225
3269
|
{
|
|
3226
|
-
"
|
|
3227
|
-
"
|
|
3270
|
+
"id": "operation.queueId",
|
|
3271
|
+
"label": "Work queue ID",
|
|
3272
|
+
"description": "The queue ID of the item",
|
|
3228
3273
|
"optional": false,
|
|
3229
|
-
"value": "=controlRoomURL+\"/v1/authentication\"",
|
|
3230
|
-
"binding": {
|
|
3231
|
-
"type": "zeebe:input",
|
|
3232
|
-
"name": "authentication.request.url"
|
|
3233
|
-
},
|
|
3234
3274
|
"constraints": {
|
|
3235
3275
|
"notEmpty": true
|
|
3236
3276
|
},
|
|
3237
|
-
"
|
|
3238
|
-
|
|
3239
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
3240
|
-
}
|
|
3241
|
-
},
|
|
3242
|
-
{
|
|
3243
|
-
"description": "method for request",
|
|
3244
|
-
"type": "Hidden",
|
|
3245
|
-
"value": "post",
|
|
3277
|
+
"feel": "optional",
|
|
3278
|
+
"group": "input",
|
|
3246
3279
|
"binding": {
|
|
3247
|
-
"
|
|
3248
|
-
"
|
|
3280
|
+
"name": "operation.queueId",
|
|
3281
|
+
"type": "zeebe:input"
|
|
3249
3282
|
},
|
|
3250
3283
|
"condition": {
|
|
3251
|
-
"property": "
|
|
3252
|
-
"
|
|
3253
|
-
|
|
3284
|
+
"property": "operation.type",
|
|
3285
|
+
"equals": "addWorkItemsToTheQueue",
|
|
3286
|
+
"type": "simple"
|
|
3287
|
+
},
|
|
3288
|
+
"type": "String"
|
|
3254
3289
|
},
|
|
3255
3290
|
{
|
|
3256
|
-
"
|
|
3257
|
-
"
|
|
3258
|
-
"description": "
|
|
3259
|
-
"type": "String",
|
|
3291
|
+
"id": "operation.data",
|
|
3292
|
+
"label": "Work item json data",
|
|
3293
|
+
"description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
3260
3294
|
"optional": false,
|
|
3261
|
-
"feel": "optional",
|
|
3262
|
-
"binding": {
|
|
3263
|
-
"type": "zeebe:input",
|
|
3264
|
-
"name": "queueId"
|
|
3265
|
-
},
|
|
3266
3295
|
"constraints": {
|
|
3267
3296
|
"notEmpty": true
|
|
3268
3297
|
},
|
|
3298
|
+
"feel": "required",
|
|
3299
|
+
"group": "input",
|
|
3300
|
+
"binding": {
|
|
3301
|
+
"name": "operation.data",
|
|
3302
|
+
"type": "zeebe:input"
|
|
3303
|
+
},
|
|
3269
3304
|
"condition": {
|
|
3270
|
-
"property": "
|
|
3271
|
-
"
|
|
3272
|
-
|
|
3305
|
+
"property": "operation.type",
|
|
3306
|
+
"equals": "addWorkItemsToTheQueue",
|
|
3307
|
+
"type": "simple"
|
|
3308
|
+
},
|
|
3309
|
+
"type": "Text"
|
|
3273
3310
|
},
|
|
3274
3311
|
{
|
|
3275
|
-
"
|
|
3276
|
-
"
|
|
3312
|
+
"id": "operation.workQueueId",
|
|
3313
|
+
"label": "Work queue ID",
|
|
3314
|
+
"description": "The queue ID of the item",
|
|
3277
3315
|
"optional": false,
|
|
3278
|
-
"value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
|
|
3279
|
-
"binding": {
|
|
3280
|
-
"type": "zeebe:input",
|
|
3281
|
-
"name": "url"
|
|
3282
|
-
},
|
|
3283
3316
|
"constraints": {
|
|
3284
3317
|
"notEmpty": true
|
|
3285
3318
|
},
|
|
3319
|
+
"feel": "optional",
|
|
3320
|
+
"group": "input",
|
|
3321
|
+
"binding": {
|
|
3322
|
+
"name": "operation.queueId",
|
|
3323
|
+
"type": "zeebe:input"
|
|
3324
|
+
},
|
|
3286
3325
|
"condition": {
|
|
3287
|
-
"property": "
|
|
3288
|
-
"
|
|
3289
|
-
|
|
3326
|
+
"property": "operation.type",
|
|
3327
|
+
"equals": "listWorkItemsInQueue",
|
|
3328
|
+
"type": "simple"
|
|
3329
|
+
},
|
|
3330
|
+
"type": "String"
|
|
3290
3331
|
},
|
|
3291
3332
|
{
|
|
3333
|
+
"id": "operation.workItemId",
|
|
3292
3334
|
"label": "Work item ID",
|
|
3293
3335
|
"description": "The queue item identifier to be fetched from queue",
|
|
3294
|
-
"group": "input",
|
|
3295
|
-
"type": "String",
|
|
3296
|
-
"feel": "optional",
|
|
3297
3336
|
"optional": false,
|
|
3298
|
-
"binding": {
|
|
3299
|
-
"type": "zeebe:input",
|
|
3300
|
-
"name": "workItemId"
|
|
3301
|
-
},
|
|
3302
3337
|
"constraints": {
|
|
3303
3338
|
"notEmpty": true
|
|
3304
3339
|
},
|
|
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>",
|
|
3340
|
+
"feel": "static",
|
|
3313
3341
|
"group": "input",
|
|
3314
|
-
"type": "String",
|
|
3315
|
-
"feel": "required",
|
|
3316
3342
|
"binding": {
|
|
3317
|
-
"
|
|
3318
|
-
"
|
|
3319
|
-
},
|
|
3320
|
-
"constraints": {
|
|
3321
|
-
"notEmpty": true
|
|
3343
|
+
"name": "operation.workItemId",
|
|
3344
|
+
"type": "zeebe:input"
|
|
3322
3345
|
},
|
|
3323
3346
|
"condition": {
|
|
3324
|
-
"property": "
|
|
3325
|
-
"
|
|
3326
|
-
|
|
3327
|
-
},
|
|
3328
|
-
{
|
|
3329
|
-
"description": "body with a new work item",
|
|
3330
|
-
"type": "Hidden",
|
|
3331
|
-
"optional": false,
|
|
3332
|
-
"value": "={\"workItems\":[{\"json\":itemData}]}",
|
|
3333
|
-
"binding": {
|
|
3334
|
-
"type": "zeebe:input",
|
|
3335
|
-
"name": "body"
|
|
3336
|
-
},
|
|
3337
|
-
"constraints": {
|
|
3338
|
-
"notEmpty": true
|
|
3347
|
+
"property": "operation.type",
|
|
3348
|
+
"equals": "listWorkItemsInQueue",
|
|
3349
|
+
"type": "simple"
|
|
3339
3350
|
},
|
|
3340
|
-
"
|
|
3341
|
-
"property": "operationType",
|
|
3342
|
-
"oneOf": ["addWorkItemsToTheQueue"]
|
|
3343
|
-
}
|
|
3351
|
+
"type": "Number"
|
|
3344
3352
|
},
|
|
3345
3353
|
{
|
|
3346
|
-
"
|
|
3347
|
-
"
|
|
3348
|
-
"
|
|
3349
|
-
"
|
|
3354
|
+
"id": "configuration.connectionTimeoutInSeconds",
|
|
3355
|
+
"label": "Connection timeout in seconds",
|
|
3356
|
+
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
3357
|
+
"optional": true,
|
|
3358
|
+
"value": 20,
|
|
3359
|
+
"feel": "static",
|
|
3360
|
+
"group": "timeout",
|
|
3350
3361
|
"binding": {
|
|
3351
|
-
"
|
|
3352
|
-
"
|
|
3353
|
-
},
|
|
3354
|
-
"constraints": {
|
|
3355
|
-
"notEmpty": true
|
|
3362
|
+
"name": "configuration.connectionTimeoutInSeconds",
|
|
3363
|
+
"type": "zeebe:input"
|
|
3356
3364
|
},
|
|
3357
|
-
"
|
|
3358
|
-
"property": "operationType",
|
|
3359
|
-
"oneOf": ["listWorkItemsInQueue"]
|
|
3360
|
-
}
|
|
3365
|
+
"type": "Number"
|
|
3361
3366
|
},
|
|
3362
3367
|
{
|
|
3363
|
-
"
|
|
3364
|
-
"
|
|
3365
|
-
"
|
|
3366
|
-
"value": "
|
|
3368
|
+
"id": "version",
|
|
3369
|
+
"label": "Version",
|
|
3370
|
+
"description": "Version of the element template",
|
|
3371
|
+
"value": "3",
|
|
3372
|
+
"group": "connector",
|
|
3367
3373
|
"binding": {
|
|
3368
|
-
"
|
|
3369
|
-
"
|
|
3370
|
-
},
|
|
3371
|
-
"constraints": {
|
|
3372
|
-
"notEmpty": true
|
|
3374
|
+
"key": "elementTemplateVersion",
|
|
3375
|
+
"type": "zeebe:taskHeader"
|
|
3373
3376
|
},
|
|
3374
|
-
"
|
|
3375
|
-
"property": "operationType",
|
|
3376
|
-
"oneOf": ["listWorkItemsInQueue"]
|
|
3377
|
-
}
|
|
3377
|
+
"type": "Hidden"
|
|
3378
3378
|
},
|
|
3379
3379
|
{
|
|
3380
|
-
"
|
|
3381
|
-
"
|
|
3382
|
-
"
|
|
3383
|
-
"
|
|
3384
|
-
"
|
|
3380
|
+
"id": "id",
|
|
3381
|
+
"label": "ID",
|
|
3382
|
+
"description": "ID of the element template",
|
|
3383
|
+
"value": "io.camunda.connectors.AutomationAnywhere",
|
|
3384
|
+
"group": "connector",
|
|
3385
3385
|
"binding": {
|
|
3386
|
-
"
|
|
3387
|
-
"
|
|
3386
|
+
"key": "elementTemplateId",
|
|
3387
|
+
"type": "zeebe:taskHeader"
|
|
3388
3388
|
},
|
|
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
|
-
}
|
|
3389
|
+
"type": "Hidden"
|
|
3398
3390
|
},
|
|
3399
3391
|
{
|
|
3392
|
+
"id": "resultVariable",
|
|
3400
3393
|
"label": "Result variable",
|
|
3401
|
-
"description": "Name of variable to store the response in
|
|
3394
|
+
"description": "Name of variable to store the response in",
|
|
3402
3395
|
"group": "output",
|
|
3403
|
-
"type": "String",
|
|
3404
3396
|
"binding": {
|
|
3405
|
-
"
|
|
3406
|
-
"
|
|
3407
|
-
}
|
|
3397
|
+
"key": "resultVariable",
|
|
3398
|
+
"type": "zeebe:taskHeader"
|
|
3399
|
+
},
|
|
3400
|
+
"type": "String"
|
|
3408
3401
|
},
|
|
3409
3402
|
{
|
|
3403
|
+
"id": "resultExpression",
|
|
3410
3404
|
"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",
|
|
3405
|
+
"description": "Expression to map the response into process variables",
|
|
3415
3406
|
"feel": "required",
|
|
3416
|
-
"
|
|
3407
|
+
"group": "output",
|
|
3417
3408
|
"binding": {
|
|
3418
|
-
"
|
|
3419
|
-
"
|
|
3409
|
+
"key": "resultExpression",
|
|
3410
|
+
"type": "zeebe:taskHeader"
|
|
3420
3411
|
},
|
|
3421
|
-
"
|
|
3422
|
-
"property": "operationType",
|
|
3423
|
-
"oneOf": ["listWorkItemsInQueue"]
|
|
3424
|
-
}
|
|
3412
|
+
"type": "Text"
|
|
3425
3413
|
},
|
|
3426
3414
|
{
|
|
3427
|
-
"
|
|
3428
|
-
"
|
|
3429
|
-
"description": "Expression to
|
|
3430
|
-
"group": "output",
|
|
3431
|
-
"type": "String",
|
|
3415
|
+
"id": "errorExpression",
|
|
3416
|
+
"label": "Error expression",
|
|
3417
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
3432
3418
|
"feel": "required",
|
|
3433
|
-
"
|
|
3419
|
+
"group": "error",
|
|
3434
3420
|
"binding": {
|
|
3435
|
-
"
|
|
3436
|
-
"
|
|
3421
|
+
"key": "errorExpression",
|
|
3422
|
+
"type": "zeebe:taskHeader"
|
|
3437
3423
|
},
|
|
3438
|
-
"
|
|
3439
|
-
"property": "operationType",
|
|
3440
|
-
"oneOf": ["addWorkItemsToTheQueue"]
|
|
3441
|
-
}
|
|
3424
|
+
"type": "Text"
|
|
3442
3425
|
},
|
|
3443
3426
|
{
|
|
3444
|
-
"
|
|
3445
|
-
"
|
|
3446
|
-
"
|
|
3447
|
-
"
|
|
3448
|
-
"feel": "
|
|
3427
|
+
"id": "retryCount",
|
|
3428
|
+
"label": "Retries",
|
|
3429
|
+
"description": "Number of retries",
|
|
3430
|
+
"value": "3",
|
|
3431
|
+
"feel": "optional",
|
|
3432
|
+
"group": "retries",
|
|
3449
3433
|
"binding": {
|
|
3450
|
-
"
|
|
3451
|
-
"
|
|
3452
|
-
}
|
|
3434
|
+
"property": "retries",
|
|
3435
|
+
"type": "zeebe:taskDefinition"
|
|
3436
|
+
},
|
|
3437
|
+
"type": "String"
|
|
3438
|
+
},
|
|
3439
|
+
{
|
|
3440
|
+
"id": "retryBackoff",
|
|
3441
|
+
"label": "Retry backoff",
|
|
3442
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
3443
|
+
"value": "PT0S",
|
|
3444
|
+
"group": "retries",
|
|
3445
|
+
"binding": {
|
|
3446
|
+
"key": "retryBackoff",
|
|
3447
|
+
"type": "zeebe:taskHeader"
|
|
3448
|
+
},
|
|
3449
|
+
"type": "String"
|
|
3453
3450
|
}
|
|
3454
|
-
]
|
|
3451
|
+
],
|
|
3452
|
+
"icon": {
|
|
3453
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgNjUyIDY1Micgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjUyIDY1MjsnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0ndGV4dC9jc3MnPi5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6dXJsKCNTVkdJRF8zXyk7fSAuc3Qxe29wYWNpdHk6MC4zO30KICAgICAgICAgICAgLnN0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81Xyk7ZmlsbDp1cmwoI1NWR0lEXzZfKTt9IC5zdDN7ZmlsbDojNDA0MDQxO30gLnN0NHtmaWxsOiNGNzk4Mzc7fQogICAgICAgIDwvc3R5bGU+CiAgICA8L2RlZnM+CiAgICA8ZyBzdHlsZT0nJyB0cmFuc2Zvcm09J21hdHJpeCgyLjgzODk0NiwgMCwgMCwgMi44MDcxMjYsIC00NC41MzQzNjMsIC01NzguMzQzMzg0KSc+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzFfJwogICAgICAgICAgICAgICAgICAgICAgZD0nTTE5OS41LDQxMi43bC0wLjItMC41bC0wLjUtMWwtMTEuNy0zMS41YzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwLjFsMCwwYzEuMiwwLjksMi4yLDIuMiwzLDMuNyBjMC45LDEuNywxLjQsMy41LDEuNCw1LjVjMCw2LjQtNS4yLDExLjYtMTEuNiwxMS42QzIwNS41LDQyMC42LDIwMS4xLDQxNy40LDE5OS41LDQxMi43IE0xMDMuMywyMjkuNmMxLjUtNC4xLDQuOS02LjksOC43LTcgYzAsMCwwLjEsMCwwLjEsMGMzLjgsMC4yLDcuMiwyLjksOC43LDdsNDguMywxMzIuNmMtMTAuNy0yLjctMjEuNy00LjEtMzIuOS00LjFjLTIzLjUsMC00Ni43LDYuMi02Ni45LDE4IGMtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42TDEwMy4zLDIyOS42eiBNMTEwLjksMjEyYy03LjgsMC42LTE0LjcsNi0xNy42LDE0TDIxLDQyNC41Yy0xLDIuOCwwLjQsNS44LDMuMiw2LjggYzAuNiwwLjIsMS4yLDAuMywxLjgsMC4zYzEuNywwLDMuMy0wLjgsNC4zLTIuMmMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjgtMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjksMCwyNS42LDIsMzcuNiw1LjlsMTUuMyw0MS4xbDAuNSwwLjljMy4yLDguOCwxMS41LDE0LjcsMjAuOSwxNC43YzEyLjMsMCwyMi4yLTEwLDIyLjItMjIuMiBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC43LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42bC0xLjEtMi44bC0wLjEsMCBMMTMwLjgsMjI2Yy0yLjktNy45LTkuNy0xMy4zLTE3LjYtMTRjLTAuMywwLTAuNi0wLjEtMC45LTAuMWMtMC4xLDAtMC4yLDAtMC4yLDBjLTAuMSwwLTAuMiwwLTAuMiwwIEMxMTEuNSwyMTEuOSwxMTEuMiwyMTIsMTEwLjksMjEyJy8+CiAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF8yXyc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTk5LjUsNDEyLjdsLTAuMi0wLjVsLTAuNS0xbC0xMS43LTMxLjVjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjAuMWwwLDBjMS4yLDAuOSwyLjIsMi4yLDMsMy43IGMwLjksMS43LDEuNCwzLjUsMS40LDUuNWMwLDYuNC01LjIsMTEuNi0xMS42LDExLjZDMjA1LjUsNDIwLjYsMjAxLjEsNDE3LjQsMTk5LjUsNDEyLjcgTTEwMy4zLDIyOS42YzEuNS00LjEsNC45LTYuOSw4LjctNyBjMCwwLDAuMSwwLDAuMSwwYzMuOCwwLjIsNy4yLDIuOSw4LjcsN2w0OC4zLDEzMi42Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMWMtMjMuNSwwLTQ2LjcsNi4yLTY2LjksMTggYy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZMMTAzLjMsMjI5LjZ6IE0xMTAuOSwyMTJjLTcuOCwwLjYtMTQuNyw2LTE3LjYsMTRMMjEsNDI0LjVjLTEsMi44LDAuNCw1LjgsMy4yLDYuOCBjMC42LDAuMiwxLjIsMC4zLDEuOCwwLjNjMS43LDAsMy4zLTAuOCw0LjMtMi4yYzAuMi0wLjIsMC4zLTAuNCwwLjUtMC43YzEwLjctMTgsMjUuOC0zMy4xLDQzLjktNDMuNiBjMTguNi0xMC44LDM5LjktMTYuNiw2MS42LTE2LjZjMTIuOSwwLDI1LjYsMiwzNy42LDUuOWwxNS4zLDQxLjFsMC41LDAuOWMzLjIsOC44LDExLjUsMTQuNywyMC45LDE0LjdjMTIuMywwLDIyLjItMTAsMjIuMi0yMi4yIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjctMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZsLTEuMS0yLjhsLTAuMSwwIEwxMzAuOCwyMjZjLTIuOS03LjktOS43LTEzLjMtMTcuNi0xNGMtMC4zLDAtMC42LTAuMS0wLjktMC4xYy0wLjEsMC0wLjIsMC0wLjIsMGMtMC4xLDAtMC4yLDAtMC4yLDAgQzExMS41LDIxMS45LDExMS4yLDIxMiwxMTAuOSwyMTInCiAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzNfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy00LjkzOCcgeTE9Jzc0My4wMjAzJyB4Mj0nMS45NzkyJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgeTI9Jzc0My4wMjAzJyBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDMwLjY1OCAwIDAgLTMwLjY1OCAxNzIuMDgwMyAyMzEwMS4zNDE4KSc+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkREMTUnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4wMzQzJyBzdHlsZT0nc3RvcC1jb2xvcjojRkVEMjE3Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuMTY2Mycgc3R5bGU9J3N0b3AtY29sb3I6I0ZBQUQxQycvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMwNDknIHN0eWxlPSdzdG9wLWNvbG9yOiNGNjhGMjAnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC40NScgc3R5bGU9J3N0b3AtY29sb3I6I0YzNzgyNCcvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYwNDUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMTY3MjYnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC43NzQ3JyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1RDI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuOTkxJyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1QTI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMDVBMjgnLz4KICAgICAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgICAgICAgICAgPHJlY3QgeD0nMjAnIHk9JzIxMS45JyBjbGFzcz0nc3QwJyB3aWR0aD0nMjEyLjgnIGhlaWdodD0nMjE5LjcnLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnIGNsYXNzPSdzdDEnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzRfJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZD0nTTE4Ny4zLDM4MC4zYzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwbDAsMGMxLjIsMSwyLjIsMi4yLDMsMy43YzAuOSwxLjcsMS40LDMuNSwxLjQsNS41SDIzMyBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC42LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42TDE4Ny4zLDM4MC4zeiBNNjkuNSwzNzYuN2MtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42bC0xMi4yLDMyLjhjMC4yLTAuMiwwLjMtMC40LDAuNS0wLjdjMTAuNy0xOCwyNS45LTMzLjEsNDMuOS00My42IGMxOC42LTEwLjgsMzkuOS0xNi42LDYxLjYtMTYuNmMxMi4xLDAsMjUuMSwxLjksMzcuNiw1LjlsLTQuNy0xMi40Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMSBDMTEyLjksMzU4LjcsODkuOCwzNjQuOSw2OS41LDM3Ni43Jy8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF81Xyc+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTg3LjMsMzgwLjNjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjBsMCwwYzEuMiwxLDIuMiwyLjIsMywzLjdjMC45LDEuNywxLjQsMy41LDEuNCw1LjVIMjMzIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjYtMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZMMTg3LjMsMzgwLjN6IE02OS41LDM3Ni43Yy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZsLTEyLjIsMzIuOGMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjktMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjEsMCwyNS4xLDEuOSwzNy42LDUuOWwtNC43LTEyLjRjLTEwLjctMi43LTIxLjctNC4xLTMyLjktNC4xIEMxMTIuOSwzNTguNyw4OS44LDM2NC45LDY5LjUsMzc2LjcnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzZfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy01LjQwNDInIHkxPSc3NDEuNDczJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeDI9JzEuNTEzMScgeTI9Jzc0MS40NzMnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDI5LjI3NDggMCAwIC0yOS4yNzQ4IDE4OC43MTUyIDIyMTAwLjg0NzcpJz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCcgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMyODUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4zNzQ1JyBzdHlsZT0nc3RvcC1jb2xvcjojRkJGQkZCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNDIzMycgc3R5bGU9J3N0b3AtY29sb3I6I0VFRUVFRScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjQ3MzUnIHN0eWxlPSdzdG9wLWNvbG9yOiNEOUQ5RDknLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC41MjQ2JyBzdHlsZT0nc3RvcC1jb2xvcjojQkNCQkJCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNTc2NCcgc3R5bGU9J3N0b3AtY29sb3I6Izk2OTU5NScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYyODgnIHN0eWxlPSdzdG9wLWNvbG9yOiM2ODY2NjYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC42ODA4JyBzdHlsZT0nc3RvcC1jb2xvcjojMzMyRjMwJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNjk0OCcgc3R5bGU9J3N0b3AtY29sb3I6IzIzMUYyMCcvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjkzMDEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMScgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCB4PSczMC41JyB5PSczNTguNycgY2xhc3M9J3N0Micgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4Jy8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDxnLz4KICAgIDwvZz4KPC9zdmc+"
|
|
3454
|
+
}
|
|
3455
3455
|
}
|
|
3456
3456
|
]
|