Adobe Launch · Arazzo Workflow
Adobe Launch Build a Library and Poll for Completion
Version 1.0.0
Create a library, add a rule to it, kick off a build, and poll the build until it finishes.
View Spec
View on GitHub
Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag ManagementArazzoWorkflows
Provider
Workflows
library-build-and-poll
Assemble a library, build it, and wait for the asynchronous build to complete.
Creates a library, attaches a rule, assigns an environment, triggers a build, and polls the build status until it is succeeded or failed.
1
createLibrary
createLibrary
Create a new library under the property.
2
addRuleToLibrary
addResourcesToLibrary
Add the supplied rule to the library's set of rule resources.
3
setEnvironment
setEnvironmentForLibrary
Assign the library to an environment so it can be built and published.
4
createBuild
createBuild
Compile the assembled library into a build.
5
pollBuild
getBuild
Retrieve the build by id and retry while it is still pending; branch to success or failure once the build settles.