Microsoft Purview · Arazzo Workflow
Microsoft Purview Run a Scan and Poll to Completion
Version 1.0.0
Launch a scan run, then poll scan history until the run reaches a terminal state.
View Spec
View on GitHub
ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation ProtectionArazzoWorkflows
Provider
Workflows
run-and-poll-scan
Launch a scan run and poll its history until it finishes.
Starts a scan run and repeatedly reads the scan history, looping while the most recent run is still in progress and ending when it reaches a terminal status.
1
startRun
runScan
Launch the scan run using the supplied run GUID.
2
pollHistory
listScanHistory
Read the scan history and inspect the latest run's status. Loop back while the run is still Accepted or InProgress; end when it reaches a terminal state.