Adobe Launch · Arazzo Workflow
Adobe Launch Install an Extension from a Package
Version 1.0.0
Find an extension package by name, install it into a property, and read the installed extension back.
View Spec
View on GitHub
Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag ManagementArazzoWorkflows
Provider
Workflows
install-extension
Resolve an extension package by name and install it into a property.
Filters the extension package catalog by name, installs the resulting package into the supplied property, and verifies the installation by reading the extension back.
1
findPackage
listExtensionPackages
List extension packages filtered by name to resolve a package id.
2
installExtension
createExtension
Install the resolved extension package into the property.
3
getExtension
getExtension
Read the installed extension back by id to confirm it persisted.