Microsoft Endpoint Configuration Management · Arazzo Workflow
Microsoft Endpoint Configuration Management Retire Unpublished App
Version 1.0.0
Inspect a mobile app and delete it only when it is still unpublished.
View Spec
View on GitHub
ComplianceConfiguration ManagementDevice ManagementEndpoint ManagementMobile Device ManagementPatch ManagementSoftware DeploymentArazzoWorkflows
Provider
Workflows
retire-unpublished-app
Read a mobile app and delete it only if it remains unpublished.
Reads the mobileApp by id and branches on publishingState, deleting the app when it is notPublished and ending otherwise.
1
getApp
getMobileApp
Read the mobile app by id to obtain its publishing state.
2
deleteApp
deleteMobileApp
Delete the unpublished mobile app.