-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create README_DE.md * Update README.md * Update README.md * Update README_DE.md --------- Co-authored-by: Sabine Gillner <[email protected]>
- Loading branch information
1 parent
411e9dd
commit 3269af2
Showing
2 changed files
with
40 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: <myhost> | ||
username: <myuser> | ||
# [password] | ||
password: <mypass> | ||
apikey: <myapikey> | ||
``` |