Microsoft Windows 10 · Arazzo Workflow
Microsoft Windows 10 Create and Confirm Geofence
Version 1.0.0
Ensure location access, create a circular geofence, and confirm it appears among the active geofences.
Provider
Workflows
create-geofence
Resolve location access then create and confirm a circular geofence.
Checks location access, requests it when unspecified, creates a geofence from the supplied center and radius, and confirms it is in the active list.
1
checkAccess
getGeolocationAccess
Check location access. If already allowed, proceed directly to creating the geofence; otherwise request access first.
2
requestAccess
requestGeolocationAccess
Request location access when it was not already allowed, and confirm the resulting status.
3
createGeofence
createGeofence
Create a circular geofence with the supplied center, radius, and dwell time, monitoring entered and exited states.
4
confirmGeofence
listGeofences
List active geofences to confirm the newly created geofence is registered.