Adobe Launch · Arazzo Workflow
Adobe Launch Republish a Library's Latest Build
Version 1.0.0
Find a library's most recent build, republish it, and poll until the republish completes.
View Spec
View on GitHub
Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag ManagementArazzoWorkflows
Provider
Workflows
republish-latest-build
Resolve a library's latest build, republish it, and wait for completion.
Lists builds for a library, republishes the first returned build, and polls the build status until it is succeeded or failed.
1
getLibrary
getLibrary
Confirm the library exists before republishing.
2
listBuilds
listBuildsForLibrary
List the library's builds, newest first, to resolve a build id.
3
republishBuild
republishBuild
Republish the resolved build back to its environment.
4
pollBuild
getBuild
Retrieve the build and retry while it is still pending; end once the republish succeeds.