SAP BI Tools · Arazzo Workflow
SAP BI Tools Query and Schedule a Document
Version 1.0.0
Log on, find documents with a CMS query, schedule the first match for immediate execution, and confirm the instance.
View Spec
View on GitHub
AnalyticsBusiness IntelligenceData VisualizationReportingSAPArazzoWorkflows
Provider
Workflows
query-and-schedule-document
Find a document via CMS query and schedule it for immediate execution.
Locates documents with a CMS query, schedules the first match to run now, and reads the resulting scheduled instance object back from the InfoStore.
1
logon
logon
Authenticate and capture the logon token.
2
findDocuments
executeCmsQueryGet
Run the CMS query to find candidate documents and capture the id of the first match.
3
scheduleNow
scheduleDocumentNow
Schedule the first matched document for immediate execution in the requested output format.
4
confirmInstance
getInfoStoreObject
Read the newly created scheduled instance object back from the InfoStore to confirm it exists.