Amazon Forecast · Arazzo Workflow
Amazon Forecast Export Forecast
Version 1.0.0
Create a forecast, wait until ACTIVE, export it to S3, and read its tags.
Provider
Workflows
export-forecast
Generate a forecast and export it to Amazon S3 once it is ACTIVE.
Creates a forecast, polls listForecasts until the matching forecast is ACTIVE, creates a forecast export job to S3, and reads the export job tags.
1
createForecast
createForecast
Create the forecast from the trained predictor.
2
waitForActive
listForecasts
List forecasts and confirm the newly created forecast has reached the ACTIVE status before exporting it. Repeat while the forecast generates.
3
createExportJob
createForecastExportJob
Create a forecast export job that writes the ACTIVE forecast to the supplied S3 destination.
4
readExportJobTags
listTagsForResource
Read the tags associated with the new forecast export job.