@camunda/connectors-element-templates 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -4,13 +4,17 @@
|
|
|
4
4
|
"name": "Automation Anywhere Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AutomationAnywhere",
|
|
6
6
|
"description": "Manage work items in Automation Anywhere queues.",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
7
|
+
"keywords": [
|
|
8
|
+
"add work item to queue",
|
|
9
|
+
"get work item from queue",
|
|
10
|
+
"get work item result from queue by ID",
|
|
11
|
+
"get work item result by ID",
|
|
12
|
+
"queue item",
|
|
13
|
+
"work queue",
|
|
14
|
+
"RPA",
|
|
15
|
+
"robot",
|
|
16
|
+
"automation"
|
|
17
|
+
],
|
|
14
18
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
15
19
|
"version": 3,
|
|
16
20
|
"category": {
|
|
@@ -386,7 +390,7 @@
|
|
|
386
390
|
{
|
|
387
391
|
"id": "resultVariable",
|
|
388
392
|
"label": "Result variable",
|
|
389
|
-
"description": "Name of variable to store the response in",
|
|
393
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
390
394
|
"group": "output",
|
|
391
395
|
"binding": {
|
|
392
396
|
"key": "resultVariable",
|
|
@@ -397,7 +401,7 @@
|
|
|
397
401
|
{
|
|
398
402
|
"id": "resultExpression",
|
|
399
403
|
"label": "Result expression",
|
|
400
|
-
"description": "Expression to map the response into process variables",
|
|
404
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
401
405
|
"feel": "required",
|
|
402
406
|
"group": "output",
|
|
403
407
|
"binding": {
|
|
@@ -451,20 +455,17 @@
|
|
|
451
455
|
{
|
|
452
456
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
453
457
|
"name": "Automation Anywhere Outbound Connector",
|
|
454
|
-
"id": "io.camunda.connectors.AutomationAnywhere",
|
|
455
|
-
"
|
|
458
|
+
"id": "io.camunda.connectors.AutomationAnywhere.v1",
|
|
459
|
+
"version": 3,
|
|
460
|
+
"description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
456
461
|
"deprecated": {
|
|
457
|
-
"message": "This
|
|
462
|
+
"message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
|
|
463
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
|
|
458
464
|
},
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"add work item to queue",
|
|
462
|
-
"get work item from queue",
|
|
463
|
-
"get work item result from queue by ID"
|
|
464
|
-
]
|
|
465
|
+
"icon": {
|
|
466
|
+
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
|
|
465
467
|
},
|
|
466
468
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
467
|
-
"version": 2,
|
|
468
469
|
"category": {
|
|
469
470
|
"id": "connectors",
|
|
470
471
|
"name": "Connectors"
|
|
@@ -473,57 +474,48 @@
|
|
|
473
474
|
"elementType": {
|
|
474
475
|
"value": "bpmn:ServiceTask"
|
|
475
476
|
},
|
|
477
|
+
"engines": {
|
|
478
|
+
"camunda": "^8.2"
|
|
479
|
+
},
|
|
476
480
|
"groups": [
|
|
477
481
|
{
|
|
478
482
|
"id": "operation",
|
|
479
483
|
"label": "Operation"
|
|
480
484
|
},
|
|
481
|
-
{
|
|
482
|
-
"id": "configuration",
|
|
483
|
-
"label": "Configuration"
|
|
484
|
-
},
|
|
485
485
|
{
|
|
486
486
|
"id": "authentication",
|
|
487
487
|
"label": "Authentication"
|
|
488
488
|
},
|
|
489
489
|
{
|
|
490
|
-
"id": "
|
|
491
|
-
"label": "
|
|
490
|
+
"id": "configuration",
|
|
491
|
+
"label": "Configuration"
|
|
492
492
|
},
|
|
493
493
|
{
|
|
494
|
-
"id": "
|
|
495
|
-
"label": "
|
|
494
|
+
"id": "input",
|
|
495
|
+
"label": "Input"
|
|
496
496
|
},
|
|
497
497
|
{
|
|
498
498
|
"id": "output",
|
|
499
|
-
"label": "Output
|
|
499
|
+
"label": "Output"
|
|
500
500
|
},
|
|
501
501
|
{
|
|
502
|
-
"id": "
|
|
502
|
+
"id": "errors",
|
|
503
503
|
"label": "Error handling"
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"id": "retries",
|
|
507
|
-
"label": "Retries"
|
|
508
504
|
}
|
|
509
505
|
],
|
|
510
506
|
"properties": [
|
|
511
507
|
{
|
|
512
|
-
"
|
|
508
|
+
"type": "Hidden",
|
|
509
|
+
"value": "io.camunda:http-json:1",
|
|
513
510
|
"binding": {
|
|
514
|
-
"
|
|
515
|
-
"
|
|
516
|
-
}
|
|
517
|
-
"type": "Hidden"
|
|
511
|
+
"type": "zeebe:taskDefinition",
|
|
512
|
+
"property": "type"
|
|
513
|
+
}
|
|
518
514
|
},
|
|
519
515
|
{
|
|
520
|
-
"
|
|
521
|
-
"
|
|
516
|
+
"label": "Operation type",
|
|
517
|
+
"id": "operationType",
|
|
522
518
|
"group": "operation",
|
|
523
|
-
"binding": {
|
|
524
|
-
"name": "operation.type",
|
|
525
|
-
"type": "zeebe:input"
|
|
526
|
-
},
|
|
527
519
|
"type": "Dropdown",
|
|
528
520
|
"choices": [
|
|
529
521
|
{
|
|
@@ -534,107 +526,176 @@
|
|
|
534
526
|
"name": "Get work item result from queue by ID",
|
|
535
527
|
"value": "listWorkItemsInQueue"
|
|
536
528
|
}
|
|
537
|
-
]
|
|
529
|
+
],
|
|
530
|
+
"binding": {
|
|
531
|
+
"type": "zeebe:input",
|
|
532
|
+
"name": "operationType"
|
|
533
|
+
}
|
|
538
534
|
},
|
|
539
535
|
{
|
|
540
|
-
"id": "configuration.controlRoomUrl",
|
|
541
536
|
"label": "Control room URL",
|
|
542
|
-
"optional": false,
|
|
543
|
-
"constraints": {
|
|
544
|
-
"notEmpty": true
|
|
545
|
-
},
|
|
546
|
-
"feel": "optional",
|
|
547
537
|
"group": "configuration",
|
|
538
|
+
"feel": "optional",
|
|
539
|
+
"description": "Automation Anywhere control room URL. Details in the <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
540
|
+
"type": "String",
|
|
548
541
|
"binding": {
|
|
549
|
-
"
|
|
550
|
-
"
|
|
542
|
+
"type": "zeebe:input",
|
|
543
|
+
"name": "controlRoomURL"
|
|
551
544
|
},
|
|
552
|
-
"
|
|
545
|
+
"constraints": {
|
|
546
|
+
"notEmpty": true,
|
|
547
|
+
"pattern": {
|
|
548
|
+
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
549
|
+
"message": "Must be a http(s) URL"
|
|
550
|
+
}
|
|
551
|
+
}
|
|
553
552
|
},
|
|
554
553
|
{
|
|
555
|
-
"id": "authentication.type",
|
|
556
554
|
"label": "Type",
|
|
557
|
-
"
|
|
558
|
-
"value": "passwordBasedAuthentication",
|
|
555
|
+
"id": "authenticationType",
|
|
559
556
|
"group": "authentication",
|
|
560
|
-
"
|
|
561
|
-
|
|
562
|
-
"type": "zeebe:input"
|
|
563
|
-
},
|
|
557
|
+
"description": "Choose the authentication type. Details in the <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
558
|
+
"value": "userNamePasswordAuth",
|
|
564
559
|
"type": "Dropdown",
|
|
565
560
|
"choices": [
|
|
566
561
|
{
|
|
567
562
|
"name": "Authenticate (username and password)",
|
|
568
|
-
"value": "
|
|
563
|
+
"value": "userNamePasswordAuth"
|
|
569
564
|
},
|
|
570
565
|
{
|
|
571
566
|
"name": "Authenticate (username and API key)",
|
|
572
|
-
"value": "
|
|
567
|
+
"value": "userNameApiKeyAuth"
|
|
573
568
|
},
|
|
574
569
|
{
|
|
575
570
|
"name": "Authentication (refresh) token",
|
|
576
|
-
"value": "
|
|
571
|
+
"value": "tokenAuth"
|
|
577
572
|
}
|
|
578
|
-
]
|
|
573
|
+
],
|
|
574
|
+
"binding": {
|
|
575
|
+
"type": "zeebe:input",
|
|
576
|
+
"name": "authentication.withoutBindingType"
|
|
577
|
+
}
|
|
579
578
|
},
|
|
580
579
|
{
|
|
581
|
-
"id": "
|
|
582
|
-
"
|
|
583
|
-
"
|
|
580
|
+
"id": "credentialsInBodyAuthType",
|
|
581
|
+
"group": "authentication",
|
|
582
|
+
"type": "Hidden",
|
|
583
|
+
"value": "credentialsInBody",
|
|
584
|
+
"binding": {
|
|
585
|
+
"type": "zeebe:input",
|
|
586
|
+
"name": "authentication.type"
|
|
587
|
+
},
|
|
584
588
|
"constraints": {
|
|
585
589
|
"notEmpty": true
|
|
586
590
|
},
|
|
587
|
-
"
|
|
591
|
+
"condition": {
|
|
592
|
+
"property": "authenticationType",
|
|
593
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
{
|
|
588
597
|
"group": "authentication",
|
|
598
|
+
"type": "Hidden",
|
|
599
|
+
"value": "noAuth",
|
|
589
600
|
"binding": {
|
|
590
|
-
"
|
|
591
|
-
"
|
|
601
|
+
"type": "zeebe:input",
|
|
602
|
+
"name": "authentication.request.authentication.type"
|
|
592
603
|
},
|
|
593
|
-
"
|
|
594
|
-
"
|
|
595
|
-
"equals": "passwordBasedAuthentication",
|
|
596
|
-
"type": "simple"
|
|
604
|
+
"constraints": {
|
|
605
|
+
"notEmpty": true
|
|
597
606
|
},
|
|
598
|
-
"
|
|
607
|
+
"condition": {
|
|
608
|
+
"property": "authenticationType",
|
|
609
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
610
|
+
}
|
|
599
611
|
},
|
|
600
612
|
{
|
|
601
|
-
"id": "
|
|
602
|
-
"
|
|
603
|
-
"
|
|
613
|
+
"id": "tokenAuthType",
|
|
614
|
+
"group": "authentication",
|
|
615
|
+
"type": "Hidden",
|
|
616
|
+
"value": "noAuth",
|
|
617
|
+
"binding": {
|
|
618
|
+
"type": "zeebe:input",
|
|
619
|
+
"name": "authentication.type"
|
|
620
|
+
},
|
|
604
621
|
"constraints": {
|
|
605
622
|
"notEmpty": true
|
|
606
623
|
},
|
|
607
|
-
"
|
|
608
|
-
|
|
624
|
+
"condition": {
|
|
625
|
+
"property": "authenticationType",
|
|
626
|
+
"oneOf": ["tokenAuth"]
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"description": "method for authentication",
|
|
631
|
+
"type": "Hidden",
|
|
632
|
+
"value": "post",
|
|
609
633
|
"binding": {
|
|
610
|
-
"
|
|
611
|
-
"
|
|
634
|
+
"type": "zeebe:input",
|
|
635
|
+
"name": "authentication.request.method"
|
|
612
636
|
},
|
|
613
637
|
"condition": {
|
|
614
|
-
"property": "
|
|
615
|
-
"
|
|
616
|
-
|
|
617
|
-
},
|
|
618
|
-
"type": "String"
|
|
638
|
+
"property": "authenticationType",
|
|
639
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
640
|
+
}
|
|
619
641
|
},
|
|
620
642
|
{
|
|
621
|
-
"
|
|
622
|
-
"
|
|
623
|
-
"
|
|
643
|
+
"label": "Username",
|
|
644
|
+
"group": "authentication",
|
|
645
|
+
"type": "String",
|
|
646
|
+
"feel": "optional",
|
|
647
|
+
"binding": {
|
|
648
|
+
"type": "zeebe:input",
|
|
649
|
+
"name": "authentication.request.body.username"
|
|
650
|
+
},
|
|
624
651
|
"constraints": {
|
|
625
652
|
"notEmpty": true
|
|
626
653
|
},
|
|
654
|
+
"condition": {
|
|
655
|
+
"property": "authenticationType",
|
|
656
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"label": "Password",
|
|
627
661
|
"group": "authentication",
|
|
662
|
+
"type": "String",
|
|
663
|
+
"feel": "optional",
|
|
628
664
|
"binding": {
|
|
629
|
-
"
|
|
630
|
-
"
|
|
665
|
+
"type": "zeebe:input",
|
|
666
|
+
"name": "authentication.request.body.password"
|
|
667
|
+
},
|
|
668
|
+
"constraints": {
|
|
669
|
+
"notEmpty": true
|
|
631
670
|
},
|
|
632
671
|
"condition": {
|
|
633
|
-
"property": "
|
|
634
|
-
"equals": "
|
|
635
|
-
|
|
672
|
+
"property": "authenticationType",
|
|
673
|
+
"equals": "userNamePasswordAuth"
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"label": "API key",
|
|
678
|
+
"group": "authentication",
|
|
679
|
+
"type": "String",
|
|
680
|
+
"feel": "optional",
|
|
681
|
+
"binding": {
|
|
682
|
+
"type": "zeebe:input",
|
|
683
|
+
"name": "authentication.request.body.apiKey"
|
|
636
684
|
},
|
|
685
|
+
"constraints": {
|
|
686
|
+
"notEmpty": true
|
|
687
|
+
},
|
|
688
|
+
"condition": {
|
|
689
|
+
"property": "authenticationType",
|
|
690
|
+
"equals": "userNameApiKeyAuth"
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"label": "Multiple login",
|
|
695
|
+
"group": "authentication",
|
|
696
|
+
"description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
637
697
|
"type": "Dropdown",
|
|
698
|
+
"value": "false",
|
|
638
699
|
"choices": [
|
|
639
700
|
{
|
|
640
701
|
"name": "TRUE",
|
|
@@ -644,241 +705,313 @@
|
|
|
644
705
|
"name": "FALSE",
|
|
645
706
|
"value": "false"
|
|
646
707
|
}
|
|
647
|
-
]
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
"optional": false,
|
|
708
|
+
],
|
|
709
|
+
"binding": {
|
|
710
|
+
"type": "zeebe:input",
|
|
711
|
+
"name": "authentication.request.body.multipleLogin"
|
|
712
|
+
},
|
|
653
713
|
"constraints": {
|
|
654
714
|
"notEmpty": true
|
|
655
715
|
},
|
|
656
|
-
"feel": "optional",
|
|
657
|
-
"group": "authentication",
|
|
658
|
-
"binding": {
|
|
659
|
-
"name": "authentication.username",
|
|
660
|
-
"type": "zeebe:input"
|
|
661
|
-
},
|
|
662
716
|
"condition": {
|
|
663
|
-
"property": "
|
|
664
|
-
"equals": "
|
|
665
|
-
|
|
666
|
-
},
|
|
667
|
-
"type": "String"
|
|
717
|
+
"property": "authenticationType",
|
|
718
|
+
"equals": "userNamePasswordAuth"
|
|
719
|
+
}
|
|
668
720
|
},
|
|
669
721
|
{
|
|
670
|
-
"
|
|
671
|
-
"
|
|
672
|
-
"
|
|
722
|
+
"label": "Token",
|
|
723
|
+
"group": "authentication",
|
|
724
|
+
"type": "String",
|
|
725
|
+
"feel": "optional",
|
|
726
|
+
"binding": {
|
|
727
|
+
"type": "zeebe:input",
|
|
728
|
+
"name": "token"
|
|
729
|
+
},
|
|
673
730
|
"constraints": {
|
|
674
731
|
"notEmpty": true
|
|
675
732
|
},
|
|
676
|
-
"
|
|
677
|
-
|
|
733
|
+
"condition": {
|
|
734
|
+
"property": "authenticationType",
|
|
735
|
+
"equals": "tokenAuth"
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"description": "Token",
|
|
740
|
+
"type": "Hidden",
|
|
741
|
+
"value": "={\"X-Authorization\":token}",
|
|
678
742
|
"binding": {
|
|
679
|
-
"
|
|
680
|
-
"
|
|
743
|
+
"type": "zeebe:input",
|
|
744
|
+
"name": "headers"
|
|
745
|
+
},
|
|
746
|
+
"constraints": {
|
|
747
|
+
"notEmpty": true
|
|
681
748
|
},
|
|
682
749
|
"condition": {
|
|
683
|
-
"property": "
|
|
684
|
-
"equals": "
|
|
685
|
-
|
|
750
|
+
"property": "authenticationType",
|
|
751
|
+
"equals": "tokenAuth"
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"description": "Output headers",
|
|
756
|
+
"type": "Hidden",
|
|
757
|
+
"value": "={\"X-Authorization\":\"asObject:token.asString\"}",
|
|
758
|
+
"binding": {
|
|
759
|
+
"type": "zeebe:input",
|
|
760
|
+
"name": "authentication.outputHeaders"
|
|
686
761
|
},
|
|
687
|
-
"
|
|
762
|
+
"constraints": {
|
|
763
|
+
"notEmpty": true
|
|
764
|
+
},
|
|
765
|
+
"condition": {
|
|
766
|
+
"property": "authenticationType",
|
|
767
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
768
|
+
}
|
|
688
769
|
},
|
|
689
770
|
{
|
|
690
|
-
"
|
|
691
|
-
"
|
|
771
|
+
"description": "Full authentication url",
|
|
772
|
+
"type": "Hidden",
|
|
692
773
|
"optional": false,
|
|
774
|
+
"value": "=controlRoomURL+\"/v1/authentication\"",
|
|
775
|
+
"binding": {
|
|
776
|
+
"type": "zeebe:input",
|
|
777
|
+
"name": "authentication.request.url"
|
|
778
|
+
},
|
|
693
779
|
"constraints": {
|
|
694
780
|
"notEmpty": true
|
|
695
781
|
},
|
|
696
|
-
"
|
|
697
|
-
|
|
782
|
+
"condition": {
|
|
783
|
+
"property": "authenticationType",
|
|
784
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"description": "method for request",
|
|
789
|
+
"type": "Hidden",
|
|
790
|
+
"value": "post",
|
|
698
791
|
"binding": {
|
|
699
|
-
"
|
|
700
|
-
"
|
|
792
|
+
"type": "zeebe:input",
|
|
793
|
+
"name": "method"
|
|
701
794
|
},
|
|
702
795
|
"condition": {
|
|
703
|
-
"property": "
|
|
704
|
-
"
|
|
705
|
-
|
|
706
|
-
},
|
|
707
|
-
"type": "String"
|
|
796
|
+
"property": "operationType",
|
|
797
|
+
"oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
|
|
798
|
+
}
|
|
708
799
|
},
|
|
709
800
|
{
|
|
710
|
-
"id": "operation.queueId",
|
|
711
801
|
"label": "Work queue ID",
|
|
802
|
+
"group": "input",
|
|
712
803
|
"description": "The queue ID of the item",
|
|
804
|
+
"type": "String",
|
|
713
805
|
"optional": false,
|
|
806
|
+
"feel": "optional",
|
|
807
|
+
"binding": {
|
|
808
|
+
"type": "zeebe:input",
|
|
809
|
+
"name": "queueId"
|
|
810
|
+
},
|
|
714
811
|
"constraints": {
|
|
715
812
|
"notEmpty": true
|
|
716
813
|
},
|
|
717
|
-
"
|
|
718
|
-
|
|
814
|
+
"condition": {
|
|
815
|
+
"property": "operationType",
|
|
816
|
+
"oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
|
|
817
|
+
}
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"description": "Add work items to the queue",
|
|
821
|
+
"type": "Hidden",
|
|
822
|
+
"optional": false,
|
|
823
|
+
"value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
|
|
719
824
|
"binding": {
|
|
720
|
-
"
|
|
721
|
-
"
|
|
825
|
+
"type": "zeebe:input",
|
|
826
|
+
"name": "url"
|
|
722
827
|
},
|
|
723
|
-
"
|
|
724
|
-
"
|
|
725
|
-
"equals": "addWorkItemsToTheQueue",
|
|
726
|
-
"type": "simple"
|
|
828
|
+
"constraints": {
|
|
829
|
+
"notEmpty": true
|
|
727
830
|
},
|
|
728
|
-
"
|
|
831
|
+
"condition": {
|
|
832
|
+
"property": "operationType",
|
|
833
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
834
|
+
}
|
|
729
835
|
},
|
|
730
836
|
{
|
|
731
|
-
"
|
|
732
|
-
"
|
|
733
|
-
"
|
|
837
|
+
"label": "Work item ID",
|
|
838
|
+
"description": "The queue item identifier to be fetched from queue",
|
|
839
|
+
"group": "input",
|
|
840
|
+
"type": "String",
|
|
841
|
+
"feel": "optional",
|
|
734
842
|
"optional": false,
|
|
843
|
+
"binding": {
|
|
844
|
+
"type": "zeebe:input",
|
|
845
|
+
"name": "workItemId"
|
|
846
|
+
},
|
|
735
847
|
"constraints": {
|
|
736
848
|
"notEmpty": true
|
|
737
849
|
},
|
|
738
|
-
"
|
|
850
|
+
"condition": {
|
|
851
|
+
"property": "operationType",
|
|
852
|
+
"oneOf": ["listWorkItemsInQueue"]
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"label": "Work item json data",
|
|
857
|
+
"description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
739
858
|
"group": "input",
|
|
859
|
+
"type": "String",
|
|
860
|
+
"feel": "required",
|
|
740
861
|
"binding": {
|
|
741
|
-
"
|
|
742
|
-
"
|
|
862
|
+
"type": "zeebe:input",
|
|
863
|
+
"name": "itemData"
|
|
743
864
|
},
|
|
744
|
-
"
|
|
745
|
-
"
|
|
746
|
-
"equals": "addWorkItemsToTheQueue",
|
|
747
|
-
"type": "simple"
|
|
865
|
+
"constraints": {
|
|
866
|
+
"notEmpty": true
|
|
748
867
|
},
|
|
749
|
-
"
|
|
868
|
+
"condition": {
|
|
869
|
+
"property": "operationType",
|
|
870
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
871
|
+
}
|
|
750
872
|
},
|
|
751
873
|
{
|
|
752
|
-
"
|
|
753
|
-
"
|
|
754
|
-
"description": "The queue ID of the item",
|
|
874
|
+
"description": "body with a new work item",
|
|
875
|
+
"type": "Hidden",
|
|
755
876
|
"optional": false,
|
|
877
|
+
"value": "={\"workItems\":[{\"json\":itemData}]}",
|
|
878
|
+
"binding": {
|
|
879
|
+
"type": "zeebe:input",
|
|
880
|
+
"name": "body"
|
|
881
|
+
},
|
|
756
882
|
"constraints": {
|
|
757
883
|
"notEmpty": true
|
|
758
884
|
},
|
|
759
|
-
"feel": "optional",
|
|
760
|
-
"group": "input",
|
|
761
|
-
"binding": {
|
|
762
|
-
"name": "operation.queueId",
|
|
763
|
-
"type": "zeebe:input"
|
|
764
|
-
},
|
|
765
885
|
"condition": {
|
|
766
|
-
"property": "
|
|
767
|
-
"
|
|
768
|
-
|
|
769
|
-
},
|
|
770
|
-
"type": "String"
|
|
886
|
+
"property": "operationType",
|
|
887
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
888
|
+
}
|
|
771
889
|
},
|
|
772
890
|
{
|
|
773
|
-
"
|
|
774
|
-
"
|
|
775
|
-
"description": "The queue item identifier to be fetched from queue",
|
|
891
|
+
"label": "filter for getting item by id",
|
|
892
|
+
"type": "Hidden",
|
|
776
893
|
"optional": false,
|
|
894
|
+
"value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
|
|
895
|
+
"binding": {
|
|
896
|
+
"type": "zeebe:input",
|
|
897
|
+
"name": "body"
|
|
898
|
+
},
|
|
777
899
|
"constraints": {
|
|
778
900
|
"notEmpty": true
|
|
779
901
|
},
|
|
780
|
-
"
|
|
781
|
-
|
|
902
|
+
"condition": {
|
|
903
|
+
"property": "operationType",
|
|
904
|
+
"oneOf": ["listWorkItemsInQueue"]
|
|
905
|
+
}
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"description": "List work items in queue",
|
|
909
|
+
"type": "Hidden",
|
|
910
|
+
"optional": false,
|
|
911
|
+
"value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
|
|
782
912
|
"binding": {
|
|
783
|
-
"
|
|
784
|
-
"
|
|
913
|
+
"type": "zeebe:input",
|
|
914
|
+
"name": "url"
|
|
785
915
|
},
|
|
786
|
-
"
|
|
787
|
-
"
|
|
788
|
-
"equals": "listWorkItemsInQueue",
|
|
789
|
-
"type": "simple"
|
|
916
|
+
"constraints": {
|
|
917
|
+
"notEmpty": true
|
|
790
918
|
},
|
|
791
|
-
"
|
|
919
|
+
"condition": {
|
|
920
|
+
"property": "operationType",
|
|
921
|
+
"oneOf": ["listWorkItemsInQueue"]
|
|
922
|
+
}
|
|
792
923
|
},
|
|
793
924
|
{
|
|
794
|
-
"
|
|
795
|
-
"label": "Connection timeout in seconds",
|
|
925
|
+
"label": "Connection timeout",
|
|
796
926
|
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
797
|
-
"
|
|
798
|
-
"
|
|
799
|
-
"
|
|
800
|
-
"group": "timeout",
|
|
927
|
+
"group": "errors",
|
|
928
|
+
"type": "String",
|
|
929
|
+
"value": "20",
|
|
801
930
|
"binding": {
|
|
802
|
-
"
|
|
803
|
-
"
|
|
931
|
+
"type": "zeebe:input",
|
|
932
|
+
"name": "connectionTimeoutInSeconds"
|
|
804
933
|
},
|
|
805
|
-
"
|
|
934
|
+
"optional": true,
|
|
935
|
+
"feel": "optional",
|
|
936
|
+
"constraints": {
|
|
937
|
+
"notEmpty": false,
|
|
938
|
+
"pattern": {
|
|
939
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
940
|
+
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
941
|
+
}
|
|
942
|
+
}
|
|
806
943
|
},
|
|
807
944
|
{
|
|
808
|
-
"id": "resultVariable",
|
|
809
945
|
"label": "Result variable",
|
|
810
|
-
"description": "Name of variable to store the response in",
|
|
946
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
811
947
|
"group": "output",
|
|
948
|
+
"type": "String",
|
|
812
949
|
"binding": {
|
|
813
|
-
"
|
|
814
|
-
"
|
|
815
|
-
}
|
|
816
|
-
"type": "String"
|
|
950
|
+
"type": "zeebe:taskHeader",
|
|
951
|
+
"key": "resultVariable"
|
|
952
|
+
}
|
|
817
953
|
},
|
|
818
954
|
{
|
|
819
|
-
"id": "resultExpression",
|
|
820
955
|
"label": "Result expression",
|
|
821
|
-
"
|
|
822
|
-
"
|
|
956
|
+
"id": "resultExpressionGetItemState",
|
|
957
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
823
958
|
"group": "output",
|
|
824
|
-
"
|
|
825
|
-
"key": "resultExpression",
|
|
826
|
-
"type": "zeebe:taskHeader"
|
|
827
|
-
},
|
|
828
|
-
"type": "Text"
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"id": "errorExpression",
|
|
832
|
-
"label": "Error expression",
|
|
833
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
959
|
+
"type": "String",
|
|
834
960
|
"feel": "required",
|
|
835
|
-
"
|
|
961
|
+
"value": "={itemState:response.body.list[1].status}",
|
|
836
962
|
"binding": {
|
|
837
|
-
"
|
|
838
|
-
"
|
|
963
|
+
"type": "zeebe:taskHeader",
|
|
964
|
+
"key": "resultExpression"
|
|
839
965
|
},
|
|
840
|
-
"
|
|
966
|
+
"condition": {
|
|
967
|
+
"property": "operationType",
|
|
968
|
+
"oneOf": ["listWorkItemsInQueue"]
|
|
969
|
+
}
|
|
841
970
|
},
|
|
842
971
|
{
|
|
843
|
-
"
|
|
844
|
-
"
|
|
845
|
-
"description": "
|
|
846
|
-
"
|
|
847
|
-
"
|
|
848
|
-
"
|
|
972
|
+
"label": "Result expression",
|
|
973
|
+
"id": "resultExpressionGetItemId",
|
|
974
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
975
|
+
"group": "output",
|
|
976
|
+
"type": "String",
|
|
977
|
+
"feel": "required",
|
|
978
|
+
"value": "={itemId:response.body.list[1].id}",
|
|
849
979
|
"binding": {
|
|
850
|
-
"
|
|
851
|
-
"
|
|
980
|
+
"type": "zeebe:taskHeader",
|
|
981
|
+
"key": "resultExpression"
|
|
852
982
|
},
|
|
853
|
-
"
|
|
983
|
+
"condition": {
|
|
984
|
+
"property": "operationType",
|
|
985
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
986
|
+
}
|
|
854
987
|
},
|
|
855
988
|
{
|
|
856
|
-
"
|
|
857
|
-
"
|
|
858
|
-
"
|
|
859
|
-
"
|
|
860
|
-
"
|
|
989
|
+
"label": "Error expression",
|
|
990
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
991
|
+
"group": "errors",
|
|
992
|
+
"type": "Text",
|
|
993
|
+
"feel": "required",
|
|
861
994
|
"binding": {
|
|
862
|
-
"
|
|
863
|
-
"
|
|
864
|
-
}
|
|
865
|
-
"type": "String"
|
|
995
|
+
"type": "zeebe:taskHeader",
|
|
996
|
+
"key": "errorExpression"
|
|
997
|
+
}
|
|
866
998
|
}
|
|
867
|
-
]
|
|
868
|
-
"icon": {
|
|
869
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgNjUyIDY1Micgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjUyIDY1MjsnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0ndGV4dC9jc3MnPi5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6dXJsKCNTVkdJRF8zXyk7fSAuc3Qxe29wYWNpdHk6MC4zO30KICAgICAgICAgICAgLnN0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81Xyk7ZmlsbDp1cmwoI1NWR0lEXzZfKTt9IC5zdDN7ZmlsbDojNDA0MDQxO30gLnN0NHtmaWxsOiNGNzk4Mzc7fQogICAgICAgIDwvc3R5bGU+CiAgICA8L2RlZnM+CiAgICA8ZyBzdHlsZT0nJyB0cmFuc2Zvcm09J21hdHJpeCgyLjgzODk0NiwgMCwgMCwgMi44MDcxMjYsIC00NC41MzQzNjMsIC01NzguMzQzMzg0KSc+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzFfJwogICAgICAgICAgICAgICAgICAgICAgZD0nTTE5OS41LDQxMi43bC0wLjItMC41bC0wLjUtMWwtMTEuNy0zMS41YzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwLjFsMCwwYzEuMiwwLjksMi4yLDIuMiwzLDMuNyBjMC45LDEuNywxLjQsMy41LDEuNCw1LjVjMCw2LjQtNS4yLDExLjYtMTEuNiwxMS42QzIwNS41LDQyMC42LDIwMS4xLDQxNy40LDE5OS41LDQxMi43IE0xMDMuMywyMjkuNmMxLjUtNC4xLDQuOS02LjksOC43LTcgYzAsMCwwLjEsMCwwLjEsMGMzLjgsMC4yLDcuMiwyLjksOC43LDdsNDguMywxMzIuNmMtMTAuNy0yLjctMjEuNy00LjEtMzIuOS00LjFjLTIzLjUsMC00Ni43LDYuMi02Ni45LDE4IGMtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42TDEwMy4zLDIyOS42eiBNMTEwLjksMjEyYy03LjgsMC42LTE0LjcsNi0xNy42LDE0TDIxLDQyNC41Yy0xLDIuOCwwLjQsNS44LDMuMiw2LjggYzAuNiwwLjIsMS4yLDAuMywxLjgsMC4zYzEuNywwLDMuMy0wLjgsNC4zLTIuMmMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjgtMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjksMCwyNS42LDIsMzcuNiw1LjlsMTUuMyw0MS4xbDAuNSwwLjljMy4yLDguOCwxMS41LDE0LjcsMjAuOSwxNC43YzEyLjMsMCwyMi4yLTEwLDIyLjItMjIuMiBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC43LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42bC0xLjEtMi44bC0wLjEsMCBMMTMwLjgsMjI2Yy0yLjktNy45LTkuNy0xMy4zLTE3LjYtMTRjLTAuMywwLTAuNi0wLjEtMC45LTAuMWMtMC4xLDAtMC4yLDAtMC4yLDBjLTAuMSwwLTAuMiwwLTAuMiwwIEMxMTEuNSwyMTEuOSwxMTEuMiwyMTIsMTEwLjksMjEyJy8+CiAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF8yXyc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTk5LjUsNDEyLjdsLTAuMi0wLjVsLTAuNS0xbC0xMS43LTMxLjVjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjAuMWwwLDBjMS4yLDAuOSwyLjIsMi4yLDMsMy43IGMwLjksMS43LDEuNCwzLjUsMS40LDUuNWMwLDYuNC01LjIsMTEuNi0xMS42LDExLjZDMjA1LjUsNDIwLjYsMjAxLjEsNDE3LjQsMTk5LjUsNDEyLjcgTTEwMy4zLDIyOS42YzEuNS00LjEsNC45LTYuOSw4LjctNyBjMCwwLDAuMSwwLDAuMSwwYzMuOCwwLjIsNy4yLDIuOSw4LjcsN2w0OC4zLDEzMi42Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMWMtMjMuNSwwLTQ2LjcsNi4yLTY2LjksMTggYy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZMMTAzLjMsMjI5LjZ6IE0xMTAuOSwyMTJjLTcuOCwwLjYtMTQuNyw2LTE3LjYsMTRMMjEsNDI0LjVjLTEsMi44LDAuNCw1LjgsMy4yLDYuOCBjMC42LDAuMiwxLjIsMC4zLDEuOCwwLjNjMS43LDAsMy4zLTAuOCw0LjMtMi4yYzAuMi0wLjIsMC4zLTAuNCwwLjUtMC43YzEwLjctMTgsMjUuOC0zMy4xLDQzLjktNDMuNiBjMTguNi0xMC44LDM5LjktMTYuNiw2MS42LTE2LjZjMTIuOSwwLDI1LjYsMiwzNy42LDUuOWwxNS4zLDQxLjFsMC41LDAuOWMzLjIsOC44LDExLjUsMTQuNywyMC45LDE0LjdjMTIuMywwLDIyLjItMTAsMjIuMi0yMi4yIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjctMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZsLTEuMS0yLjhsLTAuMSwwIEwxMzAuOCwyMjZjLTIuOS03LjktOS43LTEzLjMtMTcuNi0xNGMtMC4zLDAtMC42LTAuMS0wLjktMC4xYy0wLjEsMC0wLjIsMC0wLjIsMGMtMC4xLDAtMC4yLDAtMC4yLDAgQzExMS41LDIxMS45LDExMS4yLDIxMiwxMTAuOSwyMTInCiAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzNfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy00LjkzOCcgeTE9Jzc0My4wMjAzJyB4Mj0nMS45NzkyJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgeTI9Jzc0My4wMjAzJyBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDMwLjY1OCAwIDAgLTMwLjY1OCAxNzIuMDgwMyAyMzEwMS4zNDE4KSc+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkREMTUnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4wMzQzJyBzdHlsZT0nc3RvcC1jb2xvcjojRkVEMjE3Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuMTY2Mycgc3R5bGU9J3N0b3AtY29sb3I6I0ZBQUQxQycvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMwNDknIHN0eWxlPSdzdG9wLWNvbG9yOiNGNjhGMjAnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC40NScgc3R5bGU9J3N0b3AtY29sb3I6I0YzNzgyNCcvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYwNDUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMTY3MjYnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC43NzQ3JyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1RDI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuOTkxJyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1QTI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMDVBMjgnLz4KICAgICAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgICAgICAgICAgPHJlY3QgeD0nMjAnIHk9JzIxMS45JyBjbGFzcz0nc3QwJyB3aWR0aD0nMjEyLjgnIGhlaWdodD0nMjE5LjcnLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnIGNsYXNzPSdzdDEnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzRfJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZD0nTTE4Ny4zLDM4MC4zYzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwbDAsMGMxLjIsMSwyLjIsMi4yLDMsMy43YzAuOSwxLjcsMS40LDMuNSwxLjQsNS41SDIzMyBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC42LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42TDE4Ny4zLDM4MC4zeiBNNjkuNSwzNzYuN2MtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42bC0xMi4yLDMyLjhjMC4yLTAuMiwwLjMtMC40LDAuNS0wLjdjMTAuNy0xOCwyNS45LTMzLjEsNDMuOS00My42IGMxOC42LTEwLjgsMzkuOS0xNi42LDYxLjYtMTYuNmMxMi4xLDAsMjUuMSwxLjksMzcuNiw1LjlsLTQuNy0xMi40Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMSBDMTEyLjksMzU4LjcsODkuOCwzNjQuOSw2OS41LDM3Ni43Jy8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF81Xyc+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTg3LjMsMzgwLjNjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjBsMCwwYzEuMiwxLDIuMiwyLjIsMywzLjdjMC45LDEuNywxLjQsMy41LDEuNCw1LjVIMjMzIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjYtMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZMMTg3LjMsMzgwLjN6IE02OS41LDM3Ni43Yy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZsLTEyLjIsMzIuOGMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjktMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjEsMCwyNS4xLDEuOSwzNy42LDUuOWwtNC43LTEyLjRjLTEwLjctMi43LTIxLjctNC4xLTMyLjktNC4xIEMxMTIuOSwzNTguNyw4OS44LDM2NC45LDY5LjUsMzc2LjcnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzZfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy01LjQwNDInIHkxPSc3NDEuNDczJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeDI9JzEuNTEzMScgeTI9Jzc0MS40NzMnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDI5LjI3NDggMCAwIC0yOS4yNzQ4IDE4OC43MTUyIDIyMTAwLjg0NzcpJz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCcgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMyODUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4zNzQ1JyBzdHlsZT0nc3RvcC1jb2xvcjojRkJGQkZCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNDIzMycgc3R5bGU9J3N0b3AtY29sb3I6I0VFRUVFRScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjQ3MzUnIHN0eWxlPSdzdG9wLWNvbG9yOiNEOUQ5RDknLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC41MjQ2JyBzdHlsZT0nc3RvcC1jb2xvcjojQkNCQkJCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNTc2NCcgc3R5bGU9J3N0b3AtY29sb3I6Izk2OTU5NScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYyODgnIHN0eWxlPSdzdG9wLWNvbG9yOiM2ODY2NjYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC42ODA4JyBzdHlsZT0nc3RvcC1jb2xvcjojMzMyRjMwJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNjk0OCcgc3R5bGU9J3N0b3AtY29sb3I6IzIzMUYyMCcvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjkzMDEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMScgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCB4PSczMC41JyB5PSczNTguNycgY2xhc3M9J3N0Micgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4Jy8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDxnLz4KICAgIDwvZz4KPC9zdmc+"
|
|
870
|
-
}
|
|
999
|
+
]
|
|
871
1000
|
},
|
|
872
1001
|
{
|
|
873
1002
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
874
1003
|
"name": "Automation Anywhere Outbound Connector",
|
|
875
|
-
"id": "io.camunda.connectors.AutomationAnywhere",
|
|
876
|
-
"
|
|
877
|
-
"
|
|
878
|
-
"version": 1,
|
|
1004
|
+
"id": "io.camunda.connectors.AutomationAnywhere.v1",
|
|
1005
|
+
"version": 4,
|
|
1006
|
+
"description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
879
1007
|
"deprecated": {
|
|
880
|
-
"message": "This
|
|
1008
|
+
"message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
|
|
1009
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
|
|
1010
|
+
},
|
|
1011
|
+
"icon": {
|
|
1012
|
+
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
|
|
881
1013
|
},
|
|
1014
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
882
1015
|
"category": {
|
|
883
1016
|
"id": "connectors",
|
|
884
1017
|
"name": "Connectors"
|
|
@@ -887,57 +1020,48 @@
|
|
|
887
1020
|
"elementType": {
|
|
888
1021
|
"value": "bpmn:ServiceTask"
|
|
889
1022
|
},
|
|
1023
|
+
"engines": {
|
|
1024
|
+
"camunda": "^8.4"
|
|
1025
|
+
},
|
|
890
1026
|
"groups": [
|
|
891
1027
|
{
|
|
892
1028
|
"id": "operation",
|
|
893
1029
|
"label": "Operation"
|
|
894
1030
|
},
|
|
895
|
-
{
|
|
896
|
-
"id": "configuration",
|
|
897
|
-
"label": "Configuration"
|
|
898
|
-
},
|
|
899
1031
|
{
|
|
900
1032
|
"id": "authentication",
|
|
901
1033
|
"label": "Authentication"
|
|
902
1034
|
},
|
|
903
1035
|
{
|
|
904
|
-
"id": "
|
|
905
|
-
"label": "
|
|
1036
|
+
"id": "configuration",
|
|
1037
|
+
"label": "Configuration"
|
|
906
1038
|
},
|
|
907
1039
|
{
|
|
908
|
-
"id": "
|
|
909
|
-
"label": "
|
|
1040
|
+
"id": "input",
|
|
1041
|
+
"label": "Input"
|
|
910
1042
|
},
|
|
911
1043
|
{
|
|
912
1044
|
"id": "output",
|
|
913
|
-
"label": "Output
|
|
1045
|
+
"label": "Output"
|
|
914
1046
|
},
|
|
915
1047
|
{
|
|
916
|
-
"id": "
|
|
1048
|
+
"id": "errors",
|
|
917
1049
|
"label": "Error handling"
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"id": "retries",
|
|
921
|
-
"label": "Retries"
|
|
922
1050
|
}
|
|
923
1051
|
],
|
|
924
1052
|
"properties": [
|
|
925
1053
|
{
|
|
926
|
-
"
|
|
1054
|
+
"type": "Hidden",
|
|
1055
|
+
"value": "io.camunda:http-json:1",
|
|
927
1056
|
"binding": {
|
|
928
1057
|
"type": "zeebe:taskDefinition",
|
|
929
1058
|
"property": "type"
|
|
930
|
-
}
|
|
931
|
-
"type": "Hidden"
|
|
1059
|
+
}
|
|
932
1060
|
},
|
|
933
1061
|
{
|
|
934
|
-
"
|
|
935
|
-
"
|
|
1062
|
+
"label": "Operation type",
|
|
1063
|
+
"id": "operationType",
|
|
936
1064
|
"group": "operation",
|
|
937
|
-
"binding": {
|
|
938
|
-
"name": "operation.type",
|
|
939
|
-
"type": "zeebe:input"
|
|
940
|
-
},
|
|
941
1065
|
"type": "Dropdown",
|
|
942
1066
|
"choices": [
|
|
943
1067
|
{
|
|
@@ -948,107 +1072,176 @@
|
|
|
948
1072
|
"name": "Get work item result from queue by ID",
|
|
949
1073
|
"value": "listWorkItemsInQueue"
|
|
950
1074
|
}
|
|
951
|
-
]
|
|
1075
|
+
],
|
|
1076
|
+
"binding": {
|
|
1077
|
+
"type": "zeebe:input",
|
|
1078
|
+
"name": "operationType"
|
|
1079
|
+
}
|
|
952
1080
|
},
|
|
953
1081
|
{
|
|
954
|
-
"id": "configuration.controlRoomUrl",
|
|
955
1082
|
"label": "Control room URL",
|
|
956
|
-
"optional": false,
|
|
957
|
-
"constraints": {
|
|
958
|
-
"notEmpty": true
|
|
959
|
-
},
|
|
960
|
-
"feel": "optional",
|
|
961
1083
|
"group": "configuration",
|
|
1084
|
+
"feel": "optional",
|
|
1085
|
+
"description": "Automation Anywhere control room URL. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
1086
|
+
"type": "String",
|
|
962
1087
|
"binding": {
|
|
963
|
-
"
|
|
964
|
-
"
|
|
1088
|
+
"type": "zeebe:input",
|
|
1089
|
+
"name": "controlRoomURL"
|
|
965
1090
|
},
|
|
966
|
-
"
|
|
1091
|
+
"constraints": {
|
|
1092
|
+
"notEmpty": true,
|
|
1093
|
+
"pattern": {
|
|
1094
|
+
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
1095
|
+
"message": "Must be a http(s) URL"
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
967
1098
|
},
|
|
968
1099
|
{
|
|
969
|
-
"id": "authentication.type",
|
|
970
1100
|
"label": "Type",
|
|
971
|
-
"
|
|
972
|
-
"value": "passwordBasedAuthentication",
|
|
1101
|
+
"id": "authenticationType",
|
|
973
1102
|
"group": "authentication",
|
|
974
|
-
"
|
|
975
|
-
|
|
976
|
-
"type": "zeebe:input"
|
|
977
|
-
},
|
|
1103
|
+
"description": "Choose the authentication type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
1104
|
+
"value": "userNamePasswordAuth",
|
|
978
1105
|
"type": "Dropdown",
|
|
979
1106
|
"choices": [
|
|
980
1107
|
{
|
|
981
1108
|
"name": "Authenticate (username and password)",
|
|
982
|
-
"value": "
|
|
1109
|
+
"value": "userNamePasswordAuth"
|
|
983
1110
|
},
|
|
984
1111
|
{
|
|
985
1112
|
"name": "Authenticate (username and API key)",
|
|
986
|
-
"value": "
|
|
1113
|
+
"value": "userNameApiKeyAuth"
|
|
987
1114
|
},
|
|
988
1115
|
{
|
|
989
1116
|
"name": "Authentication (refresh) token",
|
|
990
|
-
"value": "
|
|
1117
|
+
"value": "tokenAuth"
|
|
991
1118
|
}
|
|
992
|
-
]
|
|
1119
|
+
],
|
|
1120
|
+
"binding": {
|
|
1121
|
+
"type": "zeebe:input",
|
|
1122
|
+
"name": "authentication.withoutBindingType"
|
|
1123
|
+
}
|
|
993
1124
|
},
|
|
994
1125
|
{
|
|
995
|
-
"id": "
|
|
996
|
-
"
|
|
997
|
-
"
|
|
1126
|
+
"id": "credentialsInBodyAuthType",
|
|
1127
|
+
"group": "authentication",
|
|
1128
|
+
"type": "Hidden",
|
|
1129
|
+
"value": "credentialsInBody",
|
|
1130
|
+
"binding": {
|
|
1131
|
+
"type": "zeebe:input",
|
|
1132
|
+
"name": "authentication.type"
|
|
1133
|
+
},
|
|
998
1134
|
"constraints": {
|
|
999
1135
|
"notEmpty": true
|
|
1000
1136
|
},
|
|
1001
|
-
"
|
|
1137
|
+
"condition": {
|
|
1138
|
+
"property": "authenticationType",
|
|
1139
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1002
1143
|
"group": "authentication",
|
|
1144
|
+
"type": "Hidden",
|
|
1145
|
+
"value": "noAuth",
|
|
1003
1146
|
"binding": {
|
|
1004
|
-
"
|
|
1005
|
-
"
|
|
1147
|
+
"type": "zeebe:input",
|
|
1148
|
+
"name": "authentication.request.authentication.type"
|
|
1006
1149
|
},
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1009
|
-
"equals": "passwordBasedAuthentication",
|
|
1010
|
-
"type": "simple"
|
|
1150
|
+
"constraints": {
|
|
1151
|
+
"notEmpty": true
|
|
1011
1152
|
},
|
|
1012
|
-
"
|
|
1153
|
+
"condition": {
|
|
1154
|
+
"property": "authenticationType",
|
|
1155
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
1156
|
+
}
|
|
1013
1157
|
},
|
|
1014
1158
|
{
|
|
1015
|
-
"id": "
|
|
1016
|
-
"
|
|
1017
|
-
"
|
|
1159
|
+
"id": "tokenAuthType",
|
|
1160
|
+
"group": "authentication",
|
|
1161
|
+
"type": "Hidden",
|
|
1162
|
+
"value": "noAuth",
|
|
1163
|
+
"binding": {
|
|
1164
|
+
"type": "zeebe:input",
|
|
1165
|
+
"name": "authentication.type"
|
|
1166
|
+
},
|
|
1018
1167
|
"constraints": {
|
|
1019
1168
|
"notEmpty": true
|
|
1020
1169
|
},
|
|
1021
|
-
"
|
|
1170
|
+
"condition": {
|
|
1171
|
+
"property": "authenticationType",
|
|
1172
|
+
"oneOf": ["tokenAuth"]
|
|
1173
|
+
}
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"description": "method for authentication",
|
|
1177
|
+
"type": "Hidden",
|
|
1178
|
+
"value": "post",
|
|
1179
|
+
"binding": {
|
|
1180
|
+
"type": "zeebe:input",
|
|
1181
|
+
"name": "authentication.request.method"
|
|
1182
|
+
},
|
|
1183
|
+
"condition": {
|
|
1184
|
+
"property": "authenticationType",
|
|
1185
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
1186
|
+
}
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"label": "Username",
|
|
1022
1190
|
"group": "authentication",
|
|
1191
|
+
"type": "String",
|
|
1192
|
+
"feel": "optional",
|
|
1023
1193
|
"binding": {
|
|
1024
|
-
"
|
|
1025
|
-
"
|
|
1194
|
+
"type": "zeebe:input",
|
|
1195
|
+
"name": "authentication.request.body.username"
|
|
1196
|
+
},
|
|
1197
|
+
"constraints": {
|
|
1198
|
+
"notEmpty": true
|
|
1026
1199
|
},
|
|
1027
1200
|
"condition": {
|
|
1028
|
-
"property": "
|
|
1029
|
-
"
|
|
1030
|
-
|
|
1201
|
+
"property": "authenticationType",
|
|
1202
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
1203
|
+
}
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"label": "Password",
|
|
1207
|
+
"group": "authentication",
|
|
1208
|
+
"type": "String",
|
|
1209
|
+
"feel": "optional",
|
|
1210
|
+
"binding": {
|
|
1211
|
+
"type": "zeebe:input",
|
|
1212
|
+
"name": "authentication.request.body.password"
|
|
1031
1213
|
},
|
|
1032
|
-
"
|
|
1214
|
+
"constraints": {
|
|
1215
|
+
"notEmpty": true
|
|
1216
|
+
},
|
|
1217
|
+
"condition": {
|
|
1218
|
+
"property": "authenticationType",
|
|
1219
|
+
"equals": "userNamePasswordAuth"
|
|
1220
|
+
}
|
|
1033
1221
|
},
|
|
1034
1222
|
{
|
|
1035
|
-
"
|
|
1036
|
-
"
|
|
1037
|
-
"
|
|
1223
|
+
"label": "API key",
|
|
1224
|
+
"group": "authentication",
|
|
1225
|
+
"type": "String",
|
|
1226
|
+
"feel": "optional",
|
|
1227
|
+
"binding": {
|
|
1228
|
+
"type": "zeebe:input",
|
|
1229
|
+
"name": "authentication.request.body.apiKey"
|
|
1230
|
+
},
|
|
1038
1231
|
"constraints": {
|
|
1039
1232
|
"notEmpty": true
|
|
1040
1233
|
},
|
|
1041
|
-
"group": "authentication",
|
|
1042
|
-
"binding": {
|
|
1043
|
-
"name": "authentication.multipleLogin",
|
|
1044
|
-
"type": "zeebe:input"
|
|
1045
|
-
},
|
|
1046
1234
|
"condition": {
|
|
1047
|
-
"property": "
|
|
1048
|
-
"equals": "
|
|
1049
|
-
|
|
1050
|
-
|
|
1235
|
+
"property": "authenticationType",
|
|
1236
|
+
"equals": "userNameApiKeyAuth"
|
|
1237
|
+
}
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"label": "Multiple login",
|
|
1241
|
+
"group": "authentication",
|
|
1242
|
+
"description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
1051
1243
|
"type": "Dropdown",
|
|
1244
|
+
"value": "false",
|
|
1052
1245
|
"choices": [
|
|
1053
1246
|
{
|
|
1054
1247
|
"name": "TRUE",
|
|
@@ -1058,230 +1251,308 @@
|
|
|
1058
1251
|
"name": "FALSE",
|
|
1059
1252
|
"value": "false"
|
|
1060
1253
|
}
|
|
1061
|
-
]
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
"optional": false,
|
|
1254
|
+
],
|
|
1255
|
+
"binding": {
|
|
1256
|
+
"type": "zeebe:input",
|
|
1257
|
+
"name": "authentication.request.body.multipleLogin"
|
|
1258
|
+
},
|
|
1067
1259
|
"constraints": {
|
|
1068
1260
|
"notEmpty": true
|
|
1069
1261
|
},
|
|
1070
|
-
"
|
|
1262
|
+
"condition": {
|
|
1263
|
+
"property": "authenticationType",
|
|
1264
|
+
"equals": "userNamePasswordAuth"
|
|
1265
|
+
}
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"label": "Token",
|
|
1071
1269
|
"group": "authentication",
|
|
1270
|
+
"type": "String",
|
|
1271
|
+
"feel": "optional",
|
|
1072
1272
|
"binding": {
|
|
1073
|
-
"
|
|
1074
|
-
"
|
|
1273
|
+
"type": "zeebe:input",
|
|
1274
|
+
"name": "token"
|
|
1075
1275
|
},
|
|
1076
|
-
"
|
|
1077
|
-
"
|
|
1078
|
-
"equals": "apiKeyAuthentication",
|
|
1079
|
-
"type": "simple"
|
|
1276
|
+
"constraints": {
|
|
1277
|
+
"notEmpty": true
|
|
1080
1278
|
},
|
|
1081
|
-
"
|
|
1279
|
+
"condition": {
|
|
1280
|
+
"property": "authenticationType",
|
|
1281
|
+
"equals": "tokenAuth"
|
|
1282
|
+
}
|
|
1082
1283
|
},
|
|
1083
1284
|
{
|
|
1084
|
-
"
|
|
1085
|
-
"
|
|
1086
|
-
"
|
|
1285
|
+
"description": "Token",
|
|
1286
|
+
"type": "Hidden",
|
|
1287
|
+
"value": "={\"X-Authorization\":token}",
|
|
1288
|
+
"binding": {
|
|
1289
|
+
"type": "zeebe:input",
|
|
1290
|
+
"name": "headers"
|
|
1291
|
+
},
|
|
1087
1292
|
"constraints": {
|
|
1088
1293
|
"notEmpty": true
|
|
1089
1294
|
},
|
|
1090
|
-
"
|
|
1091
|
-
|
|
1295
|
+
"condition": {
|
|
1296
|
+
"property": "authenticationType",
|
|
1297
|
+
"equals": "tokenAuth"
|
|
1298
|
+
}
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"description": "Output headers",
|
|
1302
|
+
"type": "Hidden",
|
|
1303
|
+
"value": "={\"X-Authorization\":\"asObject:token.asString\"}",
|
|
1092
1304
|
"binding": {
|
|
1093
|
-
"
|
|
1094
|
-
"
|
|
1305
|
+
"type": "zeebe:input",
|
|
1306
|
+
"name": "authentication.outputHeaders"
|
|
1095
1307
|
},
|
|
1096
|
-
"
|
|
1097
|
-
"
|
|
1098
|
-
"equals": "apiKeyAuthentication",
|
|
1099
|
-
"type": "simple"
|
|
1308
|
+
"constraints": {
|
|
1309
|
+
"notEmpty": true
|
|
1100
1310
|
},
|
|
1101
|
-
"
|
|
1311
|
+
"condition": {
|
|
1312
|
+
"property": "authenticationType",
|
|
1313
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
1314
|
+
}
|
|
1102
1315
|
},
|
|
1103
1316
|
{
|
|
1104
|
-
"
|
|
1105
|
-
"
|
|
1317
|
+
"description": "Full authentication url",
|
|
1318
|
+
"type": "Hidden",
|
|
1106
1319
|
"optional": false,
|
|
1320
|
+
"value": "=controlRoomURL+\"/v1/authentication\"",
|
|
1321
|
+
"binding": {
|
|
1322
|
+
"type": "zeebe:input",
|
|
1323
|
+
"name": "authentication.request.url"
|
|
1324
|
+
},
|
|
1107
1325
|
"constraints": {
|
|
1108
1326
|
"notEmpty": true
|
|
1109
1327
|
},
|
|
1110
|
-
"
|
|
1111
|
-
|
|
1328
|
+
"condition": {
|
|
1329
|
+
"property": "authenticationType",
|
|
1330
|
+
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"description": "method for request",
|
|
1335
|
+
"type": "Hidden",
|
|
1336
|
+
"value": "post",
|
|
1112
1337
|
"binding": {
|
|
1113
|
-
"
|
|
1114
|
-
"
|
|
1338
|
+
"type": "zeebe:input",
|
|
1339
|
+
"name": "method"
|
|
1115
1340
|
},
|
|
1116
1341
|
"condition": {
|
|
1117
|
-
"property": "
|
|
1118
|
-
"
|
|
1119
|
-
|
|
1120
|
-
},
|
|
1121
|
-
"type": "String"
|
|
1342
|
+
"property": "operationType",
|
|
1343
|
+
"oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
|
|
1344
|
+
}
|
|
1122
1345
|
},
|
|
1123
1346
|
{
|
|
1124
|
-
"id": "operation.queueId",
|
|
1125
1347
|
"label": "Work queue ID",
|
|
1348
|
+
"group": "input",
|
|
1126
1349
|
"description": "The queue ID of the item",
|
|
1350
|
+
"type": "String",
|
|
1127
1351
|
"optional": false,
|
|
1352
|
+
"feel": "optional",
|
|
1353
|
+
"binding": {
|
|
1354
|
+
"type": "zeebe:input",
|
|
1355
|
+
"name": "queueId"
|
|
1356
|
+
},
|
|
1128
1357
|
"constraints": {
|
|
1129
1358
|
"notEmpty": true
|
|
1130
1359
|
},
|
|
1131
|
-
"
|
|
1132
|
-
|
|
1360
|
+
"condition": {
|
|
1361
|
+
"property": "operationType",
|
|
1362
|
+
"oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"description": "Add work items to the queue",
|
|
1367
|
+
"type": "Hidden",
|
|
1368
|
+
"optional": false,
|
|
1369
|
+
"value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
|
|
1133
1370
|
"binding": {
|
|
1134
|
-
"
|
|
1135
|
-
"
|
|
1371
|
+
"type": "zeebe:input",
|
|
1372
|
+
"name": "url"
|
|
1136
1373
|
},
|
|
1137
|
-
"
|
|
1138
|
-
"
|
|
1139
|
-
"equals": "addWorkItemsToTheQueue",
|
|
1140
|
-
"type": "simple"
|
|
1374
|
+
"constraints": {
|
|
1375
|
+
"notEmpty": true
|
|
1141
1376
|
},
|
|
1142
|
-
"
|
|
1377
|
+
"condition": {
|
|
1378
|
+
"property": "operationType",
|
|
1379
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
1380
|
+
}
|
|
1143
1381
|
},
|
|
1144
1382
|
{
|
|
1145
|
-
"
|
|
1146
|
-
"
|
|
1147
|
-
"
|
|
1383
|
+
"label": "Work item ID",
|
|
1384
|
+
"description": "The queue item identifier to be fetched from queue",
|
|
1385
|
+
"group": "input",
|
|
1386
|
+
"type": "String",
|
|
1387
|
+
"feel": "optional",
|
|
1148
1388
|
"optional": false,
|
|
1389
|
+
"binding": {
|
|
1390
|
+
"type": "zeebe:input",
|
|
1391
|
+
"name": "workItemId"
|
|
1392
|
+
},
|
|
1149
1393
|
"constraints": {
|
|
1150
1394
|
"notEmpty": true
|
|
1151
1395
|
},
|
|
1152
|
-
"
|
|
1396
|
+
"condition": {
|
|
1397
|
+
"property": "operationType",
|
|
1398
|
+
"oneOf": ["listWorkItemsInQueue"]
|
|
1399
|
+
}
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"label": "Work item json data",
|
|
1403
|
+
"description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
1153
1404
|
"group": "input",
|
|
1405
|
+
"type": "String",
|
|
1406
|
+
"feel": "required",
|
|
1154
1407
|
"binding": {
|
|
1155
|
-
"
|
|
1156
|
-
"
|
|
1408
|
+
"type": "zeebe:input",
|
|
1409
|
+
"name": "itemData"
|
|
1157
1410
|
},
|
|
1158
|
-
"
|
|
1159
|
-
"
|
|
1160
|
-
"equals": "addWorkItemsToTheQueue",
|
|
1161
|
-
"type": "simple"
|
|
1411
|
+
"constraints": {
|
|
1412
|
+
"notEmpty": true
|
|
1162
1413
|
},
|
|
1163
|
-
"
|
|
1414
|
+
"condition": {
|
|
1415
|
+
"property": "operationType",
|
|
1416
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
1417
|
+
}
|
|
1164
1418
|
},
|
|
1165
1419
|
{
|
|
1166
|
-
"
|
|
1167
|
-
"
|
|
1168
|
-
"description": "The queue ID of the item",
|
|
1420
|
+
"description": "body with a new work item",
|
|
1421
|
+
"type": "Hidden",
|
|
1169
1422
|
"optional": false,
|
|
1423
|
+
"value": "={\"workItems\":[{\"json\":itemData}]}",
|
|
1424
|
+
"binding": {
|
|
1425
|
+
"type": "zeebe:input",
|
|
1426
|
+
"name": "body"
|
|
1427
|
+
},
|
|
1170
1428
|
"constraints": {
|
|
1171
1429
|
"notEmpty": true
|
|
1172
1430
|
},
|
|
1173
|
-
"feel": "optional",
|
|
1174
|
-
"group": "input",
|
|
1175
|
-
"binding": {
|
|
1176
|
-
"name": "operation.queueId",
|
|
1177
|
-
"type": "zeebe:input"
|
|
1178
|
-
},
|
|
1179
1431
|
"condition": {
|
|
1180
|
-
"property": "
|
|
1181
|
-
"
|
|
1182
|
-
|
|
1183
|
-
},
|
|
1184
|
-
"type": "String"
|
|
1432
|
+
"property": "operationType",
|
|
1433
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
1434
|
+
}
|
|
1185
1435
|
},
|
|
1186
1436
|
{
|
|
1187
|
-
"
|
|
1188
|
-
"
|
|
1189
|
-
"description": "The queue item identifier to be fetched from queue",
|
|
1437
|
+
"label": "filter for getting item by id",
|
|
1438
|
+
"type": "Hidden",
|
|
1190
1439
|
"optional": false,
|
|
1440
|
+
"value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
|
|
1441
|
+
"binding": {
|
|
1442
|
+
"type": "zeebe:input",
|
|
1443
|
+
"name": "body"
|
|
1444
|
+
},
|
|
1191
1445
|
"constraints": {
|
|
1192
1446
|
"notEmpty": true
|
|
1193
1447
|
},
|
|
1194
|
-
"
|
|
1195
|
-
|
|
1448
|
+
"condition": {
|
|
1449
|
+
"property": "operationType",
|
|
1450
|
+
"oneOf": ["listWorkItemsInQueue"]
|
|
1451
|
+
}
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"description": "List work items in queue",
|
|
1455
|
+
"type": "Hidden",
|
|
1456
|
+
"optional": false,
|
|
1457
|
+
"value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
|
|
1196
1458
|
"binding": {
|
|
1197
|
-
"
|
|
1198
|
-
"
|
|
1459
|
+
"type": "zeebe:input",
|
|
1460
|
+
"name": "url"
|
|
1199
1461
|
},
|
|
1200
|
-
"
|
|
1201
|
-
"
|
|
1202
|
-
"equals": "listWorkItemsInQueue",
|
|
1203
|
-
"type": "simple"
|
|
1462
|
+
"constraints": {
|
|
1463
|
+
"notEmpty": true
|
|
1204
1464
|
},
|
|
1205
|
-
"
|
|
1465
|
+
"condition": {
|
|
1466
|
+
"property": "operationType",
|
|
1467
|
+
"oneOf": ["listWorkItemsInQueue"]
|
|
1468
|
+
}
|
|
1206
1469
|
},
|
|
1207
1470
|
{
|
|
1208
|
-
"
|
|
1209
|
-
"label": "Connection timeout in seconds",
|
|
1471
|
+
"label": "Connection timeout",
|
|
1210
1472
|
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
1211
|
-
"
|
|
1473
|
+
"group": "errors",
|
|
1474
|
+
"type": "String",
|
|
1212
1475
|
"value": "20",
|
|
1213
|
-
"feel": "optional",
|
|
1214
|
-
"group": "timeout",
|
|
1215
1476
|
"binding": {
|
|
1216
|
-
"
|
|
1217
|
-
"
|
|
1477
|
+
"type": "zeebe:input",
|
|
1478
|
+
"name": "connectionTimeoutInSeconds"
|
|
1218
1479
|
},
|
|
1219
|
-
"
|
|
1480
|
+
"optional": true,
|
|
1481
|
+
"feel": "optional",
|
|
1482
|
+
"constraints": {
|
|
1483
|
+
"notEmpty": false,
|
|
1484
|
+
"pattern": {
|
|
1485
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1486
|
+
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1220
1489
|
},
|
|
1221
1490
|
{
|
|
1222
|
-
"id": "resultVariable",
|
|
1223
1491
|
"label": "Result variable",
|
|
1224
|
-
"description": "Name of variable to store the response in",
|
|
1492
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
1225
1493
|
"group": "output",
|
|
1494
|
+
"type": "String",
|
|
1226
1495
|
"binding": {
|
|
1227
|
-
"
|
|
1228
|
-
"
|
|
1229
|
-
}
|
|
1230
|
-
"type": "String"
|
|
1496
|
+
"type": "zeebe:taskHeader",
|
|
1497
|
+
"key": "resultVariable"
|
|
1498
|
+
}
|
|
1231
1499
|
},
|
|
1232
1500
|
{
|
|
1233
|
-
"id": "resultExpression",
|
|
1234
1501
|
"label": "Result expression",
|
|
1235
|
-
"
|
|
1236
|
-
"
|
|
1502
|
+
"id": "resultExpressionGetItemState",
|
|
1503
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
1237
1504
|
"group": "output",
|
|
1505
|
+
"type": "String",
|
|
1506
|
+
"feel": "required",
|
|
1507
|
+
"value": "={itemState:response.body.list[1].status}",
|
|
1238
1508
|
"binding": {
|
|
1239
|
-
"
|
|
1240
|
-
"
|
|
1509
|
+
"type": "zeebe:taskHeader",
|
|
1510
|
+
"key": "resultExpression"
|
|
1241
1511
|
},
|
|
1242
|
-
"
|
|
1512
|
+
"condition": {
|
|
1513
|
+
"property": "operationType",
|
|
1514
|
+
"oneOf": ["listWorkItemsInQueue"]
|
|
1515
|
+
}
|
|
1243
1516
|
},
|
|
1244
1517
|
{
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1247
|
-
"description": "Expression to
|
|
1518
|
+
"label": "Result expression",
|
|
1519
|
+
"id": "resultExpressionGetItemId",
|
|
1520
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
1521
|
+
"group": "output",
|
|
1522
|
+
"type": "String",
|
|
1248
1523
|
"feel": "required",
|
|
1249
|
-
"
|
|
1524
|
+
"value": "={itemId:response.body.list[1].id}",
|
|
1250
1525
|
"binding": {
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1526
|
+
"type": "zeebe:taskHeader",
|
|
1527
|
+
"key": "resultExpression"
|
|
1253
1528
|
},
|
|
1254
|
-
"
|
|
1529
|
+
"condition": {
|
|
1530
|
+
"property": "operationType",
|
|
1531
|
+
"oneOf": ["addWorkItemsToTheQueue"]
|
|
1532
|
+
}
|
|
1255
1533
|
},
|
|
1256
1534
|
{
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1260
|
-
"
|
|
1261
|
-
"
|
|
1535
|
+
"label": "Error expression",
|
|
1536
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
1537
|
+
"group": "errors",
|
|
1538
|
+
"type": "Text",
|
|
1539
|
+
"feel": "required",
|
|
1262
1540
|
"binding": {
|
|
1263
|
-
"
|
|
1264
|
-
"
|
|
1265
|
-
}
|
|
1266
|
-
"type": "Hidden"
|
|
1541
|
+
"type": "zeebe:taskHeader",
|
|
1542
|
+
"key": "errorExpression"
|
|
1543
|
+
}
|
|
1267
1544
|
}
|
|
1268
|
-
]
|
|
1269
|
-
"icon": {
|
|
1270
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgNjUyIDY1Micgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjUyIDY1MjsnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0ndGV4dC9jc3MnPi5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6dXJsKCNTVkdJRF8zXyk7fSAuc3Qxe29wYWNpdHk6MC4zO30KICAgICAgICAgICAgLnN0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81Xyk7ZmlsbDp1cmwoI1NWR0lEXzZfKTt9IC5zdDN7ZmlsbDojNDA0MDQxO30gLnN0NHtmaWxsOiNGNzk4Mzc7fQogICAgICAgIDwvc3R5bGU+CiAgICA8L2RlZnM+CiAgICA8ZyBzdHlsZT0nJyB0cmFuc2Zvcm09J21hdHJpeCgyLjgzODk0NiwgMCwgMCwgMi44MDcxMjYsIC00NC41MzQzNjMsIC01NzguMzQzMzg0KSc+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzFfJwogICAgICAgICAgICAgICAgICAgICAgZD0nTTE5OS41LDQxMi43bC0wLjItMC41bC0wLjUtMWwtMTEuNy0zMS41YzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwLjFsMCwwYzEuMiwwLjksMi4yLDIuMiwzLDMuNyBjMC45LDEuNywxLjQsMy41LDEuNCw1LjVjMCw2LjQtNS4yLDExLjYtMTEuNiwxMS42QzIwNS41LDQyMC42LDIwMS4xLDQxNy40LDE5OS41LDQxMi43IE0xMDMuMywyMjkuNmMxLjUtNC4xLDQuOS02LjksOC43LTcgYzAsMCwwLjEsMCwwLjEsMGMzLjgsMC4yLDcuMiwyLjksOC43LDdsNDguMywxMzIuNmMtMTAuNy0yLjctMjEuNy00LjEtMzIuOS00LjFjLTIzLjUsMC00Ni43LDYuMi02Ni45LDE4IGMtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42TDEwMy4zLDIyOS42eiBNMTEwLjksMjEyYy03LjgsMC42LTE0LjcsNi0xNy42LDE0TDIxLDQyNC41Yy0xLDIuOCwwLjQsNS44LDMuMiw2LjggYzAuNiwwLjIsMS4yLDAuMywxLjgsMC4zYzEuNywwLDMuMy0wLjgsNC4zLTIuMmMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjgtMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjksMCwyNS42LDIsMzcuNiw1LjlsMTUuMyw0MS4xbDAuNSwwLjljMy4yLDguOCwxMS41LDE0LjcsMjAuOSwxNC43YzEyLjMsMCwyMi4yLTEwLDIyLjItMjIuMiBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC43LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42bC0xLjEtMi44bC0wLjEsMCBMMTMwLjgsMjI2Yy0yLjktNy45LTkuNy0xMy4zLTE3LjYtMTRjLTAuMywwLTAuNi0wLjEtMC45LTAuMWMtMC4xLDAtMC4yLDAtMC4yLDBjLTAuMSwwLTAuMiwwLTAuMiwwIEMxMTEuNSwyMTEuOSwxMTEuMiwyMTIsMTEwLjksMjEyJy8+CiAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF8yXyc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTk5LjUsNDEyLjdsLTAuMi0wLjVsLTAuNS0xbC0xMS43LTMxLjVjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjAuMWwwLDBjMS4yLDAuOSwyLjIsMi4yLDMsMy43IGMwLjksMS43LDEuNCwzLjUsMS40LDUuNWMwLDYuNC01LjIsMTEuNi0xMS42LDExLjZDMjA1LjUsNDIwLjYsMjAxLjEsNDE3LjQsMTk5LjUsNDEyLjcgTTEwMy4zLDIyOS42YzEuNS00LjEsNC45LTYuOSw4LjctNyBjMCwwLDAuMSwwLDAuMSwwYzMuOCwwLjIsNy4yLDIuOSw4LjcsN2w0OC4zLDEzMi42Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMWMtMjMuNSwwLTQ2LjcsNi4yLTY2LjksMTggYy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZMMTAzLjMsMjI5LjZ6IE0xMTAuOSwyMTJjLTcuOCwwLjYtMTQuNyw2LTE3LjYsMTRMMjEsNDI0LjVjLTEsMi44LDAuNCw1LjgsMy4yLDYuOCBjMC42LDAuMiwxLjIsMC4zLDEuOCwwLjNjMS43LDAsMy4zLTAuOCw0LjMtMi4yYzAuMi0wLjIsMC4zLTAuNCwwLjUtMC43YzEwLjctMTgsMjUuOC0zMy4xLDQzLjktNDMuNiBjMTguNi0xMC44LDM5LjktMTYuNiw2MS42LTE2LjZjMTIuOSwwLDI1LjYsMiwzNy42LDUuOWwxNS4zLDQxLjFsMC41LDAuOWMzLjIsOC44LDExLjUsMTQuNywyMC45LDE0LjdjMTIuMywwLDIyLjItMTAsMjIuMi0yMi4yIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjctMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZsLTEuMS0yLjhsLTAuMSwwIEwxMzAuOCwyMjZjLTIuOS03LjktOS43LTEzLjMtMTcuNi0xNGMtMC4zLDAtMC42LTAuMS0wLjktMC4xYy0wLjEsMC0wLjIsMC0wLjIsMGMtMC4xLDAtMC4yLDAtMC4yLDAgQzExMS41LDIxMS45LDExMS4yLDIxMiwxMTAuOSwyMTInCiAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzNfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy00LjkzOCcgeTE9Jzc0My4wMjAzJyB4Mj0nMS45NzkyJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgeTI9Jzc0My4wMjAzJyBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDMwLjY1OCAwIDAgLTMwLjY1OCAxNzIuMDgwMyAyMzEwMS4zNDE4KSc+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkREMTUnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4wMzQzJyBzdHlsZT0nc3RvcC1jb2xvcjojRkVEMjE3Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuMTY2Mycgc3R5bGU9J3N0b3AtY29sb3I6I0ZBQUQxQycvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMwNDknIHN0eWxlPSdzdG9wLWNvbG9yOiNGNjhGMjAnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC40NScgc3R5bGU9J3N0b3AtY29sb3I6I0YzNzgyNCcvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYwNDUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMTY3MjYnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC43NzQ3JyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1RDI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuOTkxJyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1QTI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMDVBMjgnLz4KICAgICAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgICAgICAgICAgPHJlY3QgeD0nMjAnIHk9JzIxMS45JyBjbGFzcz0nc3QwJyB3aWR0aD0nMjEyLjgnIGhlaWdodD0nMjE5LjcnLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnIGNsYXNzPSdzdDEnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzRfJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZD0nTTE4Ny4zLDM4MC4zYzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwbDAsMGMxLjIsMSwyLjIsMi4yLDMsMy43YzAuOSwxLjcsMS40LDMuNSwxLjQsNS41SDIzMyBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC42LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42TDE4Ny4zLDM4MC4zeiBNNjkuNSwzNzYuN2MtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42bC0xMi4yLDMyLjhjMC4yLTAuMiwwLjMtMC40LDAuNS0wLjdjMTAuNy0xOCwyNS45LTMzLjEsNDMuOS00My42IGMxOC42LTEwLjgsMzkuOS0xNi42LDYxLjYtMTYuNmMxMi4xLDAsMjUuMSwxLjksMzcuNiw1LjlsLTQuNy0xMi40Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMSBDMTEyLjksMzU4LjcsODkuOCwzNjQuOSw2OS41LDM3Ni43Jy8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF81Xyc+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTg3LjMsMzgwLjNjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjBsMCwwYzEuMiwxLDIuMiwyLjIsMywzLjdjMC45LDEuNywxLjQsMy41LDEuNCw1LjVIMjMzIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjYtMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZMMTg3LjMsMzgwLjN6IE02OS41LDM3Ni43Yy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZsLTEyLjIsMzIuOGMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjktMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjEsMCwyNS4xLDEuOSwzNy42LDUuOWwtNC43LTEyLjRjLTEwLjctMi43LTIxLjctNC4xLTMyLjktNC4xIEMxMTIuOSwzNTguNyw4OS44LDM2NC45LDY5LjUsMzc2LjcnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzZfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy01LjQwNDInIHkxPSc3NDEuNDczJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeDI9JzEuNTEzMScgeTI9Jzc0MS40NzMnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDI5LjI3NDggMCAwIC0yOS4yNzQ4IDE4OC43MTUyIDIyMTAwLjg0NzcpJz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCcgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMyODUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4zNzQ1JyBzdHlsZT0nc3RvcC1jb2xvcjojRkJGQkZCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNDIzMycgc3R5bGU9J3N0b3AtY29sb3I6I0VFRUVFRScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjQ3MzUnIHN0eWxlPSdzdG9wLWNvbG9yOiNEOUQ5RDknLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC41MjQ2JyBzdHlsZT0nc3RvcC1jb2xvcjojQkNCQkJCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNTc2NCcgc3R5bGU9J3N0b3AtY29sb3I6Izk2OTU5NScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYyODgnIHN0eWxlPSdzdG9wLWNvbG9yOiM2ODY2NjYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC42ODA4JyBzdHlsZT0nc3RvcC1jb2xvcjojMzMyRjMwJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNjk0OCcgc3R5bGU9J3N0b3AtY29sb3I6IzIzMUYyMCcvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjkzMDEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMScgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCB4PSczMC41JyB5PSczNTguNycgY2xhc3M9J3N0Micgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4Jy8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDxnLz4KICAgIDwvZz4KPC9zdmc+"
|
|
1271
|
-
}
|
|
1545
|
+
]
|
|
1272
1546
|
},
|
|
1273
1547
|
{
|
|
1274
1548
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1275
|
-
"name": "Automation Anywhere
|
|
1276
|
-
"id": "io.camunda.connectors.AutomationAnywhere
|
|
1549
|
+
"name": "Automation Anywhere Outbound Connector",
|
|
1550
|
+
"id": "io.camunda.connectors.AutomationAnywhere",
|
|
1551
|
+
"description": "Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
1552
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
1277
1553
|
"version": 1,
|
|
1278
|
-
"icon": {
|
|
1279
|
-
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
|
|
1280
|
-
},
|
|
1281
|
-
"description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
1282
1554
|
"deprecated": {
|
|
1283
|
-
"message": "This
|
|
1284
|
-
"documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
|
|
1555
|
+
"message": "This connector is replaced by the new Automation Anywhere connector (id = io.camunda.connectors.AutomationAnywhere.v1). Please use the new connector instead."
|
|
1285
1556
|
},
|
|
1286
1557
|
"category": {
|
|
1287
1558
|
"id": "connectors",
|
|
@@ -1291,48 +1562,57 @@
|
|
|
1291
1562
|
"elementType": {
|
|
1292
1563
|
"value": "bpmn:ServiceTask"
|
|
1293
1564
|
},
|
|
1294
|
-
"engines": {
|
|
1295
|
-
"camunda": "^8.2"
|
|
1296
|
-
},
|
|
1297
1565
|
"groups": [
|
|
1298
1566
|
{
|
|
1299
1567
|
"id": "operation",
|
|
1300
1568
|
"label": "Operation"
|
|
1301
1569
|
},
|
|
1302
|
-
{
|
|
1303
|
-
"id": "authentication",
|
|
1304
|
-
"label": "Authentication"
|
|
1305
|
-
},
|
|
1306
1570
|
{
|
|
1307
1571
|
"id": "configuration",
|
|
1308
1572
|
"label": "Configuration"
|
|
1309
1573
|
},
|
|
1574
|
+
{
|
|
1575
|
+
"id": "authentication",
|
|
1576
|
+
"label": "Authentication"
|
|
1577
|
+
},
|
|
1310
1578
|
{
|
|
1311
1579
|
"id": "input",
|
|
1312
1580
|
"label": "Input"
|
|
1313
1581
|
},
|
|
1582
|
+
{
|
|
1583
|
+
"id": "timeout",
|
|
1584
|
+
"label": "Timeout"
|
|
1585
|
+
},
|
|
1314
1586
|
{
|
|
1315
1587
|
"id": "output",
|
|
1316
|
-
"label": "Output"
|
|
1588
|
+
"label": "Output mapping"
|
|
1317
1589
|
},
|
|
1318
1590
|
{
|
|
1319
|
-
"id": "
|
|
1591
|
+
"id": "error",
|
|
1320
1592
|
"label": "Error handling"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"id": "retries",
|
|
1596
|
+
"label": "Retries"
|
|
1321
1597
|
}
|
|
1322
1598
|
],
|
|
1323
1599
|
"properties": [
|
|
1324
1600
|
{
|
|
1325
|
-
"
|
|
1326
|
-
"value": "io.camunda:http-json:1",
|
|
1601
|
+
"value": "io.camunda:connector-automationanywhere:1",
|
|
1327
1602
|
"binding": {
|
|
1328
1603
|
"type": "zeebe:taskDefinition",
|
|
1329
1604
|
"property": "type"
|
|
1330
|
-
}
|
|
1605
|
+
},
|
|
1606
|
+
"type": "Hidden"
|
|
1331
1607
|
},
|
|
1332
1608
|
{
|
|
1333
|
-
"
|
|
1334
|
-
"
|
|
1609
|
+
"id": "operation.type",
|
|
1610
|
+
"label": "Type",
|
|
1335
1611
|
"group": "operation",
|
|
1612
|
+
"binding": {
|
|
1613
|
+
"name": "operation.type",
|
|
1614
|
+
"type": "zeebe:input"
|
|
1615
|
+
},
|
|
1336
1616
|
"type": "Dropdown",
|
|
1337
1617
|
"choices": [
|
|
1338
1618
|
{
|
|
@@ -1343,176 +1623,107 @@
|
|
|
1343
1623
|
"name": "Get work item result from queue by ID",
|
|
1344
1624
|
"value": "listWorkItemsInQueue"
|
|
1345
1625
|
}
|
|
1346
|
-
]
|
|
1347
|
-
"binding": {
|
|
1348
|
-
"type": "zeebe:input",
|
|
1349
|
-
"name": "operationType"
|
|
1350
|
-
}
|
|
1626
|
+
]
|
|
1351
1627
|
},
|
|
1352
1628
|
{
|
|
1629
|
+
"id": "configuration.controlRoomUrl",
|
|
1353
1630
|
"label": "Control room URL",
|
|
1354
|
-
"
|
|
1355
|
-
"feel": "optional",
|
|
1356
|
-
"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>",
|
|
1357
|
-
"type": "String",
|
|
1358
|
-
"binding": {
|
|
1359
|
-
"type": "zeebe:input",
|
|
1360
|
-
"name": "controlRoomURL"
|
|
1361
|
-
},
|
|
1362
|
-
"constraints": {
|
|
1363
|
-
"notEmpty": true,
|
|
1364
|
-
"pattern": {
|
|
1365
|
-
"value": "^(=|(http://|https://|secrets).*$)",
|
|
1366
|
-
"message": "Must be a http(s) URL."
|
|
1367
|
-
}
|
|
1368
|
-
}
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"label": "Type",
|
|
1372
|
-
"id": "authenticationType",
|
|
1373
|
-
"group": "authentication",
|
|
1374
|
-
"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>",
|
|
1375
|
-
"value": "userNamePasswordAuth",
|
|
1376
|
-
"type": "Dropdown",
|
|
1377
|
-
"choices": [
|
|
1378
|
-
{
|
|
1379
|
-
"name": "Authenticate (username and password)",
|
|
1380
|
-
"value": "userNamePasswordAuth"
|
|
1381
|
-
},
|
|
1382
|
-
{
|
|
1383
|
-
"name": "Authenticate (username and API key)",
|
|
1384
|
-
"value": "userNameApiKeyAuth"
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
"name": "Authentication (refresh) token",
|
|
1388
|
-
"value": "tokenAuth"
|
|
1389
|
-
}
|
|
1390
|
-
],
|
|
1391
|
-
"binding": {
|
|
1392
|
-
"type": "zeebe:input",
|
|
1393
|
-
"name": "authentication.withoutBindingType"
|
|
1394
|
-
}
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
"id": "credentialsInBodyAuthType",
|
|
1398
|
-
"group": "authentication",
|
|
1399
|
-
"type": "Hidden",
|
|
1400
|
-
"value": "credentialsInBody",
|
|
1401
|
-
"binding": {
|
|
1402
|
-
"type": "zeebe:input",
|
|
1403
|
-
"name": "authentication.type"
|
|
1404
|
-
},
|
|
1631
|
+
"optional": false,
|
|
1405
1632
|
"constraints": {
|
|
1406
1633
|
"notEmpty": true
|
|
1407
1634
|
},
|
|
1408
|
-
"
|
|
1409
|
-
|
|
1410
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
1411
|
-
}
|
|
1412
|
-
},
|
|
1413
|
-
{
|
|
1414
|
-
"group": "authentication",
|
|
1415
|
-
"type": "Hidden",
|
|
1416
|
-
"value": "noAuth",
|
|
1635
|
+
"feel": "optional",
|
|
1636
|
+
"group": "configuration",
|
|
1417
1637
|
"binding": {
|
|
1418
|
-
"
|
|
1419
|
-
"
|
|
1420
|
-
},
|
|
1421
|
-
"constraints": {
|
|
1422
|
-
"notEmpty": true
|
|
1638
|
+
"name": "configuration.controlRoomUrl",
|
|
1639
|
+
"type": "zeebe:input"
|
|
1423
1640
|
},
|
|
1424
|
-
"
|
|
1425
|
-
"property": "authenticationType",
|
|
1426
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
1427
|
-
}
|
|
1641
|
+
"type": "String"
|
|
1428
1642
|
},
|
|
1429
1643
|
{
|
|
1430
|
-
"id": "
|
|
1644
|
+
"id": "authentication.type",
|
|
1645
|
+
"label": "Type",
|
|
1646
|
+
"description": "Choose the authentication type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
1647
|
+
"value": "passwordBasedAuthentication",
|
|
1431
1648
|
"group": "authentication",
|
|
1432
|
-
"type": "Hidden",
|
|
1433
|
-
"value": "noAuth",
|
|
1434
|
-
"binding": {
|
|
1435
|
-
"type": "zeebe:input",
|
|
1436
|
-
"name": "authentication.type"
|
|
1437
|
-
},
|
|
1438
|
-
"constraints": {
|
|
1439
|
-
"notEmpty": true
|
|
1440
|
-
},
|
|
1441
|
-
"condition": {
|
|
1442
|
-
"property": "authenticationType",
|
|
1443
|
-
"oneOf": ["tokenAuth"]
|
|
1444
|
-
}
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"description": "method for authentication",
|
|
1448
|
-
"type": "Hidden",
|
|
1449
|
-
"value": "post",
|
|
1450
1649
|
"binding": {
|
|
1451
|
-
"
|
|
1452
|
-
"
|
|
1453
|
-
},
|
|
1454
|
-
"
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1650
|
+
"name": "authentication.type",
|
|
1651
|
+
"type": "zeebe:input"
|
|
1652
|
+
},
|
|
1653
|
+
"type": "Dropdown",
|
|
1654
|
+
"choices": [
|
|
1655
|
+
{
|
|
1656
|
+
"name": "Authenticate (username and password)",
|
|
1657
|
+
"value": "passwordBasedAuthentication"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"name": "Authenticate (username and API key)",
|
|
1661
|
+
"value": "apiKeyAuthentication"
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"name": "Authentication (refresh) token",
|
|
1665
|
+
"value": "tokenBasedAuthentication"
|
|
1666
|
+
}
|
|
1667
|
+
]
|
|
1458
1668
|
},
|
|
1459
1669
|
{
|
|
1670
|
+
"id": "authentication.passwordBassesUsername",
|
|
1460
1671
|
"label": "Username",
|
|
1461
|
-
"
|
|
1462
|
-
"type": "String",
|
|
1463
|
-
"feel": "optional",
|
|
1464
|
-
"binding": {
|
|
1465
|
-
"type": "zeebe:input",
|
|
1466
|
-
"name": "authentication.request.body.username"
|
|
1467
|
-
},
|
|
1672
|
+
"optional": false,
|
|
1468
1673
|
"constraints": {
|
|
1469
1674
|
"notEmpty": true
|
|
1470
1675
|
},
|
|
1676
|
+
"feel": "optional",
|
|
1677
|
+
"group": "authentication",
|
|
1678
|
+
"binding": {
|
|
1679
|
+
"name": "authentication.username",
|
|
1680
|
+
"type": "zeebe:input"
|
|
1681
|
+
},
|
|
1471
1682
|
"condition": {
|
|
1472
|
-
"property": "
|
|
1473
|
-
"
|
|
1474
|
-
|
|
1683
|
+
"property": "authentication.type",
|
|
1684
|
+
"equals": "passwordBasedAuthentication",
|
|
1685
|
+
"type": "simple"
|
|
1686
|
+
},
|
|
1687
|
+
"type": "String"
|
|
1475
1688
|
},
|
|
1476
1689
|
{
|
|
1690
|
+
"id": "authentication.password",
|
|
1477
1691
|
"label": "Password",
|
|
1478
|
-
"
|
|
1479
|
-
"type": "String",
|
|
1480
|
-
"feel": "optional",
|
|
1481
|
-
"binding": {
|
|
1482
|
-
"type": "zeebe:input",
|
|
1483
|
-
"name": "authentication.request.body.password"
|
|
1484
|
-
},
|
|
1692
|
+
"optional": false,
|
|
1485
1693
|
"constraints": {
|
|
1486
1694
|
"notEmpty": true
|
|
1487
1695
|
},
|
|
1488
|
-
"condition": {
|
|
1489
|
-
"property": "authenticationType",
|
|
1490
|
-
"equals": "userNamePasswordAuth"
|
|
1491
|
-
}
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"label": "API key",
|
|
1495
|
-
"group": "authentication",
|
|
1496
|
-
"type": "String",
|
|
1497
1696
|
"feel": "optional",
|
|
1697
|
+
"group": "authentication",
|
|
1498
1698
|
"binding": {
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1501
|
-
},
|
|
1502
|
-
"constraints": {
|
|
1503
|
-
"notEmpty": true
|
|
1699
|
+
"name": "authentication.password",
|
|
1700
|
+
"type": "zeebe:input"
|
|
1504
1701
|
},
|
|
1505
1702
|
"condition": {
|
|
1506
|
-
"property": "
|
|
1507
|
-
"equals": "
|
|
1508
|
-
|
|
1703
|
+
"property": "authentication.type",
|
|
1704
|
+
"equals": "passwordBasedAuthentication",
|
|
1705
|
+
"type": "simple"
|
|
1706
|
+
},
|
|
1707
|
+
"type": "String"
|
|
1509
1708
|
},
|
|
1510
1709
|
{
|
|
1710
|
+
"id": "authentication.multipleLogin",
|
|
1511
1711
|
"label": "Multiple login",
|
|
1712
|
+
"optional": false,
|
|
1713
|
+
"constraints": {
|
|
1714
|
+
"notEmpty": true
|
|
1715
|
+
},
|
|
1512
1716
|
"group": "authentication",
|
|
1513
|
-
"
|
|
1717
|
+
"binding": {
|
|
1718
|
+
"name": "authentication.multipleLogin",
|
|
1719
|
+
"type": "zeebe:input"
|
|
1720
|
+
},
|
|
1721
|
+
"condition": {
|
|
1722
|
+
"property": "authentication.type",
|
|
1723
|
+
"equals": "passwordBasedAuthentication",
|
|
1724
|
+
"type": "simple"
|
|
1725
|
+
},
|
|
1514
1726
|
"type": "Dropdown",
|
|
1515
|
-
"value": "false",
|
|
1516
1727
|
"choices": [
|
|
1517
1728
|
{
|
|
1518
1729
|
"name": "TRUE",
|
|
@@ -1522,298 +1733,217 @@
|
|
|
1522
1733
|
"name": "FALSE",
|
|
1523
1734
|
"value": "false"
|
|
1524
1735
|
}
|
|
1525
|
-
]
|
|
1526
|
-
"binding": {
|
|
1527
|
-
"type": "zeebe:input",
|
|
1528
|
-
"name": "authentication.request.body.multipleLogin"
|
|
1529
|
-
},
|
|
1530
|
-
"constraints": {
|
|
1531
|
-
"notEmpty": true
|
|
1532
|
-
},
|
|
1533
|
-
"condition": {
|
|
1534
|
-
"property": "authenticationType",
|
|
1535
|
-
"equals": "userNamePasswordAuth"
|
|
1536
|
-
}
|
|
1736
|
+
]
|
|
1537
1737
|
},
|
|
1538
1738
|
{
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1541
|
-
"
|
|
1542
|
-
"feel": "optional",
|
|
1543
|
-
"binding": {
|
|
1544
|
-
"type": "zeebe:input",
|
|
1545
|
-
"name": "token"
|
|
1546
|
-
},
|
|
1739
|
+
"id": "authentication.apiUsername",
|
|
1740
|
+
"label": "Username",
|
|
1741
|
+
"optional": false,
|
|
1547
1742
|
"constraints": {
|
|
1548
1743
|
"notEmpty": true
|
|
1549
1744
|
},
|
|
1550
|
-
"
|
|
1551
|
-
|
|
1552
|
-
"equals": "tokenAuth"
|
|
1553
|
-
}
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"description": "Token",
|
|
1557
|
-
"type": "Hidden",
|
|
1558
|
-
"value": "={\"X-Authorization\":token}",
|
|
1745
|
+
"feel": "optional",
|
|
1746
|
+
"group": "authentication",
|
|
1559
1747
|
"binding": {
|
|
1560
|
-
"
|
|
1561
|
-
"
|
|
1562
|
-
},
|
|
1563
|
-
"constraints": {
|
|
1564
|
-
"notEmpty": true
|
|
1748
|
+
"name": "authentication.username",
|
|
1749
|
+
"type": "zeebe:input"
|
|
1565
1750
|
},
|
|
1566
1751
|
"condition": {
|
|
1567
|
-
"property": "
|
|
1568
|
-
"equals": "
|
|
1569
|
-
|
|
1570
|
-
},
|
|
1571
|
-
{
|
|
1572
|
-
"description": "Output headers",
|
|
1573
|
-
"type": "Hidden",
|
|
1574
|
-
"value": "={\"X-Authorization\":\"asObject:token.asString\"}",
|
|
1575
|
-
"binding": {
|
|
1576
|
-
"type": "zeebe:input",
|
|
1577
|
-
"name": "authentication.outputHeaders"
|
|
1578
|
-
},
|
|
1579
|
-
"constraints": {
|
|
1580
|
-
"notEmpty": true
|
|
1752
|
+
"property": "authentication.type",
|
|
1753
|
+
"equals": "apiKeyAuthentication",
|
|
1754
|
+
"type": "simple"
|
|
1581
1755
|
},
|
|
1582
|
-
"
|
|
1583
|
-
"property": "authenticationType",
|
|
1584
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
1585
|
-
}
|
|
1756
|
+
"type": "String"
|
|
1586
1757
|
},
|
|
1587
1758
|
{
|
|
1588
|
-
"
|
|
1589
|
-
"
|
|
1759
|
+
"id": "authentication.apiKey",
|
|
1760
|
+
"label": "API key",
|
|
1590
1761
|
"optional": false,
|
|
1591
|
-
"value": "=controlRoomURL+\"/v1/authentication\"",
|
|
1592
|
-
"binding": {
|
|
1593
|
-
"type": "zeebe:input",
|
|
1594
|
-
"name": "authentication.request.url"
|
|
1595
|
-
},
|
|
1596
1762
|
"constraints": {
|
|
1597
1763
|
"notEmpty": true
|
|
1598
1764
|
},
|
|
1599
|
-
"
|
|
1600
|
-
|
|
1601
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
1602
|
-
}
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"description": "method for request",
|
|
1606
|
-
"type": "Hidden",
|
|
1607
|
-
"value": "post",
|
|
1765
|
+
"feel": "optional",
|
|
1766
|
+
"group": "authentication",
|
|
1608
1767
|
"binding": {
|
|
1609
|
-
"
|
|
1610
|
-
"
|
|
1768
|
+
"name": "authentication.apiKey",
|
|
1769
|
+
"type": "zeebe:input"
|
|
1611
1770
|
},
|
|
1612
1771
|
"condition": {
|
|
1613
|
-
"property": "
|
|
1614
|
-
"
|
|
1615
|
-
|
|
1772
|
+
"property": "authentication.type",
|
|
1773
|
+
"equals": "apiKeyAuthentication",
|
|
1774
|
+
"type": "simple"
|
|
1775
|
+
},
|
|
1776
|
+
"type": "String"
|
|
1616
1777
|
},
|
|
1617
1778
|
{
|
|
1618
|
-
"
|
|
1619
|
-
"
|
|
1620
|
-
"description": "The queue ID of the item",
|
|
1621
|
-
"type": "String",
|
|
1779
|
+
"id": "authentication.token",
|
|
1780
|
+
"label": "Token",
|
|
1622
1781
|
"optional": false,
|
|
1623
|
-
"feel": "optional",
|
|
1624
|
-
"binding": {
|
|
1625
|
-
"type": "zeebe:input",
|
|
1626
|
-
"name": "queueId"
|
|
1627
|
-
},
|
|
1628
1782
|
"constraints": {
|
|
1629
1783
|
"notEmpty": true
|
|
1630
1784
|
},
|
|
1631
|
-
"
|
|
1632
|
-
|
|
1633
|
-
"oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
|
|
1634
|
-
}
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
"description": "Add work items to the queue",
|
|
1638
|
-
"type": "Hidden",
|
|
1639
|
-
"optional": false,
|
|
1640
|
-
"value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
|
|
1785
|
+
"feel": "optional",
|
|
1786
|
+
"group": "authentication",
|
|
1641
1787
|
"binding": {
|
|
1642
|
-
"
|
|
1643
|
-
"
|
|
1644
|
-
},
|
|
1645
|
-
"constraints": {
|
|
1646
|
-
"notEmpty": true
|
|
1788
|
+
"name": "authentication.token",
|
|
1789
|
+
"type": "zeebe:input"
|
|
1647
1790
|
},
|
|
1648
1791
|
"condition": {
|
|
1649
|
-
"property": "
|
|
1650
|
-
"
|
|
1651
|
-
|
|
1792
|
+
"property": "authentication.type",
|
|
1793
|
+
"equals": "tokenBasedAuthentication",
|
|
1794
|
+
"type": "simple"
|
|
1795
|
+
},
|
|
1796
|
+
"type": "String"
|
|
1652
1797
|
},
|
|
1653
1798
|
{
|
|
1654
|
-
"
|
|
1655
|
-
"
|
|
1656
|
-
"
|
|
1657
|
-
"type": "String",
|
|
1658
|
-
"feel": "optional",
|
|
1799
|
+
"id": "operation.queueId",
|
|
1800
|
+
"label": "Work queue ID",
|
|
1801
|
+
"description": "The queue ID of the item",
|
|
1659
1802
|
"optional": false,
|
|
1660
|
-
"binding": {
|
|
1661
|
-
"type": "zeebe:input",
|
|
1662
|
-
"name": "workItemId"
|
|
1663
|
-
},
|
|
1664
1803
|
"constraints": {
|
|
1665
1804
|
"notEmpty": true
|
|
1666
1805
|
},
|
|
1667
|
-
"
|
|
1668
|
-
"property": "operationType",
|
|
1669
|
-
"oneOf": ["listWorkItemsInQueue"]
|
|
1670
|
-
}
|
|
1671
|
-
},
|
|
1672
|
-
{
|
|
1673
|
-
"label": "Work item json data",
|
|
1674
|
-
"description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
1806
|
+
"feel": "optional",
|
|
1675
1807
|
"group": "input",
|
|
1676
|
-
"type": "String",
|
|
1677
|
-
"feel": "required",
|
|
1678
1808
|
"binding": {
|
|
1679
|
-
"
|
|
1680
|
-
"
|
|
1809
|
+
"name": "operation.queueId",
|
|
1810
|
+
"type": "zeebe:input"
|
|
1681
1811
|
},
|
|
1682
|
-
"
|
|
1683
|
-
"
|
|
1812
|
+
"condition": {
|
|
1813
|
+
"property": "operation.type",
|
|
1814
|
+
"equals": "addWorkItemsToTheQueue",
|
|
1815
|
+
"type": "simple"
|
|
1684
1816
|
},
|
|
1685
|
-
"
|
|
1686
|
-
"property": "operationType",
|
|
1687
|
-
"oneOf": ["addWorkItemsToTheQueue"]
|
|
1688
|
-
}
|
|
1817
|
+
"type": "String"
|
|
1689
1818
|
},
|
|
1690
1819
|
{
|
|
1691
|
-
"
|
|
1692
|
-
"
|
|
1820
|
+
"id": "operation.data",
|
|
1821
|
+
"label": "Work item json data",
|
|
1822
|
+
"description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
1693
1823
|
"optional": false,
|
|
1694
|
-
"value": "={\"workItems\":[{\"json\":itemData}]}",
|
|
1695
|
-
"binding": {
|
|
1696
|
-
"type": "zeebe:input",
|
|
1697
|
-
"name": "body"
|
|
1698
|
-
},
|
|
1699
1824
|
"constraints": {
|
|
1700
1825
|
"notEmpty": true
|
|
1701
1826
|
},
|
|
1827
|
+
"feel": "required",
|
|
1828
|
+
"group": "input",
|
|
1829
|
+
"binding": {
|
|
1830
|
+
"name": "operation.data",
|
|
1831
|
+
"type": "zeebe:input"
|
|
1832
|
+
},
|
|
1702
1833
|
"condition": {
|
|
1703
|
-
"property": "
|
|
1704
|
-
"
|
|
1705
|
-
|
|
1834
|
+
"property": "operation.type",
|
|
1835
|
+
"equals": "addWorkItemsToTheQueue",
|
|
1836
|
+
"type": "simple"
|
|
1837
|
+
},
|
|
1838
|
+
"type": "Text"
|
|
1706
1839
|
},
|
|
1707
1840
|
{
|
|
1708
|
-
"
|
|
1709
|
-
"
|
|
1841
|
+
"id": "operation.workQueueId",
|
|
1842
|
+
"label": "Work queue ID",
|
|
1843
|
+
"description": "The queue ID of the item",
|
|
1710
1844
|
"optional": false,
|
|
1711
|
-
"value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
|
|
1712
|
-
"binding": {
|
|
1713
|
-
"type": "zeebe:input",
|
|
1714
|
-
"name": "body"
|
|
1715
|
-
},
|
|
1716
1845
|
"constraints": {
|
|
1717
1846
|
"notEmpty": true
|
|
1718
1847
|
},
|
|
1848
|
+
"feel": "optional",
|
|
1849
|
+
"group": "input",
|
|
1850
|
+
"binding": {
|
|
1851
|
+
"name": "operation.queueId",
|
|
1852
|
+
"type": "zeebe:input"
|
|
1853
|
+
},
|
|
1719
1854
|
"condition": {
|
|
1720
|
-
"property": "
|
|
1721
|
-
"
|
|
1722
|
-
|
|
1855
|
+
"property": "operation.type",
|
|
1856
|
+
"equals": "listWorkItemsInQueue",
|
|
1857
|
+
"type": "simple"
|
|
1858
|
+
},
|
|
1859
|
+
"type": "String"
|
|
1723
1860
|
},
|
|
1724
1861
|
{
|
|
1725
|
-
"
|
|
1726
|
-
"
|
|
1862
|
+
"id": "operation.workItemId",
|
|
1863
|
+
"label": "Work item ID",
|
|
1864
|
+
"description": "The queue item identifier to be fetched from queue",
|
|
1727
1865
|
"optional": false,
|
|
1728
|
-
"value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
|
|
1729
|
-
"binding": {
|
|
1730
|
-
"type": "zeebe:input",
|
|
1731
|
-
"name": "url"
|
|
1732
|
-
},
|
|
1733
1866
|
"constraints": {
|
|
1734
1867
|
"notEmpty": true
|
|
1735
1868
|
},
|
|
1869
|
+
"feel": "optional",
|
|
1870
|
+
"group": "input",
|
|
1871
|
+
"binding": {
|
|
1872
|
+
"name": "operation.workItemId",
|
|
1873
|
+
"type": "zeebe:input"
|
|
1874
|
+
},
|
|
1736
1875
|
"condition": {
|
|
1737
|
-
"property": "
|
|
1738
|
-
"
|
|
1739
|
-
|
|
1876
|
+
"property": "operation.type",
|
|
1877
|
+
"equals": "listWorkItemsInQueue",
|
|
1878
|
+
"type": "simple"
|
|
1879
|
+
},
|
|
1880
|
+
"type": "String"
|
|
1740
1881
|
},
|
|
1741
1882
|
{
|
|
1742
|
-
"
|
|
1883
|
+
"id": "configuration.connectionTimeoutInSeconds",
|
|
1884
|
+
"label": "Connection timeout in seconds",
|
|
1743
1885
|
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
1744
|
-
"
|
|
1745
|
-
"type": "String",
|
|
1886
|
+
"optional": true,
|
|
1746
1887
|
"value": "20",
|
|
1888
|
+
"feel": "optional",
|
|
1889
|
+
"group": "timeout",
|
|
1747
1890
|
"binding": {
|
|
1748
|
-
"
|
|
1749
|
-
"
|
|
1891
|
+
"name": "configuration.connectionTimeoutInSeconds",
|
|
1892
|
+
"type": "zeebe:input"
|
|
1750
1893
|
},
|
|
1751
|
-
"
|
|
1752
|
-
"feel": "optional",
|
|
1753
|
-
"constraints": {
|
|
1754
|
-
"notEmpty": false,
|
|
1755
|
-
"pattern": {
|
|
1756
|
-
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
1757
|
-
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1758
|
-
}
|
|
1759
|
-
}
|
|
1894
|
+
"type": "String"
|
|
1760
1895
|
},
|
|
1761
1896
|
{
|
|
1897
|
+
"id": "resultVariable",
|
|
1762
1898
|
"label": "Result variable",
|
|
1763
|
-
"description": "Name of variable to store the response in
|
|
1899
|
+
"description": "Name of variable to store the response in",
|
|
1764
1900
|
"group": "output",
|
|
1765
|
-
"type": "String",
|
|
1766
1901
|
"binding": {
|
|
1767
|
-
"
|
|
1768
|
-
"
|
|
1769
|
-
}
|
|
1902
|
+
"key": "resultVariable",
|
|
1903
|
+
"type": "zeebe:taskHeader"
|
|
1904
|
+
},
|
|
1905
|
+
"type": "String"
|
|
1770
1906
|
},
|
|
1771
1907
|
{
|
|
1908
|
+
"id": "resultExpression",
|
|
1772
1909
|
"label": "Result expression",
|
|
1773
|
-
"
|
|
1774
|
-
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
1775
|
-
"group": "output",
|
|
1776
|
-
"type": "String",
|
|
1910
|
+
"description": "Expression to map the response into process variables",
|
|
1777
1911
|
"feel": "required",
|
|
1778
|
-
"
|
|
1912
|
+
"group": "output",
|
|
1779
1913
|
"binding": {
|
|
1780
|
-
"
|
|
1781
|
-
"
|
|
1914
|
+
"key": "resultExpression",
|
|
1915
|
+
"type": "zeebe:taskHeader"
|
|
1782
1916
|
},
|
|
1783
|
-
"
|
|
1784
|
-
"property": "operationType",
|
|
1785
|
-
"oneOf": ["listWorkItemsInQueue"]
|
|
1786
|
-
}
|
|
1917
|
+
"type": "Text"
|
|
1787
1918
|
},
|
|
1788
1919
|
{
|
|
1789
|
-
"
|
|
1790
|
-
"
|
|
1791
|
-
"description": "Expression to
|
|
1792
|
-
"group": "output",
|
|
1793
|
-
"type": "String",
|
|
1920
|
+
"id": "errorExpression",
|
|
1921
|
+
"label": "Error expression",
|
|
1922
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1794
1923
|
"feel": "required",
|
|
1795
|
-
"
|
|
1924
|
+
"group": "error",
|
|
1796
1925
|
"binding": {
|
|
1797
|
-
"
|
|
1798
|
-
"
|
|
1926
|
+
"key": "errorExpression",
|
|
1927
|
+
"type": "zeebe:taskHeader"
|
|
1799
1928
|
},
|
|
1800
|
-
"
|
|
1801
|
-
"property": "operationType",
|
|
1802
|
-
"oneOf": ["addWorkItemsToTheQueue"]
|
|
1803
|
-
}
|
|
1929
|
+
"type": "Text"
|
|
1804
1930
|
},
|
|
1805
1931
|
{
|
|
1806
|
-
"
|
|
1807
|
-
"
|
|
1808
|
-
"
|
|
1809
|
-
"
|
|
1810
|
-
"
|
|
1932
|
+
"id": "retryBackoff",
|
|
1933
|
+
"label": "Retry backoff",
|
|
1934
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1935
|
+
"value": "PT0S",
|
|
1936
|
+
"group": "retries",
|
|
1811
1937
|
"binding": {
|
|
1812
|
-
"
|
|
1813
|
-
"
|
|
1814
|
-
}
|
|
1938
|
+
"key": "retryBackoff",
|
|
1939
|
+
"type": "zeebe:taskHeader"
|
|
1940
|
+
},
|
|
1941
|
+
"type": "Hidden"
|
|
1815
1942
|
}
|
|
1816
|
-
]
|
|
1943
|
+
],
|
|
1944
|
+
"icon": {
|
|
1945
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgNjUyIDY1Micgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjUyIDY1MjsnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0ndGV4dC9jc3MnPi5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6dXJsKCNTVkdJRF8zXyk7fSAuc3Qxe29wYWNpdHk6MC4zO30KICAgICAgICAgICAgLnN0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81Xyk7ZmlsbDp1cmwoI1NWR0lEXzZfKTt9IC5zdDN7ZmlsbDojNDA0MDQxO30gLnN0NHtmaWxsOiNGNzk4Mzc7fQogICAgICAgIDwvc3R5bGU+CiAgICA8L2RlZnM+CiAgICA8ZyBzdHlsZT0nJyB0cmFuc2Zvcm09J21hdHJpeCgyLjgzODk0NiwgMCwgMCwgMi44MDcxMjYsIC00NC41MzQzNjMsIC01NzguMzQzMzg0KSc+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzFfJwogICAgICAgICAgICAgICAgICAgICAgZD0nTTE5OS41LDQxMi43bC0wLjItMC41bC0wLjUtMWwtMTEuNy0zMS41YzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwLjFsMCwwYzEuMiwwLjksMi4yLDIuMiwzLDMuNyBjMC45LDEuNywxLjQsMy41LDEuNCw1LjVjMCw2LjQtNS4yLDExLjYtMTEuNiwxMS42QzIwNS41LDQyMC42LDIwMS4xLDQxNy40LDE5OS41LDQxMi43IE0xMDMuMywyMjkuNmMxLjUtNC4xLDQuOS02LjksOC43LTcgYzAsMCwwLjEsMCwwLjEsMGMzLjgsMC4yLDcuMiwyLjksOC43LDdsNDguMywxMzIuNmMtMTAuNy0yLjctMjEuNy00LjEtMzIuOS00LjFjLTIzLjUsMC00Ni43LDYuMi02Ni45LDE4IGMtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42TDEwMy4zLDIyOS42eiBNMTEwLjksMjEyYy03LjgsMC42LTE0LjcsNi0xNy42LDE0TDIxLDQyNC41Yy0xLDIuOCwwLjQsNS44LDMuMiw2LjggYzAuNiwwLjIsMS4yLDAuMywxLjgsMC4zYzEuNywwLDMuMy0wLjgsNC4zLTIuMmMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjgtMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjksMCwyNS42LDIsMzcuNiw1LjlsMTUuMyw0MS4xbDAuNSwwLjljMy4yLDguOCwxMS41LDE0LjcsMjAuOSwxNC43YzEyLjMsMCwyMi4yLTEwLDIyLjItMjIuMiBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC43LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42bC0xLjEtMi44bC0wLjEsMCBMMTMwLjgsMjI2Yy0yLjktNy45LTkuNy0xMy4zLTE3LjYtMTRjLTAuMywwLTAuNi0wLjEtMC45LTAuMWMtMC4xLDAtMC4yLDAtMC4yLDBjLTAuMSwwLTAuMiwwLTAuMiwwIEMxMTEuNSwyMTEuOSwxMTEuMiwyMTIsMTEwLjksMjEyJy8+CiAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF8yXyc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTk5LjUsNDEyLjdsLTAuMi0wLjVsLTAuNS0xbC0xMS43LTMxLjVjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjAuMWwwLDBjMS4yLDAuOSwyLjIsMi4yLDMsMy43IGMwLjksMS43LDEuNCwzLjUsMS40LDUuNWMwLDYuNC01LjIsMTEuNi0xMS42LDExLjZDMjA1LjUsNDIwLjYsMjAxLjEsNDE3LjQsMTk5LjUsNDEyLjcgTTEwMy4zLDIyOS42YzEuNS00LjEsNC45LTYuOSw4LjctNyBjMCwwLDAuMSwwLDAuMSwwYzMuOCwwLjIsNy4yLDIuOSw4LjcsN2w0OC4zLDEzMi42Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMWMtMjMuNSwwLTQ2LjcsNi4yLTY2LjksMTggYy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZMMTAzLjMsMjI5LjZ6IE0xMTAuOSwyMTJjLTcuOCwwLjYtMTQuNyw2LTE3LjYsMTRMMjEsNDI0LjVjLTEsMi44LDAuNCw1LjgsMy4yLDYuOCBjMC42LDAuMiwxLjIsMC4zLDEuOCwwLjNjMS43LDAsMy4zLTAuOCw0LjMtMi4yYzAuMi0wLjIsMC4zLTAuNCwwLjUtMC43YzEwLjctMTgsMjUuOC0zMy4xLDQzLjktNDMuNiBjMTguNi0xMC44LDM5LjktMTYuNiw2MS42LTE2LjZjMTIuOSwwLDI1LjYsMiwzNy42LDUuOWwxNS4zLDQxLjFsMC41LDAuOWMzLjIsOC44LDExLjUsMTQuNywyMC45LDE0LjdjMTIuMywwLDIyLjItMTAsMjIuMi0yMi4yIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjctMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZsLTEuMS0yLjhsLTAuMSwwIEwxMzAuOCwyMjZjLTIuOS03LjktOS43LTEzLjMtMTcuNi0xNGMtMC4zLDAtMC42LTAuMS0wLjktMC4xYy0wLjEsMC0wLjIsMC0wLjIsMGMtMC4xLDAtMC4yLDAtMC4yLDAgQzExMS41LDIxMS45LDExMS4yLDIxMiwxMTAuOSwyMTInCiAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzNfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy00LjkzOCcgeTE9Jzc0My4wMjAzJyB4Mj0nMS45NzkyJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgeTI9Jzc0My4wMjAzJyBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDMwLjY1OCAwIDAgLTMwLjY1OCAxNzIuMDgwMyAyMzEwMS4zNDE4KSc+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkREMTUnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4wMzQzJyBzdHlsZT0nc3RvcC1jb2xvcjojRkVEMjE3Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuMTY2Mycgc3R5bGU9J3N0b3AtY29sb3I6I0ZBQUQxQycvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMwNDknIHN0eWxlPSdzdG9wLWNvbG9yOiNGNjhGMjAnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC40NScgc3R5bGU9J3N0b3AtY29sb3I6I0YzNzgyNCcvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYwNDUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMTY3MjYnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC43NzQ3JyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1RDI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuOTkxJyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1QTI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMDVBMjgnLz4KICAgICAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgICAgICAgICAgPHJlY3QgeD0nMjAnIHk9JzIxMS45JyBjbGFzcz0nc3QwJyB3aWR0aD0nMjEyLjgnIGhlaWdodD0nMjE5LjcnLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnIGNsYXNzPSdzdDEnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzRfJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZD0nTTE4Ny4zLDM4MC4zYzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwbDAsMGMxLjIsMSwyLjIsMi4yLDMsMy43YzAuOSwxLjcsMS40LDMuNSwxLjQsNS41SDIzMyBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC42LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42TDE4Ny4zLDM4MC4zeiBNNjkuNSwzNzYuN2MtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42bC0xMi4yLDMyLjhjMC4yLTAuMiwwLjMtMC40LDAuNS0wLjdjMTAuNy0xOCwyNS45LTMzLjEsNDMuOS00My42IGMxOC42LTEwLjgsMzkuOS0xNi42LDYxLjYtMTYuNmMxMi4xLDAsMjUuMSwxLjksMzcuNiw1LjlsLTQuNy0xMi40Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMSBDMTEyLjksMzU4LjcsODkuOCwzNjQuOSw2OS41LDM3Ni43Jy8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF81Xyc+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTg3LjMsMzgwLjNjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjBsMCwwYzEuMiwxLDIuMiwyLjIsMywzLjdjMC45LDEuNywxLjQsMy41LDEuNCw1LjVIMjMzIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjYtMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZMMTg3LjMsMzgwLjN6IE02OS41LDM3Ni43Yy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZsLTEyLjIsMzIuOGMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjktMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjEsMCwyNS4xLDEuOSwzNy42LDUuOWwtNC43LTEyLjRjLTEwLjctMi43LTIxLjctNC4xLTMyLjktNC4xIEMxMTIuOSwzNTguNyw4OS44LDM2NC45LDY5LjUsMzc2LjcnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzZfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy01LjQwNDInIHkxPSc3NDEuNDczJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeDI9JzEuNTEzMScgeTI9Jzc0MS40NzMnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDI5LjI3NDggMCAwIC0yOS4yNzQ4IDE4OC43MTUyIDIyMTAwLjg0NzcpJz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCcgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMyODUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4zNzQ1JyBzdHlsZT0nc3RvcC1jb2xvcjojRkJGQkZCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNDIzMycgc3R5bGU9J3N0b3AtY29sb3I6I0VFRUVFRScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjQ3MzUnIHN0eWxlPSdzdG9wLWNvbG9yOiNEOUQ5RDknLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC41MjQ2JyBzdHlsZT0nc3RvcC1jb2xvcjojQkNCQkJCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNTc2NCcgc3R5bGU9J3N0b3AtY29sb3I6Izk2OTU5NScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYyODgnIHN0eWxlPSdzdG9wLWNvbG9yOiM2ODY2NjYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC42ODA4JyBzdHlsZT0nc3RvcC1jb2xvcjojMzMyRjMwJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNjk0OCcgc3R5bGU9J3N0b3AtY29sb3I6IzIzMUYyMCcvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjkzMDEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMScgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCB4PSczMC41JyB5PSczNTguNycgY2xhc3M9J3N0Micgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4Jy8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDxnLz4KICAgIDwvZz4KPC9zdmc+"
|
|
1946
|
+
}
|
|
1817
1947
|
},
|
|
1818
1948
|
{
|
|
1819
1949
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
@@ -2364,17 +2494,20 @@
|
|
|
2364
2494
|
{
|
|
2365
2495
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2366
2496
|
"name": "Automation Anywhere Outbound Connector",
|
|
2367
|
-
"id": "io.camunda.connectors.AutomationAnywhere
|
|
2368
|
-
"
|
|
2369
|
-
"description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
2497
|
+
"id": "io.camunda.connectors.AutomationAnywhere",
|
|
2498
|
+
"description": "Manage work items in Automation Anywhere queues.",
|
|
2370
2499
|
"deprecated": {
|
|
2371
|
-
"message": "This
|
|
2372
|
-
"documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
|
|
2500
|
+
"message": "This connector is replaced by the new Automation Anywhere connector (id = io.camunda.connectors.AutomationAnywhere.v1). Please use the new connector instead."
|
|
2373
2501
|
},
|
|
2374
|
-
"
|
|
2375
|
-
"
|
|
2502
|
+
"metadata": {
|
|
2503
|
+
"keywords": [
|
|
2504
|
+
"add work item to queue",
|
|
2505
|
+
"get work item from queue",
|
|
2506
|
+
"get work item result from queue by ID"
|
|
2507
|
+
]
|
|
2376
2508
|
},
|
|
2377
2509
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
2510
|
+
"version": 2,
|
|
2378
2511
|
"category": {
|
|
2379
2512
|
"id": "connectors",
|
|
2380
2513
|
"name": "Connectors"
|
|
@@ -2383,48 +2516,57 @@
|
|
|
2383
2516
|
"elementType": {
|
|
2384
2517
|
"value": "bpmn:ServiceTask"
|
|
2385
2518
|
},
|
|
2386
|
-
"engines": {
|
|
2387
|
-
"camunda": "^8.4"
|
|
2388
|
-
},
|
|
2389
2519
|
"groups": [
|
|
2390
2520
|
{
|
|
2391
2521
|
"id": "operation",
|
|
2392
2522
|
"label": "Operation"
|
|
2393
2523
|
},
|
|
2394
|
-
{
|
|
2395
|
-
"id": "authentication",
|
|
2396
|
-
"label": "Authentication"
|
|
2397
|
-
},
|
|
2398
2524
|
{
|
|
2399
2525
|
"id": "configuration",
|
|
2400
2526
|
"label": "Configuration"
|
|
2401
2527
|
},
|
|
2528
|
+
{
|
|
2529
|
+
"id": "authentication",
|
|
2530
|
+
"label": "Authentication"
|
|
2531
|
+
},
|
|
2402
2532
|
{
|
|
2403
2533
|
"id": "input",
|
|
2404
2534
|
"label": "Input"
|
|
2405
2535
|
},
|
|
2536
|
+
{
|
|
2537
|
+
"id": "timeout",
|
|
2538
|
+
"label": "Timeout"
|
|
2539
|
+
},
|
|
2406
2540
|
{
|
|
2407
2541
|
"id": "output",
|
|
2408
|
-
"label": "Output"
|
|
2542
|
+
"label": "Output mapping"
|
|
2409
2543
|
},
|
|
2410
2544
|
{
|
|
2411
|
-
"id": "
|
|
2545
|
+
"id": "error",
|
|
2412
2546
|
"label": "Error handling"
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"id": "retries",
|
|
2550
|
+
"label": "Retries"
|
|
2413
2551
|
}
|
|
2414
2552
|
],
|
|
2415
2553
|
"properties": [
|
|
2416
2554
|
{
|
|
2417
|
-
"
|
|
2418
|
-
"value": "io.camunda:http-json:1",
|
|
2555
|
+
"value": "io.camunda:connector-automationanywhere:1",
|
|
2419
2556
|
"binding": {
|
|
2420
|
-
"
|
|
2421
|
-
"
|
|
2422
|
-
}
|
|
2557
|
+
"property": "type",
|
|
2558
|
+
"type": "zeebe:taskDefinition"
|
|
2559
|
+
},
|
|
2560
|
+
"type": "Hidden"
|
|
2423
2561
|
},
|
|
2424
2562
|
{
|
|
2425
|
-
"
|
|
2426
|
-
"
|
|
2563
|
+
"id": "operation.type",
|
|
2564
|
+
"label": "Type",
|
|
2427
2565
|
"group": "operation",
|
|
2566
|
+
"binding": {
|
|
2567
|
+
"name": "operation.type",
|
|
2568
|
+
"type": "zeebe:input"
|
|
2569
|
+
},
|
|
2428
2570
|
"type": "Dropdown",
|
|
2429
2571
|
"choices": [
|
|
2430
2572
|
{
|
|
@@ -2435,176 +2577,107 @@
|
|
|
2435
2577
|
"name": "Get work item result from queue by ID",
|
|
2436
2578
|
"value": "listWorkItemsInQueue"
|
|
2437
2579
|
}
|
|
2438
|
-
]
|
|
2439
|
-
"binding": {
|
|
2440
|
-
"type": "zeebe:input",
|
|
2441
|
-
"name": "operationType"
|
|
2442
|
-
}
|
|
2580
|
+
]
|
|
2443
2581
|
},
|
|
2444
2582
|
{
|
|
2583
|
+
"id": "configuration.controlRoomUrl",
|
|
2445
2584
|
"label": "Control room URL",
|
|
2446
|
-
"
|
|
2585
|
+
"optional": false,
|
|
2586
|
+
"constraints": {
|
|
2587
|
+
"notEmpty": true
|
|
2588
|
+
},
|
|
2447
2589
|
"feel": "optional",
|
|
2448
|
-
"
|
|
2449
|
-
"type": "String",
|
|
2590
|
+
"group": "configuration",
|
|
2450
2591
|
"binding": {
|
|
2451
|
-
"
|
|
2452
|
-
"
|
|
2592
|
+
"name": "configuration.controlRoomUrl",
|
|
2593
|
+
"type": "zeebe:input"
|
|
2453
2594
|
},
|
|
2454
|
-
"
|
|
2455
|
-
"notEmpty": true,
|
|
2456
|
-
"pattern": {
|
|
2457
|
-
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
2458
|
-
"message": "Must be a http(s) URL"
|
|
2459
|
-
}
|
|
2460
|
-
}
|
|
2595
|
+
"type": "String"
|
|
2461
2596
|
},
|
|
2462
2597
|
{
|
|
2598
|
+
"id": "authentication.type",
|
|
2463
2599
|
"label": "Type",
|
|
2464
|
-
"id": "authenticationType",
|
|
2465
|
-
"group": "authentication",
|
|
2466
2600
|
"description": "Choose the authentication type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
2467
|
-
"value": "
|
|
2601
|
+
"value": "passwordBasedAuthentication",
|
|
2602
|
+
"group": "authentication",
|
|
2603
|
+
"binding": {
|
|
2604
|
+
"name": "authentication.type",
|
|
2605
|
+
"type": "zeebe:input"
|
|
2606
|
+
},
|
|
2468
2607
|
"type": "Dropdown",
|
|
2469
2608
|
"choices": [
|
|
2470
2609
|
{
|
|
2471
2610
|
"name": "Authenticate (username and password)",
|
|
2472
|
-
"value": "
|
|
2611
|
+
"value": "passwordBasedAuthentication"
|
|
2473
2612
|
},
|
|
2474
2613
|
{
|
|
2475
2614
|
"name": "Authenticate (username and API key)",
|
|
2476
|
-
"value": "
|
|
2615
|
+
"value": "apiKeyAuthentication"
|
|
2477
2616
|
},
|
|
2478
2617
|
{
|
|
2479
2618
|
"name": "Authentication (refresh) token",
|
|
2480
|
-
"value": "
|
|
2619
|
+
"value": "tokenBasedAuthentication"
|
|
2481
2620
|
}
|
|
2482
|
-
]
|
|
2483
|
-
"binding": {
|
|
2484
|
-
"type": "zeebe:input",
|
|
2485
|
-
"name": "authentication.withoutBindingType"
|
|
2486
|
-
}
|
|
2621
|
+
]
|
|
2487
2622
|
},
|
|
2488
2623
|
{
|
|
2489
|
-
"id": "
|
|
2490
|
-
"
|
|
2491
|
-
"
|
|
2492
|
-
"value": "credentialsInBody",
|
|
2493
|
-
"binding": {
|
|
2494
|
-
"type": "zeebe:input",
|
|
2495
|
-
"name": "authentication.type"
|
|
2496
|
-
},
|
|
2624
|
+
"id": "authentication.passwordBassesUsername",
|
|
2625
|
+
"label": "Username",
|
|
2626
|
+
"optional": false,
|
|
2497
2627
|
"constraints": {
|
|
2498
2628
|
"notEmpty": true
|
|
2499
2629
|
},
|
|
2500
|
-
"
|
|
2501
|
-
"property": "authenticationType",
|
|
2502
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
2503
|
-
}
|
|
2504
|
-
},
|
|
2505
|
-
{
|
|
2630
|
+
"feel": "optional",
|
|
2506
2631
|
"group": "authentication",
|
|
2507
|
-
"type": "Hidden",
|
|
2508
|
-
"value": "noAuth",
|
|
2509
2632
|
"binding": {
|
|
2510
|
-
"
|
|
2511
|
-
"
|
|
2512
|
-
},
|
|
2513
|
-
"constraints": {
|
|
2514
|
-
"notEmpty": true
|
|
2633
|
+
"name": "authentication.username",
|
|
2634
|
+
"type": "zeebe:input"
|
|
2515
2635
|
},
|
|
2516
2636
|
"condition": {
|
|
2517
|
-
"property": "
|
|
2518
|
-
"
|
|
2519
|
-
|
|
2637
|
+
"property": "authentication.type",
|
|
2638
|
+
"equals": "passwordBasedAuthentication",
|
|
2639
|
+
"type": "simple"
|
|
2640
|
+
},
|
|
2641
|
+
"type": "String"
|
|
2520
2642
|
},
|
|
2521
2643
|
{
|
|
2522
|
-
"id": "
|
|
2523
|
-
"
|
|
2524
|
-
"
|
|
2525
|
-
"value": "noAuth",
|
|
2526
|
-
"binding": {
|
|
2527
|
-
"type": "zeebe:input",
|
|
2528
|
-
"name": "authentication.type"
|
|
2529
|
-
},
|
|
2644
|
+
"id": "authentication.password",
|
|
2645
|
+
"label": "Password",
|
|
2646
|
+
"optional": false,
|
|
2530
2647
|
"constraints": {
|
|
2531
2648
|
"notEmpty": true
|
|
2532
2649
|
},
|
|
2533
|
-
"condition": {
|
|
2534
|
-
"property": "authenticationType",
|
|
2535
|
-
"oneOf": ["tokenAuth"]
|
|
2536
|
-
}
|
|
2537
|
-
},
|
|
2538
|
-
{
|
|
2539
|
-
"description": "method for authentication",
|
|
2540
|
-
"type": "Hidden",
|
|
2541
|
-
"value": "post",
|
|
2542
|
-
"binding": {
|
|
2543
|
-
"type": "zeebe:input",
|
|
2544
|
-
"name": "authentication.request.method"
|
|
2545
|
-
},
|
|
2546
|
-
"condition": {
|
|
2547
|
-
"property": "authenticationType",
|
|
2548
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
2549
|
-
}
|
|
2550
|
-
},
|
|
2551
|
-
{
|
|
2552
|
-
"label": "Username",
|
|
2553
|
-
"group": "authentication",
|
|
2554
|
-
"type": "String",
|
|
2555
2650
|
"feel": "optional",
|
|
2651
|
+
"group": "authentication",
|
|
2556
2652
|
"binding": {
|
|
2557
|
-
"
|
|
2558
|
-
"
|
|
2559
|
-
},
|
|
2560
|
-
"constraints": {
|
|
2561
|
-
"notEmpty": true
|
|
2653
|
+
"name": "authentication.password",
|
|
2654
|
+
"type": "zeebe:input"
|
|
2562
2655
|
},
|
|
2563
2656
|
"condition": {
|
|
2564
|
-
"property": "
|
|
2565
|
-
"
|
|
2566
|
-
|
|
2657
|
+
"property": "authentication.type",
|
|
2658
|
+
"equals": "passwordBasedAuthentication",
|
|
2659
|
+
"type": "simple"
|
|
2660
|
+
},
|
|
2661
|
+
"type": "String"
|
|
2567
2662
|
},
|
|
2568
2663
|
{
|
|
2569
|
-
"
|
|
2570
|
-
"
|
|
2571
|
-
"
|
|
2572
|
-
"feel": "optional",
|
|
2573
|
-
"binding": {
|
|
2574
|
-
"type": "zeebe:input",
|
|
2575
|
-
"name": "authentication.request.body.password"
|
|
2576
|
-
},
|
|
2664
|
+
"id": "authentication.multipleLogin",
|
|
2665
|
+
"label": "Multiple login",
|
|
2666
|
+
"optional": false,
|
|
2577
2667
|
"constraints": {
|
|
2578
2668
|
"notEmpty": true
|
|
2579
2669
|
},
|
|
2580
|
-
"condition": {
|
|
2581
|
-
"property": "authenticationType",
|
|
2582
|
-
"equals": "userNamePasswordAuth"
|
|
2583
|
-
}
|
|
2584
|
-
},
|
|
2585
|
-
{
|
|
2586
|
-
"label": "API key",
|
|
2587
2670
|
"group": "authentication",
|
|
2588
|
-
"type": "String",
|
|
2589
|
-
"feel": "optional",
|
|
2590
2671
|
"binding": {
|
|
2591
|
-
"
|
|
2592
|
-
"
|
|
2593
|
-
},
|
|
2594
|
-
"constraints": {
|
|
2595
|
-
"notEmpty": true
|
|
2672
|
+
"name": "authentication.multipleLogin",
|
|
2673
|
+
"type": "zeebe:input"
|
|
2596
2674
|
},
|
|
2597
2675
|
"condition": {
|
|
2598
|
-
"property": "
|
|
2599
|
-
"equals": "
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
{
|
|
2603
|
-
"label": "Multiple login",
|
|
2604
|
-
"group": "authentication",
|
|
2605
|
-
"description": "For more information on multi-login, see <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
2676
|
+
"property": "authentication.type",
|
|
2677
|
+
"equals": "passwordBasedAuthentication",
|
|
2678
|
+
"type": "simple"
|
|
2679
|
+
},
|
|
2606
2680
|
"type": "Dropdown",
|
|
2607
|
-
"value": "false",
|
|
2608
2681
|
"choices": [
|
|
2609
2682
|
{
|
|
2610
2683
|
"name": "TRUE",
|
|
@@ -2614,313 +2687,244 @@
|
|
|
2614
2687
|
"name": "FALSE",
|
|
2615
2688
|
"value": "false"
|
|
2616
2689
|
}
|
|
2617
|
-
]
|
|
2618
|
-
"binding": {
|
|
2619
|
-
"type": "zeebe:input",
|
|
2620
|
-
"name": "authentication.request.body.multipleLogin"
|
|
2621
|
-
},
|
|
2622
|
-
"constraints": {
|
|
2623
|
-
"notEmpty": true
|
|
2624
|
-
},
|
|
2625
|
-
"condition": {
|
|
2626
|
-
"property": "authenticationType",
|
|
2627
|
-
"equals": "userNamePasswordAuth"
|
|
2628
|
-
}
|
|
2690
|
+
]
|
|
2629
2691
|
},
|
|
2630
2692
|
{
|
|
2631
|
-
"
|
|
2632
|
-
"
|
|
2633
|
-
"
|
|
2634
|
-
"feel": "optional",
|
|
2635
|
-
"binding": {
|
|
2636
|
-
"type": "zeebe:input",
|
|
2637
|
-
"name": "token"
|
|
2638
|
-
},
|
|
2693
|
+
"id": "authentication.apiUsername",
|
|
2694
|
+
"label": "Username",
|
|
2695
|
+
"optional": false,
|
|
2639
2696
|
"constraints": {
|
|
2640
2697
|
"notEmpty": true
|
|
2641
2698
|
},
|
|
2642
|
-
"
|
|
2643
|
-
|
|
2644
|
-
"equals": "tokenAuth"
|
|
2645
|
-
}
|
|
2646
|
-
},
|
|
2647
|
-
{
|
|
2648
|
-
"description": "Token",
|
|
2649
|
-
"type": "Hidden",
|
|
2650
|
-
"value": "={\"X-Authorization\":token}",
|
|
2699
|
+
"feel": "optional",
|
|
2700
|
+
"group": "authentication",
|
|
2651
2701
|
"binding": {
|
|
2652
|
-
"
|
|
2653
|
-
"
|
|
2654
|
-
},
|
|
2655
|
-
"constraints": {
|
|
2656
|
-
"notEmpty": true
|
|
2702
|
+
"name": "authentication.username",
|
|
2703
|
+
"type": "zeebe:input"
|
|
2657
2704
|
},
|
|
2658
2705
|
"condition": {
|
|
2659
|
-
"property": "
|
|
2660
|
-
"equals": "
|
|
2661
|
-
|
|
2662
|
-
},
|
|
2663
|
-
{
|
|
2664
|
-
"description": "Output headers",
|
|
2665
|
-
"type": "Hidden",
|
|
2666
|
-
"value": "={\"X-Authorization\":\"asObject:token.asString\"}",
|
|
2667
|
-
"binding": {
|
|
2668
|
-
"type": "zeebe:input",
|
|
2669
|
-
"name": "authentication.outputHeaders"
|
|
2670
|
-
},
|
|
2671
|
-
"constraints": {
|
|
2672
|
-
"notEmpty": true
|
|
2706
|
+
"property": "authentication.type",
|
|
2707
|
+
"equals": "apiKeyAuthentication",
|
|
2708
|
+
"type": "simple"
|
|
2673
2709
|
},
|
|
2674
|
-
"
|
|
2675
|
-
"property": "authenticationType",
|
|
2676
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
2677
|
-
}
|
|
2710
|
+
"type": "String"
|
|
2678
2711
|
},
|
|
2679
2712
|
{
|
|
2680
|
-
"
|
|
2681
|
-
"
|
|
2713
|
+
"id": "authentication.apiKey",
|
|
2714
|
+
"label": "API key",
|
|
2682
2715
|
"optional": false,
|
|
2683
|
-
"value": "=controlRoomURL+\"/v1/authentication\"",
|
|
2684
|
-
"binding": {
|
|
2685
|
-
"type": "zeebe:input",
|
|
2686
|
-
"name": "authentication.request.url"
|
|
2687
|
-
},
|
|
2688
2716
|
"constraints": {
|
|
2689
2717
|
"notEmpty": true
|
|
2690
2718
|
},
|
|
2691
|
-
"condition": {
|
|
2692
|
-
"property": "authenticationType",
|
|
2693
|
-
"oneOf": ["userNamePasswordAuth", "userNameApiKeyAuth"]
|
|
2694
|
-
}
|
|
2695
|
-
},
|
|
2696
|
-
{
|
|
2697
|
-
"description": "method for request",
|
|
2698
|
-
"type": "Hidden",
|
|
2699
|
-
"value": "post",
|
|
2700
|
-
"binding": {
|
|
2701
|
-
"type": "zeebe:input",
|
|
2702
|
-
"name": "method"
|
|
2703
|
-
},
|
|
2704
|
-
"condition": {
|
|
2705
|
-
"property": "operationType",
|
|
2706
|
-
"oneOf": ["addWorkItemsToTheQueue", "listWorkItemsInQueue"]
|
|
2707
|
-
}
|
|
2708
|
-
},
|
|
2709
|
-
{
|
|
2710
|
-
"label": "Work queue ID",
|
|
2711
|
-
"group": "input",
|
|
2712
|
-
"description": "The queue ID of the item",
|
|
2713
|
-
"type": "String",
|
|
2714
|
-
"optional": false,
|
|
2715
2719
|
"feel": "optional",
|
|
2720
|
+
"group": "authentication",
|
|
2716
2721
|
"binding": {
|
|
2717
|
-
"
|
|
2718
|
-
"
|
|
2719
|
-
},
|
|
2720
|
-
"constraints": {
|
|
2721
|
-
"notEmpty": true
|
|
2722
|
+
"name": "authentication.apiKey",
|
|
2723
|
+
"type": "zeebe:input"
|
|
2722
2724
|
},
|
|
2723
2725
|
"condition": {
|
|
2724
|
-
"property": "
|
|
2725
|
-
"
|
|
2726
|
-
|
|
2726
|
+
"property": "authentication.type",
|
|
2727
|
+
"equals": "apiKeyAuthentication",
|
|
2728
|
+
"type": "simple"
|
|
2729
|
+
},
|
|
2730
|
+
"type": "String"
|
|
2727
2731
|
},
|
|
2728
2732
|
{
|
|
2729
|
-
"
|
|
2730
|
-
"
|
|
2733
|
+
"id": "authentication.token",
|
|
2734
|
+
"label": "Token",
|
|
2731
2735
|
"optional": false,
|
|
2732
|
-
"value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems\"",
|
|
2733
|
-
"binding": {
|
|
2734
|
-
"type": "zeebe:input",
|
|
2735
|
-
"name": "url"
|
|
2736
|
-
},
|
|
2737
2736
|
"constraints": {
|
|
2738
2737
|
"notEmpty": true
|
|
2739
2738
|
},
|
|
2739
|
+
"feel": "optional",
|
|
2740
|
+
"group": "authentication",
|
|
2741
|
+
"binding": {
|
|
2742
|
+
"name": "authentication.token",
|
|
2743
|
+
"type": "zeebe:input"
|
|
2744
|
+
},
|
|
2740
2745
|
"condition": {
|
|
2741
|
-
"property": "
|
|
2742
|
-
"
|
|
2743
|
-
|
|
2746
|
+
"property": "authentication.type",
|
|
2747
|
+
"equals": "tokenBasedAuthentication",
|
|
2748
|
+
"type": "simple"
|
|
2749
|
+
},
|
|
2750
|
+
"type": "String"
|
|
2744
2751
|
},
|
|
2745
2752
|
{
|
|
2746
|
-
"
|
|
2747
|
-
"
|
|
2748
|
-
"
|
|
2749
|
-
"type": "String",
|
|
2750
|
-
"feel": "optional",
|
|
2753
|
+
"id": "operation.queueId",
|
|
2754
|
+
"label": "Work queue ID",
|
|
2755
|
+
"description": "The queue ID of the item",
|
|
2751
2756
|
"optional": false,
|
|
2752
|
-
"binding": {
|
|
2753
|
-
"type": "zeebe:input",
|
|
2754
|
-
"name": "workItemId"
|
|
2755
|
-
},
|
|
2756
2757
|
"constraints": {
|
|
2757
2758
|
"notEmpty": true
|
|
2758
2759
|
},
|
|
2759
|
-
"
|
|
2760
|
-
"property": "operationType",
|
|
2761
|
-
"oneOf": ["listWorkItemsInQueue"]
|
|
2762
|
-
}
|
|
2763
|
-
},
|
|
2764
|
-
{
|
|
2765
|
-
"label": "Work item json data",
|
|
2766
|
-
"description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
2760
|
+
"feel": "optional",
|
|
2767
2761
|
"group": "input",
|
|
2768
|
-
"type": "String",
|
|
2769
|
-
"feel": "required",
|
|
2770
2762
|
"binding": {
|
|
2771
|
-
"
|
|
2772
|
-
"
|
|
2773
|
-
},
|
|
2774
|
-
"constraints": {
|
|
2775
|
-
"notEmpty": true
|
|
2763
|
+
"name": "operation.queueId",
|
|
2764
|
+
"type": "zeebe:input"
|
|
2776
2765
|
},
|
|
2777
2766
|
"condition": {
|
|
2778
|
-
"property": "
|
|
2779
|
-
"
|
|
2780
|
-
|
|
2767
|
+
"property": "operation.type",
|
|
2768
|
+
"equals": "addWorkItemsToTheQueue",
|
|
2769
|
+
"type": "simple"
|
|
2770
|
+
},
|
|
2771
|
+
"type": "String"
|
|
2781
2772
|
},
|
|
2782
2773
|
{
|
|
2783
|
-
"
|
|
2784
|
-
"
|
|
2774
|
+
"id": "operation.data",
|
|
2775
|
+
"label": "Work item json data",
|
|
2776
|
+
"description": "Work item json input data. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/\" target=\"_blank\">documentation</a>",
|
|
2785
2777
|
"optional": false,
|
|
2786
|
-
"value": "={\"workItems\":[{\"json\":itemData}]}",
|
|
2787
|
-
"binding": {
|
|
2788
|
-
"type": "zeebe:input",
|
|
2789
|
-
"name": "body"
|
|
2790
|
-
},
|
|
2791
2778
|
"constraints": {
|
|
2792
2779
|
"notEmpty": true
|
|
2793
2780
|
},
|
|
2781
|
+
"feel": "required",
|
|
2782
|
+
"group": "input",
|
|
2783
|
+
"binding": {
|
|
2784
|
+
"name": "operation.data",
|
|
2785
|
+
"type": "zeebe:input"
|
|
2786
|
+
},
|
|
2794
2787
|
"condition": {
|
|
2795
|
-
"property": "
|
|
2796
|
-
"
|
|
2797
|
-
|
|
2788
|
+
"property": "operation.type",
|
|
2789
|
+
"equals": "addWorkItemsToTheQueue",
|
|
2790
|
+
"type": "simple"
|
|
2791
|
+
},
|
|
2792
|
+
"type": "Text"
|
|
2798
2793
|
},
|
|
2799
2794
|
{
|
|
2800
|
-
"
|
|
2801
|
-
"
|
|
2795
|
+
"id": "operation.workQueueId",
|
|
2796
|
+
"label": "Work queue ID",
|
|
2797
|
+
"description": "The queue ID of the item",
|
|
2802
2798
|
"optional": false,
|
|
2803
|
-
"value": "={\"filter\":{\"operator\":\"eq\",\"value\":workItemId,\"field\":\"id\"}}",
|
|
2804
|
-
"binding": {
|
|
2805
|
-
"type": "zeebe:input",
|
|
2806
|
-
"name": "body"
|
|
2807
|
-
},
|
|
2808
2799
|
"constraints": {
|
|
2809
2800
|
"notEmpty": true
|
|
2810
2801
|
},
|
|
2802
|
+
"feel": "optional",
|
|
2803
|
+
"group": "input",
|
|
2804
|
+
"binding": {
|
|
2805
|
+
"name": "operation.queueId",
|
|
2806
|
+
"type": "zeebe:input"
|
|
2807
|
+
},
|
|
2811
2808
|
"condition": {
|
|
2812
|
-
"property": "
|
|
2813
|
-
"
|
|
2814
|
-
|
|
2809
|
+
"property": "operation.type",
|
|
2810
|
+
"equals": "listWorkItemsInQueue",
|
|
2811
|
+
"type": "simple"
|
|
2812
|
+
},
|
|
2813
|
+
"type": "String"
|
|
2815
2814
|
},
|
|
2816
2815
|
{
|
|
2817
|
-
"
|
|
2818
|
-
"
|
|
2816
|
+
"id": "operation.workItemId",
|
|
2817
|
+
"label": "Work item ID",
|
|
2818
|
+
"description": "The queue item identifier to be fetched from queue",
|
|
2819
2819
|
"optional": false,
|
|
2820
|
-
"value": "=controlRoomURL+\"/v3/wlm/queues/\"+queueId+\"/workitems/list\"",
|
|
2821
|
-
"binding": {
|
|
2822
|
-
"type": "zeebe:input",
|
|
2823
|
-
"name": "url"
|
|
2824
|
-
},
|
|
2825
2820
|
"constraints": {
|
|
2826
2821
|
"notEmpty": true
|
|
2827
2822
|
},
|
|
2823
|
+
"feel": "static",
|
|
2824
|
+
"group": "input",
|
|
2825
|
+
"binding": {
|
|
2826
|
+
"name": "operation.workItemId",
|
|
2827
|
+
"type": "zeebe:input"
|
|
2828
|
+
},
|
|
2828
2829
|
"condition": {
|
|
2829
|
-
"property": "
|
|
2830
|
-
"
|
|
2831
|
-
|
|
2830
|
+
"property": "operation.type",
|
|
2831
|
+
"equals": "listWorkItemsInQueue",
|
|
2832
|
+
"type": "simple"
|
|
2833
|
+
},
|
|
2834
|
+
"type": "Number"
|
|
2832
2835
|
},
|
|
2833
2836
|
{
|
|
2834
|
-
"
|
|
2837
|
+
"id": "configuration.connectionTimeoutInSeconds",
|
|
2838
|
+
"label": "Connection timeout in seconds",
|
|
2835
2839
|
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
2836
|
-
"
|
|
2837
|
-
"
|
|
2838
|
-
"
|
|
2840
|
+
"optional": true,
|
|
2841
|
+
"value": 20,
|
|
2842
|
+
"feel": "static",
|
|
2843
|
+
"group": "timeout",
|
|
2839
2844
|
"binding": {
|
|
2840
|
-
"
|
|
2841
|
-
"
|
|
2845
|
+
"name": "configuration.connectionTimeoutInSeconds",
|
|
2846
|
+
"type": "zeebe:input"
|
|
2842
2847
|
},
|
|
2843
|
-
"
|
|
2844
|
-
"feel": "optional",
|
|
2845
|
-
"constraints": {
|
|
2846
|
-
"notEmpty": false,
|
|
2847
|
-
"pattern": {
|
|
2848
|
-
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
2849
|
-
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
2850
|
-
}
|
|
2851
|
-
}
|
|
2848
|
+
"type": "Number"
|
|
2852
2849
|
},
|
|
2853
2850
|
{
|
|
2851
|
+
"id": "resultVariable",
|
|
2854
2852
|
"label": "Result variable",
|
|
2855
|
-
"description": "Name of variable to store the response in
|
|
2853
|
+
"description": "Name of variable to store the response in",
|
|
2856
2854
|
"group": "output",
|
|
2857
|
-
"type": "String",
|
|
2858
2855
|
"binding": {
|
|
2859
|
-
"
|
|
2860
|
-
"
|
|
2861
|
-
}
|
|
2856
|
+
"key": "resultVariable",
|
|
2857
|
+
"type": "zeebe:taskHeader"
|
|
2858
|
+
},
|
|
2859
|
+
"type": "String"
|
|
2862
2860
|
},
|
|
2863
2861
|
{
|
|
2862
|
+
"id": "resultExpression",
|
|
2864
2863
|
"label": "Result expression",
|
|
2865
|
-
"
|
|
2866
|
-
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
2867
|
-
"group": "output",
|
|
2868
|
-
"type": "String",
|
|
2864
|
+
"description": "Expression to map the response into process variables",
|
|
2869
2865
|
"feel": "required",
|
|
2870
|
-
"
|
|
2866
|
+
"group": "output",
|
|
2871
2867
|
"binding": {
|
|
2872
|
-
"
|
|
2873
|
-
"
|
|
2868
|
+
"key": "resultExpression",
|
|
2869
|
+
"type": "zeebe:taskHeader"
|
|
2874
2870
|
},
|
|
2875
|
-
"
|
|
2876
|
-
"property": "operationType",
|
|
2877
|
-
"oneOf": ["listWorkItemsInQueue"]
|
|
2878
|
-
}
|
|
2871
|
+
"type": "Text"
|
|
2879
2872
|
},
|
|
2880
2873
|
{
|
|
2881
|
-
"
|
|
2882
|
-
"
|
|
2883
|
-
"description": "Expression to
|
|
2884
|
-
"group": "output",
|
|
2885
|
-
"type": "String",
|
|
2874
|
+
"id": "errorExpression",
|
|
2875
|
+
"label": "Error expression",
|
|
2876
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
2886
2877
|
"feel": "required",
|
|
2887
|
-
"
|
|
2878
|
+
"group": "error",
|
|
2888
2879
|
"binding": {
|
|
2889
|
-
"
|
|
2890
|
-
"
|
|
2880
|
+
"key": "errorExpression",
|
|
2881
|
+
"type": "zeebe:taskHeader"
|
|
2891
2882
|
},
|
|
2892
|
-
"
|
|
2893
|
-
"property": "operationType",
|
|
2894
|
-
"oneOf": ["addWorkItemsToTheQueue"]
|
|
2895
|
-
}
|
|
2883
|
+
"type": "Text"
|
|
2896
2884
|
},
|
|
2897
2885
|
{
|
|
2898
|
-
"
|
|
2899
|
-
"
|
|
2900
|
-
"
|
|
2901
|
-
"
|
|
2902
|
-
"feel": "
|
|
2886
|
+
"id": "retryCount",
|
|
2887
|
+
"label": "Retries",
|
|
2888
|
+
"description": "Number of retries",
|
|
2889
|
+
"value": "3",
|
|
2890
|
+
"feel": "optional",
|
|
2891
|
+
"group": "retries",
|
|
2903
2892
|
"binding": {
|
|
2904
|
-
"
|
|
2905
|
-
"
|
|
2906
|
-
}
|
|
2893
|
+
"property": "retries",
|
|
2894
|
+
"type": "zeebe:taskDefinition"
|
|
2895
|
+
},
|
|
2896
|
+
"type": "String"
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
"id": "retryBackoff",
|
|
2900
|
+
"label": "Retry backoff",
|
|
2901
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
2902
|
+
"value": "PT0S",
|
|
2903
|
+
"group": "retries",
|
|
2904
|
+
"binding": {
|
|
2905
|
+
"key": "retryBackoff",
|
|
2906
|
+
"type": "zeebe:taskHeader"
|
|
2907
|
+
},
|
|
2908
|
+
"type": "String"
|
|
2907
2909
|
}
|
|
2908
|
-
]
|
|
2910
|
+
],
|
|
2911
|
+
"icon": {
|
|
2912
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgNjUyIDY1Micgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjUyIDY1MjsnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0ndGV4dC9jc3MnPi5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6dXJsKCNTVkdJRF8zXyk7fSAuc3Qxe29wYWNpdHk6MC4zO30KICAgICAgICAgICAgLnN0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81Xyk7ZmlsbDp1cmwoI1NWR0lEXzZfKTt9IC5zdDN7ZmlsbDojNDA0MDQxO30gLnN0NHtmaWxsOiNGNzk4Mzc7fQogICAgICAgIDwvc3R5bGU+CiAgICA8L2RlZnM+CiAgICA8ZyBzdHlsZT0nJyB0cmFuc2Zvcm09J21hdHJpeCgyLjgzODk0NiwgMCwgMCwgMi44MDcxMjYsIC00NC41MzQzNjMsIC01NzguMzQzMzg0KSc+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzFfJwogICAgICAgICAgICAgICAgICAgICAgZD0nTTE5OS41LDQxMi43bC0wLjItMC41bC0wLjUtMWwtMTEuNy0zMS41YzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwLjFsMCwwYzEuMiwwLjksMi4yLDIuMiwzLDMuNyBjMC45LDEuNywxLjQsMy41LDEuNCw1LjVjMCw2LjQtNS4yLDExLjYtMTEuNiwxMS42QzIwNS41LDQyMC42LDIwMS4xLDQxNy40LDE5OS41LDQxMi43IE0xMDMuMywyMjkuNmMxLjUtNC4xLDQuOS02LjksOC43LTcgYzAsMCwwLjEsMCwwLjEsMGMzLjgsMC4yLDcuMiwyLjksOC43LDdsNDguMywxMzIuNmMtMTAuNy0yLjctMjEuNy00LjEtMzIuOS00LjFjLTIzLjUsMC00Ni43LDYuMi02Ni45LDE4IGMtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42TDEwMy4zLDIyOS42eiBNMTEwLjksMjEyYy03LjgsMC42LTE0LjcsNi0xNy42LDE0TDIxLDQyNC41Yy0xLDIuOCwwLjQsNS44LDMuMiw2LjggYzAuNiwwLjIsMS4yLDAuMywxLjgsMC4zYzEuNywwLDMuMy0wLjgsNC4zLTIuMmMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjgtMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjksMCwyNS42LDIsMzcuNiw1LjlsMTUuMyw0MS4xbDAuNSwwLjljMy4yLDguOCwxMS41LDE0LjcsMjAuOSwxNC43YzEyLjMsMCwyMi4yLTEwLDIyLjItMjIuMiBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC43LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42bC0xLjEtMi44bC0wLjEsMCBMMTMwLjgsMjI2Yy0yLjktNy45LTkuNy0xMy4zLTE3LjYtMTRjLTAuMywwLTAuNi0wLjEtMC45LTAuMWMtMC4xLDAtMC4yLDAtMC4yLDBjLTAuMSwwLTAuMiwwLTAuMiwwIEMxMTEuNSwyMTEuOSwxMTEuMiwyMTIsMTEwLjksMjEyJy8+CiAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF8yXyc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTk5LjUsNDEyLjdsLTAuMi0wLjVsLTAuNS0xbC0xMS43LTMxLjVjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjAuMWwwLDBjMS4yLDAuOSwyLjIsMi4yLDMsMy43IGMwLjksMS43LDEuNCwzLjUsMS40LDUuNWMwLDYuNC01LjIsMTEuNi0xMS42LDExLjZDMjA1LjUsNDIwLjYsMjAxLjEsNDE3LjQsMTk5LjUsNDEyLjcgTTEwMy4zLDIyOS42YzEuNS00LjEsNC45LTYuOSw4LjctNyBjMCwwLDAuMSwwLDAuMSwwYzMuOCwwLjIsNy4yLDIuOSw4LjcsN2w0OC4zLDEzMi42Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMWMtMjMuNSwwLTQ2LjcsNi4yLTY2LjksMTggYy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZMMTAzLjMsMjI5LjZ6IE0xMTAuOSwyMTJjLTcuOCwwLjYtMTQuNyw2LTE3LjYsMTRMMjEsNDI0LjVjLTEsMi44LDAuNCw1LjgsMy4yLDYuOCBjMC42LDAuMiwxLjIsMC4zLDEuOCwwLjNjMS43LDAsMy4zLTAuOCw0LjMtMi4yYzAuMi0wLjIsMC4zLTAuNCwwLjUtMC43YzEwLjctMTgsMjUuOC0zMy4xLDQzLjktNDMuNiBjMTguNi0xMC44LDM5LjktMTYuNiw2MS42LTE2LjZjMTIuOSwwLDI1LjYsMiwzNy42LDUuOWwxNS4zLDQxLjFsMC41LDAuOWMzLjIsOC44LDExLjUsMTQuNywyMC45LDE0LjdjMTIuMywwLDIyLjItMTAsMjIuMi0yMi4yIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjctMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZsLTEuMS0yLjhsLTAuMSwwIEwxMzAuOCwyMjZjLTIuOS03LjktOS43LTEzLjMtMTcuNi0xNGMtMC4zLDAtMC42LTAuMS0wLjktMC4xYy0wLjEsMC0wLjIsMC0wLjIsMGMtMC4xLDAtMC4yLDAtMC4yLDAgQzExMS41LDIxMS45LDExMS4yLDIxMiwxMTAuOSwyMTInCiAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzNfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy00LjkzOCcgeTE9Jzc0My4wMjAzJyB4Mj0nMS45NzkyJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgeTI9Jzc0My4wMjAzJyBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDMwLjY1OCAwIDAgLTMwLjY1OCAxNzIuMDgwMyAyMzEwMS4zNDE4KSc+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkREMTUnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4wMzQzJyBzdHlsZT0nc3RvcC1jb2xvcjojRkVEMjE3Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuMTY2Mycgc3R5bGU9J3N0b3AtY29sb3I6I0ZBQUQxQycvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMwNDknIHN0eWxlPSdzdG9wLWNvbG9yOiNGNjhGMjAnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC40NScgc3R5bGU9J3N0b3AtY29sb3I6I0YzNzgyNCcvPgogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYwNDUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMTY3MjYnLz4KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC43NzQ3JyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1RDI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuOTkxJyBzdHlsZT0nc3RvcC1jb2xvcjojRjA1QTI4Jy8+CiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGMDVBMjgnLz4KICAgICAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgICAgICAgICAgPHJlY3QgeD0nMjAnIHk9JzIxMS45JyBjbGFzcz0nc3QwJyB3aWR0aD0nMjEyLjgnIGhlaWdodD0nMjE5LjcnLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnIGNsYXNzPSdzdDEnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxkZWZzPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggaWQ9J1NWR0lEXzRfJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZD0nTTE4Ny4zLDM4MC4zYzExLjEsNS4xLDIxLjQsMTEuOCwzMC43LDIwbDAsMGMxLjIsMSwyLjIsMi4yLDMsMy43YzAuOSwxLjcsMS40LDMuNSwxLjQsNS41SDIzMyBjMC0zLjYtMC45LTcuMy0yLjYtMTAuNWMtMC42LTEuMi0xLjQtMi4zLTIuMi0zLjRjLTAuMy0wLjUtMC42LTEtMS0xLjRjLTEzLjEtMTIuMi0yOC40LTIxLjUtNDQuOS0yNy42TDE4Ny4zLDM4MC4zeiBNNjkuNSwzNzYuN2MtOS44LDUuNy0xOC44LDEyLjctMjYuOSwyMC42bC0xMi4yLDMyLjhjMC4yLTAuMiwwLjMtMC40LDAuNS0wLjdjMTAuNy0xOCwyNS45LTMzLjEsNDMuOS00My42IGMxOC42LTEwLjgsMzkuOS0xNi42LDYxLjYtMTYuNmMxMi4xLDAsMjUuMSwxLjksMzcuNiw1LjlsLTQuNy0xMi40Yy0xMC43LTIuNy0yMS43LTQuMS0zMi45LTQuMSBDMTEyLjksMzU4LjcsODkuOCwzNjQuOSw2OS41LDM3Ni43Jy8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgICAgICAgICAgICAgPGNsaXBQYXRoIGlkPSdTVkdJRF81Xyc+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSdNMTg3LjMsMzgwLjNjMTEuMSw1LjEsMjEuNCwxMS44LDMwLjcsMjBsMCwwYzEuMiwxLDIuMiwyLjIsMywzLjdjMC45LDEuNywxLjQsMy41LDEuNCw1LjVIMjMzIGMwLTMuNi0wLjktNy4zLTIuNi0xMC41Yy0wLjYtMS4yLTEuNC0yLjMtMi4yLTMuNGMtMC4zLTAuNS0wLjYtMS0xLTEuNGMtMTMuMS0xMi4yLTI4LjQtMjEuNS00NC45LTI3LjZMMTg3LjMsMzgwLjN6IE02OS41LDM3Ni43Yy05LjgsNS43LTE4LjgsMTIuNy0yNi45LDIwLjZsLTEyLjIsMzIuOGMwLjItMC4yLDAuMy0wLjQsMC41LTAuN2MxMC43LTE4LDI1LjktMzMuMSw0My45LTQzLjYgYzE4LjYtMTAuOCwzOS45LTE2LjYsNjEuNi0xNi42YzEyLjEsMCwyNS4xLDEuOSwzNy42LDUuOWwtNC43LTEyLjRjLTEwLjctMi43LTIxLjctNC4xLTMyLjktNC4xIEMxMTIuOSwzNTguNyw4OS44LDM2NC45LDY5LjUsMzc2LjcnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09J21hdHJpeCgxLCAwLCAwLCAxLCAwLCAwKScgc3R5bGU9J292ZXJmbG93OiB2aXNpYmxlOycvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9J1NWR0lEXzZfJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9Jy01LjQwNDInIHkxPSc3NDEuNDczJwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeDI9JzEuNTEzMScgeTI9Jzc0MS40NzMnCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDI5LjI3NDggMCAwIC0yOS4yNzQ4IDE4OC43MTUyIDIyMTAwLjg0NzcpJz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCcgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjMyODUnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC4zNzQ1JyBzdHlsZT0nc3RvcC1jb2xvcjojRkJGQkZCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNDIzMycgc3R5bGU9J3N0b3AtY29sb3I6I0VFRUVFRScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjQ3MzUnIHN0eWxlPSdzdG9wLWNvbG9yOiNEOUQ5RDknLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC41MjQ2JyBzdHlsZT0nc3RvcC1jb2xvcjojQkNCQkJCJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNTc2NCcgc3R5bGU9J3N0b3AtY29sb3I6Izk2OTU5NScvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjYyODgnIHN0eWxlPSdzdG9wLWNvbG9yOiM2ODY2NjYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMC42ODA4JyBzdHlsZT0nc3RvcC1jb2xvcjojMzMyRjMwJy8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9JzAuNjk0OCcgc3R5bGU9J3N0b3AtY29sb3I6IzIzMUYyMCcvPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScwLjkzMDEnIHN0eWxlPSdzdG9wLWNvbG9yOiNGRkZGRkYnLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMScgc3R5bGU9J3N0b3AtY29sb3I6I0ZGRkZGRicvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCB4PSczMC41JyB5PSczNTguNycgY2xhc3M9J3N0Micgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4Jy8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDxnLz4KICAgIDwvZz4KPC9zdmc+"
|
|
2913
|
+
}
|
|
2909
2914
|
},
|
|
2910
2915
|
{
|
|
2911
2916
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2912
|
-
"name": "Automation Anywhere
|
|
2917
|
+
"name": "Automation Anywhere connector",
|
|
2913
2918
|
"id": "io.camunda.connectors.AutomationAnywhere.v1",
|
|
2914
|
-
"version":
|
|
2919
|
+
"version": 1,
|
|
2920
|
+
"icon": {
|
|
2921
|
+
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
|
|
2922
|
+
},
|
|
2915
2923
|
"description": "[Deprecated] Orchestrate your Automation Anywhere bots with Camunda. You can create new queue items and get the result from it",
|
|
2916
2924
|
"deprecated": {
|
|
2917
2925
|
"message": "This version of the connector will no longer be supported in the future. You can find a new supported version in the marketplace",
|
|
2918
2926
|
"documentationRef": "https://docs.camunda.io/docs/components/modeler/web-modeler/camunda-marketplace"
|
|
2919
2927
|
},
|
|
2920
|
-
"icon": {
|
|
2921
|
-
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 652 652' style='enable-background:new 0 0 652 652;' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);%7D .st1%7Bopacity:0.3;%7D .st2%7Bclip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);%7D .st3%7Bfill:%23404041;%7D .st4%7Bfill:%23F79837;%7D%0A%3C/style%3E%3C/defs%3E%3Cg style='' transform='matrix(2.838946, 0, 0, 2.807126, -44.534363, -578.343384)'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cpath d='M199.5,412.7l-0.2-0.5l-0.5-1l-11.7-31.5c11.1,5.1,21.4,11.8,30.7,20.1l0,0c1.2,0.9,2.2,2.2,3,3.7 c0.9,1.7,1.4,3.5,1.4,5.5c0,6.4-5.2,11.6-11.6,11.6C205.5,420.6,201.1,417.4,199.5,412.7 M103.3,229.6c1.5-4.1,4.9-6.9,8.7-7 c0,0,0.1,0,0.1,0c3.8,0.2,7.2,2.9,8.7,7l48.3,132.6c-10.7-2.7-21.7-4.1-32.9-4.1c-23.5,0-46.7,6.2-66.9,18 c-9.8,5.7-18.8,12.7-26.9,20.6L103.3,229.6z M110.9,212c-7.8,0.6-14.7,6-17.6,14L21,424.5c-1,2.8,0.4,5.8,3.2,6.8 c0.6,0.2,1.2,0.3,1.8,0.3c1.7,0,3.3-0.8,4.3-2.2c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.8-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.9,0,25.6,2,37.6,5.9l15.3,41.1l0.5,0.9c3.2,8.8,11.5,14.7,20.9,14.7c12.3,0,22.2-10,22.2-22.2 c0-3.6-0.9-7.3-2.6-10.5c-0.7-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6l-1.1-2.8l-0.1,0 L130.8,226c-2.9-7.9-9.7-13.3-17.6-14c-0.3,0-0.6-0.1-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.2,0 C111.5,211.9,111.2,212,110.9,212' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-4.938' y1='743.0203' x2='1.9792' y2='743.0203' gradientTransform='matrix(30.658 0 0 -30.658 172.0803 23101.3418)'%3E%3Cstop offset='0' style='stop-color:%23FFDD15'/%3E%3Cstop offset='0.0343' style='stop-color:%23FED217'/%3E%3Cstop offset='0.1663' style='stop-color:%23FAAD1C'/%3E%3Cstop offset='0.3049' style='stop-color:%23F68F20'/%3E%3Cstop offset='0.45' style='stop-color:%23F37824'/%3E%3Cstop offset='0.6045' style='stop-color:%23F16726'/%3E%3Cstop offset='0.7747' style='stop-color:%23F05D28'/%3E%3Cstop offset='0.991' style='stop-color:%23F05A28'/%3E%3Cstop offset='1' style='stop-color:%23F05A28'/%3E%3C/linearGradient%3E%3Crect x='20' y='211.9' class='st0' width='212.8' height='219.7'/%3E%3C/g%3E%3Cg%3E%3Cg class='st1'%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cpath d='M187.3,380.3c11.1,5.1,21.4,11.8,30.7,20l0,0c1.2,1,2.2,2.2,3,3.7c0.9,1.7,1.4,3.5,1.4,5.5H233 c0-3.6-0.9-7.3-2.6-10.5c-0.6-1.2-1.4-2.3-2.2-3.4c-0.3-0.5-0.6-1-1-1.4c-13.1-12.2-28.4-21.5-44.9-27.6L187.3,380.3z M69.5,376.7c-9.8,5.7-18.8,12.7-26.9,20.6l-12.2,32.8c0.2-0.2,0.3-0.4,0.5-0.7c10.7-18,25.9-33.1,43.9-43.6 c18.6-10.8,39.9-16.6,61.6-16.6c12.1,0,25.1,1.9,37.6,5.9l-4.7-12.4c-10.7-2.7-21.7-4.1-32.9-4.1 C112.9,358.7,89.8,364.9,69.5,376.7' transform='matrix(1, 0, 0, 1, 0, 0)' style='overflow: visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-5.4042' y1='741.473' x2='1.5131' y2='741.473' gradientTransform='matrix(29.2748 0 0 -29.2748 188.7152 22100.8477)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3285' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='0.3745' style='stop-color:%23FBFBFB'/%3E%3Cstop offset='0.4233' style='stop-color:%23EEEEEE'/%3E%3Cstop offset='0.4735' style='stop-color:%23D9D9D9'/%3E%3Cstop offset='0.5246' style='stop-color:%23BCBBBB'/%3E%3Cstop offset='0.5764' style='stop-color:%23969595'/%3E%3Cstop offset='0.6288' style='stop-color:%23686666'/%3E%3Cstop offset='0.6808' style='stop-color:%23332F30'/%3E%3Cstop offset='0.6948' style='stop-color:%23231F20'/%3E%3Cstop offset='0.9301' style='stop-color:%23FFFFFF'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect x='30.5' y='358.7' class='st2' width='18' height='18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3C/g%3E%3C/svg%3E"
|
|
2922
|
-
},
|
|
2923
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere/",
|
|
2924
2928
|
"category": {
|
|
2925
2929
|
"id": "connectors",
|
|
2926
2930
|
"name": "Connectors"
|
|
@@ -3000,8 +3004,8 @@
|
|
|
3000
3004
|
"constraints": {
|
|
3001
3005
|
"notEmpty": true,
|
|
3002
3006
|
"pattern": {
|
|
3003
|
-
"value": "^(=|(https
|
|
3004
|
-
"message": "Must be a http(s) URL"
|
|
3007
|
+
"value": "^(=|(http://|https://|secrets).*$)",
|
|
3008
|
+
"message": "Must be a http(s) URL."
|
|
3005
3009
|
}
|
|
3006
3010
|
}
|
|
3007
3011
|
},
|
|
@@ -3391,7 +3395,7 @@
|
|
|
3391
3395
|
"constraints": {
|
|
3392
3396
|
"notEmpty": false,
|
|
3393
3397
|
"pattern": {
|
|
3394
|
-
"value": "^(=|([0-9]+|secrets
|
|
3398
|
+
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
3395
3399
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
3396
3400
|
}
|
|
3397
3401
|
}
|