Microsoft Edge · Arazzo Workflow
Microsoft Edge Upload Package And Validate
Version 1.0.0
Confirm a product exists, upload a draft package, and poll until the package is validated.
View Spec
View on GitHub
BrowserChromiumDeveloper ToolsEdgeExtensionsMicrosoftProgressive Web AppsWeb DevelopmentWebviewArazzoWorkflows
Provider
Workflows
upload-package-and-validate
Verify a product, upload a draft package, and await upload validation.
Reads the product to confirm it exists, uploads a ZIP package as a draft, and polls the upload operation until it reaches a terminal Succeeded or Failed status.
1
getProduct
Retrieve the product to confirm it exists and capture its current publishing status and version before uploading a new package.
2
uploadPackage
Upload the new extension package as a draft for the confirmed product. The upload is asynchronous and returns 202 with an operation identifier.
3
pollUploadStatus
Poll the upload operation until it leaves the InProgress state. The loop ends on Succeeded, while a Failed status terminates the workflow.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.