Application Info
Der ApplicationInfoClient ermöglicht das Abfragen von Metadaten der Engine.
Client erstellen
using ProcessCube.Engine;
IApplicationInfoClient client = ClientFactory.CreateApplicationInfoClient(engineUrl);Der ApplicationInfoClient benötigt keine Authentifizierung.
Methoden
GetApplicationInfoAsync
Ruft allgemeine Informationen über die Engine ab:
ApplicationInfo info = await client.GetApplicationInfoAsync();GetAuthorityAddressAsync
Ermittelt die URL der verbundenen Authority-Instanz:
string authority = await client.GetAuthorityAddressAsync();Nächste Schritte
- Prozess-Verwaltung — Prozesse deployen und starten
- Authentifizierung — OAuth 2.0 mit der Authority