Wiki source code of 03 UiPath Projektstruktur
Last modified by Claude MCP Bot on 2026/06/23 21:54
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
![]() |
1.1 | 1 | {{toc/}} |
| 2 | |||
| |
3.1 | 3 | = BluePath — 03 UiPath Projektstruktur = |
![]() |
1.1 | 4 | |
| 5 | == Folder-Hierarchie == | ||
| 6 | |||
| 7 | {{code language="text"}} | ||
| 8 | UiPath SPL Tele Tenant (DefaultTenant) | ||
| |
3.1 | 9 | └── BluePath/ ← NEU |
| 10 | ├── HR_Intake/ ← Production-Sub-Folder (nach PoC) | ||
| 11 | └── HR_Intake_Test/ ← PoC-Sub-Folder | ||
![]() |
1.1 | 12 | {{/code}} |
| 13 | |||
| 14 | == Folder-Inhalte == | ||
| 15 | |||
| 16 | |=Ressource|=Name|=Zweck | ||
| |
3.1 | 17 | |Queue|BluePath_HR_Intake_Queue|Buffer Mail → Ticket |
| 18 | |Queue|BluePath_HR_Intake_DLQ|Dead-Letter für endgültig fehlgeschlagene Items | ||
![]() |
1.1 | 19 | |Process|BluePath_HR_Dispatcher|Bot liest Mails, erzeugt Queue-Items |
| 20 | |Process|BluePath_HR_Performer|Bot erstellt RIMO-Tickets | ||
| 21 | |Trigger|BluePath_HR_Dispatcher_Schedule_5min|Time-Trigger alle 5 Min | ||
| 22 | |Trigger|BluePath_HR_Performer_QueueTrigger|Queue-Trigger | ||
| 23 | |Asset (Text)|BluePath_RIMO_BaseURL|##https://rimo.spl-tele.com/rimo## | ||
| 24 | |Asset (Text)|BluePath_Mailbox_UPN|##it-support@spl-tele.com## | ||
| 25 | |Asset (Text)|BluePath_Mailbox_Folder_Verarbeitet|##Inbox/BluePath/Verarbeitet## | ||
| 26 | |Asset (Text)|BluePath_Mailbox_Folder_ManualReview|##Inbox/BluePath/Manual_Review## | ||
| 27 | |Asset (Text)|BluePath_Teams_Webhook_URL|Adaptive-Card-Ziel | ||
| 28 | |Asset (Bool)|BluePath_DryRun_Mode|##true## im PoC | ||
| 29 | |||
| 30 | == Studio-Projekte im OneDrive == | ||
| 31 | |||
| 32 | Lokaler Pfad: ##C:\Users\ruppd\OneDrive - SPL TELE\UiPath\Ui_Projects\BluePath\## | ||
| 33 | |||
| 34 | {{code language="text"}} | ||
| 35 | BluePath/ | ||
| |
3.1 | 36 | ├── BluePath_00_README.md (lokale Kopie) |
| 37 | ├── BluePath_01_Spezifikation.md (lokale Kopie) | ||
| 38 | ├── BluePath_02_UiPath_Projektstruktur.md (lokale Kopie) | ||
| 39 | ├── BluePath.HR.Dispatcher/ (Studio-Projekt) | ||
| 40 | │ ├── project.json | ||
| 41 | │ ├── Main.xaml | ||
| 42 | │ └── Workflows/ | ||
| 43 | └── BluePath.HR.Performer/ (Studio-Projekt) | ||
| 44 | ├── project.json | ||
| 45 | ├── Main.xaml | ||
| 46 | └── Workflows/ | ||
![]() |
1.1 | 47 | {{/code}} |
| 48 | |||
| |
3.1 | 49 | == Naming-Convention für Builds == |
![]() |
1.1 | 50 | |
| 51 | |=Element|=Pattern|=Beispiel | ||
| 52 | |Studio-Projekt|BluePath.<Component>|BluePath.HR.Dispatcher | ||
| 53 | |Release|<Project>.v<MAJOR>.<MINOR>.<PATCH>|BluePath.HR.Performer.v1.0.0 | ||
| 54 | |||
| 55 | == Berechtigungen == | ||
| 56 | |||
| 57 | |=Wer|=Rolle|=Folder-Zugriff | ||
| 58 | |Dimitri Rupp|Folder Administrator|BluePath/* | ||
| 59 | |Christian Richert|Folder Viewer|BluePath/* | ||
| 60 | |Bot-Robot PoC|Automation User|BluePath/HR_Intake_Test | ||
| 61 | |Bot-Robot Prod|Automation User|BluePath/HR_Intake (nach PoC) | ||
| 62 | |||
| 63 | ---- | ||
| |
3.1 | 64 | **Maintainer:** Dimitri Rupp · **Erstellt:** 2026-05-21 · **Version:** v0.1 |
![]() |
1.1 | 65 | |
| 66 | ---- | ||
| 67 | |||
| 68 | == Verwandte Themen == | ||
| 69 | |||
| 70 | //Kuratiert — kann direkt im Editor ergänzt werden:// | ||
| 71 | |||
| 72 | * [[01 README>>doc:IT-Wiki.02-Tools.UiPath.BluePath.01-README.WebHome]] | ||
| 73 | * [[02 Spezifikation>>doc:IT-Wiki.02-Tools.UiPath.BluePath.02-Spezifikation.WebHome]] | ||
| 74 | |||
| 75 | {{include reference="IT-Wiki.Makros.Verwandte-Themen.WebHome"/}} | ||
| 76 | |||
| 77 | ---- | ||
| 78 | **Status:** Migriert — Team-Review ausstehend · **Owner:** //(festlegen)// · **Letzter Review:** 2026-06-11 |
