SAP BI Tools · Arazzo Workflow
SAP BI Tools Session Lifecycle
Version 1.0.0
Open a BI Platform session, read the InfoStore root and its top-level folders, then cleanly log off.
View Spec
View on GitHub
AnalyticsBusiness IntelligenceData VisualizationReportingSAPArazzoWorkflows
Provider
Workflows
session-lifecycle
Logon, read the InfoStore root and its children, then logoff.
Brackets a short InfoStore read with a clean logon and logoff so the session token is invalidated once the work is complete.
1
logon
logon
Authenticate and capture the logon token.
2
getRoot
getInfoStoreRoot
Read the InfoStore root entry using the captured logon token.
3
listRootChildren
getInfoStoreChildren
List the top-level objects directly under the InfoStore root.
4
logoff
logoff
Invalidate the logon token and terminate the session.