Amazon QuickSight · Arazzo Workflow
Amazon QuickSight Poll Dashboard Publish Status
Version 1.0.0
Repeatedly describe a dashboard until its version status settles, then branch.
View Spec
View on GitHub
AnalyticsBIBusiness IntelligenceDashboardsMachine LearningReportingVisualizationArazzoWorkflows
Provider
Workflows
poll-dashboard-status
Poll a dashboard version until it reaches a terminal publish state.
Describes a dashboard on a loop until its version status is no longer in progress, then branches to a success or failure outcome based on the final status value.
1
describeDashboardStatus
DescribeDashboard
Describe the dashboard to read its current version status. While the status is still in progress the step loops back onto itself; once it settles it branches to the matching outcome.
2
confirmSuccess
DescribeDashboard
Re-describe the dashboard once it has reached a successful terminal state to capture the final version number for downstream embedding or sharing.
3
confirmFailure
DescribeDashboard
Re-describe the dashboard after it has reached a failed terminal state so the failing version number and status are captured for diagnostics.