Adobe Analytics · Arazzo Workflow
Adobe Analytics Estimate and Run a Data Repair Job
Version 1.0.0
Estimate the scope of a data repair, submit the repair job with the validation token, then check its status.
View Spec
View on GitHub
AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb AnalyticsArazzoWorkflows
Provider
Workflows
estimate-and-run-data-repair
Estimate, submit, and check a data repair job for a report suite.
Calls the server call estimate to obtain a validation token, creates the repair job with that token and the supplied variable actions, then retrieves the job to read its status and progress.
1
getServerCallEstimate
getServerCallEstimate
Estimate the number of rows that will be scanned for the repair and obtain the validation token required to create the job.
2
createRepairJob
createRepairJob
Create and start the repair job, passing the validation token and the variable repair actions.
3
getRepairJob
getRepairJob
Retrieve the repair job to read its current status and progress.