From 3269af2a1f664f7b9bc423e973a6ff76665c10e2 Mon Sep 17 00:00:00 2001 From: quanpham-axonivy Date: Mon, 25 Nov 2024 13:50:58 +0700 Subject: [PATCH] MARP-1077 Add README_DE.md (#26) * Create README_DE.md * Update README.md * Update README.md * Update README_DE.md --------- Co-authored-by: Sabine Gillner <129939502+ivy-sgi@users.noreply.github.com> --- talentlink-connector-product/README.md | 11 ++++--- talentlink-connector-product/README_DE.md | 35 +++++++++++++++++++++++ 2 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 talentlink-connector-product/README_DE.md diff --git a/talentlink-connector-product/README.md b/talentlink-connector-product/README.md index 06182b5..1a953b8 100644 --- a/talentlink-connector-product/README.md +++ b/talentlink-connector-product/README.md @@ -1,16 +1,15 @@ # TalentLink Connector -Axon Ivy’s TalentLink connector helps you accelerate your process automation initiatives by integrating [TalentLink](https://developer.lumesse-talenthub.com/) with your process application in the shortest possible time. +[TalentLink](https://developer.lumesse-talenthub.com/) is a cloud-based recruitment and talent acquisition platform by Lumesse (now part of Cornerstone OnDemand). It streamlines the hiring process, from job postings to candidate management, screening, and reporting. TalentLink helps companies efficiently manage talent acquisition and automate HR processes. This connector: -- Is based on REST and SOAP webservice technologies. -- Gives you access to sample TalentLink functionality -- reduces the integration effort to a minimum: Use the demo implementation, there you will find examples for the calls +- is based on REST and SOAP webservice technologies. +- gives you access to sample TalentLink functionality ## Demo -1. Call test process. It returns test data in log to you. +Call test process. It returns test data in log to you. ## Setup @@ -18,7 +17,7 @@ Before any interactions between the Axon Ivy Engine and TalentLink services can 1. Get a TalentLink account `host-name`, `user-name`, `password` and `api_key` to use. -1. Override the variables for `host-name`, `user-name`, `password` and `api_key` in the demo project as shown in the example below. +2. Override the variables for `host-name`, `user-name`, `password` and `api_key` in the demo project as shown in the example below. ``` Variables: diff --git a/talentlink-connector-product/README_DE.md b/talentlink-connector-product/README_DE.md new file mode 100644 index 0000000..34805cc --- /dev/null +++ b/talentlink-connector-product/README_DE.md @@ -0,0 +1,35 @@ +# TalentLink Konnektor + +[TalentLink](https://developer.lumesse-talenthub.com/) ist eine cloudbasierte Plattform für Recruiting und Talentakquise von Lumesse (jetzt Teil von Cornerstone OnDemand). Sie vereinfacht den Einstellungsprozess, von der Stellenausschreibung bis hin zur Verwaltung, Prüfung und Berichterstellung von Kandidaten. TalentLink hilft Unternehmen, den Talentakquise-Prozess effizient zu verwalten und HR-Prozesse zu automatisieren. + +Dieser Konnektor: + +- basiert auf REST- und SOAP-Webservice-Technologien. +- bietet Dir Zugriff auf Beispiel-Funktionalitäten von TalentLink. + +## Demo + +Starte den Testprozess. Er gibt Dir Testdaten im Log zurück. + +## Setup + +Bevor Interaktionen zwischen der Axon Ivy Engine und den TalentLink-Services ausgeführt werden können, müssen diese miteinander bekannt gemacht werden. Dies kann folgendermaßen erfolgen: + +1. Besorge Dir einen TalentLink-Account mit `host-name`, `user-name`, `password` und `api_key`. + +2. Überschreibe die Variablen für `host-name`, `user-name`, `password` und `api_key` im Demo-Projekt, wie im folgenden Beispiel gezeigt: + +``` +Variablen: + + talentlink-connector: + + host: + + username: + + # [password] + password: + + apikey: +```