Microsoft Edge · Arazzo Workflow
Microsoft Edge Submit Draft And Track
Version 1.0.0
Create a submission for an already-uploaded draft and poll it until Published or Failed.
View Spec
View on GitHub
BrowserChromiumDeveloper ToolsEdgeExtensionsMicrosoftProgressive Web AppsWeb DevelopmentWebViewArazzoWorkflows
Provider
Workflows
submit-draft-and-track
Create a submission and poll it until it is Published or Failed.
Creates a submission for the product's current draft and polls the submission status, looping while InReview and ending when it is Published.
1
createSubmission
createSubmission
Create a submission for the product's draft, queuing it for review. The API returns 202 Accepted with the new submission identifier and status.
2
pollSubmissionStatus
getSubmission
Poll the submission until it leaves the InReview state. The loop ends on Published, while a Failed or Cancelled status terminates the workflow.