From 6da6fc54d86a334b68a70ebe23187ab209aaff01 Mon Sep 17 00:00:00 2001 From: Igor Petrov Date: Wed, 29 Mar 2023 14:59:05 +0300 Subject: [PATCH] fix(uipath): Changed UiPath labeling --- connectors/uipath/README.md | 4 ++-- .../element-templates/uipath-connector.json | 24 +++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/connectors/uipath/README.md b/connectors/uipath/README.md index e9ba7b0b93..2127075d85 100644 --- a/connectors/uipath/README.md +++ b/connectors/uipath/README.md @@ -1,3 +1,3 @@ -# UIPath Connector +# UiPath Connector -The **UIPath Connector** allows you to orchestrate an UIPath bot from your BPMN process with [UIPath](https://cloud.uipath.com). +The **UiPath Connector** allows you to orchestrate an UiPath bot from your BPMN process with [UiPath](https://cloud.uipath.com). diff --git a/connectors/uipath/element-templates/uipath-connector.json b/connectors/uipath/element-templates/uipath-connector.json index 177fec63c0..1dfce7103b 100644 --- a/connectors/uipath/element-templates/uipath-connector.json +++ b/connectors/uipath/element-templates/uipath-connector.json @@ -1,9 +1,9 @@ { "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json", - "name": "UIPath Connector", + "name": "UiPath Connector", "id": "io.camunda.connectors.UIPath.v1", - "version": 1, - "description": "Orchestrate your UIPath Bots with Camunda. You can create new queue items and get the result from it", + "version": 2, + "description": "Orchestrate your UiPath Bots with Camunda. You can create new queue items and get the result from it", "icon": { "contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' width='18' height='18' id='Extra_Large' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 3261 1200' style='enable-background:new 0 0 3261 1200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FA4616;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0,0h1200v1200H0V0z M124.2,1075.8h951.6V124.2H124.2V1075.8z M604,309.5h124.2v363.6 c0,164.3-93.2,263.4-250.4,263.4c-154.3,0-245.4-97.2-245.4-263.4V309.5h124.2v363.6c0,91.2,38.1,146.2,124.2,146.2 c83.1,0,123.2-52.1,123.2-146.2V309.5z M964.6,309.5c0,44.1-32.1,74.1-76.1,74.1c-44.1,0-76.1-30-76.1-74.1 c0-45.1,32.1-76.1,76.1-76.1C932.5,233.4,964.6,264.4,964.6,309.5z M826.4,442.7h124.2v487.8H826.4V442.7z M1784,517.9 c0,133.2-88.1,212.4-223.4,212.4h-112.2v200.3h-124.2v-621h236.4C1697.8,309.5,1784,389.6,1784,517.9z M1657.8,517.9 c0-68.1-39.1-108.2-110.2-108.2h-99.2v221.4h99.2C1618.7,631.1,1657.8,591,1657.8,517.9z M2201.7,442.7h124.2v487.8h-124.2v-55.1 c-33.1,39.1-85.1,61.1-158.3,61.1c-132.2,0-225.4-104.2-225.4-249.4c0-144.2,91.2-250.4,225.4-250.4c71.1,0,125.2,25,158.3,67.1 V442.7z M2201.7,687.1c0-84.1-50.1-142.2-129.2-142.2c-79.1,0-128.2,55.1-128.2,142.2c0,81.1,44.1,140.2,128.2,140.2 C2148.6,827.4,2201.7,772.3,2201.7,687.1z M2629.4,824.4h49.1v106.2h-65.1c-118.2,0-169.3-56.1-169.3-171.3V547.9H2386V442.7h58.1 V309.5h124.2v133.2h109.2v105.2h-109.2v212.3C2568.3,803.3,2581.3,824.4,2629.4,824.4z M3214.3,647.1v283.5h-124.2V661.1 c0-74.1-38.1-122.2-111.2-122.2s-117.2,50.1-117.2,133.2v258.4h-124.2V279.5h124.2v213.4c31.1-37.1,80.1-57.1,147.2-57.1 C3124.2,435.7,3214.3,518.9,3214.3,647.1z M3200,279.5h21.7v4.2h-8.5v25.8h-4.8v-25.8h-8.5V279.5z M3261,279.5v30h-4.8v-22.8 l-9.7,22.8h-3.6l-9.7-22.8v22.8h-4.8v-30h6l10.3,23.4l10.3-23.4H3261z'/%3E%3C/g%3E%3C/svg%3E%0A" }, @@ -128,7 +128,7 @@ }, { "label": "Client ID", - "description": "UIPath OAuth 2.0 client ID", + "description": "UiPath OAuth 2.0 client ID", "group": "authentication", "type": "String", "feel": "optional", @@ -146,7 +146,7 @@ }, { "label": "Client secret", - "description": "UIPath OAuth 2.0 client secret", + "description": "UiPath OAuth 2.0 client secret", "group": "authentication", "type": "String", "feel": "optional", @@ -222,7 +222,7 @@ } }, { - "label": "UIPath instance URL", + "label": "UiPath instance URL", "group": "configuration", "type": "String", "value": "cloud.uipath.com", @@ -236,7 +236,7 @@ } }, { - "label": "UIPath organization", + "label": "UiPath organization", "description": "Your organization ID", "group": "configuration", "type": "String", @@ -249,7 +249,7 @@ } }, { - "label": "UIPath tenant", + "label": "UiPath tenant", "description": "Your tenant name", "group": "configuration", "type": "String", @@ -264,7 +264,7 @@ { "label": "Organization unit ID", "group": "configuration", - "description": "UIPath folder or organization unit ID", + "description": "UiPath folder or organization unit ID", "type": "String", "optional": false, "binding": { @@ -373,7 +373,7 @@ } }, { - "label": "Specific content for a UIPath job", + "label": "Specific content for a UiPath job", "description": "Data that will be passed in to the job. It should be in the JSON format", "group": "input", "type": "String", @@ -454,7 +454,7 @@ } }, { - "label": "Result Expression", + "label": "Result expression", "id": "resultExpressionGet", "description": "Expression to map the response into process variables. Details in the documentation", "group": "output", @@ -473,7 +473,7 @@ } }, { - "label": "Result Expression", + "label": "Result expression", "id": "resultExpressionGet", "description": "Expression to map the response into process variables. Details in the documentation", "group": "output",