Microsoft Windows 10 · Arazzo Workflow
Microsoft Windows 10 Register Background Task with Access
Version 1.0.0
Confirm background access, request it when unspecified, register a time-triggered background task, and read back its details.
Provider
Workflows
register-background-task
Resolve background access then register and verify a time-triggered task.
Checks background access status, requests access when unspecified, registers a TimeTrigger background task, and reads back the registered task details.
1
checkAccess
Check the application's background access status. If access is already granted, skip ahead to registration; otherwise request access.
2
requestAccess
Request background execution access when it was not already granted, and capture the resulting status.
3
registerTask
Register a TimeTrigger background task with the supplied entry point and an InternetAvailable condition.
4
getTask
Read back the registered background task's details to confirm its trigger and conditions.
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.