03 UiPath Projektstruktur
Last modified by Claude MCP Bot on 2026/06/23 21:54
BluePath — 03 UiPath Projektstruktur
Folder-Hierarchie
UiPath SPL Tele Tenant (DefaultTenant)
└── BluePath/ ← NEU
├── HR_Intake/ ← Production-Sub-Folder (nach PoC)
└── HR_Intake_Test/ ← PoC-Sub-Folder
└── BluePath/ ← NEU
├── HR_Intake/ ← Production-Sub-Folder (nach PoC)
└── HR_Intake_Test/ ← PoC-Sub-Folder
Folder-Inhalte
| Ressource | Name | Zweck |
|---|---|---|
| Queue | BluePath_HR_Intake_Queue | Buffer Mail → Ticket |
| Queue | BluePath_HR_Intake_DLQ | Dead-Letter für endgültig fehlgeschlagene Items |
| Process | BluePath_HR_Dispatcher | Bot liest Mails, erzeugt Queue-Items |
| Process | BluePath_HR_Performer | Bot erstellt RIMO-Tickets |
| Trigger | BluePath_HR_Dispatcher_Schedule_5min | Time-Trigger alle 5 Min |
| Trigger | BluePath_HR_Performer_QueueTrigger | Queue-Trigger |
| Asset (Text) | BluePath_RIMO_BaseURL | https://rimo.spl-tele.com/rimo## |
| Asset (Text) | BluePath_Mailbox_UPN | it-support@spl-tele.com |
| Asset (Text) | BluePath_Mailbox_Folder_Verarbeitet | Inbox/BluePath/Verarbeitet |
| Asset (Text) | BluePath_Mailbox_Folder_ManualReview | Inbox/BluePath/Manual_Review |
| Asset (Text) | BluePath_Teams_Webhook_URL | Adaptive-Card-Ziel |
| Asset (Bool) | BluePath_DryRun_Mode | true im PoC |
Studio-Projekte im OneDrive
Lokaler Pfad: C:\Users\ruppd\OneDrive - SPL TELE\UiPath\Ui_Projects\BluePath\
BluePath/
├── BluePath_00_README.md (lokale Kopie)
├── BluePath_01_Spezifikation.md (lokale Kopie)
├── BluePath_02_UiPath_Projektstruktur.md (lokale Kopie)
├── BluePath.HR.Dispatcher/ (Studio-Projekt)
│ ├── project.json
│ ├── Main.xaml
│ └── Workflows/
└── BluePath.HR.Performer/ (Studio-Projekt)
├── project.json
├── Main.xaml
└── Workflows/
├── BluePath_00_README.md (lokale Kopie)
├── BluePath_01_Spezifikation.md (lokale Kopie)
├── BluePath_02_UiPath_Projektstruktur.md (lokale Kopie)
├── BluePath.HR.Dispatcher/ (Studio-Projekt)
│ ├── project.json
│ ├── Main.xaml
│ └── Workflows/
└── BluePath.HR.Performer/ (Studio-Projekt)
├── project.json
├── Main.xaml
└── Workflows/
Naming-Convention für Builds
| Element | Pattern | Beispiel |
|---|---|---|
| Studio-Projekt | BluePath.<Component> | BluePath.HR.Dispatcher |
| Release | <Project>.v<MAJOR>.<MINOR>.<PATCH> | BluePath.HR.Performer.v1.0.0 |
Berechtigungen
| Wer | Rolle | Folder-Zugriff |
|---|---|---|
| Dimitri Rupp | Folder Administrator | BluePath/* |
| Christian Richert | Folder Viewer | BluePath/* |
| Bot-Robot PoC | Automation User | BluePath/HR_Intake_Test |
| Bot-Robot Prod | Automation User | BluePath/HR_Intake (nach PoC) |
Maintainer: Dimitri Rupp · Erstellt: 2026-05-21 · Version: v0.1
Verwandte Themen
Kuratiert — kann direkt im Editor ergänzt werden://
Automatisch vorgeschlagen über gemeinsame Tags (anleitung, uipath):
- 01 README
- 02 Spezifikation
- BluePath
- Erste Einstellungen in UiPath Studio
- Kickoff Meeting Notes 2026-05-18
- NOC Use Case
Status: Migriert — Team-Review ausstehend · Owner: (festlegen) · Letzter Review: 2026-06-11